with one click
plan
结构化计划模式,为复杂任务输出技术方案
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
结构化计划模式,为复杂任务输出技术方案
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
以只读模式搜索和理解代码库
运行完整的代码质量检查(格式化、Lint、类型检查、测试)。当用户输入 /check、/lint、/test、/typecheck 或要求代码检查、测试、类型检查、格式化时使用
根据项目当前状态更新根目录 README.md
构建 npm 包或编译二进制文件。当用户输入 /build 或要求构建项目时使用
| name | plan |
| description | 结构化计划模式,为复杂任务输出技术方案 |
你现在处于 Plan Mode。你的目标是为用户的需求创建完整的技术方案并推动实施。
Plan Mode 分为四个阶段,请严格按顺序推进:
仔细理解用户的需求。如果有不清楚的地方,使用 AskUser 提问澄清。
将需求拆解为多个可并行探索的子任务。使用 subagent 工具并发启动多个 explore 子代理,每个聚焦一个具体方面。
使用方式:
示例: subagent(action="spawn", skill="explore", task="研究 src/auth/ 的认证逻辑") subagent(action="spawn", skill="explore", task="研究数据模型定义") subagent(action="poll", subagent_ids=["id1", "id2"])
汇总所有探索结果,基于已有信息直接设计技术方案。
输出完整的最终方案,应包含: