ralph-ista
v1.0.0
Published
Install Ralph-ISTA multi-agent orchestration for Claude Code
Maintainers
Readme
ralph-ista
Install Ralph-ISTA multi-agent orchestration for Claude Code with a single command.
Quick Start
npx ralph-istaOr with pnpm:
pnpm dlx ralph-istaWhat This Installs
Ralph-ISTA is a multi-agent orchestration system that coordinates multiple Claude Code terminal instances for phased task execution.
Features:
- Parallel work distribution across 4+ Claude Code instances
- Token-aware phase management (90k soft limit, 100k hard)
- Named pipe (FIFO) communication for instant task dispatch
- Checkpoint-based handoffs between agents
- fswatch integration for completion signaling
After Installation
- Restart Claude Code to load the plugin
- Run
/ralph-ista --helpto see available commands
Commands
| Command | Description |
|---------|-------------|
| /ralph-ista --mode orchestrator --plan FILE | Start orchestrator with plan |
| /ralph-ista --mode worker | Start worker (waits for assignment) |
| /cancel-ralph-ista | Cancel all active processes |
| /ralph-ista help | Show help documentation |
Requirements
- macOS: Requires
fswatch- install withbrew install fswatch - Linux: Requires
inotify-tools- install withapt install inotify-tools - Windows: Not yet supported
Options
npx ralph-ista [options]
Options:
--help Show help message
--dry-run Show what would be done without making changes
--force Overwrite existing installationLicense
MIT - ISTA Labs
