What problem does it solve?
This Skill ensures that the project's specification files (specs/) are accurate, up-to-date, and well-organized, reflecting the current state of the source code and project architecture.
Core Features & Use Cases
- Audit Spec Files: Automatically checks for inconsistencies between source code changes and spec documentation.
- Update Stale Specs: Identifies and updates specifications that have become outdated due to code modifications.
- Create New Specs: Assists in scaffolding and documenting new features or subsystems.
- Restructure Spec Tree: Helps maintain a logical hierarchy within the specification documentation.
- Use Case: After refactoring a core module, run this Skill to ensure all related specifications are updated and accurate, preventing documentation drift.
Quick Start
Run the manage-specs skill to perform a full audit of all spec files.