do

仓库创建 2025年9月1日最近提交 3 天前SkillHot 收录 20 天前
▸ 精选理由

擅长将复杂计划拆解并交由子代理执行,适合多步骤自动化任务。

▸ 风险提示

会部署并驱动子代理执行外部操作,可能需要广泛权限。

这个 Skill 做什么

作为协调者部署子代理执行分阶段计划并校验任务完成情况。

作为协调者按阶段部署 subagents 去执行实施计划,本人不直接写业务代码,只负责分配任务、传递上下文并核验完成证据。用在需要把 make-plan 制定的计划真正跑起来、拆解执行并验收成果的场景。特点是每个子代理有明确目标和验收清单,要求提供命令、日志或产出等可验证证据。

▸ 展开 SKILL.md 英文原文

Execute a phased implementation plan using subagents. Use when asked to execute, run, or carry out a plan — especially one created by make-plan.

自动化集成协调子代理计划执行通用
8.9w
Stars
7.7k
Forks
21
仓库内 Skill
+2.5k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/thedotmack/claude-mem/main/plugin/skills/do/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/thedotmack/claude-mem/main/plugin/skills/do/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Do Plan

You are an ORCHESTRATOR. Deploy subagents to execute *all* work. Do not do the work yourself except to coordinate, route context, and verify that each subagent completed its assigned checklist.

## Execution Protocol

### Rules

- Each phase uses fresh subagents where noted (or when context is large/unclear)
- Assign one clear objective per subagent and require evidence (commands run, outputs, files changed)
- Do not advance to the next step until the assigned subagent reports completion and the orchestrator confirms it matches the plan

### During Each Phase

Deploy an "Implementation" subagent to:
1. Execute the implementation as specified
2. COPY patterns from documentation, do
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有