Validates implementation readiness by assessing technical feasibility, architectural alignment, and duplicate code checks before execution.
The Confidence Check skill is a pre-implementation gatekeeper for Claude Code designed to prevent 'wrong-direction' development and high token waste. By calculating a rigorous confidence score based on five critical metrics—duplicate detection, architectural compliance, documentation verification, OSS referencing, and root cause identification—it ensures Claude proceeds only when it has a 90% or higher certainty of success. This skill is essential for maintaining codebase integrity and optimizing development costs by catching potential logic errors or architectural mismatches before implementation begins.
Características Principales
010 GitHub stars
02Automated codebase search for duplicate implementations
03Categorized action prompts: Proceed, Investigate, or Stop
04Integration with MCP tools for official documentation and OSS research
05Architectural alignment verification against project standards
06Standardized 0.0 to 1.0 confidence scoring system
Casos de Uso
01Verifying complex architectural changes before starting a major refactor
02Validating technical feasibility against official API documentation and proven OSS examples
03Ensuring new features do not duplicate existing logic in large or unfamiliar codebases