From rad-repo-manager
This skill should be used when the user says "startup", "start session", "orient me", "where did we leave off", "catch me up", "what's the state", "session briefing", or "what was I working on". Fast, read-only session orientation — read the four active docs + git state, run the two cheap mechanical scans (loose docs, stale docs), and surface where you are, what's next, and whether the docs are trustworthy. Recommends /rad-repo-manager:repo-init on a fresh repo and /rad-repo-manager:repo-align when the scans show drift. It does not scaffold, audit deeply, clean, write, or change anything.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rad-repo-manager:startupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Get oriented at the top of a session. **Read-only and lean** — read the active docs
Get oriented at the top of a session. Read-only and lean — read the active docs
and git state, surface where things stand, and point at the right next skill. This is
not onboarding (that's /rad-repo-manager:repo-init) and not an audit (that's
/rad-repo-manager:repo-align).
repo-init.repo-align.
(The two mechanical scans in step 1 are read-only and near-instant — they're
evidence for the briefing, not an audit.)docs/archive/.wrapup or any end-of-session action — startup only orients.python3, or python on Windows):
git status --short
git branch --show-current
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/repo-scan.py . --json --no-record # loose/floating docs, active-set growth, AGENTS.md bloat
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/doc-freshness.py . --json # stale handoff; prd/plan unchanged while code churned
(If Python is unavailable, skip the scans and say so in the briefing — don't guess
at hygiene from globs alone.)AGENTS.md and the docs/ core to see what exists. Decide the path:
AGENTS.md and no real docs/prd.md/docs/plan.md. Stop
and recommend /rad-repo-manager:repo-init. Do not scaffold here.AGENTS.md exists. Orient (below).AGENTS.md,
docs/prd.md, docs/plan.md, docs/handoff.md. Read nothing else by default —
not reference docs, not docs/design.md, not docs/archive/./rad-repo-manager:repo-align — don't fix anything here.repo-init (fresh repo) or repo-align (drift) — never offer to run wrapup,
commit, or anything else.Startup:
Branch: <current branch>
Working tree: <clean / dirty summary from git status>
Active docs: <which of the 4 exist; name any missing>
Current focus: <current milestone / active task from docs/plan.md, one line>
Resume point: <next action from docs/handoff.md; append "(handoff is stale — verify against git)" if doc-freshness flagged it>
Stop conditions: <from docs/plan.md, if declared>
Doc freshness: <from doc-freshness.py: "fresh" | the findings, one line each>
Repo hygiene: <from repo-scan.py: "tidy" | "N loose ends: <names>" → recommend repo-align | fresh repo → recommend repo-init>
Notes: <anything material, or "None">
${CLAUDE_PLUGIN_ROOT}/references/doc-model.md — the active core, the conditional
tiers, and what "aligned" meansnpx claudepluginhub radorigin-llc/rad-claude-skills --plugin rad-repo-managerProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.