End-User Stories¶
This page is the plain-English route map for real user goals. Use it when you know what you are trying to do but do not care which doc family contains the answer. Each section points at the shortest next page for that job, including first-run, overnight use, configuration, comparison, proof, and internals.
I am brand new and want the fastest honest first run¶
I want to know whether my task is even a good fit¶
I already use Claude Code, Codex, or OpenCode and want a baseline comparison¶
I want to run work overnight without babysitting the terminal¶
I want to edit ralph-workflow.toml¶
Short answer:
global defaults →
~/.config/ralph-workflow.tomlrepo-specific override →
.agent/ralph-workflow.tomlworkflow structure changes →
.agent/pipeline.toml
I want to change which agents Ralph uses¶
I want one repo to behave differently from my global defaults¶
Then create a project-local override with:
ralph --init-local-config
I want to understand what my current workflow policy actually does¶
And run:
ralph --check-policy
ralph --explain-policy