Skip to content

Correctless 2.0.0

Choose a tag to compare

@joshft joshft released this 31 Mar 20:33
· 203 commits to main since this release

Correctless 2.0.0

Composable Claude Code skills that enforce a correctness-oriented development workflow. Spec before you code. Test before you implement. Never let an agent grade its own work.

Highlights

  • 23 skills (16 Lite, 23 Full) covering the full development lifecycle
  • Enforced TDD with agent separation — test writer, implementer, and QA are separate agents
  • Automatic security checklist — OWASP checks fire based on what the spec touches
  • Real-time statusline — workflow phase, cost, context % always visible
  • PostToolUse audit trail with adherence feedback
  • Session analytics from Claude Code data — exact tokens, outcome rates, Correctless vs Freeform comparison
  • Monorepo support — per-package config with longest-prefix-match resolution
  • Workflow accountability (/cwtf) — did agents actually follow instructions?
  • Open source skills — /ccontribute and /cmaintain for contributing to and maintaining projects
  • Defense in depth — gate (bash, blocking) → audit trail (bash, observing) → skill instructions (prompt, advisory)

Install

/plugin marketplace add joshft/correctless
/plugin install correctless-lite    # or: /plugin install correctless
/csetup

Requirements

  • Claude Code CLI
  • Claude Max subscription ($100-200/mo)
  • A project with a test runner

See README for full documentation and CHANGELOG for complete list of changes.