sdd-orchestrator

Orchestrate explore, plan, implement, and review phases across sub-agents.

1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/davidarce/devrune-starter-catalog --skill sdd-orchestrator-davidarce
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-orchestrator
Source: https://github.com/davidarce/devrune-starter-catalog/tree/main/workflows/sdd/sdd-orchestrator
Command: npx skills add https://github.com/davidarce/devrune-starter-catalog --skill sdd-orchestrator-davidarce

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating the Spec-Driven Development workflow across multiple sub-agents can be error-prone and hard to scale; this Skill orchestrates explore, plan, implement, and review phases reliably.

Core Features & Use Cases

  • Orchestrates the four SDD phases by delegating to sub-skills (explore, plan, implement, review)
  • Enforces sequencing, error handling, and state progression across waves
  • Use Case: When starting an SDD project, run the orchestrator to drive the sub-agent tasks in order and collect results.

Quick Start

Ask the orchestrator to initiate the Explore phase and then progress through Plan, Implement, and Review in sequence.

Frequently Asked Questions about sdd-orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does spec-driven development orchestration work across sub-agents?

Spec-driven development orchestration coordinates explore, plan, implement, and review phases by delegating tasks to sub-agents. It enforces strict phase sequencing, state propagation, and robust error handling to ensure reliable end-to-end project execution.

How do I automate an SDD workflow from start to finish?

To automate an SDD workflow, initiate the Explore phase and then progress through Plan, Implement, and Review in sequence. The orchestrator drives the sub-agent tasks in order, enforces sequencing, and collects the results automatically.

What is the best way to manage state propagation across development phases?

Managing state propagation across development phases requires an orchestration layer that enforces strict sequencing and robust error handling. The SDD orchestrator propagates state across waves by delegating each phase to specialized sub-agents.

Can I coordinate planning and implementation phases without manual intervention?

Yes, you can coordinate planning and implementation phases without manual intervention by running an orchestrator. It automatically delegates the Plan and Implement phases to sub-skills, enforcing state progression and collecting results across the workflow.

When do I need an orchestrator for multi-agent development workflows?

You need an orchestrator for multi-agent development workflows when your project requires strict phase sequencing, state propagation, and robust error handling across explore, plan, implement, and review phases to prevent scaling and coordination errors.

Why does my sub-agent workflow fail during phase transitions?

Sub-agent workflows often fail during phase transitions due to missing state propagation or unenforced sequencing. An orchestrator resolves this by explicitly validating scope, handling errors robustly, and enforcing state progression across all SDD phases.