What problem does it solve?
This skill solves the problem of stale, drifting solution documentation in the docs/solutions/ directory that becomes outdated after codebase changes like refactors, migrations, and dependency upgrades, leading to misleading guidance for future engineering work.
Core Features & Use Cases
- Stale Doc Detection: Scans all eligible docs in docs/solutions/ to identify outdated references, contradictory guidance, redundant content, or obsolete records by cross-referencing with the current codebase.
- Flexible Maintenance Modes: Runs in autofix mode for hands-off updates of unambiguous drift, or interactive mode for human judgment calls on ambiguous cases like consolidation or replacement decisions.
- Use Case: After completing a major dependency upgrade that changed multiple API endpoints, use this skill to automatically update all affected solution docs to match the new code patterns, or interactively consolidate overlapping docs about the same authentication issue.
Quick Start
Use the ce:compound-refresh skill to review and update all outdated solution docs in the docs/solutions/ directory after your recent codebase refactor.