ralph-tui-create-beads-rust

Convert PRDs into Ralph TUI beads with br create and dep commands.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/desflynn/ralph-tui --skill ralph-tui-create-beads-rust
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph-tui-create-beads-rust
Source: https://github.com/desflynn/ralph-tui/tree/main/skills/ralph-tui-create-beads-rust
Command: npx skills add https://github.com/desflynn/ralph-tui --skill ralph-tui-create-beads-rust

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill automates turning a PRD into beads for Ralph TUI using beads-rust, transforming product requirements into a tangible execution plan with an epic bead and per-story beads.

Core Features & Use Cases

  • PRD-to-beads conversion: Generate an epic bead and child beads for each user story from a PRD.
  • Quality gates extraction: Extract universal and UI-specific gates from the PRD's Quality Gates section and incorporate them into acceptance criteria.
  • Dependency orchestration: Define dependencies between beads to ensure correct execution order (epic → stories).
  • CLI-ready output: Produce br create and br dep commands ready for Ralph TUI run.

Quick Start

Use this skill to convert a PRD into beads with beads-rust. Provide your PRD text or file path; the tool will produce BR commands and a ready-to-run bead structure.

Frequently Asked Questions about ralph-tui-create-beads-rust

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a PRD into beads for Ralph TUI?

To convert a PRD into beads for Ralph TUI, provide your Markdown or text PRD to the skill. It generates an epic bead with child beads for each user story, outputting br create and br dep commands ready for execution.

What is the best way to generate user story beads from a PRD automatically?

Generating user story beads from a PRD automatically is done by extracting user stories and quality gates, then producing a br-based bead structure with dependencies. This ensures correct sequential execution order from epic to child stories.

Does the PRD-to-beads conversion require a specific format or section?

PRD-to-beads conversion requires a PRD described in Markdown or text that includes a Quality Gates section. This section is necessary to extract universal and UI-specific acceptance criteria for the generated beads.

Do I need the beads-rust CLI to generate epic and child beads?

Yes, you need the beads-rust CLI installed to use this skill. The skill leverages beads-rust to generate the br create and br dep commands that define the epic bead, child beads, and their execution dependencies.

How are dependencies handled when creating beads from product requirements?

Dependencies are handled by defining execution order between the generated beads. The skill produces br dep commands to orchestrate dependencies, ensuring the epic bead precedes its child story beads for sequential execution in Ralph TUI.