What problem does it solve? Coding tasks often lack a consistent process, leading to skipped tests, messy branches, and unreviewed changes. This Skill enforces a structured, step-by-step workflow for every code change so features, fixes, and refactors are delivered as review-ready pull requests. ## Core Features & Use Cases - Size-Based Workflow Scaling: Gauges each task as Small, Standard, or Large and applies only the ceremony the blast radius warrants. - Agent Orchestration: Delegates requirements analysis and planning to specialized agents, then runs test-coverage, simplify, and github-pr skills before delivery. - Strict Quality Gates: Forbids skipped tests, requires atomic commits, and never merges PRs — everything is delivered for human review. - Use Case: Ask to implement a new API endpoint. The Skill creates a feature branch, analyzes requirements, plans the implementation, writes tested code, cleans it up, and opens a documented pull request. ## Quick Start Ask the AI to implement a feature or fix a bug, and it will follow the SDLC workflow from branch creation through pull request delivery.