Declassified Doc Y-000.1 · Model routing · subagent teams · attestation

Always the right model
to get the job done.

Fusion decomposes one goal into a team of model-pinned subagents. A middle manager keeps the handoff lossless while every artifact is attested to what actually ran.

Hermes Claude Code Grok Bot / Build Codex
hermes plugins install BoredSexyJordan/fusion-marketplace#hermes
hermes plugins enable fusion
hermes fusion plan "ship the feature"
hermes fusion run fusion/packet.json
DOC Y-185.4 · CLASSIFIED The model

Not genius boss / dumb doer.

The 1950s–70s management era died because the handoff between planner and doer was lossy in both directions. Fusion applies the fix that actually worked: boring middle managers, correctness-preserving handoffs, and a feedback loop that escalates decisions, not struggles.

01

Frontier lead plans the packet

A T0 model (Claude, GPT, Grok…) turns the goal into a validated packet: the team roster, each member's model + delegation kind, scope, and verification criteria. It never implements.

02

Middle manager audits and dispatches

A cheap-but-careful MM strips any "prescribing the solution" noise from each worker prompt (hard gate), then hands one bounded, model-pinned task to each genius worker. Delegation kinds are pinned in the roster — nobody re-decides mid-run.

03

Workers execute in their own sessions

Each worker is a specialist with its own model, tools, and context. Tier boundaries are session boundaries: no model switching mid-turn. Handoffs are artifacts, never transcripts.

04

Attested provenance + feedback loop

Every run writes harness.json receipts of exactly what models actually served — never the roster. The weekly scorer learns which team templates win per task type, so next week's recommendation is grounded in real fidelity.

DOC Y-227.1 · CLASSIFIED Why it works

The mosaic of model skill.

Intelligence level is one axis. Claude writes cleaner prose, GPT is the numbers analyst, Grok counterbalances dynamic variables. Fusion picks character, not just IQ — and never asks a model to do what it's bad at.

Right model, right job

Capability-driven selection, not bans. Cost, availability, and subscription-vs-API all weigh in.

No mid-run switching

Model pinned per roster member. Tier boundary = session boundary. No hijack bugs.

Artifacts, not transcripts

Workers hand back files. Handoffs are lossless because the unit of work is a file, not a summary.

Attested, not claimed

Provenance comes from execution receipts, so the feedback loop never scores a template that didn't really run.

HermesClaude CodeGrok BotGrok BuildCodex
DOC Y-264.9 · DISPATCH Install

One plugin, every harness.

Fusion ships as a single marketplace plugin. The same packet and run-state contract runs on Hermes, Claude Code, Grok Build, and Codex.

Hermes

hermes plugins install BoredSexyJordan/fusion-marketplace#hermes
hermes plugins enable fusion
hermes fusion plan "your goal"
hermes fusion run fusion/packet.json
Fusion is native to the Hermes lane it was born in.

Claude Code

claude plugin marketplace add \
  BoredSexyJordan/fusion-marketplace
claude plugin install fusion-orchestrator@boredsexy-hermes

# then, in a session:
/fusion-run "ship the feature"
Add the marketplace, install, then run /fusion-run in a session.

Grok Bot (desktop) + Grok Build (CLI)

grok plugin marketplace add BoredSexyJordan/fusion-marketplace
grok plugin install fusion-orchestrator --trust

# then, in a session:
/fusion-run "ship the feature"
Add the marketplace, install with --trust, then run /fusion-run.

Codex

# Fusion on Codex = its worker roles.
codex fusion workflows add fusion-orchestrator
# full guide ships with the Codex package
Codex runs Fusion's worker lane; full guide ships with the Codex package.
DOC Y-300.0 · CLEARED Contract

One frozen run-state.

Every harness reads and writes the same shape — so the weekly scorer is cross-harness from day one.

FilePurpose
plan.jsonThe validated packet — roster, phases, scope, verification.
team.jsonThe executed roster + audit counters.
harness.jsonPer-dispatch receipts: actual model, provider, status, seconds. The attestation.
out-<role>.mdOne artifact per worker.
header.txtThe provenance line — built only from what actually ran.