ralph-tui-create-beads-rust

Installation
Summary

Convert PRDs to executable beads for ralph-tui using beads-rust CLI.

  • Extracts quality gates from PRD and appends them to every story's acceptance criteria
  • Creates an epic with right-sized child beads (one story per bead, completable in a single agent iteration)
  • Establishes dependencies between beads using br dep add to enforce execution order (schema → backend → UI)
  • Outputs br create and br dep add commands with safe HEREDOC syntax for special characters
  • Syncs beads to .beads/ directory for git tracking and immediate use with ralph-tui run --tracker beads-rust
SKILL.md

Ralph TUI - Create Beads (beads-rust)

Converts PRDs to beads (epic + child tasks) for ralph-tui autonomous execution using beads-rust (br CLI).

Note: This skill uses the br command from beads-rust. If you have the original beads (bd) installed instead, use the ralph-tui-create-beads skill.


The Job

Take a PRD (markdown file or text) and create beads using br commands:

  1. Extract Quality Gates from the PRD's "Quality Gates" section
  2. Create an epic bead for the feature
  3. Create child beads for each user story (with quality gates appended)
  4. Set up dependencies between beads (schema → backend → UI)
  5. Output ready for ralph-tui run --tracker beads-rust

Related skills
Installs
788
Repository
subsy/ralph-tui
GitHub Stars
2.3K
First Seen
Jan 21, 2026