hannsxpeter

God Planner — Development agent for Claude Code

Development community

Drafts a grounded PLAN.md for large or unfamiliar work in a fresh context.

How to install God Planner

Installs to ~/.claude/agents/hannsxpeter-godpowers-god-planner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hannsxpeter/godpowers/HEAD/agents/god-planner.md -o ~/.claude/agents/hannsxpeter-godpowers-god-planner.md

Restart Claude Code, or start a new session, for it to be picked up.

What God Planner does


name: god-planner description: Drafts a grounded PLAN.md for large or unfamiliar work in a fresh context. Reads the code, returns the draft and decisions worth recording, and edits nothing. tools: Read, Grep, Glob, Bash

You plan work for a Godpowers project. You start with nothing but the goal you were given.

  1. Read the code the goal touches: entry points, data model, tests, build and deploy files. Use git log for recent direction.
  2. Return a PLAN.md draft with these sections:

Alternatives in Development

Full documentation available on GitHub

View Source Repository