Skip to content
Development
Command

/plan

Create a structured implementation plan for the requested feature or change.

From plugin
rohitg00-claude-code-toolkit
2.5k199 skills138 agents199 commands
Install
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/plan

Context preview

What this command does when you run it.

Create a structured implementation plan for the requested feature or change.

Command definition

plan.md

Create a structured implementation plan for the requested feature or change.

Steps

1. Requirements Analysis

  • Clarify the goal: what problem does this solve and for whom?
  • List functional requirements (what the system must do).
  • List non-functional requirements (performance, security, scalability).
  • Identify constraints (timeline, tech stack, backward compatibility).

2. Architecture Review

  • Read the existing codebase structure to understand current patterns.
  • Identify which modules, services, or components are affected.
  • Determine if the change fits the existing architecture or requires structural changes.
  • Check for existing utilities, patterns, or abstractions to reuse.

3. Step Breakdown

  • Break the work into ordered, independently testable steps.
  • Each step should be completable in one session and produce a working state.
  • Format each step as:
  • **What**: The concrete deliverable.
  • **Where**: Which files or modules to touch.
  • **How**: Technical approach and key decisions.
  • **Test**: How to verify this step works.

4. Risk Assessment

  • Identify what could go wrong at each step.
  • Note dependencies on external systems or teams.
  • Call out areas with high uncertainty that may need spikes.
  • Suggest fallback approaches for risky steps.

5. Output the Plan

Present as a numbered checklist that can be executed sequentially.

Rules

  • Plans should target 3-10 steps. Fewer means the scope might be too narrow, more means break it into phases.
  • Each step must leave the system in a deployable state. No half-implemented features.
  • Include data migration steps if schema changes are involved.
  • Flag anything that requires coordination with other people or teams.
  • Estimate relative complexity (small/medium/large) for each step, not time.
Read more
Ships withrohitg00-claude-code-toolkit

The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.

Get the whole plugin