ワンクリックで
replan
Iterative deep planning with critiques and alternatives. Use when facing complex design decisions requiring thorough analysis.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Iterative deep planning with critiques and alternatives. Use when facing complex design decisions requiring thorough analysis.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Validation gate for freshly written code — run two independent reviews (codex CLI + a Claude review subagent) over the same scoped diff, then empirically vet every finding against ground truth before accepting or vetoing it. Use after landing a work item (especially subagent-written code) and before committing.
Work through a queue of Technical Project Plans serially — delegate each to a TDD subagent, double-review the result with codex and a Claude /review subagent, empirically vet every finding before accepting or vetoing it, and land one coherent commit per plan. Use when executing a roadmap of plan files (e.g. a _todo/ directory) for a port, migration, or multi-stage feature.
Review code for potential issues and improvements. Use when asked to review specific files, functions, or code sections.
Update the active Technical Project Plan for handoff when context is running low or the session is ending, so the next session continues instead of restarting.
Work on a Technical Project Plan — read the plan, identify the current phase, do that phase's work, and update the plan with discoveries. Use when starting or resuming multi-session work tracked in a plan file.
Plan and execute coherent Conventional Commit groupings for large, tangled working tree changes across many files.
| name | replan |
| description | Iterative deep planning with critiques and alternatives. Use when facing complex design decisions requiring thorough analysis. |
| allowed-tools | Read, Glob, Grep, WebSearch |
Documented in depth: Claude picks the first idea that works. Make it pick the best one.
You are going to replan — an iterative process of designing, critiquing, and refining a plan.
Claude tends to satisfice: it commits to the first workable approach it finds. For design decisions with high switching costs (architecture, data models, API surfaces) you want the best approach, not the first one that clears the bar. This skill forces multiple passes of structured critique before any design is committed.
Design your first approach, considering requirements and existing solutions. Expect it to be imperfect.
Generate thorough, specific critiques of your plan:
Vague critiques like "this could be more robust" are useless. Aim for "this assumes the client handles reconnection, but I haven't verified that."
Brainstorm alternatives that address the specific weaknesses found in step 3. Goals:
Select the most promising alternative and flesh it out to the same level of detail as the original. A hand-wavy alternative that "sounds simpler" isn't a real comparison.
Repeat steps 3-5 at least three times, asking for user feedback at each iteration. The checkpoints aren't just for steering — they're where the user injects context you can't grep for: product goals, domain constraints, recent team decisions, upcoming migrations.
Assemble the best features from all iterations into a robust final plan.
For each iteration, present options with pros/cons:
[Description]
Pros: ... Cons: ... Risks: ...
[Which option and why, per design principles]
This skill is for thinking, not doing: it deliberately has no Write or Edit access, so Claude can't start implementing before the plan is settled.
CLAUDE.md/AGENTS.md, architecture docs, or design principles — every listed file is read at the start of each invocation, so keep it short and high-value.