Correctless

/cmetrics — Workflow Metrics Dashboard

Aggregate all workflow data into a project health and ROI dashboard showing bugs caught, token cost, and trends.

When to Use

How It Fits in the Workflow

This skill is standalone and project-wide. It reads accumulated data from every feature that has gone through the Correctless workflow — QA findings, verification reports, antipatterns, drift debt, audit history, token logs, and git history. It produces a comprehensive dashboard with actionable health analysis. Run it periodically to spot trends.

What It Does

Example

User: /cmetrics

# Correctless Metrics — my-project
# Generated: 2026-03-29

## Overview
- Features completed: 8
- Total issues caught: 47
- Bug escape rate: 2 escaped / 47 caught (4.1%)
- Workflow active since: 2026-01-15

## Issues by Phase
| Phase        | Issues | % of Total | Notes                              |
|--------------|--------|------------|------------------------------------|
| Review       | 12     | 25%        | Security checklist added 40% of these |
| QA           | 22     | 47%        | 5 class fixes added structural tests  |
| Verify       | 8      | 17%        |                                    |
| Audit        | 5      | 11%        |                                    |

## Token ROI Analysis
- Total tokens tracked: 2.4M across 8 features
- Cost per bug caught: ~51k tokens (47 bugs)
- Estimated production fix cost avoided: 47 bugs x 2-10 hrs = 94-470 hrs

## Session Analytics
- Correctless sessions: 62% fully achieved outcome
- Freeform sessions: 41% fully achieved outcome

## Health Analysis
- QA rounds trending down (3.1 -> 2.3 avg) — workflow getting more effective.
- Error handling antipatterns growing fastest (+4 in 3 months). Consider architectural pattern.
- Spec revision rate: 25% of features — acceptable.

What It Reads / Writes

Reads Writes
.correctless/artifacts/qa-findings-*.json .correctless/artifacts/metrics-{date}.md
docs/verification/*-verification.md  
.correctless/meta/workflow-effectiveness.json  
.correctless/antipatterns.md  
.correctless/meta/drift-debt.json  
.correctless/artifacts/findings/audit-*-history.md  
.correctless/specs/*.md  
.correctless/artifacts/summary-*.md  
.correctless/artifacts/token-log-*.json  
.correctless/artifacts/audit-trail-*.jsonl  
~/.claude/usage-data/session-meta/*.json  
~/.claude/usage-data/facets/*.json  
docs/decisions/*.md  
Git log  

Intensity Levels

Common Issues