greenfield/harness-files/skills/rad-orchestration/SKILL.md
Orchestration system runtime, configuration, and context. All pipeline agents load this skill for system context. The Orchestrator receives pipeline-specific guidance.
npx skillsauth add MetalHexx/RadOrchestration rad-orchestrationInstall 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.
Unified orchestration skill containing the pipeline runtime, validator, and role-specific reference documents. System configuration (orchestration.yml) and tier templates live at ~/.radorch/ and are documented below. All pipeline agents load this skill for system context.
Read references/context.md first. If your role appears in the table below with an additional reference, read that document too.
| Role | Reference Document | What It Provides |
|------|--------------------|-----------------|
| All agents | references/context.md | Agent roles, pipeline flow, naming conventions, key operating rules |
| Orchestrator | references/pipeline-guide.md | Event loop, action routing, CLI usage, state mutation patterns |
| Orchestrator | references/action-event-reference.md | Complete Action Routing Table (16 actions) and Event Signaling Reference — quick lookup during pipeline operation |
| Orchestrator | references/corrective-playbook.md | Orchestrator-only. Mediation guide for code_review_completed with verdict: changes_requested. Read on every task-scope corrective cycle. |
| All agents | references/document-conventions.md | Document naming, placement, filename patterns, frontmatter field values |
This skill bundles:
schemas/state-v4.schema.json — State file JSON Schemascripts/pipeline.js — Pipeline runtime entry point. All CLI arguments pass through transparently.scripts/explode-master-plan.js — Pipeline branching and phase expansion enginescripts/lib/ — Pipeline engine, resolver, mutations, state I/O, validatorreferences/ — Role-specific reference documentsRuntime user-data files (not shipped inside the skill folder):
~/.radorch/orchestration.yml — System configuration; provisioned to the user-data root at install time from greenfield/runtime-config/orchestration.yml~/.radorch/templates/ — The four review-intensity tier templates (extra-high.yml, high.yml, medium.yml, low.yml); provisioned from greenfield/runtime-config/templates/ at install timedevelopment
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.