ralph-verify-acceptance-criteria
Installation
SKILL.md
Ralph Verify Acceptance Criteria Skill
Verify that a user story implementation satisfies every acceptance criterion in scripts/ralph/prd.json. Produces a structured pass/fail report and optionally updates the PRD.
When to Use
- After Ralph completes a user story — verify before marking
passes: true - When the user asks to audit or re-verify existing implementations
- To check if a specific acceptance criterion is met
- To generate a verification report across all stories
Workflow
1. Load the PRD
Read scripts/ralph/prd.json from the project root. Parse the userStories array.
If the user specifies a story ID (e.g., "verify US-005"), target that story. If no story is specified, find the highest-priority story where passes: true that hasn't been verified yet, or ask the user which story to verify.