Review and approve a pending plan. Architect-only by default; the --on-behalf-of proxy flag lets a non-architect record an approval the architect already gave out-of-band. Records the approval on the plan's rad/ work-branch tip (never on the default branch), which unblocks /rad-deliver. There is no plan PR — the plan…
ARCHITECT ONLY. Consume a research artifact and produce the project's agent architecture. Run after /rad-research: it designs the agent hierarchy, presents it for inline approval, and on approval generates the .claude/agents/ files and the CLAUDE.md scope map — all in one invocation. No separate re-run required.
ARCHITECT ONLY. Decompose an epic issue into per-child shaping stories. Fetches the epic and its children from GitHub, reads project context, and writes a discovery artifact to .agents/epics/epic-[N]-[slug].md (Status: draft). This is a Gate-0 shaping step — it does NOT generate plans, call /rad-research or /rad-plan…
Analyze finding patterns across RAD review cycles. Reads .agents/findings.jsonl to surface recurring finding categories, hotspot files, and team trajectory. Run any time to get a population-level view of review history.
Show current RAD framework status: platform detection, active plans, open PRs, agent inventory, and role configuration. Use PROACTIVELY when starting a session or checking team progress.
Run the accessibility-reviewer agent on the current diff or specified files. Checks WCAG 2.1 AA: semantic HTML, ARIA, keyboard navigation, focus management, color contrast, and screen reader support. Stack-agnostic. Standalone — does not require a plan file.
Run the quality-reviewer agent on the current diff or specified files. Checks security, error handling, null safety, input validation, naming, and CLAUDE.md conventions. Standalone — does not require a plan file.
Adopt a pre-existing issue into the RAD framework. Fetches issue context from GitHub/GitLab (or accepts a free-form description), researches the codebase, and generates a wave-structured plan file. The plan goes through /rad-approve before execution — same gate as /rad-plan.
Execute an approved plan from .agents/plans/ using wave-based execution. Each wave runs in a fresh sub-agent context — main context holds only the execution log and wave outcomes, not file contents or diffs. Runs on the plan's existing rad/ work branch (no new branch), gates on the approved status at the branch tip…
Plan a feature or bug fix within your role's agent boundaries. Delegates codebase research to an Explore sub-agent that returns bounded summaries. Main context receives only the research summary, then generates a wave-structured plan file, cuts a rad/ work branch, and commits the plan to it. No PR is opened …
Run the Research phase of the RAD framework. Consumes a PRD, GitHub issue, or inline spec and produces a research artifact for use by /rad-design. Can be run by any team member — no architect role required.
Review code changes on the current rad/ work branch against the plan and project conventions. Run after /rad-deliver completes and before requesting architect review. Catches scope drift, convention violations, missing AC coverage, and missing test coverage before the architect sees the deliver PR.