From beads
Shows all issues blocked by open dependencies, helping identify stuck work and critical path items.
How this command is triggered — by the user, by Claude, or both
Slash command
/beads:blockedThe summary Claude sees in its command listing — used to decide when to auto-load this command
Show all issues that are blocked by dependencies. Use `bd blocked` to see which issues have blockers preventing them from being worked on. This is the inverse of `bd ready` - it shows what's NOT ready. Blocked issues have one or more dependencies with type "blocks" that are still open. Once all blocking dependencies are closed, the issue becomes ready and will appear in `bd ready`. Useful for: - Understanding why work is stuck - Identifying critical path items - Planning dependency resolution
Show all issues that are blocked by dependencies.
Use bd blocked to see which issues have blockers preventing them from being worked on. This is the inverse of bd ready - it shows what's NOT ready.
Blocked issues have one or more dependencies with type "blocks" that are still open. Once all blocking dependencies are closed, the issue becomes ready and will appear in bd ready.
Useful for:
npx claudepluginhub alexanderbragin24/beads42plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 42 plugins
/blockedShows all issues blocked by open dependencies, helping identify stuck work and critical path items.
/epic-unblockResolves blocked GitHub issues by analyzing dependencies, verifying block validity, suggesting unblocking steps, updating labels, and outputting next actions.
/blockedLists blocked tasks from the SonIA kanban board by running a continuity helper script, with a manual fallback to project docs.
/pr-issueLists open GitHub issues prioritized by label (bug/urgent=high, enhancement/feature=medium, documentation/good first issue=low).
/blockedLists all blocked profiles from ~/.claude/counsel-blocklist.json in a table (Name | Reason | Blocked On). Shows 'No blocked profiles' if empty or missing, with /hope:block and /hope:unblock hints.