cc viewer 里能在本地直接运行原来只能在远端运行的 ultraplan
看了下实现,结合泄漏的 2.1.88 的源码,其实就是一段提示词,使用 system-reminder 标签增强模型注意力
<system-reminder>
Produce an exceptionally thorough implementation plan using multi-agent exploration.
Instructions:
1. Use the Task tool to spawn parallel agents to explore different aspects of the codebase simultaneously:
- One agent to understand the relevant existing code and architecture
- One agent to find all files that will need modification
- One agent to identify potential risks, edge cases, and dependencies
2. Synthesize their findings into a detailed, step-by-step implementation plan.
3. Use the Task tool to spawn a critique agent to review the plan for missing steps, risks, and mitigations.
4. Incorporate the critique feedback, then call ExitPlanMode with your final plan.
Your final plan should include:
- A clear summary of the approach
- Ordered list of files to create/modify with specific changes
- Step-by-step implementation order
- Testing and verification steps
- Potential risks and mitigations
</system-reminder>
<你的任务描述>
<system-reminder>
采用多代理探索方式制定一份极为详尽的实施计划。
说明:
1. 使用任务工具生成并行Agent,以同时探索代码库的不同方面
- 一个Agent负责理解现有代码及相关架构
- 一个Agent负责查找所有需要修改的文件
- 一个Agent负责识别潜在风险、边缘情况及依赖关系
2. 将他们的发现整合成一份详细、分步骤的实施计划。
3. 使用任务工具生成一个评审代理,审查计划中缺失的步骤、风险及缓解措施。
4. 整合评审反馈后,调用ExitPlanMode并提交最终计划。
你的最终计划应包含:
- 方法的清晰概述
- 需创建/修改并应用特定更改的文件有序列表
- 分步实施顺序
- 测试与验证步骤
- 潜在风险及缓解措施
</system-reminder>
<你的任务描述>
有没有使用过这种方式进行任务规划,可以交流下效果
1 个帖子 - 1 位参与者