← ClaudeAtlas

superforgelisted

Concierge and router for the whole making process, from idea to shipped product. Reads intent, hands the work to the right superforge-* skill (brain, biz, brand, ui, dev, test, debug, roast, verify, handoff), and assigns a model tier per subtask across Claude 5, Gemini 3.6, Codex, and Kimi before any agent is dispatched. Use at the start of any build, or when the request spans several of those areas. Use when the user says "let's build", "I want to make", "help me ship", "where do I start", "何か作りたい", "作って", "どこから始める", "一気に進めたい", or runs /superforge.
takaoumehara/superforge-skill · ★ 1 · AI & Automation · score 78
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 |