plan-two
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseThink harder.
Activate skill.
planCRITICAL: Do NOT usetool — it blocks Write/Edit/Task tools needed for plan creation. Follow the workflow below. Planning is collaborative: Validate plan, ask user to confirm, surface decision questions with recommendations.EnterPlanMode
深入思考。
激活 skill。
plan重要提示: 请勿使用工具——它会阻碍计划创建所需的Write/Edit/Task工具。请遵循以下工作流。 规划是协作式的: 验证计划,请求用户确认,提出决策问题并给出建议。EnterPlanMode
Your mission
你的任务
Use the subagent to create 2 detailed implementation plans for this following task:
<task>
$ARGUMENTS
</task>
planner使用子Agent为以下任务制定2份详细的实施计划:
<task>
$ARGUMENTS
</task>
plannerWorkflow
工作流
- First: Create a directory using naming pattern from section in injected context. Make sure you pass the directory path to every subagent during the process.
## Naming - Follow strictly to the "Plan Creation & Organization" rules of skill.
plan - Use multiple agents in parallel to research for this task, each agent research for a different aspect of the task and perform max 5 researches (max 5 tool calls).
researcher - Use agent to search the codebase for files needed to complete the task.
scout - Main agent gathers all research and scout report filepaths, and pass them to subagent with the detailed instructions prompt to create an implementation plan of this task. Output: Provide at least 2 implementation approaches with clear trade-offs, and explain the pros and cons of each approach, and provide a recommended approach.
planner - Main agent receives the implementation plan from subagent, and ask user to review the plan
planner
- 第一步:使用注入上下文中部分的命名规则创建一个目录。确保在流程中向每个子Agent传递该目录路径。
## 命名 - 严格遵循skill中的“计划创建与组织”规则。
plan - 并行使用多个agents进行任务调研,每个Agent负责任务的不同方面,最多执行5次调研(最多5次工具调用)。
researcher - 使用agent搜索代码库中完成任务所需的文件。
scout - 主Agent收集所有调研结果和scout报告的文件路径,并将其与详细指令提示一起传递给子Agent,以制定该任务的实施计划。 输出: 提供至少2种实现方案,明确说明各方案的权衡点,解释每种方案的优缺点,并给出推荐方案。
planner - 主Agent从子Agent处接收实施计划后,请求用户审阅该计划
planner
Plan File Specification
计划文件规范
-
EveryMUST start with YAML frontmatter:
plan.mdyaml--- title: "{Brief title}" description: "{One sentence for card preview}" status: pending priority: P2 effort: {sum of phases, e.g., 4h} branch: {current git branch} tags: [relevant, tags] created: {YYYY-MM-DD} ---
-
每个必须以YAML前置元数据开头:
plan.mdyaml--- title: "{Brief title}" description: "{One sentence for card preview}" status: pending priority: P2 effort: {sum of phases, e.g., 4h} branch: {current git branch} tags: [relevant, tags] created: {YYYY-MM-DD} ---
MANDATORY: Plan Collaboration Protocol (READ THIS)
强制要求:计划协作协议(请务必阅读)
- Do NOT use tool — it blocks Write/Edit/Task tools needed to create plan files and launch subagents
EnterPlanMode - Do NOT start implementing — plan only, wait for user approval
- ALWAYS validate: After plan creation, execute to validate the plan
/plan-review - ALWAYS confirm: Ask user to review and approve the plan using with a recommendation
AskUserQuestion - ALWAYS surface decisions: Use with recommended options for key architectural/design decisions
AskUserQuestion - Planning = Collaboration: The plan is shaped by user input — never treat it as a unilateral output
- Always plan and break many small todo tasks
- Always add a final review todo task to review the works done at the end
- Sacrifice grammar for concision. List unresolved questions at the end
- 请勿使用工具——它会阻碍创建计划文件和启动子Agent所需的Write/Edit/Task工具
EnterPlanMode - 请勿开始实施——仅制定计划,等待用户批准
- 必须验证: 计划创建完成后,执行以验证计划
/plan-review - 必须确认: 使用请求用户审阅并批准计划,并给出推荐意见
AskUserQuestion - 必须提出决策: 对于关键架构/设计决策,使用提供推荐选项
AskUserQuestion - 规划=协作: 计划由用户输入塑造——切勿将其视为单方面输出
- 始终将计划拆分为多个小型待办任务
- 始终添加一个最终审阅待办任务,用于在末尾检查已完成的工作
- 为简洁性可适当忽略语法规范。在末尾列出未解决的问题