Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub shaneholloman/beads --plugin beadsHow 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
# Blocked Issues > Show all issues that are blocked by dependencies. Use `beads blocked` to see which issues have blockers preventing them from being worked on. This is the inverse of `beads 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 `beads ready`. Useful for: - Understanding why work is stuck - Identifying critical path items - Planning dependency resolution
/blockedShows all issues blocked by open dependencies. Inverse of bd ready; identifies stuck work and critical path items for 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-pickupPicks up epics or issues from a project board with dependency-aware selection, collision detection, branching, and batch execution. Supports GitHub, Azure DevOps, and GitLab.
/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 beads blocked to see which issues have blockers preventing them from being worked on. This is the inverse of beads 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 beads ready.
Useful for: