Kenryu42 Claude Code Plan Export
kenryu42-claude-code-plan-export is a Claude Code plugin for the Build phase that auto-saves finished planning sessions to your project root as exportable plan files.
Install when you finish Claude Code planning sessions and want plans persisted automatically at the project root for later implementation and review.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install kenryu42-claude-code-plan-export@kenryu42/claude-code-plan-exportBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:kenryu42/claude-code-plan-export") and the paste-ready config with skillselion.get_install_config("plugin:kenryu42/claude-code-plan-export").
What it does
kenryu42-claude-code-plan-export is a lightweight Claude Code plugin that auto-saves your planning output to the project root when a planning session ends. Indie builders who rely on Claude Code for scoping features, writing implementation plans, or checkpointing decisions get a durable file in the repo instead of chat-only history. The workflow suits anyone who moves from plan to code in the same repository and wants teammates—or future you—to read the same artifact without copy-paste. It is not a brainstorming methodology or a test runner; it is a finish-triggered export hook with one plugin in the bundle. Use it when you already plan inside Claude Code and need filesystem persistence for PM traceability. Expect to pair it with your own templates for plan format and with separate skills for writing or reviewing plans if you need richer structure.
Highlights
- Automatically saves Claude Code plans to the project root when planning finishes
- Single-plugin bundle focused on plan export and autosave—not code generation
- Keywords: autosave, export, plan, planning, project, finish
- Community catalog entry with 21 GitHub stars on kenryu42/claude-code-plan-export
- Reduces lost context when you close a planning thread before implementation
Why builders use it
Plans that live only in Claude Code chat disappear when threads end, so builders lose the spec they intended to implement next.
When you finish planning, the plugin writes the plan into your project root so you can commit, share, and implement against a stable file.
At a glance
- Type - Plugin in Productivity.
- Adoption - 0 installs, 21 stars, 0 votes.
FAQ
Who is kenryu42-claude-code-plan-export for?
It is for Claude Code users who create implementation plans in-agent and want those plans saved automatically in the project directory.
When should I use kenryu42-claude-code-plan-export?
Use it whenever you end a planning session and need a persisted plan file at the project root before you start coding or hand off tasks.
How do I add kenryu42-claude-code-plan-export to my agent?
Install the plugin from kenryu42/claude-code-plan-export in Claude Code, open your project root, and complete planning so the autosave-on-finish behavior can run.
Comments
Share how you use kenryu42-claude-code-plan-export, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.