Execute all tasks from the task breakdown to build the feature. Use after task generation to systematically implement the planned solution following TDD approach where applicable.
2k tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
2583
stars on the repo
on the repository, not the skill itself
Install
one command, takes just this skill from the repository
You MUST consider the user input before proceeding (if not empty).
Outline
Run .specify/scripts/powershell/check-prerequisites.ps1 -Json -RequireTasks -IncludeTasks from repo root and parse FEATURE_DIR and AVAILABLE_DOCS list. All paths must be absolute. For single quotes in args like "I'm Groot", use escape syntax: e.g 'I'\''m Groot' (or double-quote if possible: "I'm Groot").
Check checklists status (if FEATURE_DIR/checklists/ exists):
Scan all checklist files in the checklists/ directory
For each checklist, count:
Total items: All lines matching - [ ] or - [X] or - [x]
Polish and validation: Unit tests, performance optimization, documentation
Progress tracking and error handling:
Report progress after each completed task
Halt execution if any non-parallel task fails
For parallel tasks [P], continue with successful tasks, report failed ones
Provide clear error messages with context for debugging
Suggest next steps if implementation cannot proceed
IMPORTANT For completed tasks, make sure to mark the task off as [X] in the tasks file.
Completion validation:
Verify all required tasks are completed
Check that implemented features match the original specification
Validate that tests pass and coverage meets requirements
Confirm the implementation follows the technical plan
Report final status with summary of completed work
Note: This command assumes a complete task breakdown exists in tasks.md. If tasks are incomplete or missing, suggest running /speckit.tasks first to regenerate the task list.
How to use it
Copy the folder
Take foryourhealth111-pixel/speckit-implement from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
Check the name does not clash
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.