
subsy/ralph-tui
4 skills4k installs9.7k starsGitHub
Install
npx skills add https://github.com/subsy/ralph-tuiSkills in this repo
1Ralph Tui PrdThe ralph-tui-prd skill generate a Product Requirements Document (PRD) for ralph-tui task orchestration. Creates PRDs with user stories that can be converted to beads issues or prd.json for automated execution. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out. # Ralph TUI PRD Generator Create detailed Product Requirements Documents optimized for AI agent execution via ralph-tui. Receive a feature description from the user 2. Ask 3-5 essential clarifying questions (with lettered options) - one set at a time 3. **Always ask about quality gates** (what commands must pass) 4. After each answer, ask follow-up questions if needed (adaptive exploration) 5. Generate a structured PRD when you have enough context 6. Output the PRD wrapped in `[PRD]...[/PRD]` markers for TUI parsing **Important:** Do NOT start implementing. Each answer should inform your next questions. Focus on: - **Problem/Goal:** What problem does this solve? - **Core Functionality:** What are the key actions?1.1kinstalls2Ralph Tui Create JsonThe ralph-tui-create-json skill converts product requirement documents into prd.json files for ralph-tui autonomous execution. It structures user stories with acceptance criteria, dependency ordering, and task metadata agents can run sequentially or in parallel. Workflows help teams move from narrative PRDs to machine-readable execution plans without manual JSON authoring. Agents validate story completeness and link tasks to verifiable outcomes before handing off to ralph-tui runners. Converts PRDs to prd.json for ralph-tui autonomous runs. User stories with acceptance criteria and dependencies. Machine-readable task files from narrative requirements. Validates story completeness before execution handoff. Pairs with ralph-tui execution workflows. Convert PRDs into prd.json task files with user stories, acceptance criteria, and dependencies for ralph-tui.1.1kinstalls3Ralph Tui Create Beadsralph-tui-create-beads is a skill bundled with ralph-tui's Beads tracker plugin that transforms PRD markdown files or text into beads stored in .beads/beads.jsonl. It extracts user stories from the PRD and creates an epic bead with child beads for each story, giving Ralph TUI a structured task source for autonomous execution. Developers reach for ralph-tui-create-beads when they have a written PRD and want to hand execution to ralph-tui without manually breaking work into tracker items. The skill triggers on phrases like create beads, convert prd to beads, or ralph beads, and future tracker plugins such as Linear or GitHub Issues are expected to ship their own task-creation skills separately.935installs4Ralph Tui Create Beads Rustralph-tui-create-beads-rust is a ralph-tui skill that reads a product requirements document and uses the beads-rust br CLI to generate an epic bead with child beads mapped to each user story, forming the task source for autonomous ralph-tui execution. Developers reach for it when they have a written PRD and want ralph-tui to run against beads-rust rather than the original bd beads CLI. The skill triggers on phrases like create beads, convert prd to beads, and ralph beads, and notes that teams with legacy bd installed should use the sibling ralph-tui-create-beads skill instead. Output is a structured bead hierarchy ready for ralph-tui to pick up without manual ticket creation.911installs