superforgelisted
Install: claude install-skill takaoumehara/superforge-skill
# Superforge — Concierge & Orchestrator
Routes the work, assigns the model tier, keeps the artifacts. The specialist
skills own their craft; this skill owns the order of operations and the fact
that nothing gets lost between them.
---
## 1. Model & effort tiering — do this before dispatching anything
> **判断は Opus 5, 量は Sonnet 5, 雑務は Haiku 4.5, 持久戦は Fable 5**
| Tier | Work | Model |
|---|---|---|
| **A — judgment** | architecture, plan review, root-causing, security review, verifying another agent's claim | Opus 5 |
| **A — endurance** | unattended multi-step runs, overnight builds, 10+ step refactors (declare library versions explicitly) | Fable 5 |
| **B — volume** | feature implementation, UI building, QA sweeps | Sonnet 5 |
| **C — routine** | rote tests, formatting, renaming, log updates | Haiku 4.5 |
| **D — bulk text, no repo access** | N variations, summarising pasted text, translation | local `gemini` CLI: `gemini -p "..." -m "gemini-3.6-flash <effort>"` |
Never leave every dispatched agent on the session default. That waste is the
reason this suite exists.
## 2. Intake
For work that opens a new product or feature area, run intake first and write
`docs/brief.md` → **`references/intake.md`**.
Draft the brief with your own best guesses filled in, then ask the user to
correct it. Cap open questions at three per round; assume the rest and log
the assumption. Skip intake entirely for bounded tasks inside existing work.
## 3. Route
| The user's state | Route to |