What problem does it solve?
This Skill solves the problem of inconsistent feature tracking in software projects, where implementation progress, test coverage, and documentation (feature traceability matrices and master feature maps) fall out of sync, leading to missed requirements, inaccurate project status, and untested features reaching production.
Core Features & Use Cases
- Implementation & Test Validation: Confirms that every feature defined for a target milestone has corresponding implementation code and appropriate test coverage, flagging missing or incomplete work.
- Status Accuracy Checks: Verifies that documented feature status (not-started, in-progress, complete, tested) matches the actual state of implementation and testing.
- Feature Map Sync Validation: Ensures the feature traceability matrix and master feature map are fully aligned, catching missing entries, orphaned features, status mismatches, and broken spec links.
- Use Case: For a team preparing to ship milestone M2 with 38 tracked features, this Skill quickly identifies 8 features lacking implementation, 3 status mismatches between documents, and 2 broken spec links, so gaps can be fixed before release.
Quick Start
Invoke the validate-features skill with your target milestone (for example, /validate-features M2) to run a full validation of feature implementation, test coverage, status accuracy, and feature map sync.