skills/ralph-prd/SKILL.md
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.
npx skillsauth add tolulawson/ralph-harness ralph-prdInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate or update a Ralph-style project PRD for the current repository without invoking the full execution loop.
Use this as the direct public entry point for shaping work before planning or execution.
This public entrypoint is a thin launcher. It should keep the invoking thread focused on Ralph doctrine and immediately hand PRD work to a dedicated prd subagent.
In this source repository, the installable scaffold lives under src/, and target runtime records are created after installation rather than copied from repo-root source materials.
prd subagent with forked context semantics and the canonical Ralph PRD config.prd subagent, wait for completion, and relay the result, but it must not generate the PRD inline or fall back to current-session PRD authoring.prd subagent, ask 3-5 high-value clarification questions if important ambiguity remains.tasks/prd-<project>.md using a consistent structure.$ralph-plan when the spec queue should be generated next$ralph-execute when the installed harness should continue from statetasks/prd-<project>.mdreferences/prd-contract.md for the expected PRD structure and quality bar.Stop once the PRD is written or updated and the next recommended entry point is clear.
development
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.
tools
Prepare the assigned spec worktree and local validation environment before any execution role begins.
testing
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.
testing
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.