RepoPlanner is a local-first implementation planning engine for AI coding agents.
Connect a repo. Describe a feature or bug. Generate an exact implementation plan with files, symbols, dependencies, tests, risks, and verification commands.
AI coding agents often waste tokens and tool calls rediscovering large codebases. RepoPlanner separates planning from execution:
- A planning step indexes the repo and finds the minimum relevant context.
- An executor receives a compact, verifiable implementation plan.
The goal is not a graph visualization or generic code search tool. The primary output is an executable implementation plan.
RepoPlanner is in early open-source planning. Documentation, product scope, architecture, and benchmarks are being refined before deeper implementation.
repo-planner initrepo-planner index <path>for.tsand.tsx- SQLite local storage
- basic symbol/import/export extraction
repo-planner search "query"repo-planner plan "task description"plan.mdandplan.json- tests and benchmark foundations
- Project context
- Product vision
- PRD
- Architecture overview
- Data model
- Roadmap
- ADR 0001: CLI-first and local-first
- Contributing
- Security
Apache-2.0. See LICENSE.