greenfield/harness-files/skills/rad-plan-audit/SKILL.md
Audit the two-doc planning set (Requirements + Master Plan) for codebase accuracy, cross-document cohesion, and explosion-readiness. Two modes: self-review (planner-time) and full audit (reporter subagent; orchestrator dispatches a planner subagent to apply fixes).
npx skillsauth add MetalHexx/RadOrchestration rad-plan-auditInstall 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.
Validates the planning set — {NAME}-REQUIREMENTS.md and
{NAME}-MASTER-PLAN.md — across three dimensions:
Phase Plans and Task Handoffs are deterministic explosion artifacts and
are out of scope here — they're validated post-execution by rad-code-review.
The audit rubric defines exactly what counts as a finding. The calibration clause governs severity.
| Mode | When to use | Workflow |
|------|-------------|----------|
| Self-Review | You are a planning agent creating or revising one of the two docs | self-review.md |
| Full Audit | Reviewing both docs after creation | full-audit.md |
| Corrections | You are the planner subagent dispatched to apply an issues_found audit report | corrections-workflow.md |
Load the appropriate workflow document and follow it.
development
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.