Correctless Documentation
Correctness-oriented development workflow for Claude Code. 28 skills, 8 hooks, enforced TDD with agent separation.
Skills
Core Workflow
- /csetup β Project health check + workflow setup
- /cspec β Feature spec with testable rules
- /creview β Skeptical review + security checklist
- /ctdd β Enforced TDD: RED β test audit β GREEN β QA
- /cverify β Verify implementation matches spec
- /cdocs β Update documentation
- /carchitect β Structured architecture definition
- /cauto β Semi-auto pipeline orchestrator
- /crelease β Version bumping, changelog, release tagging
Code Quality
- /cquick β Quick fix with TDD (no spec/review)
- /crefactor β Structured refactoring
- /cdebug β Bug investigation with git bisect
- /cpr-review β Multi-lens PR review
- /cexplain β Guided codebase exploration with diagrams
Open Source
Observability
High+ Intensity