Original Reddit post

I wanted a simple way to plan my projects without leaving the repo. No external tools, no global config, no heavyweight system. Just markdown files that live next to my code. So I built PlanKit — a Claude Code plugin with four levels: Ideas — dump everything, organized by theme, no filtering Roadmap — triage ideas into versioned releases with key decisions Steps — session-sized task files that describe what to build, not how Done — archive with git SHAs so nothing is ever lost Everything is project-specific. Each project gets its own planning folder, committed to git. No sync, no subscriptions, no separate app. Claude reads your ideas, investigates your codebase, and asks targeted questions before proposing anything. You make every decision — it just does the legwork. I know there are more complex systems/plugins out there, but I wanted something simple for indie developers like me. If that’s you, you might want to give it a try: 👉 https://github.com/FlineDev/PlanKit submitted by /u/Jeehut

Originally posted by u/Jeehut on r/ClaudeCode