What problem does it solve? Complex features often fail when a single AI agent plans, codes, and reviews its own work without independent oversight. This Skill structures a four-persona workflow (Socrates, Daedalus-1, Daedalus-2, Hephaestus) that separates planning, implementation, and independent review into disciplined cycles with clear file-based handoffs. ## Core Features & Use Cases - Multi-Agent Review Cycle: Two independent reviewers examine code without reading each other's findings, then a coordinator synthesizes all issues into a single fix list. - File-Based Context Passing: Uses CurrentReview.md and topic files to transfer review feedback, test plans, and step statuses between agents working in separate sessions. - Spec-Driven Integrity: Enforces that spec/ remains the source of truth and that every commit contains code and spec updates together. - Use Case: When building a complex feature like a new authentication flow, use this workflow to have one agent plan the steps, another implement them, two reviewers independently audit the result, and a human run the final test plan before marking the step done. ## Quick Start Start the SDDG workflow for my current feature by creating a topic file with a plan, then coordinate implementation and independent review cycles until the test plan passes.