What problem does it solve?
This Skill helps developers implement a GitHub Task issue by reading the full spec hierarchy (Task, Feature, Epic), exploring the codebase, producing a concrete Technical Approach with real file paths, and driving test-first implementation against Gherkin scenarios. It ensures the implementation follows the documented contract and acceptance criteria, reducing interpretation errors and rework.
Core Features & Use Cases
- Read the Task-Feature-Epic hierarchy from the issue and extract acceptance criteria and contracts.
- Map the spec to the codebase, propose a concrete technical approach with explicit file paths, and scaffold a TDD workflow.
- Drive TDD implementation against Gherkin scenarios, updating the Task issue with progress and results.
- Use case: A developer picks up Task #123, reads the spec, and receives a concrete plan with file-level targets to implement the feature.
Quick Start
Ask me to implement a Task, and I will guide you through reading the full spec, proposing a technical approach, and driving TDD against Gherkin scenarios.