← ClaudeAtlas

agentslisted

--agents [model] — delegate work to spawned subagents under the system's discipline. Dev — execute a spec's task plan as implementer waves; reviewer — fan the three review axes out to an adversarial finding-panel. Overlay on spec/review; parent-only memory writes; AGENTS spawn ledger with a hard 6h validity window; parent-set timeouts. Load ONLY when the FnB invokes --agents.
jedbjorn/subfloor · ★ 14 · AI & Automation · score 76
Install: claude install-skill jedbjorn/subfloor
# agents — delegated waves under your discipline FnB invokes this as `--agents [model]`. It is an **overlay** on `spec` (dev mode) and `review` (review mode): it changes only what is written here. Everything upstream and downstream of the named steps — loading the spec, task tracking, flags, the FnB handoff gate — is the base skill, unchanged. Load the base skill first; apply this on top. `[model]` = worker tier, passed verbatim to the harness's agent tool. No arg -> agents inherit your model. Heavier judgment work -> heavier worker; you may bump a single agent's tier for a task judged hard. You — the parent — NEVER change tier; you stay the judge. **Core loop = implement -> you verify -> adversarially refute -> you fix.** The refute step is where the quality comes from. Parallel implementers are an optional scale-up for genuinely large, file-disjoint work, not the headline: your loop (compose -> wait -> adjudicate -> re-verify) is serial, and field runs measured hundreds of k of subagent tokens even on small waves — the spend buys verification depth + an audit trail, not wall-clock. Fit test before spawning: multi-surface + file-disjoint + spec'd + high correctness stakes -> waves. Single-file / small fix -> run the base procedure solo; at most spawn one adversarial skeptic against your own diff — the cheap, high-ROI slice of this skill. - **Harness:** subagent tooling exists in the claude harness only. No subagent tooling in your harness -> this skill is inert; run t