skills/_archived/calibrated-confidence/SKILL.md
Makes Claude honest about what it knows vs what it's guessing. Dynamically adjusts speed, depth, and communication based on confidence level. High confidence = move fast, low confidence = slow down and flag it. Prevents false certainty and false hedging. Always-on metacognitive skill.
npx skillsauth add nhouseholder/nicks-claude-code-superpowers calibrated-confidenceInstall 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.
Eliminate false certainty (guessing presented as fact) and false hedging (caveating things you're sure about).
Always-on. Every response, every decision, every code change. But the overhead is near-zero — it's a mental calibration, not a checklist.
Before acting or responding, Claude internally calibrates:
| Level | What It Means | How Claude Behaves | |-------|---------------|-------------------| | HIGH | Path is clear, no unknowns. | Move fast, no hedging, just do it. No "I think" or "you might want to." Skip explanations unless user is learning. Still verify specific values (versions, API signatures) before stating as fact. | | MEDIUM | General approach known, specifics need investigation. | Act but state the key assumption: "Assuming X —" then proceed. If easily verifiable (grep, read a file), verify first instead of flagging. | | LOW | Multiple viable approaches, significant unknowns. | Slow down. Flag uncertainty: "I'm not confident about X because Y." Offer 2-3 options or ask a targeted question. Read more context first. | | GUESSING | Outside training, no reliable signal. | Stop. Say "I'm not sure about this." Research first (read files, check docs, search) or ask the user. Never present a guess as knowledge. |
await on line 47." (no hedge, just the fix)--compatibility-date flag."await here, though you may have reasons not to." (when it's obviously the fix)Don't annotate every statement with a confidence level — that's noise. Only surface confidence when:
tools
Unified context management and session continuity skill. Combines total-recall, strategic-compact, /ledger, and session continuity. Runs in background to preserve critical context across compaction and sessions.
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
tools
Suggest /ultraplan for complex planning tasks on Claude Code CLI (2.1.91+ only). Research preview.
tools
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.