What problem does it solve?
Projects often span many specialised tasks and skills, and users need a single coordinator to decide what runs next, which specialist to call, and whether work can safely run in parallel across available platforms. The Project Orchestrator reduces guesswork, prevents unsafe parallelism, and ensures phase-appropriate routing so teams and agents execute the right steps in the right order.
Core Features & Use Cases
- Phase detection: Silent scans repository artifacts to determine the current project phase and recommend the next skill to run.
- Skill routing & delegation: Maps user intent to a single skill or a decomposed process and never executes specialist work directly.
- Platform-aware orchestration: Adapts execution strategy to platform capabilities (Tier 1 parallel subagents, Tier 2 platform-managed dispatch, Tier 3 sequential execution).
- Parallel decomposition rules & safety: Enforces file-scope and dependency rules to prevent conflicts when parallelising tasks.
- Process learning loop: Records execution outcomes, updates process entries, and triggers AGENTS.md refreshes only when architectural or orchestration maps change.
- Use Case: Turn a high-level "implement feature X" request into a phased plan that runs product-soul → brainstorming → prd-writing → implementation-plan, with scoped parallel subagents where safe.
Quick Start
Ask the orchestrator to "Orchestrate this project and propose a phase-by-phase plan based on repository state."