claude-code-plan-export — Summary
Claude Code Plan Export was a Claude Code plugin that automatically saved the active Plan Mode plan to a markdown file in the project root when a session ended. Its core use case was a "plan with Opus, execute with cheaper model" workflow: plan in Plan Mode, press ESC, start a new session with /clear, and find the plan already exported as plan-{slug}.md. The plugin is archived and deprecated — Claude Code natively added planDirectory settings and automatic context clearing on plan execution, which cover all functionality. It ships only 2 lifecycle hooks (SessionStart for backfill check, SessionEnd for export), 3 Python scripts, and 2 commands (/execute-plan, /export-project-plans). At 21 stars, it was a niche utility superseded by its host platform.
differs_from_seeds: Most like claude-conductor (Archetype 4 — minimal markdown scaffold, zero behavioral intelligence) but simpler still — no templates, no knowledge structure, just automatic file export. Unlike ccmemory (global Neo4j graph) or planning-with-files (three-file discipline system), this is purely mechanical session→file pipeline with no memory semantics at all.