debrief

A meeting-notes command that sorts decisions, quotes, and follow-up items into the project's local record.

In plain words
What is it for?
Use it after a meeting to organize notes, record decisions and open questions, and update the appropriate .fde files.
Why use it?
It removes transcript noise while preserving important statements and makes the proposed filing visible before anything is saved. The human confirms the routing before it is applied.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/suboss87/fdeops/debrief
Clone the repo
git clone --depth 1 https://github.com/suboss87/FDEOps

Made for: Claude Code.

Per session 9 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 287 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00009 $0.00287
Opus 5 $0.00005 $0.00143
Sonnet 5 $0.00002 $0.00057
Haiku 4.5 $0.00001 $0.00029

Measured 2d ago against content hash c314d0115da5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

debrief scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/debrief.md · 22 lines

What it actually says

Load @fde (skills/fde/SKILL.md). Situation: after a meeting.

If fde resume shows NO ENGAGEMENT: ask "What should we call this client?" once, then you run fde resume --init. Never tell the human to type the CLI. If they already pasted notes, bind first, then debrief.

Run fde debrief --smart (fallback: npx --yes fdeops debrief --smart). --smart is a gate, not a brain - it proposes routing; you still judge.

Rewrite the propose output: add type prefixes where the record needs them. Strip noise; keep their words for quotes and decisions.

Present the routing in plain language: what lands where in .fde/, what changed, what is still open. One screen, not a transcript dump.

Only run fde debrief --apply (fallback: npx --yes fdeops debrief --apply) after the human confirms. Never auto-apply.

Read references/debrief.md for prefix rules, file targets, and digest beats.

Done when: the human confirmed the routing and --apply wrote the agreed .fde/ updates.

Not for TypeScript errors, unit tests, refactors, or git commits - those stay in the host agent.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 22 lines · 9 tokens per session scan A c314d0115da5

Subscribe to this mod's changes

debrief is a command published in the GitHub repository suboss87/FDEOps (213 stars, last pushed 3d ago), licensed MIT. It adds 9 tokens to every session and 287 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.