orchestrate
Drives the full multi-agent design debate lifecycle: loads config, initializes the workspace, runs optional clarification, executes debate rounds (proposal, critique, refinement), dispatches the judge for convergence checks, and writes the final synthesis. Use when the user wants to start or run a design debate.
- Compatibility
- Requires a client that can dispatch subagents: every proposal, critique, refinement, clarification, and judge invocation runs as a dispatched subagent. Also requires the plugin payload that ships beside this skill (prompts/, agents/, debate-config.json), which the skill resolves from its own location; pass PROJECT=<plugin root> on clients that do not expose a skill's own path.
Pinned to revision 3d89241e847a, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/orchestrate/SKILL.md
- skills/orchestrate/references/clarify-phase.md
- skills/orchestrate/references/debate-loop.md
- skills/orchestrate/scripts/create-debate-config.sh
Every link opens the file at its source, pinned to the revision this page describes.