beads▌
5 indexed skills · max 10 per page
ralph-tui-create-beads-rust
subsy/ralph-tui · Frontend
Convert PRDs to executable beads for ralph-tui using beads-rust CLI. \n \n Extracts quality gates from PRD and appends them to every story's acceptance criteria \n Creates an epic with right-sized child beads (one story per bead, completable in a single agent iteration) \n Establishes dependencies between beads using br dep add to enforce execution order (schema → backend → UI) \n Outputs br create and br dep add commands with safe HEREDOC syntax for special characters \n Syncs beads to .beads/
beads
boshu2/agentops · Productivity
Graph-based issue tracker that survives conversation compaction.
beads
steveyegge/beads · Productivity
Dolt-backed issue tracker for multi-session work with dependencies and conversation compaction survival. \n \n Persists task context across conversation compaction and multiple sessions using a local Dolt database, with atomic claim-and-start workflow to prevent race conditions \n Tracks task dependencies, blockers, and discovery relationships; use bd ready to surface unblocked work and bd show <id> --long to recover full context after compaction \n Essential commands: bd create , bd ready
ralph-tui-create-beads
subsy/ralph-tui · Frontend
Convert PRDs to beads (epic + child tasks) for ralph-tui autonomous execution. \n \n Extracts quality gates from PRD and appends them to every bead's acceptance criteria, ensuring consistent validation across all stories \n Creates an epic with right-sized child beads, where each story is completable in a single ralph-tui iteration without context overflow \n Establishes dependencies between beads using bd dep add to enforce correct execution order: schema → backend → UI → integration \n Outputs
create-beads-orchestration
avivk5498/the-claude-protocol · Productivity
Set up lightweight multi-agent orchestration with git-native task tracking for Claude Code.