confidence-check

Assess pre-coding confidence with a five-category checklist and verdict.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/kimasplund/clawdbot-skills-pack --skill confidence-check-kimasplund
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: confidence-check
Source: https://github.com/kimasplund/clawdbot-skills-pack/tree/main/quality-gates/confidence-check
Command: npx skills add https://github.com/kimasplund/clawdbot-skills-pack --skill confidence-check-kimasplund

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-implementation validation requiring ≥90% confidence before coding to prevent wrong-direction work or wasted effort by assessing duplicates, architecture alignment, and root-cause understanding.

Core Features & Use Cases

  • Structured 5-category checklist: Duplicate Check, Architecture Alignment, Requirements Clarity, Root Cause Understanding, and Implementation Path, with a scoring system and a final verdict.
  • Use Case: Before starting a major feature or refactor, run the confidence-check to identify gaps and decide whether to proceed, pause, or stop.
  • Real-world example: For a new module, verify that duplicates are absent, architecture aligns with existing components, and success criteria are clearly defined.

Quick Start

Run the confidence-check on the current task to ensure a ≥90% confidence before implementation.

Frequently Asked Questions about confidence-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate architecture alignment before starting a major software refactor?

Pre-implementation validation uses a 5-category confidence check to score architecture alignment, duplicate risks, and root-cause understanding. It generates a final verdict indicating whether to proceed, pause, or stop coding to prevent wasted effort on wrong-direction work.

What is a pre-implementation confidence check for software engineering?

A pre-implementation confidence check is a structured 5-category assessment used to validate 90%+ certainty before coding. It evaluates duplicate checks, architecture alignment, requirements clarity, root causes, and implementation paths to prevent misdirected development work.

How do I run a root-cause analysis check before coding a new module?

Running a root-cause analysis check involves applying a 5-category checklist that scores your understanding of the root cause alongside architecture and requirements. This generates a final verdict to guide whether you should proceed with coding, pause, or stop.

Does this confidence assessment work for preventing code duplication in software projects?

Yes, the confidence check features a dedicated duplicate check category to verify code duplication is absent. It scores this alongside architecture alignment and root-cause understanding to confirm 90%+ confidence before coding begins.

When should I stop or pause coding based on a confidence assessment?

You should stop or pause coding when the 5-category confidence check scores below the 90% threshold. The assessment generates a final verdict that explicitly guides you to pause or stop if architecture alignment, requirements clarity, or root-cause understanding are insufficient.