ralph-tui
AI agent loop orchestrator for autonomous task execution - coding, content, any multi-step work
npx skills add majiayu000/claude-skill-registry --skill ralph-tui-hathbanger-fridas-choppers-gtm --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Ralph TUI - Autonomous Task Execution Break down complex work into tasks, then let AI execute them autonomously. **Why this matters:** Instead of manually prompting for each step, define the work upfront as a PRD, then let ralph-tui orchestrate execution. It selects tasks, builds prompts with context, executes your AI agent, and advances automatically. ## Usage ``` /ralph-tui # Show available commands /ralph-tui run # Run autonomous loop on current prd.json /ralph-tui create # Create a new PRD with AI assistance /ralph-tui status # Check execution status ``` ## On Skill Invoke ### If no args or "help": Show the ralph-tui command reference: ``` Ralph TUI - AI Agent Loop Orchestrator Commands: jfl ralph run --prd ./tasks/file.json Run autonomous task loop jfl ralph create-prd --chat Create PRD with AI jfl ralph setup Initialize in project jfl ralph status Show session status jfl ralph resume Resume paused session Quick Start: 1. Create PRD: jfl ralph create-prd --chat 2. Run loop: jfl ralph run --prd ./tasks/my-feature.json Keyboard (in TUI): s = start, p = pause, q = quit j/k = navigate, Enter = details ``` ### If "run" or "start": 1. Check for prd.json files: ```bash ls ./tasks/*
- Usage
- On Skill Invoke
- If no args or "help":
- If "run" or "start":
- If "create" or "new":
- If "status":
- PRD Format
- Story Fields
- Creating Good PRDs
- 1. Keep Stories Small
- 2. Clear Acceptance Criteria
- 3. Order Dependencies
- 4. Include Context
- Execution Model
ls ./tasks/*.json 2>/dev/null || ls ./prd.json 2>/dev/null jfl ralph run --prd <selected-file> jfl ralph create-prd --chat --output ./tasks/ jfl ralph status Install JFL (includes ralph-tui) npm install -g jfl Use ralph via jfl jfl ralph run --prd ./tasks/feature.json Or directly ralph-tui run --prd ./tasks/feature.json
What does the ralph-tui skill do?
AI agent loop orchestrator for autonomous task execution - coding, content, any multi-step work
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill ralph-tui-hathbanger-fridas-choppers-gtm --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
