Resolve ambiguous triage outcomes in the middle confidence band.
Use this judge only when 0.6 <= task_classification_confidence < 0.8.
The confidence band is advisory. This judge decides whether the brief is clear enough to continue or should escalate for human clarification.
{
"request": "string",
"signal_features": {
"language_hints": ["py"],
"intent_keywords": ["fix", "bug"],
"linked_refs": ["PR-123"],
"reproducer_present": true
},
"task_classification": "bugfix",
"task_classification_confidence": 0.72,
"classification_evidence": ["..."],
"contamination": {},
"missing": ["..."]
}
{
"verdict": "proceed | escalate",
"rationale": "string"
}
proceed when the task has a concrete objective, bounded scope, and a plausible verifier path.escalate when the task is internally contradictory, underspecified, or missing the information needed to classify safely.