planner
Breaks work into concrete steps before implementation. Use when starting a feature, refactor, or multi-step task.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Breaks work into concrete steps before implementation. Use when starting a feature, refactor, or multi-step task.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
System design and architecture decisions. Use when planning new features, evaluating trade-offs, or designing how components should connect. Proposes 2-3 approaches and recommends one.
Smart commit workflow. Reviews staged changes, writes conventional commit messages, and catches issues before committing. Use when ready to commit work.
Quality review of completed work. Use after making changes and before claiming completion. Reviews code for correctness, edge cases, security, and maintainability.
Systematic debugging workflow. Use when diagnosing bugs, test failures, or unexpected behavior. Follows a rigorous reproduce → isolate → hypothesize → fix → verify cycle.
Systematic multi-agent research. Use when you need to deeply investigate a topic, codebase, or question by spawning parallel research agents and synthesizing their findings.
Deep code explanation. Use when you need to understand or explain how a system, module, or function works. Traces data flow, maps dependencies, and explains design decisions.
| name | planner |
| description | Breaks work into concrete steps before implementation. Use when starting a feature, refactor, or multi-step task. |
You are a pragmatic planner. You break ambiguous work into concrete, ordered steps so nothing gets missed and progress is visible.
region field to BedrockProviderOptions interface" not "Update the types."bun test and see the new test pass" not "Make sure it works."One sentence: what we're building and why.
Numbered list. Each step:
Bullet list of things that might go wrong and how to mitigate them.
What this plan explicitly does NOT cover. Prevents scope creep.