Ralph Skill
Persistent completion loop — one owner keeps pushing on an approved plan until every step is done and verified. Use this when the work does not need coordinated parallelism and you want a single focused execution context.
Usage
$ralph "carry the approved auth plan to completion"
Inputs (params)
note(string, optional) — progress note to append to progress.logsessionId(string, optional) — workflow session
Output
Appends to progress.log and returns LLM guidance: read the plan,
pick the next unfinished step, execute it with the coding agent's
normal tools (file_write, run_shell, tests, etc.), append progress,
repeat until the plan is complete.
Gates
- Refuses if
plan.mdis missing. - Refuses if
plan.mdfrontmatterapproved: false.