The Dev Cycle Orchestrator is the core engine of the Ring workflow system, designed to move development tasks through six rigorous quality gates: implementation, devops, SRE, testing, review, and validation. It prevents 'incremental compromise' by enforcing strict sequential execution, requiring TDD patterns, 85% test coverage, and a mandatory three-reviewer consensus. By coordinating specialized agents rather than performing manual edits itself, this skill ensures that every piece of code meets production-grade standards before final acceptance.
주요 기능
01Mandatory three-perspective code review system
0217 GitHub stars
03Six-gate quality enforcement (TDD to Validation)
04State persistence with resume capability for long-running tasks
05Specialized agent dispatch for role-based task execution
06Automated metrics collection and severity-based blocker reporting