correctless
Enforced spec-to-merge correctness pipeline for coding agents
All Skills in This Repository (28)
Pure Emerald Level Indicatorscreview
Review specification artifacts for assumptions, edge cases, and security gaps.
cmaintain
Evaluate pull requests for merge viability across scope, conventions, and maintenance burden.
csummary
Summarize Correctless workflow findings into a structured report with categorized issues.
creview-spec
Coordinates a five-agent adversarial review of software specifications to surface hidden issues.
ctdd
Coordinates RED, GREEN, and QA agents for discipline-driven TDD workflows.
cwtf
Audit Claude Code workflow phases and rule coverage for execution gaps.
cquick
Apply a strict TDD workflow to isolated bug fixes on feature branches.
chelp
Display Correctless workflow status and available commands from local configuration.
cpostmortem
Trace missed workflow phases and generate PMB records for post-merge bugs.
csetup
Initialize Correctless and run a project health check to bootstrap configuration and documentation.
crefactor
Orchestrate checkpointed refactors with test-driven verification and audit trails.
cdevadv
Challenge architectural and strategic assumptions with evidence-based analysis across design, testing, and implementation layers.
Frequently Asked Questions
FAQPage SchemaHow to install Correctless?βΌ
Run `npx skills add joshft/correctless --all -g -y` in your terminal to install all skills globally, then run /csetup inside your project to configure the workflow.
What problem does Correctless solve?βΌ
It stops the self-confirmation loop where one agent plans, codes, tests, and approves its own work. Separate agents handle spec, review, tests, implementation, and QA so wrong answers are much harder to merge.
How does the Correctless pipeline work?βΌ
Run /cspec to write testable rules, /creview to attack the spec, /ctdd for enforced test-driven development, /cverify to confirm rule coverage, and /cdocs to update documentation before merging.
Does Correctless work with Claude Code?βΌ
Yes. It is built as a Claude Code plugin with 33 skills, and its bash hooks enforce phase gates directly inside the editor.
Can I use Correctless for small quick fixes?βΌ
Yes. The /cquick skill runs a lightweight TDD loop for changes under 50 lines and 3 files without the full spec and review ceremony.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core