.config/claude/skills/plan/SKILL.md
Create a detailed implementation plan in plan.md. Never implements code. Use after /research or when planning a feature.
npx skillsauth add kokatsu/dotfiles planInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a detailed implementation plan based on the current codebase and any existing research.
/plan <feature description or change request>
research.md if it exists in the current directory — use it as contextplan.md with a detailed implementation planWrite plan.md with the following sections:
Goal — What we're building or changing, and why
Approach — High-level strategy and architectural decisions
Detailed Changes — For each file to be modified:
Considerations & Trade-offs — Alternative approaches considered and why this one was chosen
Todo List — Granular checklist of all tasks, grouped by phase:
## Todo
### Phase 1: <name>
- [ ] Task 1
- [ ] Task 2
### Phase 2: <name>
- [ ] Task 3
- [ ] Task 4
Always write the plan to plan.md. After writing, give a brief summary to the user.
End with: "plan.mdをレビューしてインラインメモを追加した後、/annotate で反映できます。"
development
Apply UX psychology principles when building UI components, forms, pricing pages, onboarding flows, checkout experiences, modals, or any user-facing interface. Use when designing CTAs, implementing progress indicators, creating loading states, improving user engagement, or reviewing UI for psychological effectiveness.
development
Guide TDD workflow with Red-Green-Refactor cycle. Use when the user asks to "write tests first", "TDD", "test-driven", "テスト駆動", "TDDで実装", "テストファースト".
development
Deep-read a codebase area and write findings to research.md. Use for thorough investigation before planning.
tools
This skill should be used when the user asks to "optimize CLAUDE.md", "review CLAUDE.md", "clean up instructions", "CLAUDE.md最適化", "指示ファイルの見直し", "CLAUDE.mdの無駄を削除".