speckit-checklist
Originally fromdceoy/speckit-agent-skills
Installation
SKILL.md
Speckit Checklist Skill
Checklist Purpose: "Unit Tests for English"
CRITICAL CONCEPT: Checklists are UNIT TESTS FOR REQUIREMENTS WRITING - they validate the quality, clarity, and completeness of requirements in a given domain.
NOT for verification/testing:
- ❌ NOT "Verify the button clicks correctly"
- ❌ NOT "Test error handling works"
- ❌ NOT "Confirm the API returns 200"
- ❌ NOT checking if code/implementation matches the spec
FOR requirements quality validation:
- ✅ "Are visual hierarchy requirements defined for all card types?" (completeness)
- ✅ "Is 'prominent display' quantified with specific sizing/positioning?" (clarity)
- ✅ "Are hover state requirements consistent across all interactive elements?" (consistency)
- ✅ "Are accessibility requirements defined for keyboard navigation?" (coverage)
Related skills
More from h3y6e/speckit-skills
speckit-clarify
Structured clarification workflow for underspecified requirements. Use
15speckit-analyze
Perform cross-artifact consistency analysis across spec.md, plan.md,
15speckit-specify
Create or update feature specifications from natural language descriptions.
15speckit-plan
Generate technical implementation plans from feature specifications.
15speckit-tasks
Break down implementation plans into actionable task lists. Use after
14speckit-implement
Execute all tasks from the task breakdown to build the feature. Use after
12