confidence-scoring

Score project artifacts against a confidence rubric and return PASS/WARN/BLOCK JSON results.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/vTRKA/supervibe --skill confidence-scoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: confidence-scoring
Source: https://github.com/vTRKA/supervibe/tree/main/skills/confidence-scoring
Command: npx skills add https://github.com/vTRKA/supervibe --skill confidence-scoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents AI coding workflows from progressing on artifacts that lack verifiable evidence by scoring outputs against a rubric and enforcing confidence gates.

Core Features & Use Cases

  • Rubric-based scoring: Evaluates an artifact across rubric dimensions using evidence-required criteria and produces a numeric score.
  • Decision gating: Converts the score into PASS/WARN/BLOCK using configured thresholds to control progression safely.
  • Evidence auditing: Returns per-dimension evidence-found plus explicit gaps and remediation steps for missing proof.
  • Workflow containment: Ensures durable progress claims are only allowed when required receipts/commands/proofs are present.

Quick Start

Have your AI call the scoring command in chat to score a specific artifact type and path, then use the returned status to decide whether to proceed.

Frequently Asked Questions about confidence-scoring

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

FAQPage Schema
How do I gate AI coding workflows when artifacts lack verifiable evidence?

You gate AI coding workflows by scoring project artifacts against a confidence rubric to prevent unsupported claims. This process enforces workflow gating by returning a PASS, WARN, or BLOCK status based on computed weighted dimensions.

What is rubric validation for agent outputs and research prototypes?

Rubric validation for agent outputs is a scoring mechanism that evaluates artifacts against evidence-required criteria. It produces a numeric score and returns explicit gaps plus remediation steps for missing proof.

How do I automate decision gating for requirements specifications?

You automate decision gating by applying threshold logic to rubric scores during review-phase exits. This converts the computed scores into PASS, WARN, or BLOCK JSON results to safely control workflow progression.

Does confidence scoring work without external dependencies?

Yes, confidence scoring works without external dependencies. It operates independently by loading the matching rubric, reading the artifact and optional prior confidence log, then computing weighted dimension scores.

When should I use evidence verification to block workflow progression?

You should use evidence verification to block workflow progression whenever AI coding outputs lack required receipts, commands, or proofs. This ensures durable progress claims are only allowed when verifiable evidence is present.