joshftjoshftCommunityΒ·28 Agent Skills Included

correctless

Enforced spec-to-merge correctness pipeline for coding agents

Enforces a spec, adversarial review, TDD, verification, and documentation pipeline so wrong code never reaches main. Separates spec authors, test writers, implementers, and QA reviewers into independent agents, with bash hooks that block edits in the wrong phase. Adds security checklists, convergence audits, red-team assessment, and postmortem learning so escaped bugs become permanent structural defenses.
npx skills add joshft/correctless --all -g -y
Available:

Tells the agent to read the project context file before any work, lists all available Correctless workflow commands, and records accumulated project conventions and postmortem learnings that shape future agent behavior.

All Skills in This Repository (28)

Pure Emerald Level Indicators
πŸ“¦ In Repo
joshftjoshft

creview

Review specification artifacts for assumptions, edge cases, and security gaps.

Community
Advanced
πŸ“¦ In Repo
joshftjoshft

cmaintain

Evaluate pull requests for merge viability across scope, conventions, and maintenance burden.

Community
Advanced
πŸ“¦ In Repo
joshftjoshft

csummary

Summarize Correctless workflow findings into a structured report with categorized issues.

Community
Advanced
πŸ“¦ In Repo
joshftjoshft

creview-spec

Coordinates a five-agent adversarial review of software specifications to surface hidden issues.

Community
Advanced
πŸ“¦ In Repo
joshftjoshft

ctdd

Coordinates RED, GREEN, and QA agents for discipline-driven TDD workflows.

Community
Advanced
πŸ“¦ In Repo
joshftjoshft

cwtf

Audit Claude Code workflow phases and rule coverage for execution gaps.

Community
Advanced
πŸ“¦ In Repo
joshftjoshft

cquick

Apply a strict TDD workflow to isolated bug fixes on feature branches.

Community
Intermediate
πŸ“¦ In Repo
joshftjoshft

chelp

Display Correctless workflow status and available commands from local configuration.

Community
Basic
πŸ“¦ In Repo
joshftjoshft

cpostmortem

Trace missed workflow phases and generate PMB records for post-merge bugs.

Community
Advanced
πŸ“¦ In Repo
joshftjoshft

csetup

Initialize Correctless and run a project health check to bootstrap configuration and documentation.

Community
Advanced
πŸ“¦ In Repo
joshftjoshft

crefactor

Orchestrate checkpointed refactors with test-driven verification and audit trails.

Community
Advanced
πŸ“¦ In Repo
joshftjoshft

cdevadv

Challenge architectural and strategic assumptions with evidence-based analysis across design, testing, and implementation layers.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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→