god-mode

god-mode is a command for coding agents from sifxprime/kodelyth-ecc. It costs 38 tokens per session (883 once invoked), scanned A, original, MIT.

A staged software-building workflow that recalls related solutions, designs the work, implements it with tests, critiques the result, hardens it, and runs verification.

In plain words
What is it for?
Use it to build or harden substantial features such as API changes, with planning, test-first implementation, review, optimization, and final proof that the commands run.
Why use it?
It gives larger changes several checkpoints, helping expose design flaws, missing tests, performance problems, and unused code before completion.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/sifxprime/kodelyth-ecc/god-mode
Clone the repo
git clone --depth 1 https://github.com/sifxprime/kodelyth-ecc

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for god-mode

README.md
[![agentmods](https://agentmods.dev/badge/commands/sifxprime/kodelyth-ecc/god-mode.svg)](https://agentmods.dev/commands/sifxprime/kodelyth-ecc/god-mode)
Your own site
<a href="https://agentmods.dev/commands/sifxprime/kodelyth-ecc/god-mode"><img src="https://agentmods.dev/badge/commands/sifxprime/kodelyth-ecc/god-mode.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 883 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00038 $0.00883
Opus 5 $0.00019 $0.00441
Sonnet 5 $0.00008 $0.00177
Haiku 4.5 $0.00004 $0.00088

Measured yesterday against content hash 03c9c13f7222, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

god-mode scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/god-mode.md · 86 lines

How it starts

The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/god-mode — Build It Properly

Nine specialists in a six-stage pipeline. This is not /project-launch (which fires everyone at once) — GOD mode is sequential where sequence matters, parallel where it doesn't, and it refuses to call anything done that it hasn't proven.

The pipeline

Stage Agents What happens
Recall Search local memory for prior solutions to this problem
Design architect + code-architect Blueprint: files, interfaces, data flow, build order
Build pair-programmer + tdd-guide Implement test-first; tests must actually run
Self-critique type-design-analyzer + api-guardian + ux-reviewer Attack our own work before anyone else can
Harden performance-optimizer + refactor-cleaner Hot spots and dead weight, no behaviour change
Prove Run the verification commands

∥ = parallel · → = sequential

Usage

/god-mode add rate limiting to the payments API
/god-mode harden the webhook signature verification
/god-mode                      # asks what to build

Preview the plan and cost from the terminal first:

kodelythecc god --task "add rate limiting to the payments API"

Instructions to the assistant

Run the stages in order. Do not skip Recall and do not skip Prove.

Stage 1 — Recall (do this first, always)

Search local memory for prior work on this problem:

  • Use the recall_memory MCP tool, or kodelythecc memory recall "<task>".
  • For each relevant hit, state: the past problem, the approach that worked, and whether it applies here.
  • If nothing relevant exists, say so plainly. Never invent a memory.

Stage 2 — Design (parallel)

Launch architect and code-architect together via the Task tool. Produce one concrete blueprint: exact files, interfaces, data flow, build order. No hand-waving.

Stage 3 — Build (sequential)

Launch pair-programmer and tdd-guide. Write the test first, watch it fail, implement, watch it pass. Report which files you created or changed.

Read the full file on GitHub · 86 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 86 lines · 38 tokens per session scan A 03c9c13f7222

Subscribe to this mod's changes

god-mode is a command published in the GitHub repository sifxprime/kodelyth-ecc (11 stars, last pushed 2d ago), licensed MIT. It adds 38 tokens to every session and 883 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.