← ClaudeAtlas

brieflisted

Briefing on what happened while you were away, so a person can stay in the loop over autonomous work. Answers "what happened", which no built in display does: /status shows active settings sources, /permissions the resolved rules, /context what is loaded. Reads the transcript, git and the hook log for facts, the session ledger and project state file for the reasons, then writes six short blocks: progress, in progress, blocked, learned, open problems, next steps. Reports only, never acts, and writes no file. TRIGGERS: "/brief", "brief me", "what happened", "where do we stand", "catch me up", "was ist passiert", "wo stehen wir", and the same intent in any other language. Project agnostic: no assumptions about language, stack, or repository layout.
kaposty/context-kit · ★ 1 · Web & Frontend · score 74
Install: claude install-skill kaposty/context-kit
# Brief: what happened while you were away An agent can work for hours without you. When you come back, the question is not what is configured, it is what happened, what is stuck, and what needs you. This skill answers that in one screen. It is the mirror image of the checkpoint. The checkpoint writes durable context **for the model**, so reasoning survives a compaction. This writes a briefing **for the person**, once, on screen, and it dies when you have read it. That is why it stores nothing. ## Rules that are not negotiable - **It writes no file.** No report, no cache, no marker. A briefing is re-derivable, and a stored one only goes stale. The window comes from the transcript, which already records every earlier run of this command. - **It changes nothing else either.** No commits, no flushing the ledger, no fixing what it finds. It names the next steps and stops. Self starting maintenance was measured as noise in this kit before, and it is not coming back through a status command. - **It reports in the user's language**, matching the language they write in, and in that language's own characters. Never transliterate an accent or a diacritic away: a project may ban them in file and code names for portability, and that rule stops at the filename. ## The process ### 1. Get the facts Run the digest, from the project root, exactly like this: ```bash T=$(ls -d .claude/tools tools "${CLAUDE_PLUGIN_ROOT:-/nonexistent}/tools" 2>/dev/null | head -1); bash "$T/br