record_verdict
Record the examiner's verdict to ensure independent grading by using a fresh-context subagent, enforcing genuine progress verification.
Instructions
DEFAULT path: record the cold examiner's verdict.
The skill instructs the coaching agent to dispatch a FRESH-CONTEXT examiner SUBAGENT (the Agent/Task tool — same model, clean context) whose prompt contains ONLY the claim statement, the pass criteria, and the learner's explanation (NOT the coaching history), then call this tool with verdict_source="fresh-context" (the default). Because the examiner never saw the coaching context, the grade is genuinely decorrelated — real maker/checker, not Reflection.
verdict_source must be one of:
"fresh-context" (default; the decorrelated examiner subagent)
"same-context" (DISCOURAGED inline grading; status() flags matches backed only by it)
A passed=True verdict with score < 0.7 is coerced to a non-pass. A passed=True verdict for a needs_lab claim with no logged lab attempt (evidence) is also coerced to a non-pass.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module_id | Yes | ||
| passed | Yes | ||
| score | Yes | ||
| gaps | No | ||
| probe_followups | No | ||
| verdict_source | No | fresh-context |