Plan banner
RohiRIK RohiRIK

Plan

Development community

Description

--- description: "Create a step-by-step implementation plan before writing code." disable-model-invocation: true --- # Plan Command This command invokes the **planner** agent to create a comprehensive implementation plan before writing any code. ## What This Command Does 1. **Restate Requirements** - Clarify what needs to be built 2. **Identify Risks** - Surface potential issues and blockers 3. **Create Step Plan** - Break down implementation into phases 4. **Wait for Confirmation** - MUST r

Installation

Installs to ~/.claude/skills/rohirik-claude-code-config-plan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rohirik-claude-code-config-plan && curl -fsSL https://raw.githubusercontent.com/RohiRIK/claude-code-config/HEAD/commands/plan.md -o ~/.claude/skills/rohirik-claude-code-config-plan/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository