Convert PRDs to beads for ralph-tui execution. Creates an epic with child beads for each user story. Use when you have a PRD and want to use ralph-tui with…
Convert PRDs to beads (epic + child tasks) for ralph-tui autonomous execution. Extracts quality gates from PRD and appends them to every bead's acceptance criteria, ensuring consistent validation across all stories Creates an epic with right-sized child beads, where each story is completable in a single ralph-tui iteration without context overflow Establishes dependencies between beads using bd dep add to enforce correct execution order: schema → backend → UI → integration Outputs beads to .beads/beads.jsonl ready for ralph-tui run --tracker beads, with support for browser verification gates on UI stories Ralph TUI - Create Beads Converts PRDs to beads (epic + child tasks) for ralph-tui autonomous execution. Note: This skill is bundled with ralph-tui's Beads tracker plugin. Future tracker plugins (Linear, GitHub Issues, etc.) will bundle their own task creation skills. The Job Take a PRD (markdown file or text) and create beads in .beads/beads.jsonl: 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
don't have the plugin yet? install it then click "run inline in claude" again.