From bureau
Takes live notes of the current session's decisions and open threads on demand or at natural checkpoints. Appends to a running minute in a bureau workspace or provides an ephemeral summary.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bureau:scribe [--workspace <name>][--workspace <name>]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
`file-session` files the minutes *after* a session; the scribe writes them *during* it, so the
file-session files the minutes after a session; the scribe writes them during it, so the
record's fidelity doesn't depend on end-of-session memory. It is the minute-taker; the filed
minute is its notes cleaned up.
file-session later finalizes it).On demand (bureau:note, or the user asking) or at natural checkpoints — a decision made,
a direction changed, a milestone reached. Not after every turn: constant summaries bury the
signal. Capture inflection points, not heartbeats.
bureau.json; default bureau). If none, produce the summary for
the user and stop (ephemeral mode) — do not error.logbook/<YYYY>/<MM>/<safe-session-id>.md, the same file file-session finalizes), under a
timestamped checkpoint heading. Never rewrite earlier notes or other sessions' entries.status: logbook — raw material, never canon. The
scribe never writes dossiers.file-session consolidates them.This skill covers ONLY live note-taking into the logbook (or an ephemeral summary). It does
not finalize the entry (file-session), not distil to cabinets (compile), and not
read the canon to answer questions (recall / bureau:query). It is invoked by bureau:note
and by the SessionStart (post-compaction) hook's re-grounding flow.
npx claudepluginhub xiaolai/bureau --plugin bureauRecords a faithful, append-only minute of an AI session — intent, decisions, changed files, open threads, and transcript pointer. Use when filing a session into a bureau workspace or when asked to record the current session.
Writes a short distilled summary of a working session to docs/sessions/YYYY-MM-DD-<topic>.md after substantial work. Useful for maintaining continuity across sessions without dumping raw chat transcripts.
Generates and saves Markdown session logs capturing objectives, file changes, referenced materials, technical notes, future plans, open items, and metrics to resume project work across conversations.