What problem does it solve?
This skill addresses the complexity of coordinating rapid development cycles by enforcing a minimal end-to-end workflow, automated back-end selection, and rigorous test coverage, while guiding parallel task execution.
Core Features & Use Cases
- End-to-end orchestration: coordinates requirement clarification, backend selection, task planning, and parallel execution.
- Parallel execution with governance: runs tasks concurrently where safe, with explicit dependencies.
- Test coverage enforcement: ensures each task meets ≥90% coverage before completion.
- Policy-driven workflow: respects critical constraints to avoid unsafe edits and ensure traceability.
- Use Case: A team needs to implement a small feature end-to-end: clarify requirements, pick backend, plan tasks, and validate tests in parallel.
Quick Start
To begin, initialize the dev workflow for a feature, clarify requirements, and let the orchestrator plan and execute tasks with automated back-end routing and test validation.