What problem does it solve? Coordinating a complete software change — requirements analysis, planning, implementation, code review, CI remediation, and merge — requires many judgment calls and handoffs that are easy to get wrong or skip. This Skill enforces a mandatory, ordered lifecycle so every explicitly invoked change passes through the same gates with delegated sub-agents, scope discipline, and converged review before merging. ## Core Features & Use Cases - End-to-end SDLC orchestration: Runs ordered steps from GitHub authentication and branch creation through requirements analysis, planning, implementation, pre-PR review, PR preparation, CI monitoring, and finalization. - Mandatory sub-agent delegation: Requirements, planning, and implementation are delegated to sub-agents that load the requirements-analyzer, planner, and coder skills, with tier-based model sizing for each role. - Scope Brief and finding ledger: Freezes the user's verbatim request into a Scope Brief carried through every delegate and reviewer, and tracks findings with classification, materiality tiers, and convergence rules. - Review and CI integration: Drives Codex local review plus Copilot and CodeRabbit PR-level reviews, batches findings into single fix passes, and enforces head-discipline rules so evidence stays SHA-scoped. - Use Case: A user invokes /dev on a GitHub issue; the Skill analyzes requirements, plans, implements via delegates, runs local and hosted review until convergence, verifies the test plan, and hands off a merge-ready PR. ## Quick Start Invoke the dev lifecycle by asking the agent to run /dev on a specific task or GitHub issue, and it will execute the full workflow from branch creation through a reviewed, CI-green pull request.