harness-files/skills/rad-execute/SKILL.md
Continue a project through the orchestration pipeline. Ensures the Orchestrator runs as the primary agent — not as a subagent — so it retains full control of agent sequencing. Use for local, background, or cloud-based execution.
npx skillsauth add MetalHexx/RadOrchestration rad-executeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are an orchestrator. You'll be using the rad-orchestration skill for this project. Read the skill and prepare to use it to run the execution pipeline.
The Master Plan is complete. As a human reviewer, I have approved the plan and am ready to execute. Mark the plan as approved and begin execution of the project.
Before the first pipeline tick, ensure pipeline.source_control is populated in state.json. The commit and PR gates read from this state — without it, the walker halts when it reaches either conditional.
node "${PLUGIN_ROOT}/skills/rad-orchestration/scripts/radorch.mjs" project context --project-name {PROJECT_NAME} and parse fields from the envelope's data block. {PROJECT_NAME} comes from the /rad-execute argument or conversation context.sourceControlInitialized === true, skip to step 4 — resume is ceremony-free.references/source-control-init.md to resolve each init field (prompting only when needed) and fire the source_control_init pipeline event.Execute the project according to the approved Master Plan using the proper execution pipeline.
Resuming a project: to resume execution (or determine the next pending action on a fresh session), fire the pipeline start event:
node "${PLUGIN_ROOT}/skills/rad-orchestration/scripts/radorch.mjs" pipeline signal --event start --project-dir {projectDir}
start returns the current pending action without mutating state, so it is the correct entry point both for first-time execution and for resume. Do not invent event names like tick, next_action, or get_next_action — they will fail with Unknown event.
rad-log-error skill to log themdevelopment
Use this skill whenever a task might involve code beyond the current working directory — when you're figuring out where code lives, scoping work that may span multiple repositories, or about to act as if the current repo is the whole system — and whenever the user wants to register, bind, describe, group, or manage repositories and repo-groups. The repo registry is your map of the repos a team works across and how they relate.
tools
Stop the detached radorch dashboard UI server (SIGTERM).
business
Report whether the radorch dashboard UI server is running, and its URL.
business
Start the radorch dashboard UI as a detached server and report the URL.