seanrreid/RAD_framework

The AI Agent framework designed with small teams in mind

5Stars on the repository
54Mods indexed here, across every type
6d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

rad-approve

01

seanrreid/RAD_framework

Command Claude Code

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…

5 6d ago A 82 tokens original MIT

rad-design

02

seanrreid/RAD_framework

Command Claude Code

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.

5 6d ago A 67 tokens original MIT

rad-epic-decompose

03

seanrreid/RAD_framework

Command Claude Code

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…

5 6d ago A 107 tokens original MIT

rad-insights

04

seanrreid/RAD_framework

Command Claude Code

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.

5 6d ago A 41 tokens original MIT

rad-status

05

seanrreid/RAD_framework

Command Claude Code

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.

5 6d ago A 37 tokens original MIT

seanrreid/RAD_framework

Command Claude Code

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.

5 6d ago A 58 tokens original MIT

quality-review

07

seanrreid/RAD_framework

Command Claude Code

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.

5 6d ago A 45 tokens original MIT

rad-adopt

08

seanrreid/RAD_framework

Command Claude Code

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.

5 6d ago A 61 tokens original MIT

rad-deliver

09

seanrreid/RAD_framework

Command Claude Code

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…

5 6d ago A 80 tokens original MIT

rad-plan

10

seanrreid/RAD_framework

Command Claude Code

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 …

5 6d ago A 76 tokens original MIT

rad-research

11

seanrreid/RAD_framework

Command Claude Code

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.

5 6d ago B 47 tokens original MIT

rad-review

12

seanrreid/RAD_framework

Command Claude Code

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.

5 6d ago A 54 tokens original MIT