What problem does it solve?
This Skill eliminates the tedious, manual, and often inconsistent process of documenting technical patterns, business rules, and external interfaces. It ensures that critical knowledge is captured automatically and accurately as development progresses, saving you time and preventing knowledge loss.
Core Features & Use Cases
- Automated Knowledge Capture: Automatically documents reusable technical patterns, domain-specific business rules, and external service interfaces when they are discovered during analysis or implementation.
- Deduplication & Categorization: Intelligently checks for existing documentation to prevent duplicates and categorizes new content correctly into
domain/, patterns/, or interfaces/ directories.
- Use Case: During an
/start:analyze command, the AI discovers a new caching strategy. This skill automatically creates docs/patterns/caching-strategy.md with the correct template and cross-references, saving you the manual effort of writing and organizing it.
Quick Start
Document the newly discovered 'rate limiting' pattern in the docs/patterns directory, ensuring it follows the standard template and links to related API interfaces.