원클릭으로
plan-task
Plan a new task/project using structured decomposition before any implementation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Plan a new task/project using structured decomposition before any implementation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Generate a wide field of ideas, then pressure-test them. Five generators diverge, two challengers prune the weak ones, three synthesizers rank what survives.
Three-agent adversarial bug finder. Hunter overclaims every issue it can find, Skeptic disproves what it can, Referee arbitrates what survives. Scoring incentives force each role to behave honestly.
Dialectic process for reviewing, brainstorming, comparing tradeoffs, or stress-testing plans. Configurable modes, agent counts, and expert lenses.
Execute a pre-defined plan using implementation agents (no design changes)
Capture structured learnings (gotcha, pattern, decision, bug-fix) as JSONL per project. Cross-project searchable.
Assume the plan failed — then explain why. Three pessimists write failure narratives, two optimists rebut, a risk assessor weighs which failure modes are real.
SOC 직업 분류 기준
| name | plan-task |
| description | Plan a new task/project using structured decomposition before any implementation |
| user-invocable | true |
| disable-model-invocation | false |
| argument-hint | <task description> |
Structured planning mode. NO implementation until the plan is approved.
The task to plan is: $ARGUMENTS
If no arguments provided, ask the user what they want to plan.
If the task is genuinely trivial (< 2 minutes of work), say so and ask if the user wants to skip planning.
State the objective in one clear sentence. If ambiguous, ask the user to clarify before proceeding.
List concrete success criteria. Use specific, measurable outcomes where possible.
If the user hasn't provided success criteria, propose some and ask for confirmation.
If the task involves unfamiliar territory, launch an Explore agent to gather context:
Break the task into sub-tasks. Read @decomposition-guide.md for the sub-task template and table format.
Read @risk-checklist.md for the risk identification framework.
Read @polishing-guide.md for the iterative refinement process, dialectic checkpoint, and multi-model synthesis option.
Summarize the full plan in a clear format:
Ask the user: "Does this plan look right? Adjust anything before I start?"
Read @rules.md for planning rules and gotchas.