🎯

ralph-tui-create-linear

🎯Skill

from teknologist/ralph-tui

VibeIndex|
What it does

Creates a Linear issue or task within the Ralph TUI workflow, enabling seamless integration of project management tasks with the AI-driven task automation system.

ralph-tui-create-linear

Installation

Install skill:
npx skills add https://github.com/teknologist/ralph-tui --skill ralph-tui-create-linear
0
Last UpdatedJan 25, 2026

Skill Details

SKILL.md

Overview

# Ralph TUI

[![npm version](https://img.shields.io/npm/v/ralph-tui.svg)](https://www.npmjs.com/package/ralph-tui)

[![CI](https://github.com/subsy/ralph-tui/actions/workflows/ci.yml/badge.svg)](https://github.com/subsy/ralph-tui/actions/workflows/ci.yml)

[![codecov](https://codecov.io/gh/subsy/ralph-tui/graph/badge.svg)](https://codecov.io/gh/subsy/ralph-tui)

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

[![Built with Bun](https://img.shields.io/badge/Built%20with-Bun-f9f1e1.svg)](https://bun.sh)

AI Agent Loop Orchestrator - A terminal UI for orchestrating AI coding agents to work through task lists autonomously.

Ralph TUI connects your AI coding assistant (Claude Code, OpenCode, Factory Droid, Gemini CLI, Codex, Kiro CLI) to your task tracker and runs them in an autonomous loop, completing tasks one-by-one with intelligent selection, error handling, and full visibility.

![Ralph TUI Screenshot](docs/images/ralph-tui.png)

Quick Start

```bash

# Install

bun install -g ralph-tui

# Setup your project

cd your-project

ralph-tui setup

# Create a PRD with AI assistance

ralph-tui create-prd --chat

# Run Ralph!

ralph-tui run --prd ./prd.json

```

That's it! Ralph will work through your tasks autonomously.

Documentation

[ralph-tui.com](https://ralph-tui.com) - Full documentation, guides, and examples.

Quick Links

  • [Quick Start Guide](https://ralph-tui.com/docs/getting-started/quick-start) - Get running in 2 minutes
  • [Installation](https://ralph-tui.com/docs/getting-started/installation) - All installation options
  • [CLI Reference](https://ralph-tui.com/docs/cli/overview) - Complete command reference
  • [Configuration](https://ralph-tui.com/docs/configuration/overview) - Customize Ralph for your workflow
  • [Troubleshooting](https://ralph-tui.com/docs/troubleshooting/common-issues) - Common issues and solutions

How It Works

```

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”

β”‚ β”‚

β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚

β”‚ β”‚ 1. SELECT │────▢│ 2. BUILD │────▢│ 3. EXECUTE β”‚ β”‚

β”‚ β”‚ TASK β”‚ β”‚ PROMPT β”‚ β”‚ AGENT β”‚ β”‚

β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚

β”‚ β–² β”‚ β”‚

β”‚ β”‚ β–Ό β”‚

β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚

β”‚ β”‚ 5. NEXT │◀────────────────────────│ 4. DETECT β”‚ β”‚

β”‚ β”‚ TASK β”‚ β”‚ COMPLETION β”‚ β”‚

β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚

β”‚ β”‚

β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

```

Ralph selects the highest-priority task, builds a prompt, executes your AI agent, detects completion, and repeats until all tasks are done.

Features

  • Task Trackers: prd.json (simple), Beads (git-backed with dependencies), Linear (read-only)
  • AI Agents: Claude Code, OpenCode, Factory Droid, Gemini CLI, Codex, Kiro CLI
  • Session Persistence: Pause anytime, resume later, survive crashes
  • Real-time TUI: Watch agent output, control execution with keyboard shortcuts
  • Subagent Tracing: See nested agent calls in real-time
  • Cross-iteration Context: Automatic progress tracking between tasks
  • Flexible Skills: Use PRD/task skills directly in your agent or via the TUI
  • Remote Instances: Monitor and control ralph-tui running on multiple machines from a single TUI

CLI Commands

| Command | Description |

|---------|-------------|

| ralph-tui | Launch the interactive TUI |

| ralph-tui run [options] | Start Ralph execution |

| ralph-tui resume | Resume an interrupted session |

| ralph-tui status | Check session status |

| `ralph-tui lo