双Agent协作框架 - 产品经理与开发的分离式协作工具
Project description
双Agent协作开发系统
基于 OpenCode 的双 Agent 协作框架,实现产品经理与开发的分离式协作。
目录结构
dual-agent-collaboration-system/
├── docs/
│ ├── 01-requirements/ # 需求阶段文档
│ │ ├── requirements_v*.md # 需求文档
│ │ ├── system_design_v*.md # 系统设计
│ │ ├── requirements_review_*.md # 评审意见
│ │ └── requirements_signoff.md # 签署确认
│ ├── 02-design/ # 设计阶段文档
│ ├── 03-test/ # 测试阶段文档
│ ├── 04-changelog/ # 变更记录
│ └── COLLABORATION_GUIDE.md # 协作流程指南
├── state/
│ └── project_state.yaml # 项目状态文件
├── src/ # 源代码
├── scripts/ # 辅助脚本
└── .gitignore
快速开始
Agent 1 (产品经理) 初始化项目
cd dual-agent-collaboration-system
git pull
# 创建需求文档
# 更新状态文件
git add .
git commit -m "feat(requirements): initial requirements"
git push
Agent 2 (开发) 开始评审
cd dual-agent-collaboration-system
git pull
# 阅读需求文档
# 创建评审意见
git add .
git commit -m "review(requirements): initial review"
git push
协作流程
- 需求评审 → Agent1 创建需求 → Agent2 Review → 双方确认
- 设计评审 → Agent1 创建设计 → Agent2 Review → 双方确认
- 开发测试 → Agent2 开发 → Agent1 黑盒测试 → 通过确认
- 部署发布 → Agent1 部署 → 更新变更记录
状态文件
每次操作后更新 state/project_state.yaml,记录当前阶段和状态。
标签规范
requirements-v1-approved- 需求确认design-v1-approved- 设计确认test-v1-passed- 测试通过release-v1.0.0- 正式发布
详细说明
参见 协作流程指南
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file opencode_collaboration-0.2.4.tar.gz.
File metadata
- Download URL: opencode_collaboration-0.2.4.tar.gz
- Upload date:
- Size: 85.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f21549cb17e4cc89fa2bb48877710e416dc75afc53a9a31fa48305438b81e170
|
|
| MD5 |
8a4aba8f9cbe4a132c8f944f3307d5a3
|
|
| BLAKE2b-256 |
22f1e90365dcf36561760cffa4f9b78b8c36c54b35cf281593d43cd551fe47f3
|
File details
Details for the file opencode_collaboration-0.2.4-py3-none-any.whl.
File metadata
- Download URL: opencode_collaboration-0.2.4-py3-none-any.whl
- Upload date:
- Size: 70.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5196cc39b81e3da82666a2314198962d372948294525a7fb65e4b535e4b9ab40
|
|
| MD5 |
ef39105f317203299a73c0d592deaaab
|
|
| BLAKE2b-256 |
0a67f2f47a84485ec1ab208c1e696e0420afdcafc128cdb5fd0deccf5e139624
|