confidence-check-skills

Validate pre-implementation plans using a weighted 5-factor confidence model.

4|1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/kimasplund/claude_cognitive_reasoning --skill confidence-check-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: confidence-check-skills
Source: https://github.com/kimasplund/claude_cognitive_reasoning/tree/main/skill-frameworks/confidence-check-skills
Command: npx skills add https://github.com/kimasplund/claude_cognitive_reasoning --skill confidence-check-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a quantified pre-implementation validation framework to prevent wasted development effort by ensuring high-confidence plans before coding.

Core Features & Use Cases

  • Five-factor model: checks duplicates, architecture alignment, documentation, OSS references, and root-cause analysis.
  • Automated tooling integration: leverages Glob, Grep, Read, WebSearch, and optional semantic search with ChromaDB.
  • Use Case: Before adding a new feature, refactor, or integration, run confidence checks to decide PROCEED, CLARIFY, or STOP.

Quick Start

Run the confidence-check-skills at the start of a task by invoking the skill in the agent prompt, execute the 5-factor assessment using the supported tools, interpret the resulting confidence, and apply the 0.90/0.70 decision thresholds to decide PROCEED, CLARIFY, or STOP.

Frequently Asked Questions about confidence-check-skills

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

FAQPage Schema
What is pre-implementation validation in software engineering?

Pre-implementation validation uses a weighted 5-factor model to evaluate duplicates, architecture alignment, documentation, OSS references, and root-cause analysis before coding. This framework prevents wasted development effort by ensuring high-confidence plans for features, refactors, and architecture changes.

How do I check for code duplication and architecture alignment before adding a new feature?

To check for code duplication and architecture alignment before adding a feature, run a 5-factor confidence assessment using Glob, Grep, Read, and WebSearch. This validates your plan against existing code and documentation to prevent wasted development effort.

How do I decide whether to proceed, clarify, or stop a software refactor?

To decide whether to proceed, clarify, or stop a software refactor, apply the 0.90 and 0.70 confidence decision thresholds to your 5-factor assessment results. A score above 0.90 means PROCEED, while lower scores trigger CLARIFY or STOP to prevent wasted effort.

Does this pre-implementation validation framework work with ChromaDB and TodoWrite?

Yes, this pre-implementation validation framework integrates with optional semantic search using ChromaDB and TodoWrite. It also leverages Glob, Grep, Read, and WebSearch to execute the weighted 5-factor assessment for architecture changes and refactors.

What are the limitations of using a quantified confidence check for architecture changes?

A limitation of using a quantified confidence check for architecture changes is that it requires executing a weighted 5-factor assessment before coding. If confidence scores fall below the 0.70 threshold, you must STOP or CLARIFY, which may delay immediate implementation.