ralph-tui-create-beads-rust

Convert a Markdown PRD into epic and child beads with dependencies for ralph-tui.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert PRDs to beads (epic + child tasks) for ralph-tui autonomous execution using chronis (cn CLI).

Core Features & Use Cases

  • Detect project tooling (build runner and package manager) to tailor quality gates.
  • Classify Quality Gates into story-level vs epic-level.
  • Create an epic bead with epic-level quality gates.
  • Create child beads for each user story with story-specific acceptance criteria only.
  • Set up dependencies between beads (schema → backend → UI).
  • Output ready for ralph-tui run with chronis tracker.

Quick Start

Provide a PRD Markdown file and run the skill to convert it into beads for ralph-tui.

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 executable tasks for ralph-tui?

To convert a PRD into executable tasks for ralph-tui, provide a Markdown PRD file to the skill, which then detects tooling, classifies quality gates, and generates an epic bead with dependent child beads ready for automated execution.

How does ralph-tui handle quality gates from a PRD?

Quality gates from a PRD are classified into story-level and epic-level categories. Epic-level gates apply to the epic bead, while story-specific acceptance criteria are attached to individual child beads to drive ralph-tui automation.

Can I use a Markdown PRD to orchestrate dependencies between user stories?

Yes, you can use a Markdown PRD to orchestrate dependencies. The skill maps schema, backend, and UI dependencies, setting up structured relationships between the generated child beads for sequential ralph-tui execution.

What is the best way to automate end-to-end execution from a PRD?

Automating end-to-end execution from a PRD involves detecting the project build runner and package manager, generating an epic bead with child beads, and outputting ready-to-run commands for the chronis tracker.

Do I need a specific format to generate beads from a PRD?

You need a PRD in Markdown format to generate beads. The skill parses the Markdown content to detect tooling, extract user stories, and output ready-to-run commands for ralph-tui execution.

Why are some quality gates applied at the epic level instead of the story level?

Quality gates are applied at the epic level when they represent broader project standards, whereas story-level gates enforce specific acceptance criteria. This classification tailors ralph-tui automation to the correct execution scope.