| name | speckit-checklist |
| description | Run a compliance checklist against a feature spec, plan, or implementation. Use when the user says "checklist", "$speckit-checklist", or wants to verify spec compliance. |
Speckit Checklist
Verify that a feature's spec, plan, and implementation are aligned and compliant with project conventions.
When to Use
- User says "checklist", "$speckit-checklist", or "verify compliance"
- After completing a phase of implementation
- Before committing a batch of changes
- When switching between features
Checklist Items
Spec Completeness
Plan Alignment
Task Coverage
Implementation Match
Doc Hygiene
How to Run
Read the feature's spec.md, plan.md, and tasks.md. Then check each item above against the actual code. Report pass/fail for each category.
Output
- Checklist results (pass/fail per item)
- List of any failures with remediation steps