What problem does it solve?
Coordinating end-to-end feature implementation from GitHub issue specifications using test-driven development, subagent delegation, and auditable checkpoints to reduce manual toil and errors.
Core Features & Use Cases
- End-to-end workflow: derives plan from issues labeled feature-plan and orchestrates planning, testing, stubbing, implementation, and verification with multiple subagents.
- Checkpoints and rollback: supports commit tags and checkpoints to safely revert progress if a step fails.
- Parallel execution where safe: runs independent tasks in parallel (e.g., code-fixer and test suite) to speed delivery while preserving sequential requirements for tests and stubs.
- Interactive decision points: prompts the user for critical choices (branch naming, plan approval, retry/fallback options) to maintain control.
- GitHub and CLI integration: relies on gh and git tooling to manage branches, PRs, and issue updates.
Quick Start
Invoke it with /feature-implementation [optional feature name] to begin implementing a feature from a GitHub issue specification.