A Codex/Claude Code plugin for persistent product context thru sessions
Session hooks auto-inject product context—no more re-briefing Claude every new session.

Yet another SaaS boilerplate, but the AI PM questioning flow is genuinely useful.
Indie hackers and solo founders building SaaS products
ShipFast · v0 · Lovable
AI Product Manager asks questions most developers skip:
"How does money flow through this?" "What happens when users cancel mid-month?" + Any Edge cases specific to your SaaS
Creates the markdown files from your answers. Claude Code reads these files before writing ANY code. No guessing. Can't forget the schema, it's literally documented. Executor agents spawn per task, each reading the same context files. They build in parallel but never break what's already working. Verifier agent tests against success criteria after each phase. If broken, spawns debugger agent with persistent investigation files.
Results: Built 3 products in 30 days using this system:
Analytics dashboard: 13 hours Feedback widget: 18 hours Content calendar: 9 hours
No context drift. No "Claude forgot my auth system" moments. Just consistent builds. The biggest difference: Saturday: Build auth with Claude Sunday: Come back, describe next feature Claude reads REQUIREMENTS.md, sees existing auth schema Builds new feature without touching auth vs. the normal experience of Claude rewriting everything. I packaged this as PropelKit (Next.js boilerplate + AI PM system that creates these files automatically). But the core concept, persistent markdown context, works with any Claude Code setup.
Try it: https://propelkit.dev
The agent architecture uses Claude Sonnet/Opus (configurable) parallel thinking to spawn multiple agents that all read from the same truth files. Happy to answer questions about the implementation.
Session hooks auto-inject product context—no more re-briefing Claude every new session.
Cross-agent memory beats building separate context for Claude and Codex.
Agents cross-review each other's work to stop context drift before it hits the wiki.
Markdown Q&A persistence for Claude, but Continue and Cursor already handle context better.
Persistent markdown vault lets Claude recall your architecture decisions between sessions.
Yet another SaaS boilerplate, but wrapped in a Claude Code plugin.