What problem does it solve? Running a multi-phase software project with specialized agents (coders, reviewers) requires coordinating state, events, gates, and corrective cycles. This Skill turns a main agent into a disciplined orchestrator that drives the rad-orchestration pipeline without losing track of project flow. ## Core Features & Use Cases - Event-Driven Pipeline Control: Runs the radorch.mjs CLI engine, parses JSON envelopes, executes prompted actions, and signals completion events without ever composing CLI calls manually. - Subagent Dispatch: Spawns the right coder tier (coder-junior, coder, coder-senior) and reviewer tier based on task complexity and corrective escalation rules. - Corrective Cycle Routing: Relays review report paths and handoff docs on changes_requested verdicts while the engine manages retry budgets and halts. - Use Case: After planning a project with /rad-plan, invoke /rad-execute and this Skill guides the orchestrator through every phase gate, code review, and corrective loop until final approval. ## Quick Start Ask the agent to run the rad-orchestration pipeline for a project in ~/.radorc/projects/ using the /rad-execute command.