skills/brief-clarity-judge/SKILL.md
Resolve ambiguous triage outcomes in the middle confidence band.
npx skillsauth add bigeasyfreeman/adlc brief-clarity-judgeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.development
Discovers and records repo-local approved build paths so agents reuse proven patterns instead of inventing parallel architectures.
development
Scoped maintenance for docs/solutions entries when stale signals, refactors, or explicit user scope require refresh.
documentation
Conditionally captures verified reusable ADLC learnings into docs/solutions after successful closeout.
development
Uses Graphify as ADLC's graph-backed research layer and Beads as an optional dependency-aware task memory layer. Produces evidence for compatibility, reuse, accuracy, dark-code hotspots, and long-horizon handoff.