ralphex

Solid

Run ralphex autonomous plan execution with progress monitoring

AI & Automation 1,205 stars 95 forks Updated today MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
40
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# ralphex - Autonomous Plan Execution **SCOPE**: This command ONLY launches ralphex, monitors progress, and reports status. Do NOT take any other actions. ## Step 0: Verify CLI Installation Check if ralphex CLI is installed: ```bash which ralphex ``` **If not found**, guide installation based on platform: - **macOS (Homebrew)**: `brew install umputun/apps/ralphex` - **Linux (Debian/Ubuntu)**: download `.deb` from https://github.com/umputun/ralphex/releases - **Linux (RHEL/Fedora)**: download `.rpm` from https://github.com/umputun/ralphex/releases - **Any platform with Go**: `go install github.com/umputun/ralphex/cmd/ralphex@latest` Use AskUserQuestion to confirm installation method, then guide through it. **Do not proceed until `which ralphex` succeeds.** ## Step 1: Check for Plan Argument Check `$ARGUMENTS` for optional plan file path: - if argument provided: validate file exists using Read tool, skip plan selection in Step 3 - if no argument: will ask for plan selection in Step 3 ## Step 2: Ask Execution Mode Use AskUserQuestion: - header: "Mode" - question: "Which execution mode should ralphex use?" - options: - label: "Full (Recommended)" description: "Task execution + Claude review + Codex loop + final Claude review" - label: "Review" description: "Skip tasks, run full review pipeline (Claude + Codex + Claude)" - label: "Codex-only" description: "Skip tasks and first Claude review, run only Codex loop" ## Step 3: Plan Selection (if no argumen...

Details

Author
umputun
Repository
umputun/ralphex
Created
4 months ago
Last Updated
today
Language
Go
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category