From beads-starter
Summarize ready issues and current in-progress state. Runs only on explicit invocation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/beads-starter:bds-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Quick overview of the current beads queue.
Quick overview of the current beads queue.
Run the queries below and present a concise summary.
bd ready
Show the list. If empty, say "No ready issues."
Find issues currently in_progress. Try bd list --status=in_progress first; if that form is not supported by the installed bd version, fall back to whichever query the local bd exposes.
If more than one issue is in_progress, flag this — per the bds-workflow Concurrency rule, only one issue should be in_progress per session.
Keep it short:
Ready (N):
ABC-12 Title here
ABC-15 Another title
In progress (M):
ABC-09 Currently being worked on
Do not call bd show for each issue — the user can ask separately if they want details.
If bd is not installed or .beads/ does not exist, suggest the bds-setup skill and stop.
npx claudepluginhub seungyeop-lee/beads-starter --plugin beads-starterGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.