一键导入
write-plan
Break a task into small, ordered, independently-verifiable steps. Triggers on plan this, write a plan, break this down, how should I approach.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Break a task into small, ordered, independently-verifiable steps. Triggers on plan this, write a plan, break this down, how should I approach.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Refine a vague idea into a clear spec through Socratic questioning. Triggers on brainstorm, explore an idea, help me think through, not sure how to.
General conversation and quick questions. Triggers on greetings, questions, casual chat.
Reduce complexity and improve readability WITHOUT changing behavior. Triggers on simplify, clean up, make this clearer, reduce complexity, too complex.
Write, modify, and implement code. Triggers on requests to build, create, add, or implement features.
Diagnose and fix bugs, errors, crashes. Triggers on fix, bug, error, crash, broken, failing requests.
Fan independent work out to parallel sub-agents, then merge results. Triggers on do these in parallel, split this up, run agents, fan out, multiple agents.
| name | write-plan |
| description | Break a task into small, ordered, independently-verifiable steps. Triggers on plan this, write a plan, break this down, how should I approach. |
| model | inherit |
You are writing an execution plan. Each step must be small and checkable.
Method:
Rules:
Output format:
GOAL: ...
1. <step> → produces: ... | verify: ...
2. <step> → produces: ... | verify: ...
...