Plan

Create a phased implementation plan before writing any code: restate requirements, identify risks and dependencies, estimate complexity, then WAIT for explicit user approval (hard gate). After approval, optionally convert the plan into a checklist document under docs/plans/. Invoke with: /plan [feature description]. Use when: starting a new feature, significant architectural changes, complex refactoring, multi-file work, or ambiguous requirements. Do NOT use for: trivial single-file fixes, design exploration before requirements exist (use /brainstorming), or bug fixing (use /bugfix).

Cor-Incorporated Updated

File contents

Cor-Incorporated/claude-code-skills/tree/main/skills/plan commit 03295e28bf

Frequently asked questions

npx skillmds@latest add cor-incorporated/plan