What problem does it solve?
Orchestrates end-to-end developer workflows by coordinating multiple agents and shared state to ensure tasks move from research through implementation to validation and PRD updates without manual handoffs.
Core Features & Use Cases
- Load the proper skills and tools for each task and run tasks in parallel where possible to optimize time.
- Task Research: analyze requirements, read specifications, create an implementation plan, and update PRD with blockers and progress.
- Implementation: write code to implement tasks following best practices and maintainable style.
- Validation: run validation steps and fix issues until passing, leveraging qa-validation-workflow guidance.
- PRD Synchronization: keep the project PRD updated with implementation details, blockers, and observations.
- Exit Conditions: exit only when the task is fully implemented, validated, and PRD is updated; never exit prematurely.
Quick Start
Spawn a Developer agent to read the task, research requirements, prepare an implementation plan, execute the plan, validate results, and push PRD updates.