What problem does it solve?
Speckit.checklist automates the creation of requirement-focused checklists used as unit tests for feature quality. It helps ensure that requirements are clear, measurable, and verifiable before implementation.
Core Features & Use Cases
- Automated requirement validation: generates checklists that verify requirements are defined, quantified, and testable.
- Context-aware generation: uses current project context (spec.md, plan.md, tasks.md) to tailor the checklist to the feature.
- Template-backed output: saves checklists to FEATURE_DIR/checklists/ using the standard checklist template.
Quick Start
Speckit.checklist automates the creation of requirement-focused checklists used as unit tests for feature quality. It applies to the current feature by reading context from spec.md, plan.md, and tasks.md, and tailors the checklist to validate clarity, quantifiability, and acceptance criteria. It requires an .opencode/commands/speckit.checklist.md file to exist and generates the final checklist in FEATURE_DIR/checklists/ using the standard checklist template.