analyze-dependencies
Analyzes your project's dependencies and checks architecture health.
Helps you plan before coding. Creates detailed strategies to make development smoother.
> /plugin marketplace add wasabeef/claude-code-cookbookHow it fires
How this command gets triggered: by you, by Claude, or both.
/planContext preview
What this command does when you run it.
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**
# 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**
**Important 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
A collection of commands, roles, and automation scripts for Claude Code. Automate your workflow without unnecessary confirmations, allowing you to focus on what matters.
Repo: wasabeef/claude-code-cookbook
Analyzes your project's dependencies and checks architecture health.
Analyzes application performance from a user experience perspective and quantifies experience improvements from optimizations. Calculates UX scores based on…
Verifies if a statement is true by checking your project's code and documentation.
A comprehensive collection of best practices for evaluating and improving the quality of prompts for AI Agents. It systematizes knowledge gained from actual…
Generates commit messages from staged changes (git diff --staged). This command only creates messages and copies them to your clipboard—it doesn't run any git…