Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RepoPlanner

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.

Why

AI coding agents often waste tokens and tool calls rediscovering large codebases. RepoPlanner separates planning from execution:

  1. A planning step indexes the repo and finds the minimum relevant context.
  2. 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.

Current project stage

RepoPlanner is in early open-source planning. Documentation, product scope, architecture, and benchmarks are being refined before deeper implementation.

Planned MVP

  • repo-planner init
  • repo-planner index <path> for .ts and .tsx
  • SQLite local storage
  • basic symbol/import/export extraction
  • repo-planner search "query"
  • repo-planner plan "task description"
  • plan.md and plan.json
  • tests and benchmark foundations

Documentation

License

Apache-2.0. See LICENSE.

About

Local-first implementation planning engine for AI coding agents

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors