By joshft
Enforce configurable-rigor development workflows across 26 skills: spec-before-code planning, adversarial reviews, TDD enforcement, formal modeling, security audits, PR maintenance, safe refactors, releases, postmortems, and health metrics dashboards, gated by project intensity (standard/high/critical). Invoke via slash commands like /cspec, /ctdd, /creview anytime in any codebase.
npx claudepluginhub joshft/correctless --plugin correctlessCross-codebase quality audit. Use after a major feature lands or periodically for systemic bug detection. Presets: QA, Hacker, Performance.
Open source contribution workflow. Learns the target project's conventions, patterns, and CI requirements before writing code. Generates a PR that matches what maintainers expect.
Structured bug investigation workflow. Root cause analysis, hypothesis testing, TDD fix with agent separation, escalation after 3 failed attempts. Use when stuck on a bug.
10th Man / Devil's Advocate. Challenges the assumptions, architecture, and strategies that every other agent accepts as true. Periodic deep analysis — not every feature.
Update project documentation after a feature lands. Updates README, .correctless/AGENT_CONTEXT.md, .correctless/ARCHITECTURE.md, and feature docs. Run before merging.
Guided codebase exploration with mermaid diagrams and prose walkthroughs.
Quick help — shows the workflow pipeline, available commands, and current status.
Maintainer review for incoming PRs. Use when you need to decide whether to merge a contribution. Checks scope, conventions, and maintenance burden.
Project health and ROI dashboard. Use monthly or when evaluating workflow effectiveness. Shows bugs caught, token cost, and trends.
Generate an Alloy formal model of security-relevant behavior and run the Alloy Analyzer. Use after /cspec for features with state machines, protocol handling, or trust boundaries.
Post-merge bug analysis. Use when a bug escapes to production. Traces which phase missed it and strengthens the workflow.
Review an incoming PR. Use when someone opens a PR against your project. Checks architecture, security, tests, and antipatterns.
Quick fix with TDD — no spec/review for small changes. Branch, test, implement, commit.
Live adversarial red team assessment against a running system. Goal-directed penetration testing with source code access. Requires isolated environment.
Structured refactoring with behavioral equivalence enforcement. Tests must pass before AND after. Any test change requires explicit approval. Writes characterization tests for low-coverage code.
Automate version bumping, changelog generation, and release tagging from specs.
Multi-agent adversarial review of a spec. Spawns red team, assumptions auditor, testability auditor, and design contract checker. Use after /cspec or /cmodel.
Skeptically review a spec for unstated assumptions, untestable rules, missing edge cases, and security gaps. Run after /cspec.
Create a structured specification with testable invariants for a new feature. Researches current best practices before writing invariants. Adapts format to workflow intensity.
Show current Correctless workflow state, available commands, and suggested next steps. Run anytime to see where you are.
Feature summary. Use after /cdocs to see what the workflow caught, or mid-feature to check progress.
Enforced TDD workflow. Write failing tests from spec rules, then implement. Use after /creview approves a spec.
Update .correctless/ARCHITECTURE.md after features land. Use after /cdocs or when the codebase structure has changed.
Verify implementation matches spec. Check rule coverage, undocumented dependencies, architecture compliance. Writes verification report and drift debt. Run after /ctdd completes.
Audit the workflow itself. Use when you suspect agents shortcut or after a bug escapes despite the workflow running. Checks phase execution, rule coverage, and agent thoroughness.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques