
from agentops387
Graph-based backlog triage using bv/br: rank priorities, find bottlenecks, and produce machine-readable recommendations for agents (robot mode).
Beads BV provides graph-aware triage for software backlogs. Using metrics like PageRank, betweenness, k-core and articulation points, it identifies priority work, bottlenecks, and parallel execution tracks, then emits JSON-safe recommendations for automated agents. The skill maps backlog items as a directed graph and exposes robot-mode commands that return machine-readable recommendations, single-item picks, parallel plans, and deep analytics.
Use this skill when an agent needs to decide what to work on next across repositories or teams, detect blocking labels or cycles, generate a claim-and-claim workflow, or schedule concurrent workstreams. It is intended for automated (robot) contexts — do not run the interactive TUI in agent flows.
Designed to work with code/automation agents that can invoke CLI tools and parse JSON: Claude Code, Cursor, Codex/Codegen-based agents, and other automation runtimes that support shell command execution.
This skill has not been reviewed by our automated audit pipeline yet.
Evolve — Goal-Driven Improvement Loop
Autonomous improvement loop that selects high-value work, runs a full research-plan-implement (/rpi) cycle, validates changes, and repeats to compound repo impr
RPI — Full Lifecycle Orchestrator
Orchestrates a three-phase RPI lifecycle (discovery → implementation → validation) for autonomous agent workflows, including complexity classification, routing,