What problem does it solve?
This Skill eliminates the difficulty of decomposing a large work item into coordinated parallel Cursor cloud-agent tasks and safely collecting structured handoffs back into a single plan-driven workflow.
Core Features & Use Cases
- Parallel cloud-agent decomposition: Uses a dispatcher/planner model to fan out a user goal across a tree of planners, workers, verifiers, and merges.
- Structured handoffs as the only data bus: Workers and verifiers end with a strict handoff structure so the planner can reliably decide what comes next.
- Verification-driven quality gates: Supports verifier verdicts (live UI, unit tests, type-check only, or blocked/failed) to avoid shipping unproven fixes.
- Operational guardrails: Provides Andon to pause spawning, failure-mode sidecars for crashed runs, and loop hygiene/checkpoint restarts for robustness.
- Optional Slack run visibility: Mirrors task status in a single run thread when Slack credentials are present, without changing correctness when Slack is unavailable.
Quick Start
Use the orchestrate skill by typing /orchestrate <goal> to decompose and execute the goal across parallel cloud agents, with results collected via structured handoffs.