What problem does it solve? Turning a feature idea into merged code normally requires manually juggling branches, worktrees, PRs, review rounds, and cleanup. This Skill automates that entire end-to-end flow from a single feature description, leaving the repository on an up-to-date main branch with no leftover state. ## Core Features & Use Cases - End-to-end feature pipeline: preflight checks, isolated git worktree creation, flow triage (feature-dev or superpowers), build, verification, PR creation, review loop, squash-merge, and full cleanup. - Dual mode operation: GitHub mode with PR-based review (Codex or Copilot reviewer) or local mode with local review and squash-merge when GitHub tooling is unavailable. - Non-interactive automation: a --non-interactive flag self-answers every checkpoint so the flow runs unattended from description to merge. - Use Case: Run /quick-dev:develop add rate limiting to the API and the Skill creates a worktree, builds the feature via the chosen flow, opens a PR with frozen acceptance criteria, drives the review loop, squash-merges, and deletes the worktree and branch. ## Quick Start Ask the assistant to run /quick-dev:develop followed by a one-sentence description of the feature you want built and merged.