What problem does it solve?
Engineering teams lose valuable institutional knowledge when problems are solved ad-hoc, forcing future teams to repeat the same research and debugging work for recurring issues instead of building on past solutions.
Core Features & Use Cases
- Parallel Research Workflow: Spawns specialized subagents to analyze problem context, extract solutions, and find related existing documentation simultaneously for maximum efficiency.
- Structured Knowledge Storage: Automatically categorizes documented solutions into docs/solutions/ with standardized YAML frontmatter for easy search and filtering by module, problem type, or tag.
- Overlap Prevention: Checks for existing documentation covering the same problem before creating new files, updating stale docs instead of creating duplicates that drift over time.
- Use Case: When your team fixes a critical N+1 query bug in the email processing service, this skill documents the root cause, fix, and prevention steps so the next encounter takes minutes instead of hours.
Quick Start
Use the ce:compound skill to document the recent authentication timeout issue you just resolved, including the root cause and steps to prevent it from happening again.