Files
boss/docs/README.md
2026-03-23 12:43:39 +08:00

43 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Boss 项目设计文档
更新日期2026-03-23
## 文档导航
- [竞品对比](./competitor-comparison.md)
- [系统架构](./system-architecture.md)
- [MVP 功能清单](./mvp-feature-plan.md)
- [技术选型](./technical-selection.md)
- [消息协议与状态机](./message-protocol-and-state-machine.md)
- [实施路线图](./implementation-roadmap.md)
## 项目一句话定义
`Boss` 是一个面向多设备开发协作的 agent control plane。
它让用户通过对话入口或独立 App持续管理多台 Windows、Mac 上的编码代理,支持:
- 协同开发
- 独立开发
- 子任务拆分
- 实时进度播报
- 中途变更需求
- 审批高风险操作
- 审计和会话恢复
## 当前建议的产品定位
- 不是单一编码助手
- 不是单机 IDE 插件
- 不是单纯云端沙箱代理
- 而是“主控端 + 多设备 worker + 对话式任务系统”
## 建议阅读顺序
1. [竞品对比](./competitor-comparison.md)
2. [系统架构](./system-architecture.md)
3. [MVP 功能清单](./mvp-feature-plan.md)
4. [技术选型](./technical-selection.md)
5. [消息协议与状态机](./message-protocol-and-state-machine.md)
6. [实施路线图](./implementation-roadmap.md)