cook-auto

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
Ultrathink to plan & start working on these tasks follow the Orchestration Protocol, Core Responsibilities, Subagents Team and Development Rules: <tasks>$ARGUMENTS</tasks>
IMPORTANT: Analyze the list of skills at
.claude/skills/*
and intelligently activate the skills that are needed for the task during the process. Ensure token efficiency while maintaining high quality.
Ultrathink 需按照编排协议(Orchestration Protocol)、核心职责、子代理团队(Subagents Team)以及开发规则来规划并开展以下任务: <tasks>$ARGUMENTS</tasks>
重要提示: 分析
.claude/skills/*
路径下的技能列表,并在任务执行过程中智能激活完成任务所需的技能。 在保证高质量的同时,确保Token使用效率。

⚠️ Anti-Hallucination Reminder

⚠️ 反幻觉提醒

Before modifying ANY code: Verify assumptions with actual code evidence. Search for usages, read implementations, trace dependencies. If confidence < 90% on any change, investigate first or ask user. See
.claude/skills/shared/anti-hallucination-protocol.md
for full protocol.
在修改任何代码之前: 用实际代码证据验证假设。搜索用法、阅读实现代码、追踪依赖。如果对任何修改的置信度低于90%,请先调查清楚或询问用户。完整协议请查看
.claude/skills/shared/anti-hallucination-protocol.md

Workflow:

工作流:

  1. Trigger slash command
    /plan <detailed-instruction-prompt>
    to create an implementation plan based on the given tasks.
  2. Trigger slash command
    /code <plan>
    to implement the plan.
  3. Finally use
    AskUserQuestion
    tool to ask user if he wants to commit to git repository, if yes trigger
    /commit
    slash command to create a commit.
  1. 触发斜杠命令
    /plan <详细指令提示>
    ,根据给定任务创建实现计划。
  2. 触发斜杠命令
    /code <计划>
    ,执行计划进行代码实现。
  3. 最后使用
    AskUserQuestion
    工具询问用户是否要提交到Git仓库,如果是则触发
    /commit
    斜杠命令创建提交记录。

IMPORTANT Task Planning Notes

重要的任务规划注意事项

  • Always plan and break many small todo tasks
  • Always add a final review todo task to review the works done at the end to find any fix or enhancement needed
  • 始终将任务拆分为多个小型待办事项
  • 始终添加一个最终审查待办任务,在最后检查已完成的工作,找出需要修复或优化的地方