task-implementor - Implement single planned task with test-first development
Implements exactly one planned task per invocation using test-first development, then pauses for human review
Tags
Updated: 2026-05-09Capabilities
Typical Inputs
Typical Outputs
What this skill does
- locate plan directory
- read spec file
- read learnings file
- read task files
- select task
- mark task status
- read task details
- write test
- implement changes
- run tests
- run quality checks
- fix failures
- update task status
- write learnings
- present handoff summary
Inputs
- plan spec at .ai/plans/{slug}/spec.md
- learnings at .ai/plans/{slug}/learnings.md
- task files at .ai/plans/{slug}/tasks/*.md
- source code files
- quality check commands
Outputs
- modified source code files
- created test files
- updated task status
- updated learnings file
- handoff summary
Requirements
- YAML frontmatter editing
- glob pattern matching
- quality check tools
- test runner
- CLAUDE.md for project commands
