
Turn a Ralph project PRD into execution-ready planning artifacts by sequencing specification, research, planning, task generation, and plan-check before implementation begins.
Generate or update a Ralph-style project PRD in the current repository by asking a small number of high-value clarifying questions, then writing a structured PRD with epochs, bounded user stories, and verifiable acceptance criteria.
Upgrade an already-installed Ralph multi-agent runtime in the current repository from the latest tagged scaffold surface while preserving project-owned runtime files and history.
Install the Ralph multi-agent runtime into the current repository from the canonical scaffold under src/, preserving any existing loader files and initializing the target project's queue-driven state, PRD, and numbered spec register.
Prepare the assigned spec worktree and local validation environment before any execution role begins.
Perform a read-only cross-artifact consistency analysis across a numbered spec's spec, research, plan, and tasks files, surfacing duplication, ambiguity, coverage gaps, and inconsistencies before implementation continues.
Resume an already-installed Ralph harness in the current repository by reading the constitution, runtime contract, policy, workflow state, spec queue, execution claims, latest report, and recent events, then draining the queue until it is complete or a human-gated stop condition occurs.
Inject a bugfix interrupt into an already-installed Ralph harness by creating a new interrupt spec that preempts the normal queue and resumes paused work after release.
Lightweight pre-review quality gate that removes common slop from changed code before handoff. Focuses on type strictness, single-responsibility boundaries, fail-fast error handling, DRY cleanup, and dead-code/workaround removal.