explaingit

fivetaku/godmode

Analysis updated 2026-05-18

12ShellAudience · developerComplexity · 2/5LicenseSetup · easy

TLDR

A Claude Code plugin that keeps looping through building, checking, and fixing a project until a written checklist says it is actually done.

Mindmap

mindmap
  root((repo))
    What it does
      Interview to PRD
      Goal setup
      Verify review improve loop
    Tech stack
      Shell
      Claude Code plugin
    Use cases
      Finish stalled projects
      Objective done checklist
    Audience
      Developers using Claude Code

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Keep an AI coding session working on a project instead of stopping partway through.

USE CASE 2

Define a written checklist of what counts as done so progress can be checked objectively.

USE CASE 3

Swap in a stricter review process when the default self-review is not thorough enough.

What is it built with?

ShellClaude Code

How does it compare?

fivetaku/godmode0xsero/glm52-hybrid-sm120-deployabiodundotdo/termframe
Stars121212
LanguageShellShellShell
Setup difficultyeasyhardeasy
Complexity2/55/52/5
Audiencedeveloperops devopsdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires Claude Code installed, works best with the companion show-me-the-prd and goaljaby plugins.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

In plain English

This repository is a plugin for Claude Code, an AI coding assistant, that tries to solve a common problem: projects that get most of the way finished and then quietly get abandoned. Instead of letting a person decide when a project feels "done enough," this tool defines "done" as a checklist in written documents, and it keeps working through a loop of steps until every item on that checklist passes. The tool is named godmode, playing on an old video game cheat code that makes a character invincible. Once turned on for a project idea, it walks through several stages automatically: an interview to clarify the idea, writing a product requirements document, setting goals, and then running repeated cycles of verifying, reviewing, and improving the work. If progress stalls, it does not just give up. Instead it follows a "recovery ladder," which means it changes its approach and tries again with a more thorough review step. The readme states that early attempts to stop the loop before the checklist is satisfied are caught and sent back into the cycle. Because it works with written documents rather than someone's personal sense of whether something feels finished, the project can be checked step by step rather than relying on subjective judgment. The reviewer that checks the work is swappable. Users can pick a simple self-review mode, a deeper "insane-review" mode, or reviewers built around other tools, described in the readme as codex or gjc. To use it, someone needs Claude Code installed, and it works best alongside two companion plugins from the same author, called show-me-the-prd and goaljaby, which handle parts of the requirements and goal-setting steps. The readme describes godmode as the more colorful and less formal version of an earlier project called insane-loop, reusing the same underlying engine. The license is MIT, and the documentation notes that despite the name, users remain fully responsible for whatever the tool ends up building or shipping.

Copy-paste prompts

Prompt 1
Install the godmode plugin marketplace and set it up for Claude Code.
Prompt 2
/godmode build me a simple to-do list app and don't stop until it's actually done
Prompt 3
Explain the difference between the self-review, insane-review, codex, and gjc reviewer options.
Prompt 4
How does godmode's recovery ladder work when progress stalls?

Frequently asked questions

What is godmode?

A Claude Code plugin that keeps looping through building, checking, and fixing a project until a written checklist says it is actually done.

What language is godmode written in?

Mainly Shell. The stack also includes Shell, Claude Code.

What license does godmode use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is godmode to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is godmode for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.