implement-tasks
SolidExecutes the implementation plan by processing and completing all tasks defined in tasks.md phase-by-phase. Use when running /sddp-implement or when code implementation from a task list is needed.
Install
Quality Score: 85/100
Skill Content
Details
- Author
- attilaszasz
- Repository
- attilaszasz/sdd-pilot
- Created
- 6 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
sddp-implement
Execute the implementation plan by processing and completing all tasks defined in tasks.md
implement
Use when the user wants to implement a task in code against an approved tdd.md and docs/work/{work-id}/tasks.md. Triggers on "implement CHK01-01", "implement JIRA-456", "build this task", "write the code for this story". Reads the design and acceptance criteria, writes code and tests, runs the project's full validation suite, and commits in logical units. This is also the skill for test-driven development — "use TDD for this", "write a failing test first", "red/green/refactor", "add tests for X" — because that is code authoring, not document authoring. Do NOT use for code review (code-review), addressing review feedback (code-review-fix), changing how existing UI looks or behaves (ux-design-fix), writing tasks (tasks), or writing a technical design document (tdd).
implement-task
Use when implementing a software task end-to-end — triggers include "implement this", "build this feature", "implement this ticket", a Jira ID/URL, or a plan file path. ALWAYS use for end-to-end implementation work.