1
Pick a real, bounded task.
Choose work you would hand to a careful engineer for an afternoon: one feature, one bug, one refactor, one migration.
Good: add a CLI flag with tests.
Ralph Workflow is for the moment when you have a clear task and no desire to babysit the agent. Give it a tight brief, start the run, and come back when there is evidence to review.
Choose work you would hand to a careful engineer for an afternoon: one feature, one bug, one refactor, one migration.
State the goal, the files in scope, the behavior you expect, and exactly how Ralph Workflow should prove it worked.
Ralph Workflow plans, builds, checks, fixes, and leaves a receipt so your review starts from evidence instead of agent confidence.
PROMPT.md
Goal: Add a --dry-run flag to the CLI.
Scope: CLI entrypoint and workflow runner only.
Behavior: print planned phases without invoking agents.
Success: tests pass, command exits 0, existing behavior unchanged.
Morning review