What problem does it solve?
Coordinating a feature from a raw idea through planning, review, implementation, and verification normally requires constant human orchestration across many steps. This Skill drives the entire Chorus AI-DLC lifecycle autonomously from a single natural-language prompt, with no interactive prompts unless the pipeline gets stuck.
Core Features & Use Cases
- End-to-End Pipeline Automation: Creates the project and Idea, runs self-elaboration, drafts a Proposal with a tech-design document and task DAG, then executes tasks in dependency-ordered waves.
- Adversarial Review Loops: Runs independent proposal, task, and whole-feature code reviews via read-only sub-agents (with inline single-agent fallbacks), looping on FAIL verdicts up to configurable round limits.
- Use Case: Give it a detailed prompt like "build a REST API for team expense tracking with approval workflows" and it produces a verified, code-reviewed implementation with a mandatory Idea Completion Report, escalating only genuinely blocked items to a human.
Quick Start
Ask the agent to run the yolo skill with a detailed natural-language description of the feature you want built, optionally including an existing project UUID or name to reuse.