Automatically saves Claude Code plans to the project root, streamlining workflows for operations teams. Integrates with Claude Code and Python-based workflows.
git clone https://github.com/kenryu42/claude-code-plan-export.gitClaude Code Plan Export was a plugin that automatically saved Claude Code plans to the project root when planning finished, helping teams optimize token usage by separating planning from execution. The skill worked by exporting plans to either the project root or a plans/ folder depending on plan count, enabling execution with different models without planning artifacts. This plugin is now deprecated because Claude Code natively supports the planDirectory setting and automatic context clearing on plan execution, eliminating the need for this standalone solution. Teams currently using this skill should migrate to Claude Code's built-in plan management features.
1. **Run the plan export**: Use the prompt template above in your Claude Code session, replacing [PROJECT_NAME], [PROJECT_PATH], and optionally [TIMESTAMP] with your specific details. 2. **Verify the output**: Check the project root directory for the new markdown file. Confirm it contains all expected sections (objectives, tasks, dependencies). 3. **Integrate with workflows**: Add this as a pre-commit hook or CI step to automatically save plans before major operations. For Python projects, create a script that calls this functionality programmatically. 4. **Share with stakeholders**: Use the exported plan to brief team members or document progress for sprint reviews. The markdown format ensures readability across tools. 5. **Customize file naming**: Adjust the [TIMESTAMP] placeholder to include your preferred naming convention (e.g., 'claude_plan_[PROJECT_NAME]_latest.md').
Exporting multiple plans from a single Claude Code session for team review
Organizing plans in a dedicated folder structure for version control
Executing plans with cost-optimized models after planning with Opus
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/kenryu42/claude-code-plan-exportCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Export the current Claude Code plan for [PROJECT_NAME] to a file named 'claude_plan_[TIMESTAMP].md' in the project root. Include the full plan details, execution steps, and any dependencies. Format it as a markdown file with clear sections for objectives, tasks, and next steps. Save it to the root directory of the project located at [PROJECT_PATH].
```markdown # Claude Code Plan Export - Project: Acme E-commerce Platform **Generated:** 2024-05-20 14:30:00 UTC **Project Path:** /home/user/projects/acme-ecommerce ## Objectives - Implement a new payment gateway integration with Stripe - Migrate legacy user authentication to OAuth 2.0 - Optimize database queries for product catalog performance ## Execution Steps 1. **Stripe Integration (Priority: High)** - Install stripe-python package: `pip install stripe==5.4.0` - Configure API keys in environment variables - Implement webhook handler for payment events - Write unit tests for payment processing 2. **OAuth Migration (Priority: Medium)** - Set up Auth0 tenant for development - Create new user model with OAuth fields - Implement token refresh logic - Update frontend to use new authentication flow 3. **Database Optimization (Priority: Low)** - Identify slow queries using Django Debug Toolbar - Add composite indexes for product search queries - Implement caching for frequently accessed product data - Write migration to add new indexes ## Dependencies - Python 3.11+ required - PostgreSQL 15+ database - Node.js 18+ for frontend assets ## Next Steps - Review Stripe integration with finance team by EOD Friday - Schedule OAuth migration testing with QA team - Run database optimization benchmarks next sprint ``` File saved to: /home/user/projects/acme-ecommerce/claude_plan_2024-05-20_14-30-00.md
Build iOS and Android apps with JavaScript
AI assistant built for thoughtful, nuanced conversation
Get more done every day with Microsoft Teams – powered by AI
Automate your spreadsheet tasks with AI power
Agentic AI Workflow platform
Connected workspace for docs, wikis, and projects
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan