Methodology
Core Methodology
Four reasoning disciplines that make Claude Code think before it acts.
Explore before committing, reason in the open, prove work is done, find the root cause first.
kr 850View plugin
Plan & Build researches a task across multiple rounds, writes a complete implementation plan, breaks it into an owner-assigned spec, then executes — a builder per task, a validator confirming each one, and completion gated on real evidence.
kr 2 700one-time · lifetime updates · install →
Five commands, one pipeline. doctor provisions the stack first; then research becomes a plan, the plan becomes a verifiable spec, and the spec gets built — nothing marked done without proof.
A plugin is a folder. Here's everything in it — two agents, two skills, five commands, six hooks, and the plan template they all follow. The heaviest plugin in the catalogue, fully on show.
Domain experts with baked-in methodology, hot-loaded.
The whole plugin sits at ~/.claude/plugins/plan-and-build/ — every agent, every hook, and the plan template is a file you can read, edit, and version.
uv is recommended (doctor installs it; the gates fail open without it) and pulls ruff and ty on demand for Python lint/type checks. No third-party API key beyond your own Claude key.Better with Core Methodology installed — the commands invoke its disciplines (validation-first, verification-before-completion, deliverable-review) when present, and degrade gracefully when not. It does not re-bundle them.
Buy on the right. On purchase, we invite your GitHub account to the private plugin repo you bought — the Tenkr marketplace itself is public — and email you the two commands below.
/plugin marketplace add TenkrAS/tenkr-plugin-marketplace to register the public catalogue. Exact command in your purchase email./plugin install <plugin>@tenkr-plugin-marketplace — Claude Code clones it from your private repo and you're live. Type the plugin's command to start.uv is provisioned — run doctor to install it and turn the gates back on.plans/, specs to specs/, both created on first use; build tasks write wherever the spec says.ruff / ty gates lint and type-check Python as it's written.