| name | briefing |
| description | Daily briefing โ board, ecosystem activity, tracker sync, goals. Parallel 4-stream collection. Modes: --quick, --html. Trigger: "/briefing", "briefing", "good morning", "daily standup", "checkin", "morning briefing". (Bare "status" โ bridge-status; bare "what is up" โ dashboard.) |
| metadata | {"scope":"core"} |
Briefing
Daily and on-demand briefing. Read the referenced file ONLY when triggered.
Arguments
| Argument | Effect | Default |
|---|
(none) | Full briefing โ all 4 streams + Phase 2 board.md sync | โ |
--quick | Focus box + Stream A only; skips trackers, companion data, channels, Phase 2 | false |
--skip-trackers | All streams except Stream B (offline-friendly); Phase 2 still runs | false |
--commits YYYY-MM-DD | Detailed commit analysis for one day (sessions, time est., types) โ see references/commit-analysis.md | โ |
--html | After terminal output, delegate to /bridge-dashboard to render the operational HTML dashboard | false |
Mode ร Phase matrix
| Phase | default | --quick | --skip-trackers |
|---|
| Phase 0 (smart detection + day block) | โ
| โ
| โ
|
| Stream A (local state) | โ
| โ
| โ
|
| Stream B (trackers fan-out) | โ
| โ | โ |
| Stream C (companion: calendar, imports) | โ
| โ | โ
|
| Stream D (channels) | โ
| โ | โ
|
| Phase 2 (board.md sync) | โ
| โ | โ
|
| Phase 3 (log entry) | โ
| โ
| โ
|
| Phase 4 (terminal output) | โ
| โ
| โ
|
Prerequisites
bridge-config.yaml with work.enabled: true. If not: offer setup.
- Standing orders are loaded at session start (per CLAUDE.md). If
/briefing
is invoked standalone (e.g. via cron or a long-running session), manually
load protocols/standing-orders/*.md before Phase 1 โ the applications
surface logic in Stream C depends on them.
Decision Tree
User wants to...
โโโ Full daily briefing โ Read references/workflow.md
โโโ Quick local-only briefing โ Read references/workflow.md (--quick path)
โโโ Detailed commit analysis โ Read references/commit-analysis.md
โโโ Check for upstream CORE updates โ Read references/upstream-summary.md
โ (only if `upstream:` block exists in
โ bridge-config.yaml AND a git remote
โ named `upstream` is configured;
โ Seed-repo instances skip)
โโโ Questions about briefing โ Answer from this file
Sister skills (don't duplicate)
| Forโฆ | Use |
|---|
| Memory drift, doc-link health, branch/config sanity | /bridge-status |
| Live service status of channels/remotes (launchd, processes, ports) | /remote |
| Detailed GitHub/ADO board view (per-project) | /dashboard |
| Visual ops dashboard (Fleet + Board + Calendar + Channels) | /bridge-dashboard (also the target of --html) |
| Weekly archive | /archive |
/briefing is a daily rollup. The skills above are deeper dives into
a single dimension; cross-link rather than re-implement.
Activity Types (log entries)
These describe what kind of work happened โ used as the Type column
in work/log.md activity-log tables.
| Symbol | Name |
|---|
| ๐งช | Testing |
| ๐ป | Development |
| ๐ฌ | Analysis |
| ๐ | Planning |
| ๐ | Documentation |
| ๐ง | DevOps |
| ๐
| Meeting |
| ๐ง | Communication |
| ๐ | Documents |
| ๐ | Bug / Incident |
| ๐ | Talk / Teaching |
| ๐ง | Insight / Sequential-thinking |
Distinct from the commit-message classification taxonomy in
references/commit-analysis.md โ that one is for analyzing git history
(๐ Bug Fixing, ๐ฏ Feature, ๐ง Code Refactoring, โฆ). The taxonomies overlap
on a few icons but address different artefacts; don't try to unify them.