Help us improve
Share bugs, ideas, or general feedback.
From beads
Shows all issues blocked by open dependencies. Inverse of bd ready; identifies stuck work and critical path items for dependency resolution.
npx claudepluginhub jmagar/.agents --plugin beadsHow 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
/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.
/hatch3r-board-refreshScans all open issues on the configured board, computes health metrics and dependency lanes, and regenerates the meta:board-overview dashboard issue with diagnostics and recommendations.
/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.
Share bugs, ideas, or general feedback.
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: