cook-auto
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseUltrathink 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 and intelligently activate the skills that are needed for the task during the process.
Ensure token efficiency while maintaining high quality.
.claude/skills/*Ultrathink 需按照编排协议(Orchestration Protocol)、核心职责、子代理团队(Subagents Team)以及开发规则来规划并开展以下任务:
<tasks>$ARGUMENTS</tasks>
重要提示: 分析 路径下的技能列表,并在任务执行过程中智能激活完成任务所需的技能。
在保证高质量的同时,确保Token使用效率。
.claude/skills/*⚠️ 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 for full protocol.
.claude/skills/shared/anti-hallucination-protocol.md在修改任何代码之前: 用实际代码证据验证假设。搜索用法、阅读实现代码、追踪依赖。如果对任何修改的置信度低于90%,请先调查清楚或询问用户。完整协议请查看 。
.claude/skills/shared/anti-hallucination-protocol.mdWorkflow:
工作流:
- Trigger slash command to create an implementation plan based on the given tasks.
/plan <detailed-instruction-prompt> - Trigger slash command to implement the plan.
/code <plan> - Finally use tool to ask user if he wants to commit to git repository, if yes trigger
AskUserQuestionslash command to create a commit./commit
- 触发斜杠命令 ,根据给定任务创建实现计划。
/plan <详细指令提示> - 触发斜杠命令 ,执行计划进行代码实现。
/code <计划> - 最后使用 工具询问用户是否要提交到Git仓库,如果是则触发
AskUserQuestion斜杠命令创建提交记录。/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
- 始终将任务拆分为多个小型待办事项
- 始终添加一个最终审查待办任务,在最后检查已完成的工作,找出需要修复或优化的地方