assess_confidence
Evaluate the confidence level of any claim by scoring it against evidence and considered alternatives, prompting deeper analysis when confidence falls below 60%.
Instructions
TRIGGER: Call this BEFORE delivering any important answer, recommendation, or architectural decision to the user.
🎯 Confidence Scorer — Self-critique framework that forces structured evaluation of answer quality. Returns a 0-100 confidence score with specific uncertainty flags.
If confidence < 60%, the system recommends deeper analysis via sequential thinking or socratic challenge.
Args: claim: The proposed answer, recommendation, or decision evidence: Supporting evidence or reasoning (what makes you believe this?) alternatives_considered: Other options that were rejected (and why) domain: The domain of expertise (code, architecture, security, performance, general)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | Yes | ||
| domain | No | general | |
| evidence | No | ||
| alternatives_considered | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |