← ClaudeAtlas

debrieflisted

Post-dispatch verification. After a dispatched sub-agent, workflow step, or dispatch-charter (FR-NNNN) returns, verify it actually achieved the intent, that its findings were persisted to disk (not left only in the dispatch's conversation), and that production-reachability holds (IMPL vs WIRED). Updates the traceability ledger + log.md. Use after EVERY dispatch before the orchestrator treats the work as done. Catches the
armenr/modelmux · ★ 1 · AI & Automation · score 73
Install: claude install-skill armenr/modelmux
# /debrief — verify a dispatch achieved intent and the findings survived > **Standard / Full — only relevant if you dispatch sub-agents or run fan-out workflows.** If you work > solo in a single session, you don't need this skill. It is the orchestrator-side gate you run after > handing work to another agent. A dispatch (a dispatch-charter `FR-NNNN`, a sub-agent call, a workflow step) returns a claim of done. **A returned claim is not a verified outcome.** `/debrief` is the gate that closes the loop: did the dispatched work achieve the intent, did its findings reach disk, and is the result actually reachable from a production path? This back-ports three durable disciplines the orchestrator must not skip after fan-out: - **IMPL→WIRED** — verification by production-reachability, not test-pass (the #1 recurring failure). - **Findings-to-disk-or-they-don't-exist** — a sub-agent's findings that live only in ITS conversation are dead the moment the dispatch returns. - **The executor never audits its own work** — `/debrief` is run by the dispatching orchestrator (or a clean-context verifier), never by the agent that did the work. **Foreground in the main agent / orchestrator.** The orchestrator holds the dispatch intent and the brief; it is the right place to compare returned-against-intended. ## When to invoke - **After EVERY dispatch returns** — a dispatch-charter, a sub-agent, a workflow step. Before marking the work-unit done. - **At a phase gate** — when a wave of