greenfield/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 {skillRoot}/scripts/gather-context.js --project-name {PROJECT_NAME} and parse its JSON output. {skillRoot} is the directory containing this SKILL.md; {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 {orchRoot}/skills/rad-orchestration/scripts/pipeline.js --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 themtesting
Use this skill to understand, navigate, and organize the work-graph — the live map of projects in the system, what state each is in, how they relate to one another, and where their worktrees are. Use at brainstorm time when continuing a series or referencing existing work — orient on live state before exploring files.
development
Source control operations — commit code, open a PR, create a worktree, or clean up a worktree. All inputs for commit and PR come from the spawn prompt; worktree operations are interactive and driven from the main session.
data-ai
This skill can be invoked when the user starts talking about planning or executing a project. Use this skill to run a team of subagents through an automated SDLC process that helps them get work done safely and effectively.
testing
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.