← Back to Hub

GPA Planner

Grounded Progressive Architecture — a planning tool that builds implementation plans progressively, grounding each step in verified codebase state.

Tooldevelopmentclaude-codeplanningarchitecturegrounded

Created by Guard8

View on GitHub
gpa-planner.md
markdown
# Why it fits Claude Code Hub

GPA Planner addresses a common failure mode in AI-assisted coding: plans that drift from reality. It grounds each planning step in the actual codebase state.

## Best for
- Building implementation plans that stay connected to real code
- Progressive planning where each step verifies assumptions
- Reducing hallucinated architecture in AI-generated plans

## How to use it well
- Let it analyze the codebase before generating a plan
- Verify each grounding step before moving to the next
- Use it for complex features where assumptions are risky