From hb
Session briefing skill for Claude Code that shows active features, progress, and suggested focus. Use at session start or when checking plans.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hb:briefThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Overview of active features, progress, and suggested focus.
Overview of active features, progress, and suggested focus.
Glob .specs/plans/*.md. Slug = filename without .md. If no plans found, output: No plans found — run /prd to start one.
For each plan, count - [x] and - [ ] lines under each ## Phase N heading. Per-phase: checked/total. Sum across phases → total progress. First phase with unchecked items → cursor.
Skip plans where all items are checked (fully complete).
For each incomplete plan:
<slug> (checked/total)
Phase 1 — title: checked/total
> Phase 2 — title: checked/total
Phase 3 — title: checked/total
The > marks the first incomplete phase (cursor). Completed phases show without >.
If exactly one incomplete plan → auto-select it. If multiple incomplete plans → select the one closest to completion.
**Focus → <slug>**
Present options and wait for the user's choice:
/build <slug> (Recommended)/prd/verify-plan <slug>npx claudepluginhub helderberto/agent-skills --plugin hbDisplays the current session plan created by ExitPlanMode, showing execution progress and plan details. Useful for checking what you were implementing or reviewing completed plans.
Displays the current session plan created with ExitPlanMode. Helps track implementation progress and review active plans.
Exibe o plano de implementação em execução ou executado na sessão atual do Claude Code. Ativa com "mostrar o plano" ou "progresso do plano".