What problem does it solve?
This Skill automates the rigorous validation of stage completion within the Spec-First workflow, ensuring that all quality gates and coverage metrics are met before proceeding, thereby preventing technical debt and ensuring product quality.
Core Features & Use Cases
- Stage Gate Evaluation: Executes predefined checks to determine if a development stage meets all necessary criteria for advancement.
- Coverage Metric Assessment: Verifies that critical coverage metrics (C1-C11) are within acceptable thresholds.
- Failure Analysis & Remediation: Identifies specific failures, provides detailed reasons, and suggests actionable steps for remediation.
- Waiver Management: Supports a formal process for documenting and approving waivers for specific gate conditions under defined circumstances.
- Use Case: Before merging a feature, run
/spec-first:verify to confirm all tests pass, code coverage is sufficient, and design specifications align with requirements, ensuring a high-quality release.
Quick Start
Use the verify skill to check the current stage of the feature named 'user-authentication'.