What problem does it solve? Turning a feature request or bug fix into reviewed, mergeable code often skips planning and review discipline. This Skill enforces a structured workflow that converts user intent into a hardened, reviewable code artifact following the project's existing architecture and conventions. ## Core Features & Use Cases - Spec-Driven Planning: Clarifies intent, investigates the codebase, and writes a scoped specification (900–1600 tokens) with tasks, acceptance criteria, and boundaries before any code changes. - Multi-Agent Adversarial Review: Runs blind, edge-case, and acceptance-auditor review subagents on the diff, classifying findings as intent gaps, spec flaws, patches, or deferred work with loopback handling. - Sprint & Epic Integration: Syncs story status in sprint-status.yaml, compiles epic context from planning artifacts, and supports both full plan-code-review and one-shot routes. - Use Case: Ask it to implement a bug fix; it drafts a spec, gets your approval, implements via sub-agent, runs three independent reviews, commits, and opens a clickable Suggested Review Order in VS Code. ## Quick Start Ask the agent to implement your feature or bug fix using the gds-quick-dev workflow and it will plan, implement, review, and present the change.