跳到主要内容
知仓学习社ZHICANG

do-agent

This skill should be used when the user asks to "/do-agent", asks for "Execute complex tasks using multi-agent architecture with context protection"…

不碰外部(只输出文字)无严重或高危命中brycewang-stanford/Auto-Empirical-Research-Skills

它会碰到什么

扫了多少1 个文本文件,2 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Explore and ultrathink to design a systematic multi-agent, multi-stage (up to 10 subagents in parallel in each stage) execution plan to accomplish: $ARGUMENTS

执行模式:explore → ultrathink → plan → track → execute → review → revise → deliver final output

Note:

  • Get the current Date and Time (Beijing time)
  • 创建临时工作目录 agent_tasks/{short task description}_yyyyddmmhh/ 作为临时工作空间(if a folder with this name already exists, make a new one to avoid overwriting existing materals)
  • When assigning tasks to subagents, specify their input and output files explicitly
  • 每个子代理必须自己将处理结果立即保存到本地文件,不要返回给主代理!子代理自己马上保存,不要返回给主代理!
  • 严禁将子代理完整输出返回主代理;只返回状态摘要
  • 第一个本地输出文件:multi-agent execution plan 文档 agent_tasks/{short task description}_yyyyddmmhh/plan.md
  • The main/mother agent must allow all Read + Write + Bash tools for all sub-agents
  • Apply context engineering — main agent context is scarce
  • The execution plan must include (at minimum) these four phases, each with multiple agents (in parallel when possible):
  1. 规划阶段:信息收集与方案规划
  2. 实施阶段:执行与整合任务结果
  3. 对任务结果进行审阅与反馈
  4. 根据审阅反馈,对任务结果进行全面修订
  • Do not ask for plan approval, just set up the tasks tracking and do it once the planning phase finished
  • Complete automation of the entire process, from planning to execution to review and revision, without any human intervention

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。