Back to browse
GitHub Repository
3 starsPython

Store and reuse your Claude Code plans

by ChernovAndrei·Mar 18, 2026·1 point·0 comments

AI Analysis

●●SolidBig BrainNiche Gem

Hooks inject RAG context directly into Claude Code plan mode—no manual copy-paste.

Strengths
  • Hooks + MCP hybrid architecture operates independently with zero background daemon overhead.
  • Lazy-loads ChromaDB and ONNX embeddings only on first plan-mode use (~150MB RAM).
  • Session state persisted to disk with rag_done flag prevents duplicate injections.
Weaknesses
  • Early alpha (v0.1.0) with explicit warnings about breaking changes and rough edges.
  • Only works with Claude Code—locks you into one AI coding assistant ecosystem.
Target Audience

Claude Code users who want to retain planning context across sessions

Similar To

Claude Code · Cursor · Continue

Post Description

Since the most important part of coding with Claude Code now is planning well, I’ve built a tool to store your plans, analyze them, and reuse them for future planning.

Similar Projects