Overview of ralphex
masterralphex is a standalone CLI tool designed for autonomous plan execution using coding agents like Claude Code or codex. It runs from the root of a git repository and orchestrates complex implementation plans by breaking them into individual tasks.
Unlike interactive sessions that can suffer from context degradation, ralphex executes each task in a fresh session with minimal context, ensuring the model remains sharp. It automates branch creation, task execution, multi-phase code reviews, and commits after each successful step.