Help us improve
Share bugs, ideas, or general feedback.
From hb
Provides a session briefing showing active features, progress, and suggested focus. Useful at the start of a session or when checking what to work on.
npx claudepluginhub helderberto/agent-skills --plugin hbHow 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.
Automatically 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?'
Displays Plan-Build-Run project status dashboard, progress, blockers from .planning files, and suggests next actions.
Displays feature tracker statistics, progress bars, phase breakdowns, PRD coverage, blocked features, and staleness warnings from docs/blueprint/feature-tracker.json. Prompts dynamic next actions.
Share bugs, ideas, or general feedback.
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 /hb: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:
/hb:build <slug> (Recommended)/hb:prd/hb:check <slug>