Skip to content

Claude Kit

A verification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine — Investigate, Design, Implement, Verify, Ship — plus 8 specialist agents and 5 output styles. Built for senior ICs and tech leads.

Every skill has a Rationalizations table — the excuses an engineer makes to skip a step (“I see the problem, let me just patch it”) with rebuttals. Every checkpoint has Evidence Requirements — a specific artifact you could paste into a code review. Pre-completion gates refuse “tests pass — trust me” claims. No founder voice; engineering-only rigor.

Terminal window
# Add the marketplace
/plugin marketplace add duthaho/claudekit-marketplace
# Install the plugin
/plugin install claudekit
# Configure your project (optional)
/claudekit:init

Skills trigger automatically based on what you’re doing. Ask Claude to shape a spec, write a plan, investigate a bug, or review code — the right skills activate without any commands.

Raw Claude Code is powerful but brittle. Self-reported “done” claims don’t hold up. Bugs get patched at the line where the error appeared, not at the cause. Plans say “implement the X” and hide three sub-decisions nobody made.

ProblemWhat Claude Kit v4 adds
Self-reported “done” claimsverification-gate — pre-completion check that requires pasted evidence
Symptom-fixed bugsinvestigate-root-cause — 4-phase, no fix without a written hypothesis
Vague planswrite-plan — file paths, exact test commands, falsifiable acceptance per task
Skip-it disciplineRationalizations tables in every skill — the excuses get named with rebuttals
PhaseWhat happensSkills
InvestigateSurface every fact about the system, with file:line citationsinvestigate-root-cause, map-codebase, audit-dependencies
DesignSpec → plan → reviewed before implementationshape-spec, write-plan, plan-review, plan-review-architecture, plan-review-experience
ImplementRed-green-refactor; vertical slices behind feature flagstest-first, incremental-shipping
VerifyMandatory pre-completion gate; active-debug paper trailverification-gate, evidence-driven-debugging
ShipReviewable PRs with verification evidence; atomic releasescode-review-loop, release-and-changelog
Setup (off-spine)One-time scaffolding wizard for project configinit

Explore the workflows →