双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
opencode_collaboration-2.1.0.tar.gz
(149.9 kB
view details)
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-2.1.0.tar.gz.
File metadata
- Download URL: opencode_collaboration-2.1.0.tar.gz
- Upload date:
- Size: 149.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b3ff680adb0e887ce3dca195f949ebfabc59b568baabab72c349f7ff902fbd5
|
|
| MD5 |
36bdfad90f9502bf25d1da294503deb2
|
|
| BLAKE2b-256 |
c61d01b5b82bc5d4183d6b060747930ce30420ee581de51be45717deed7646f9
|
File details
Details for the file opencode_collaboration-2.1.0-py3-none-any.whl.
File metadata
- Download URL: opencode_collaboration-2.1.0-py3-none-any.whl
- Upload date:
- Size: 95.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 |
1c44dae1c1af1cff3314829177a566cb40b252a99f0b862248d432b9393bc781
|
|
| MD5 |
6d107a1388dec8acdab0e3f72a75a49b
|
|
| BLAKE2b-256 |
ec53ec1581b2cd0ddc76b229cef938e92ffc9b4cbee188d505f851b0add7fa14
|