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 hbAutomatically checks active project status via project-status MCP tool and suggests next tasks with project-next at session start or status queries like 'progress?' or 'what's next?'
Manages long-running development projects across multiple Claude sessions: initializes, continues, tracks progress, updates feature lists. Activates on start/continue/resume project triggers.
Displays Plan-Build-Run project status dashboard, progress, blockers from .planning files, and suggests next actions.