ワンクリックで
planner-patterns
How to decompose complex goals into structured plans with steps, dependencies, and risk identification.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
How to decompose complex goals into structured plans with steps, dependencies, and risk identification.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
How to orchestrate work across large documents and multi-agent delegations without burning token budgets. Reconnaissance-first, search-then-read, parallel-after-reconnaissance.
Decision criteria for delegating to the writer agent vs synthesising directly in your own response.
When and how to use the document library
How the Coder agent drives an OpenCode session via dispatch_coder — the engineering loop, when to dispatch, and how to verify the result is real (vs. claimed).
Maintain a personal index of interesting things, open questions, and follow-ups across sessions
When and how to render a promoted export to PDF via the export_pdf tool. Reads the writer's draft → export → PDF lifecycle and the operator-facing failure modes when the host is missing pandoc or tectonic.
| name | planner-patterns |
| description | How to decompose complex goals into structured plans with steps, dependencies, and risk identification. |
| agents | planner, cognitive |
Use the planner agent when:
Don't plan for:
Every task should have:
Bad: "Research the topic" (too vague, can't track progress) Good: "Search for Q1 2026 Dublin rental data from CSO and Daft.ie" (specific, verifiable)
Each step should be completable in one agent delegation. If a step requires multiple agent types, split it.
Flag risks proactively:
Use flag_risk when a predicted risk materialises during execution.
For long-running goals that span multiple sessions, delegate to the
project_manager agent to create_endeavour. An endeavour groups related
tasks and tracks overall progress. The sensorium shows active endeavours.
complete_task_step as you finish each step (cognitive loop)get_active_work to see what's pending (cognitive loop)get_task_detail to review a specific task's state (cognitive loop)flag_risk, get_forecast_breakdown,
get_endeavour_detail, and other heavy management operationsget_forecast_breakdown to see
which features are driving the score