beads-bv
Installation
SKILL.md
beads-bv — Graph-Aware Triage
Core Insight: Your backlog is a directed graph. PageRank finds what everything depends on. Betweenness finds bottlenecks. The math knows your priorities better than your gut.
Constraints
- Run only
bv --robot-*commands because barebvlaunches an interactive TUI and blocks an agent lane. - Treat graph recommendations as triage evidence, not permission to mutate or close work; the owning workflow still applies its acceptance gate.
- Resolve the live tracker store before every
brcommand because linked worktrees may not contain the canonical ledger.
CRITICAL: Robot Mode Only
bv # WRONG — launches TUI, blocks terminal
bv --robot-triage # CORRECT — JSON output for agents
NEVER run bare bv in agent contexts.