From beads
Shows all issues blocked by open dependencies. Inverse of bd ready; identifies stuck work and critical path items for dependency resolution.
How this command is triggered — by the user, by Claude, or both
Slash command
/beads:blockedbeads/commands/The 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 gastownhall/beads --plugin beads/epic-unblockSweeps blocked epic issues and reopens any whose dependencies are closed. Updates labels, comments, and local snapshots.
/blockedLists blocked tasks from SonIA kanban board using Python helper script or project docs if needed. States if none exist and shows next recommended command.
/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.