skills/speckit/SKILL.md
Specification-driven development workflow tools for creating, analyzing, and implementing feature specifications with automated planning and validation
npx skillsauth add re-cinq/wave speckitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
SpecKit provides a comprehensive workflow for specification-driven development, from initial feature description to implementation planning.
SpecKit follows a structured workflow:
| Command | Purpose | Usage |
|---------|---------|--------|
| speckit.specify | Create or update feature specification | /speckit.specify "feature description" |
| speckit.clarify | Identify underspecified areas and ask clarification questions | /speckit.clarify |
| speckit.plan | Generate implementation plans and design artifacts | /speckit.plan |
| speckit.implement | Execute implementation plan with task tracking | /speckit.implement |
| Command | Purpose | Usage |
|---------|---------|--------|
| speckit.analyze | Cross-artifact consistency and quality analysis | /speckit.analyze |
| speckit.tasks | Generate actionable, dependency-ordered task list | /speckit.tasks |
| speckit.checklist | Generate custom validation checklist | /speckit.checklist |
| Command | Purpose | Usage |
|---------|---------|--------|
| speckit.constitution | Create or update project constitution and principles | /speckit.constitution |
/speckit.specify "Add user authentication system"
/speckit.clarify # if needed
/speckit.plan
/speckit.tasks
/speckit.implement
specs/
├── [number]-[feature-name]/
│ ├── spec.md # Main specification
│ ├── plan.md # Implementation plan
│ ├── tasks.md # Task breakdown
│ └── checklists/
│ └── custom.md # Custom validation checklist
└── constitution.md # Project constitution
speckit.analyze regularly to maintain qualityFor exhaustive patterns, examples, and advanced usage see:
references/full-reference.md
testing
Test generation, coverage analysis, and test strategy
development
Terraform infrastructure as code — providers, modules, state management
tools
Tailwind CSS — utility-first styling, responsive design, component patterns
testing
Security scanning, vulnerability assessment, and hardening