What problem does it solve?
Enables rapid delivery of a known feature by running a complete sprint (plan → build → review → security → qa → ship) automatically without pausing for user confirmations. It skips the diagnostic /think step and assumes the project already exists and the requester knows the desired outcome.
Core Features & Use Cases
- End-to-end orchestration: Invokes Skill tools for planning, building, reviewing, security checks, QA, and shipping in one continuous flow.
- Commit-time enforcement: Includes a PreToolUse hook that blocks git commits until plan, review, security, and qa artifacts are present and up-to-date for the current project.
- Parallel validations: Runs review, security, and QA in parallel when possible, and re-runs only failing phases when blocking issues are found.
- Use Case: Add a small incremental feature like import-from-CSV to restore backups and ship it in a single automated sprint.
Quick Start
Run /feature Add import from JSON/CSV to restore backups to execute a fast sprint that plans, builds, reviews, audits, and ships the feature.