← ClaudeAtlas

crewlisted

Orchestrate a multi-agent build with Trantor — get an Advisor recommendation (solo/scrooge/crew/hybrid based on the user's plans and the work), fire up helper AI CLIs (Codex, Gemini, Kimi, DeepSeek) with pinned models in visible terminal windows, assign difficulty-tagged work over the bus, track it on the Kanban dashboard with a testing gate, delegate grunt to Scrooge, supervise actively, integrate, ship. Use when the user wants several AI agents building something together, says "fire up the crew/agents", "build it with trantor / with the crew", or asks to coordinate other coding CLIs on a task.
sashabogi/trantor · ★ 0 · AI & Automation · score 72
Install: claude install-skill sashabogi/trantor
# Trantor crew — the unified playbook (brain × body) You are the ARCHITECT. Two execution fabrics serve you: - **Scrooge calls** (`relay_scrooge`) — cheap stateless one-shots; the result returns to you. - **Crew members** — stateful colleagues in their own context windows under a runner that keeps them alive forever and wakes them on bus messages. They report by reference. **Decision rule:** small + stateless + result-fits-inline → `relay_scrooge`. Large + stateful + parallel or long-horizon → crew member. You stay a foreman either way: your context burns at coordination rate, never work rate. ## Phase −1 — THE ADVISOR MOMENT (always, before spending anything) Cut the work into packages, tag each `easy|medium|hard`, then call `relay_advise(task, packages, horizon)`. It weighs task shape × the user's declared plan economics (quota profile) × context horizon and returns mode + per-package routing — each route carries a `reason`, and `crew.why` explains the SEAT COUNT (seats follow the work, not the install list). Mark packages you'll own yourself with `owner:"self"` (foundation/ integration are auto-reserved). **Never present a bare go/no-go.** In your TEXT REPLY (not inside a question dialog), paste verbatim: `routing_table_md`, the `why` bullets, `crew.why`, and the real-money total + quota pools. ONLY THEN ask go / adjust / hold. When creating the board, use `card_args` exactly — each entry is a ready `relay_task_add` call (title, difficulty, assignee with your project