What problem does it solve?
This skill converts confirmed, non-trivial problem resolutions into consistent, searchable knowledge-base entries so teams stop losing hard-won fixes and context after a session ends.
Core Features & Use Cases
- Structured capture: Extracts module, symptoms, root cause, attempted fixes, and prevention steps into YAML-frontmatter-backed Markdown files.
- Schema validation & categorization: Validates frontmatter against schema.yaml, enforces enum categories, and places files in the correct knowledge-base category.
- Cross-references & routing: Detects similar docs, adds cross-references, and routes sharp-edge insights back to skill/agent/command definitions or files via interactive edits or GitHub issues.
- Auto-consolidation on feature branches: Discovers related feature artifacts, proposes project updates, archives artifacts, and commits consolidation changes automatically or with user approval.
- Modes: Supports interactive and headless modes with clear gating for missing context and YAML validation.
Quick Start
Use the compound-capture skill to document a verified fix by running the capture flow immediately after you confirm the problem is solved.