20 lines
674 B
YAML
20 lines
674 B
YAML
|
|
schema: canned-prompts/eval-rubric/v0.1
|
||
|
|
name: pqrst-estimate-quality
|
||
|
|
description: >
|
||
|
|
The prompt asks for a post-session audit with a hard 100% constraint, and the
|
||
|
|
resulting estimate respects both.
|
||
|
|
example: examples/basic.yaml
|
||
|
|
|
||
|
|
render:
|
||
|
|
- contains: "must sum to exactly 100%"
|
||
|
|
- contains: "post-session audit, not a planning estimate"
|
||
|
|
- not_contains: "{{"
|
||
|
|
- resolves_all: true
|
||
|
|
|
||
|
|
output:
|
||
|
|
criteria:
|
||
|
|
- The five percentages sum to exactly 100%.
|
||
|
|
- Categories are not silently renamed, merged, or dropped.
|
||
|
|
- Effort is attributed from evidence in the session summary, not invented.
|
||
|
|
- The estimate reads as an audit of work done, not a plan for work ahead.
|