From cook-en
Creates detailed implementation plans before coding, covering requirements, architecture, risks, and step-by-step tasks. Useful for structuring features, refactoring, or system design.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cook-en:planThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Helps you plan before coding. Creates detailed strategies to make development smoother.
Helps 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
ExitPlanMode# 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
ExitPlanMode 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
npx claudepluginhub wasabeef/claude-code-cookbook --plugin cook-enGuides structured pre-implementation planning with phases for requirements, design, and risk analysis. Activated via phrases like '계획 세워줘' (plan this) or 'implement strategy'. Must exit plan mode and wait for explicit approval before coding.
Creates detailed implementation plans for development tasks. Activates automatically when asking for a plan, with structured phases for requirements, design, and implementation.