新增wiki命令文件
This commit is contained in:
33
wiki/sources/autonomous-project-management.md
Normal file
33
wiki/sources/autonomous-project-management.md
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
title: "Autonomous Project Management with Subagents"
|
||||
type: source
|
||||
tags: [OpenClaw, Subagent, Project Management, STATE.yaml, Decentralized]
|
||||
sources: ["https://www.anthropic.com/research/building-effective-agents"]
|
||||
date: 2026-04-14
|
||||
---
|
||||
|
||||
## Summary
|
||||
- 核心主题:去中心化子 Agent 项目管理模式
|
||||
- 问题域:如何避免中心化编排瓶颈,实现多任务并行
|
||||
- 方法/机制:STATE.yaml 作为共享状态文件,子 Agent 自主更新
|
||||
- 结论/价值:CEO 模式(主会话只做策略)+ 子 Agent 自主执行
|
||||
|
||||
## Key Claims
|
||||
- 去中心化协调:Agent 读写共享 STATE.yaml 文件
|
||||
- 并行执行:多个子 Agent 同时处理独立任务
|
||||
- 无编排开销:主会话保持精简(CEO 模式)
|
||||
- 自我文档化:所有任务状态持久化到版本控制文件
|
||||
|
||||
## Key Concepts
|
||||
- [[STATE.yaml]]:项目协调文件,单一真相来源
|
||||
- [[CEO Pattern]]:主会话只做策略调度,不做执行
|
||||
- [[Subagent]]:子 Agent,自主完成任务并更新状态
|
||||
- [[Decentralized Coordination]]:去中心化协调,避免单点瓶颈
|
||||
|
||||
## Connections
|
||||
- [[OpenClaw]] ← 运行 ← [[Autonomous PM]]
|
||||
- [[Autonomous Game Dev Pipeline]] ← 类似 ← [[Autonomous PM]]
|
||||
- [[Subagent]] ← 实现 ← [[Autonomous PM]]
|
||||
|
||||
## Contradictions
|
||||
- 尚未发现
|
||||
Reference in New Issue
Block a user