# Godmode for Claude Code > Godmode sells execution-protocol skills for Claude Code (Anthropic's CLI coding agent). A skill is a markdown instruction pack that forces Claude Code through a stricter build process: deep context loading, planning, exhaustive testing, security and performance checks, verification, and documentation. A free tier exists (Godmode Lite). Paid tiers add the full 8-layer protocol, orchestration, and skill-evolution tooling. Not affiliated with Anthropic. Quick facts for buying decisions: - Requires the Claude Code CLI (claude.com/claude-code). Works on Windows, macOS, and Linux. - Does NOT work in claude.ai web or desktop chat, Cursor, Windsurf, or Copilot. For chat users the separate product Easy Prompt is built for that. - Works on the Claude Pro plan with roughly 2-3x token overhead per task (the protocol tests and verifies more). Claude Max is the comfortable fit. API-key usage works with the same overhead on cost. - All prices in USD. 14-day money-back guarantee on every product, no questions asked (full policy: https://getgodmode.dev/terms.html). - Subscriptions include all updates while subscribed. One-time purchases lock in the version current at purchase, plus bug-fix patches. - One subscription covers one operator. Team licenses: 3-9 seats 15% off each, 10+ seats 25% off, one invoice. Email support@getgodmode.dev with product and seat count. - Try before buying: Godmode Lite is free (4 of the 8 layers) at https://getgodmode.dev/pricing.html#godmode-lite. The Lite zip is also directly downloadable for inspection at https://getgodmode.dev/downloads/godmode-lite.zip; skills are plain markdown you can read line by line before they run. ## Products - [Pricing (all products)](https://getgodmode.dev/pricing.html): every tier with checkout links and a "will this work for me" fit matrix - [Godmode Lite](https://getgodmode.dev/pricing.html#godmode-lite): free. 4 of the 8 layers (deep context, complete execution, exhaustive testing, polish) - [Godmode](https://getgodmode.dev/pricing.html#godmode): $99/yr, $12/mo (3-month minimum), or $49 one-time. The full 8-layer execution protocol. Versus Lite it adds the security audit, performance check, ripple-effect verification, and auto-documentation layers - [Godmode+](https://getgodmode.dev/pricing.html#godmode-plus): $149/yr, $19/mo, or $79 one-time. Adds smart recon, planning, parallel sub-agents, progress tracking, and auto-verification - [Evolution](https://getgodmode.dev/evolution.html): $249/yr, $29/mo, or $149 one-time. Points at any skill file and produces scored, tested improvements (Evolve, Mutate, Splice modes) - [Ultimate Bundle](https://getgodmode.dev/pricing.html#ultimate-bundle): $399/yr, $49/mo, or $199 one-time. Godmode + Godmode+ + Evolution together - [One-Shot Scripts](https://getgodmode.dev/one-shot.html): from $499/yr, annual only, tiered founding pricing that rises as tiers fill. 9-phase modular execution that only ships output scoring composite 0.92 or higher - [Easy Prompt](https://getgodmode.dev/easy-prompt.html): for non-CLI users. Describe what you want in chat, get a scoped plan free, pay per finished build with the price shown before you confirm - [Evo-Loop](https://getgodmode.dev/evo-loop.html): pay-per-loop skill evolution. $5 per loop for 1-10 loops, falling to $2 per loop at 51-100 ## Evidence - [Outcomes](https://getgodmode.dev/outcomes.html): community-submitted run verdicts (Shipped/Edited/Rejected) with composite scores. Raw snapshot: https://getgodmode.dev/data/outcomes-snapshot.json. Live API: https://godmode-reviews-api.onrender.com/api/outcomes - [Reviews](https://getgodmode.dev/reviews.html): user reviews with ratings. Raw data: https://getgodmode.dev/reviews.json - [Showcase](https://getgodmode.dev/showcase/): the same prompt run on vanilla Claude and each Godmode tier, side by side, with dimension scores. Raw JSON per entry under https://getgodmode.dev/showcase/data/ (manifest.json lists slugs) - [Gate demo](https://getgodmode.dev/showcase/gate-demo.html): a deterministic, judge-free proof that the paid gates do what they claim. The security scan (harden) and correctness gate (verify) are driven against a fixture with eleven planted defects (nine security defects exercising all eight of harden's pattern rules, plus a syntax error and a crash-on-boot) and against the same code fixed; the scan catches all nine and passes the clean version, the correctness gate rejects the syntax error and the crash-on-boot. A third blindspot fixture plants two real defects that are out of each gate's scope (a path traversal and a boot-clean logic bug) and the page shows both gates passing them on purpose, so the claim is bounded: catches what it claims, not everything. Every gate envelope is published verbatim, a verbatim terminal capture shows the binaries executing, the runner self-grades against an answer key, and the free Lite tier ships neither gate. Reproduces with one command (node scripts/gate-demo/run-gates.js). Raw data: https://getgodmode.dev/showcase/data/gate-demo.json - [Independent blind review](https://getgodmode.dev/showcase/independent-review.html): fresh agents re-judged every showcase pair with tool labels stripped, A/B randomized by seed. Label-blind, not cross-vendor (producer and judge are both Claude). Raw verdicts: https://getgodmode.dev/showcase/data/independent-review.json - [Built With](https://getgodmode.dev/built-with/): community project gallery - [Blog](https://getgodmode.dev/blog/): methodology posts on how the protocol and the scoring work ## Buying and policies - [Machine-readable catalog](https://getgodmode.dev/products.json): prices, checkout URLs, requirements, and refund policy as JSON - [Terms](https://getgodmode.dev/terms.html): license, refund policy, updates policy, governing law (Australia) - [Security & transparency](https://getgodmode.dev/security.html): exactly what every skill and the godmode-mcp client install, run, and send; the per-tool MCP request bodies; SHA-256 of every shipped zip; and what is never transmitted (no source code, file contents, file paths, or prompts). Telemetry is off unless you opt in. - [Install guide](https://getgodmode.dev/install.html): zip install into the Claude Code skills directory in under 60 seconds - [Updates](https://getgodmode.dev/updates.html): re-download the latest version of purchased products with your access code ## For AI agents - MCP server: `claude mcp add --transport stdio godmode -- npx -y godmode-mcp@0.1.0` (npm package: godmode-mcp). Anonymous tools list products, fetch product details, and install the free Lite tier; purchases happen through the Stripe checkout URLs in products.json. The MCP catalogue covers installable skills only; services (Easy Prompt, Evo-Loop) and the Ultimate Bundle are listed in products.json and on the pricing page. Setup guide: https://getgodmode.dev/mcp-setup.html - The proof pages above (reviews, showcase, outcomes, built-with) are rendered into static HTML at build time, so their content is visible without executing JavaScript. - Questions a page does not answer: support@getgodmode.dev Last updated: 2026-06-14