← ClaudeAtlas

orchestrator-updatelisted

Review and apply pending orchestrator config updates. Use when the user says "/orchestrator:update", "check pending updates", or on session start if the registry has pending entries. Surfaces improvements from `~/.claude/PENDING-UPDATES.md`, applies selected ones via subagents, and validates with the eval suite.
seansmithworks/agent-skills · ★ 0 · AI & Automation · score 73
Install: claude install-skill seansmithworks/agent-skills
# /orchestrator:update Manage the orchestrator's config evolution. Opt-in: nothing auto-applies. ## When to use - You run `/orchestrator:update` explicitly - Session-start check found entries in `~/.claude/PENDING-UPDATES.md` with `status: pending` and you want to review - After any significant model or config change, to catch regressions early ## Workflow ### Step 1 — Load registry Read `~/.claude/PENDING-UPDATES.md`. Parse the entries into a list. For each pending entry, capture: ID, title, change type, blast radius, expected eval delta, effort. ### Step 2 — Present options Show a numbered list of pending entries with ID, title, change type, effort, and expected eval delta. Format: ``` Pending orchestrator updates (N): 1. UPD-001 (efficiency, ~30min) — MEMORY.md tier structure Expected: -300 tokens per session boot, no behavioral regression 2. UPD-002 (efficiency, ~15min) — ORCHESTRATOR.md rehydration short-circuit Expected: -2-3 min per boot on known projects, no token change 3. UPD-003 (quality, ~10min) — Fanout ceiling heuristic Expected: better behavior on 8+ unit tasks, no regression Options: - Pick one or more numbers to apply (e.g., "1" or "1,3") - "prune" to dismiss stale entries (60+ days pending) - "all" to apply all pending (not recommended without review) - "cancel" to exit ``` ### Step 3 — Mandatory baseline eval (non-bypassable) Before applying anything: - If `~/.claude/evals/` exists: run the tokenize script `python3 ~/.claude/evals/t