Files
ai_soc_sw/.ai/roles/README.md
T
tupingr 4184a6d0b5 refactor(architecture): 信息架构重构 — 从"人类导向单体文档"到"AI优先分层架构"
新增四层信息架构:
- Layer 0: 角色工作台 (.ai/roles/) — AI 每天只需读2个小文件
- Layer 1: 路线图看板 (ROADMAP.md) — 人机共享进度
- Layer 2: 阶段上下文 (.ai/phases/) — 按当前阶段加载
- Layer 3: 知识沉淀 (.ai/knowledge/) — 决策/模式/教训自动积累

新增:
- DASHBOARD.md — 人类仪表盘(30秒了解全貌)
- ROADMAP.md — 任务看板+阻塞追踪
- docs/share/ — 对外分享内容层(一鸡多吃)
- docs/使用手册.md — 人+AI使用手册
- .ai/prompts/architecture/ — 补充缺失的架构提示词
- .ai/principles.md — 信息架构设计原则
- review/active/INDEX.md — 任务索引

修改:
- AGENTS.md: 239行→117行,顶部AI跳转
- README.md: 精简聚焦人类读者
- PROJECT_CONTEXT.md: 精简+分层说明
- DECISIONS.md: 替换为跳转存根
- 5个task.md: 添加phase字段

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-25 16:49:36 +08:00

27 lines
855 B
Markdown
Raw 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.
# AI 角色工作台
每个角色有一个独立的工作台目录。AI 每天进来只需读自己的工作台。
## 使用方式
```
1. 读 card.md → 我是谁、我能写哪、当前阶段(< 1K tokens
2. 读 today.md → 今天干什么、任务优先级(< 1K tokens
3. 需要细节 → 按链接按需加载
4. 完成后 → 更新 today.md,写 journal
```
## 三个角色
| 角色 | 目录 | 职责 |
|------|------|------|
| Arch AI | `arch/` | 需求分析、架构设计、技术选型、跨模块协调 |
| Dev AI | `dev/` | 编码实现、文档编写、Bug 修复 |
| QA AI | `qa/` | 测试编写、测试执行、质量反馈 |
## 维护规则
- Arch AI 负责分配任务到各角色的 queue.md 和 today.md
- 每个 AI 完成工作后更新自己的 today.md
- 阶段切换时 Arch AI 更新所有 card.md