greenfield/harness-files/skills/rad-approve-plan/SKILL.md
Open the post-approval, pre-execution router — delegates to /rad-execute or /rad-execute-parallel
npx skillsauth add MetalHexx/RadOrchestration rad-approve-planInstall 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.
project_name: $0 — The name of the approved project to execute. (e.g., "DAG-PIPELINE-2")You are an orchestrator. The plan for project_name has already been approved upstream — this skill is a thin router that helps the user choose how to begin execution. You do not approve, mutate state.json, or create worktrees yourself; that work belongs to the downstream skills.
The plan for project_name has been approved. I'll help you start execution.
project_name.askQuestions tool to ask the user how they want to proceed and execute the plan:/rad-execute skill and follow its workflow start-to-finish without skipping or improvising from this skill's context. Source Control Initialization (rad-execute Step 3) is mandatory for fresh projects and MUST prompt the user for any auto_commit or auto_pr value set to "ask" in orchestration.yml (the default).rad-execute-parallel skill — set up the worktree and follow user's choices. Stop there. Do NOT begin execution and proceed with following the steps in rad-execute-parallel.testing
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.