ralphex
FeaturedRun ralphex autonomous plan execution with progress monitoring
AI & Automation 1,446 stars
119 forks Updated yesterday MIT
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
- 7 months ago
- Last Updated
- yesterday
- Language
- Go
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Featured
ralphex-adopt
Convert plans from various source formats (OpenSpec, spec-kit, GitHub/GitLab issues with checklists, generic task-lists, free-form markdown) into ralphex-format plans in docs/plans/. Triggers on "ralphex-adopt", "adopt plan", "convert plan to ralphex", "import plan as ralphex".
1,446 Updated yesterday
umputun AI & Automation Solid
ralph
Use when implementing a plan or executing a prompt that requires verified completion.
11 Updated yesterday
kangig94 AI & Automation Solid
ralphex-plan
Create structured implementation plan in docs/plans/
1,446 Updated yesterday
umputun