What problem does it solve?
This Skill guides engineers through executing a parent task and all its sub-tasks using a structured, test-driven workflow. It ensures clear requirements, proper test coverage, and traceable progress from task understanding to delivery.
Core Features & Use Cases
- Structured task analysis: Read the parent task and all sub-tasks from tasks.md to capture scope and dependencies.
- Spec-driven extraction: Locate and extract relevant sections from technical-spec.md to inform implementation.
- Best practices and style alignment: Pull guidance from best-practices to align with project standards.
- TDD-driven execution: Write tests for the feature first, then implement code to make tests pass; iterate until green.
- Progress orchestration: Execute subtasks in order, verify tests, and update tasks.md with completion marks.
Quick Start
Use this Skill to implement a new parent task from tasks.md by first generating tests for the parent feature, then coding the implementation to satisfy the tests, and finally updating tasks.md to reflect completion.