speckit-implement - Execute implementation plan from tasks.md
Executes project implementation plans by processing tasks defined in tasks.md after checking prerequisites, extension hooks, and checklists.
Tags
Updated: 2026-09-24Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Check extension hooks
- Run prerequisite check script
- Verify checklist completion status
- Load implementation context files
- Verify project ignore files
- Execute implementation tasks by phases
- Update task completion in tasks.md
Inputs
- tasks.md file
- plan.md file
- .specify/extensions.yml file
- .specify/scripts/bash/check-prerequisites.sh script
- Checklist files
- User input arguments
Outputs
- Updated tasks.md file
- Project ignore files
- Source code and test files
- Hook execution messages
- Implementation summary reports
Requirements
- spec-kit project structure with .specify/ directory
- Bash execution environment
- Git repository
