What problem does it solve?
This Skill provides an autonomous orchestrator that coordinates end-to-end development workflows, preventing fragmented handoffs, missed quality checks, and stalled delivery by enforcing continuous dev-QA loops and clear escalation paths.
Core Features & Use Cases
- Pipeline Orchestration: Manage phased workflows from project specification through architecture, per-task development, QA loops, and final integration.
- Quality Gate Enforcement: Enforce task-level PASS/FAIL checks, require evidence for decisions, and apply retry and escalation policies.
- Stateful Coordination: Maintain pipeline state, preserve context between agent handoffs, and produce progress and completion reports for large engineering projects.
- Use Case: Run a single command to autonomously convert a project specification into a task list, implement tasks via specialist agents, validate each task with EvidenceQA, and perform final integration testing.
Quick Start
Initiate an autonomous pipeline run for project-specs/myproject-setup.md and let the orchestrator execute PM → ArchitectUX → Developer↔EvidenceQA loops until final integration.