agents-efficient-workflow
Installation
SKILL.md
Agents Efficient Workflow
Use the narrowest possible coordination path. 优先使用最窄、最直接的协作链路。
Core rule | 核心原则
Prefer targeted spawn + local file handoff over broad chat relays. 优先选择 定向 spawn + 本地文件交接,而不是把大量上下文反复塞进聊天窗口。
That means / 这意味着:
- Spawn or contact the specific agent that should do the next step.
- Write work products, context, todo items, risks, and next actions to a shared local file.
- Let the next agent read the file directly instead of forwarding large chat summaries.
- 只联系真正需要接手下一步的 目标 agent。
- 把成果、上下文、待办、风险和下一步动作写进 共享本地文件。
- 让下一个 agent 直接读文件接手,而不是转发冗长聊天摘要。