What problem does it solve?
This Skill orchestrates a complete feature delivery workflow so a user can move from an idea to a shipped commit without manually coordinating planning, build, quality checks, and merge steps.
Core Features & Use Cases
- End-to-end orchestration: Guides the full sequence of plan, build, QC, triage, and ship as one controlled flow.
- Phase delegation: Hands work to specialized phase skills for planning, implementation, verification, and shipping.
- GitHub issue and branch management: Creates a single feature issue, cuts one feature branch, and closes the loop with a squashed merge to main.
- Guardrails and gating: Stops at explicit approval gates, enforces clean-tree and branch rules, and keeps scope changes in a single backlog issue.
- Use case: A product engineer wants to turn a scoped request into a production-ready change with clear checkpoints and minimal manual coordination.
Quick Start
Use the feature skill to take this request from approved plan to shipped commit on main.