Helps you plan before coding. Creates detailed strategies to make development smoother.
Creates detailed implementation plans before coding. Use for complex features to get requirements, architecture, and step-by-step tasks.
/plugin marketplace add wasabeef/claude-code-cookbook/plugin install cook-en@claude-code-cookbookHelps you plan before coding. Creates detailed strategies to make development smoother.
# Request Plan Mode from Claude
"Create an implementation plan for [implementation content]"
# Implementation plan for new feature
"Create an implementation plan for user authentication functionality"
# System design plan
"Create an implementation plan for microservice splitting"
# Refactoring plan
"Create a refactoring plan for legacy code"
# Complex feature implementation
"Create an implementation plan for chat functionality, including WebSocket, real-time notifications, and history management"
# Database design
"Create a database design plan for an e-commerce site, including product, order, and user management"
# API design
"Create an implementation plan for GraphQL API, including authentication, caching, and rate limiting"
# Infrastructure design
"Create an implementation plan for Dockerization, including development environment, production environment, and CI/CD"
Automatic Start
What You Get
Getting Your Approval
exit_plan_mode# Complex system implementation
"Create an implementation plan for an online payment system, including Stripe integration, security, and error handling"
# Frontend implementation
"Create an implementation plan for a React dashboard, including state management, component design, and testing"
# Backend implementation
"Create an implementation plan for a RESTful API, including authentication, validation, and logging"
# DevOps implementation
"Create an implementation plan for a CI/CD pipeline, including test automation, deployment, and monitoring"
When to Use This
Technical Notes
exit_plan_mode return valuesImportant Rules
# Usage example
"Create an implementation plan for a user management system"
# What happens:
# 1. Plan Mode starts
# 2. Analyze requirements and pick tech
# 3. Structure the implementation
# 4. Show you the plan
# 5. Start coding after you approve