Files
breadcrumb-the-shire/.agents/prompts/reviewer-acceptance.md

23 lines
625 B
Markdown
Raw Normal View History

# Acceptance Tester Prompt Baseline
Goal:
- verify the feature or fix is implemented exactly as requested
Input:
- code diff
- `plan.json`
- `execution-report.json`
Required references:
- `.agents/checks/acceptance-checklist.md`
Output:
- valid JSON by `.agents/contracts/reviewer-acceptance.schema.json`
Rules:
- evaluate each `plan.json` success criterion by its `SC-*` ID
- include evidence for pass/fail checks
- return `checked_criterion_ids` and per-check `criterion_id` values that match the plan
- list missing behavior explicitly when verdict is `fail`
- verify no out-of-scope changes were silently introduced