원클릭으로
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