← ClaudeAtlas

briefinglisted

Assembles a session context briefing from your configured issue tracker, recent git history, and active work signals. Use when: starting a new session, resuming after a break, user says 'catch me up', 'what was I working on', 'where did I leave off', context recovery after compaction, or user asks for project orientation. Complements Claude Code's native /recap (which auto-triggers after extended idle); briefing is invoked explicitly and pulls from cross-tool sources native /recap does not aggregate.
backchainai/backchain-plugins · ★ 4 · AI & Automation · score 68
Install: claude install-skill backchainai/backchain-plugins
# Briefing Produce a concise orientation briefing for session start or context recovery. Aggregate signals from multiple sources into a single scannable summary so the user can quickly re-orient. Read-only. Reads issue-tracker state and git history; never writes, never modifies state. ## Relationship to native `/recap` Native [Claude Code `/recap`](https://code.claude.com/docs/en/changelog) (v2.1.108+) provides a recap of prior session activity when returning after a 75+ minute absence, or on demand. `briefing` **complements** `/recap` rather than replacing it: - `/recap` is auto-triggered after idle and operates on Claude Code session history. - `briefing` is invoked explicitly and aggregates *cross-tool* signals: issue tracker, git, working-memory presence, staging directory staleness. Use `/recap` when you want the narrative of the last session. Use `briefing` when you want a structured snapshot of where the project stands across tools. ## Data sources `briefing` reads from sources the user's project has configured. **Detect available sources from project signals; ask the user when ambiguous.** | Signal | Source detection | What to read | |--------|-----------------|--------------| | Issue tracker | `.beads/` directory → Beads. `.linear/` or environment → Linear. `gh` CLI authenticated → GitHub Issues. Explicit declaration in `CLAUDE.md` → use that. None of the above → **ask the user.** | Ready / available work, in-progress items, blocked items, project counts | |