Ralph TUI
A terminal UI for orchestrating AI coding agents
...It prioritizes a disciplined loop: select the next task, construct the right prompt and context, execute the agent, detect completion, and move forward until the workload is done. By centering everything in a TUI, it encourages repeatable workflows where you can watch progress, adjust priorities, and keep your attention on the execution pipeline rather than juggling windows and tabs. The project is designed for real engineering workflows where tasks are interdependent and completion criteria matter, so it emphasizes explicit state, iteration, and predictable handoffs between steps. It also supports the idea of “skills” or reusable behaviors that can be applied to tasks, helping teams standardize how their agent approaches planning, implementation, and review.