This skill automates the validation process for software changes by cross-referencing implementation code against specifications, task lists, and design documents managed via the OpenSpec CLI. It provides a multi-dimensional audit of completeness, correctness, and coherence, identifying missing requirements, incomplete tasks, or architectural divergences. By generating a prioritized report with critical fixes and suggestions, it ensures high-quality merges and maintains the integrity of the spec-driven development workflow, providing developers with a clear roadmap for final refinements before archiving.
主要功能
01Prioritized reporting system with actionable recommendations for Critical and Warning issues
02Automated task completion tracking via Markdown checkbox analysis
03Coherence checks to maintain consistency with design documents and project patterns
04Requirement-to-code mapping to ensure full specification coverage
05Scenario-based validation to confirm edge cases are handled in implementation
0619 GitHub stars