Convert PRDs to beads for ralph-tui execution using beads-rust (br CLI). Creates an epic with child beads for each user story. Use when you have a PRD and want…
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 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: Extract Quality Gates from the PRD's "Quality Gates" section Create an epic bead for the feature Create child beads for each user story (with quality gates appended) Set up dependencies between beads (schema → backend → UI) Output ready for ralph-tui run --tracker beads-rust
don't have the plugin yet? install it then click "run inline in claude" again.