claude-code-workflow 7.2.3 → 7.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/agents/team-worker.md +2 -2
- package/.claude/skills/team-arch-opt/SKILL.md +1 -1
- package/.claude/skills/team-arch-opt/roles/coordinator/commands/monitor.md +1 -1
- package/.claude/skills/team-arch-opt/specs/team-config.json +1 -1
- package/.claude/skills/team-brainstorm/SKILL.md +2 -2
- package/.claude/skills/team-brainstorm/roles/coordinator/commands/monitor.md +1 -1
- package/.claude/skills/team-designer/SKILL.md +2 -2
- package/.claude/skills/team-designer/phases/03-content-generation.md +2 -2
- package/.claude/skills/team-edict/SKILL.md +1 -1
- package/.claude/skills/team-edict/role-specs/xingbu.md +1 -1
- package/.claude/skills/team-edict/roles/coordinator/role.md +4 -4
- package/.claude/skills/team-frontend/SKILL.md +1 -1
- package/.claude/skills/team-frontend/roles/coordinator/commands/monitor.md +1 -1
- package/.claude/skills/team-frontend-debug/SKILL.md +1 -1
- package/.claude/skills/team-frontend-debug/roles/coordinator/commands/dispatch.md +11 -11
- package/.claude/skills/team-issue/SKILL.md +2 -2
- package/.claude/skills/team-issue/roles/coordinator/commands/monitor.md +2 -2
- package/.claude/skills/team-iterdev/SKILL.md +1 -1
- package/.claude/skills/team-iterdev/roles/coordinator/commands/monitor.md +1 -1
- package/.claude/skills/team-lifecycle-v4/SKILL.md +2 -2
- package/.claude/skills/team-lifecycle-v4/roles/coordinator/commands/dispatch.md +2 -2
- package/.claude/skills/team-perf-opt/SKILL.md +1 -1
- package/.claude/skills/team-perf-opt/roles/coordinator/commands/monitor.md +1 -1
- package/.claude/skills/team-perf-opt/roles/coordinator/role.md +1 -1
- package/.claude/skills/team-perf-opt/specs/team-config.json +1 -1
- package/.claude/skills/team-planex/SKILL.md +1 -1
- package/.claude/skills/team-planex/roles/coordinator/commands/monitor.md +1 -1
- package/.claude/skills/team-quality-assurance/SKILL.md +1 -1
- package/.claude/skills/team-quality-assurance/roles/coordinator/commands/dispatch.md +1 -1
- package/.claude/skills/team-quality-assurance/roles/coordinator/commands/monitor.md +3 -3
- package/.claude/skills/team-review/SKILL.md +1 -1
- package/.claude/skills/team-review/roles/coordinator/commands/dispatch.md +1 -1
- package/.claude/skills/team-review/roles/coordinator/commands/monitor.md +4 -4
- package/.claude/skills/team-roadmap-dev/SKILL.md +1 -1
- package/.claude/skills/team-roadmap-dev/roles/coordinator/commands/monitor.md +4 -4
- package/.claude/skills/team-roadmap-dev/specs/pipelines.md +3 -3
- package/.claude/skills/team-roadmap-dev/specs/team-config.json +1 -1
- package/.claude/skills/team-tech-debt/SKILL.md +1 -1
- package/.claude/skills/team-tech-debt/roles/coordinator/commands/monitor.md +1 -1
- package/.claude/skills/team-testing/SKILL.md +1 -1
- package/.claude/skills/team-testing/roles/coordinator/commands/dispatch.md +1 -1
- package/.claude/skills/team-testing/roles/coordinator/commands/monitor.md +7 -7
- package/.claude/skills/team-uidesign/SKILL.md +1 -1
- package/.claude/skills/team-uidesign/roles/coordinator/commands/monitor.md +1 -1
- package/.claude/skills/team-ultra-analyze/SKILL.md +1 -1
- package/.claude/skills/team-ultra-analyze/roles/coordinator/commands/monitor.md +5 -5
- package/.claude/skills/team-ultra-analyze/roles/coordinator/role.md +1 -1
- package/.claude/skills/team-ux-improve/SKILL.md +1 -1
- package/.claude/skills/team-ux-improve/roles/coordinator/commands/monitor.md +1 -1
- package/.claude/skills/team-ux-improve/roles/coordinator/role.md +2 -2
- package/.claude/skills/team-ux-improve/specs/pipelines.md +1 -1
- package/.claude/skills/team-ux-improve/specs/team-config.json +1 -1
- package/.codex/skills/team-arch-opt/SKILL.md +38 -0
- package/.codex/skills/team-arch-opt/instructions/agent-instruction.md +114 -114
- package/.codex/skills/team-brainstorm/SKILL.md +725 -687
- package/.codex/skills/team-coordinate/SKILL.md +38 -0
- package/.codex/skills/team-designer/SKILL.md +691 -653
- package/.codex/skills/team-designer/schemas/tasks-schema.md +180 -180
- package/.codex/skills/team-edict/SKILL.md +781 -742
- package/.codex/skills/team-edict/agents/aggregator.md +246 -246
- package/.codex/skills/team-edict/agents/qa-verifier.md +274 -274
- package/.codex/skills/team-edict/agents/shangshu-dispatcher.md +247 -247
- package/.codex/skills/team-edict/agents/zhongshu-planner.md +198 -198
- package/.codex/skills/team-edict/instructions/agent-instruction.md +177 -177
- package/.codex/skills/team-executor/SKILL.md +38 -0
- package/.codex/skills/team-frontend/SKILL.md +38 -0
- package/.codex/skills/team-frontend-debug/SKILL.md +38 -0
- package/.codex/skills/team-issue/SKILL.md +740 -702
- package/.codex/skills/team-iterdev/SKILL.md +826 -788
- package/.codex/skills/team-lifecycle/SKILL.md +38 -0
- package/.codex/skills/team-lifecycle/agents/analyst.md +6 -6
- package/.codex/skills/team-lifecycle/agents/discuss-agent.md +1 -1
- package/.codex/skills/team-lifecycle/agents/explore-agent.md +3 -3
- package/.codex/skills/team-lifecycle/agents/writer.md +3 -3
- package/.codex/skills/team-lifecycle/phases/01-requirement-clarification.md +1 -1
- package/.codex/skills/team-lifecycle/phases/02-team-initialization.md +1 -1
- package/.codex/skills/team-lifecycle/phases/03-task-chain-creation.md +1 -1
- package/.codex/skills/team-lifecycle/phases/04-pipeline-coordination.md +1 -1
- package/.codex/skills/team-lifecycle/phases/05-completion-report.md +1 -1
- package/.codex/skills/team-lifecycle-v4/SKILL.md +775 -737
- package/.codex/skills/team-perf-opt/SKILL.md +38 -0
- package/.codex/skills/team-perf-opt/instructions/agent-instruction.md +122 -122
- package/.codex/skills/team-planex/SKILL.md +38 -0
- package/.codex/skills/team-planex-v2/SKILL.md +39 -1
- package/.codex/skills/team-quality-assurance/SKILL.md +38 -0
- package/.codex/skills/team-review/SKILL.md +38 -0
- package/.codex/skills/team-roadmap-dev/SKILL.md +38 -0
- package/.codex/skills/team-tech-debt/SKILL.md +38 -0
- package/.codex/skills/team-testing/SKILL.md +38 -0
- package/.codex/skills/team-uidesign/SKILL.md +38 -0
- package/.codex/skills/team-ultra-analyze/SKILL.md +787 -749
- package/.codex/skills/team-ux-improve/SKILL.md +38 -0
- package/ccw/dist/tools/smart-search.d.ts +23 -0
- package/ccw/dist/tools/smart-search.d.ts.map +1 -1
- package/ccw/dist/tools/smart-search.js +41 -10
- package/ccw/dist/tools/smart-search.js.map +1 -1
- package/codex-lens/src/codexlens/config.py +32 -0
- package/codex-lens/src/codexlens/storage/index_tree.py +101 -33
- package/package.json +1 -1
|
@@ -1,247 +1,247 @@
|
|
|
1
|
-
# Shangshu Dispatcher Agent
|
|
2
|
-
|
|
3
|
-
Shangshu (Department of State Affairs / Dispatch) -- parses the approved plan, routes subtasks to the Six Ministries based on routing rules, and generates a structured dispatch plan with dependency batches.
|
|
4
|
-
|
|
5
|
-
## Identity
|
|
6
|
-
|
|
7
|
-
- **Type**: `interactive`
|
|
8
|
-
- **Role**: shangshu (Department of State Affairs / Dispatch)
|
|
9
|
-
- **Responsibility**: Parse approved plan, route tasks to ministries, generate dispatch plan with dependency ordering
|
|
10
|
-
|
|
11
|
-
## Boundaries
|
|
12
|
-
|
|
13
|
-
### MUST
|
|
14
|
-
|
|
15
|
-
- Load role definition via MANDATORY FIRST STEPS pattern
|
|
16
|
-
- Read both the Zhongshu plan and Menxia review (for conditions)
|
|
17
|
-
- Apply routing rules from team-config.json strictly
|
|
18
|
-
- Split cross-department tasks into separate ministry-level tasks
|
|
19
|
-
- Define clear dependency ordering between batches
|
|
20
|
-
- Write dispatch plan to `<session>/plan/dispatch-plan.md`
|
|
21
|
-
- Ensure every subtask has: department assignment, task ID (DEPT-NNN), dependencies, acceptance criteria
|
|
22
|
-
- Report state transitions via discoveries.ndjson
|
|
23
|
-
|
|
24
|
-
### MUST NOT
|
|
25
|
-
|
|
26
|
-
- Route tasks to wrong departments (must follow keyword-signal rules)
|
|
27
|
-
- Leave any subtask unassigned to a department
|
|
28
|
-
- Create circular dependencies between batches
|
|
29
|
-
- Modify the plan content (dispatch only)
|
|
30
|
-
- Ignore conditions from Menxia review
|
|
31
|
-
|
|
32
|
-
---
|
|
33
|
-
|
|
34
|
-
## Toolbox
|
|
35
|
-
|
|
36
|
-
### Available Tools
|
|
37
|
-
|
|
38
|
-
| Tool | Type | Purpose |
|
|
39
|
-
|------|------|---------|
|
|
40
|
-
| `Read` | file | Read plan, review, team-config |
|
|
41
|
-
| `Write` | file | Write dispatch plan to session directory |
|
|
42
|
-
| `Glob` | search | Verify file references in plan |
|
|
43
|
-
| `Grep` | search | Search for keywords for routing decisions |
|
|
44
|
-
|
|
45
|
-
---
|
|
46
|
-
|
|
47
|
-
## Execution
|
|
48
|
-
|
|
49
|
-
### Phase 1: Context Loading
|
|
50
|
-
|
|
51
|
-
**Objective**: Load approved plan, review conditions, and routing rules
|
|
52
|
-
|
|
53
|
-
**Input**:
|
|
54
|
-
|
|
55
|
-
| Source | Required | Description |
|
|
56
|
-
|--------|----------|-------------|
|
|
57
|
-
| zhongshu-plan.md | Yes | Approved execution plan |
|
|
58
|
-
| menxia-review.md | Yes | Review conditions to carry forward |
|
|
59
|
-
| team-config.json | Yes | Routing rules for department assignment |
|
|
60
|
-
|
|
61
|
-
**Steps**:
|
|
62
|
-
|
|
63
|
-
1. Read `<session>/plan/zhongshu-plan.md`
|
|
64
|
-
2. Read `<session>/review/menxia-review.md`
|
|
65
|
-
3. Read
|
|
66
|
-
4. Extract subtask list from plan
|
|
67
|
-
5. Extract conditions from review
|
|
68
|
-
6. Report state "Doing":
|
|
69
|
-
```bash
|
|
70
|
-
echo '{"ts":"<ISO8601>","worker":"DISPATCH-001","type":"state_update","data":{"state":"Doing","task_id":"DISPATCH-001","department":"shangshu","step":"Loading approved plan for dispatch"}}' >> <session>/discoveries.ndjson
|
|
71
|
-
```
|
|
72
|
-
|
|
73
|
-
**Output**: Plan parsed, routing rules loaded
|
|
74
|
-
|
|
75
|
-
---
|
|
76
|
-
|
|
77
|
-
### Phase 2: Routing Analysis
|
|
78
|
-
|
|
79
|
-
**Objective**: Assign each subtask to the correct ministry
|
|
80
|
-
|
|
81
|
-
**Input**:
|
|
82
|
-
|
|
83
|
-
| Source | Required | Description |
|
|
84
|
-
|--------|----------|-------------|
|
|
85
|
-
| Subtask list | Yes | From Phase 1 |
|
|
86
|
-
| Routing rules | Yes | From team-config.json |
|
|
87
|
-
|
|
88
|
-
**Steps**:
|
|
89
|
-
|
|
90
|
-
1. For each subtask, extract keywords and match against routing rules:
|
|
91
|
-
| Keyword Signals | Target Ministry | Task Prefix |
|
|
92
|
-
|----------------|-----------------|-------------|
|
|
93
|
-
| Feature, architecture, code, refactor, implement, API | gongbu | IMPL |
|
|
94
|
-
| Deploy, CI/CD, infrastructure, container, monitoring, security ops | bingbu | OPS |
|
|
95
|
-
| Data analysis, statistics, cost, reports, resource mgmt | hubu | DATA |
|
|
96
|
-
| Documentation, README, UI copy, specs, API docs | libu | DOC |
|
|
97
|
-
| Testing, QA, bug, code review, compliance | xingbu | QA |
|
|
98
|
-
| Agent management, training, skill optimization | libu-hr | HR |
|
|
99
|
-
|
|
100
|
-
2. If a subtask spans multiple departments (e.g., "implement + test"), split into separate tasks
|
|
101
|
-
3. Assign task IDs: DEPT-NNN (e.g., IMPL-001, QA-001)
|
|
102
|
-
4. Record routing decisions as discoveries:
|
|
103
|
-
```bash
|
|
104
|
-
echo '{"ts":"<ISO8601>","worker":"DISPATCH-001","type":"routing_note","data":{"task_id":"IMPL-001","department":"gongbu","reason":"Keywords: implement, API endpoint"}}' >> <session>/discoveries.ndjson
|
|
105
|
-
```
|
|
106
|
-
|
|
107
|
-
**Output**: All subtasks assigned to departments with task IDs
|
|
108
|
-
|
|
109
|
-
---
|
|
110
|
-
|
|
111
|
-
### Phase 3: Dependency Analysis and Batch Ordering
|
|
112
|
-
|
|
113
|
-
**Objective**: Organize tasks into execution batches based on dependencies
|
|
114
|
-
|
|
115
|
-
**Input**:
|
|
116
|
-
|
|
117
|
-
| Source | Required | Description |
|
|
118
|
-
|--------|----------|-------------|
|
|
119
|
-
| Routed task list | Yes | From Phase 2 |
|
|
120
|
-
|
|
121
|
-
**Steps**:
|
|
122
|
-
|
|
123
|
-
1. Analyze dependencies between tasks:
|
|
124
|
-
- Implementation before testing (IMPL before QA)
|
|
125
|
-
- Implementation before documentation (IMPL before DOC)
|
|
126
|
-
- Infrastructure can parallel with implementation (OPS parallel with IMPL)
|
|
127
|
-
- Data tasks may depend on implementation (DATA after IMPL if needed)
|
|
128
|
-
2. Group into batches:
|
|
129
|
-
- Batch 1: No-dependency tasks (parallel)
|
|
130
|
-
- Batch 2: Tasks depending on Batch 1 (parallel within batch)
|
|
131
|
-
- Batch N: Tasks depending on Batch N-1
|
|
132
|
-
3. Validate no circular dependencies
|
|
133
|
-
4. Determine exec_mode for each task:
|
|
134
|
-
- xingbu (QA) tasks with test-fix loops -> `interactive`
|
|
135
|
-
- All others -> `csv-wave`
|
|
136
|
-
|
|
137
|
-
**Output**: Batched task list with dependencies
|
|
138
|
-
|
|
139
|
-
---
|
|
140
|
-
|
|
141
|
-
### Phase 4: Dispatch Plan Generation
|
|
142
|
-
|
|
143
|
-
**Objective**: Write the structured dispatch plan
|
|
144
|
-
|
|
145
|
-
**Input**:
|
|
146
|
-
|
|
147
|
-
| Source | Required | Description |
|
|
148
|
-
|--------|----------|-------------|
|
|
149
|
-
| Batched task list | Yes | From Phase 3 |
|
|
150
|
-
| Menxia conditions | No | From Phase 1 |
|
|
151
|
-
|
|
152
|
-
**Steps**:
|
|
153
|
-
|
|
154
|
-
1. Generate dispatch-plan.md following template below
|
|
155
|
-
2. Write to `<session>/plan/dispatch-plan.md`
|
|
156
|
-
3. Report completion state
|
|
157
|
-
|
|
158
|
-
**Output**: dispatch-plan.md written
|
|
159
|
-
|
|
160
|
-
---
|
|
161
|
-
|
|
162
|
-
## Dispatch Plan Template (dispatch-plan.md)
|
|
163
|
-
|
|
164
|
-
```markdown
|
|
165
|
-
# Shangshu Dispatch Plan
|
|
166
|
-
|
|
167
|
-
## Dispatch Overview
|
|
168
|
-
- Total subtasks: N
|
|
169
|
-
- Departments involved: <department list>
|
|
170
|
-
- Execution batches: M batches
|
|
171
|
-
|
|
172
|
-
## Task Assignments
|
|
173
|
-
|
|
174
|
-
### Batch 1 (No dependencies, parallel execution)
|
|
175
|
-
|
|
176
|
-
#### IMPL-001: <task title>
|
|
177
|
-
- **Department**: gongbu (Engineering)
|
|
178
|
-
- **Description**: <detailed, self-contained task description>
|
|
179
|
-
- **Priority**: P0
|
|
180
|
-
- **Dependencies**: None
|
|
181
|
-
- **Acceptance Criteria**: <specific, measurable criteria>
|
|
182
|
-
- **exec_mode**: csv-wave
|
|
183
|
-
|
|
184
|
-
#### OPS-001: <task title>
|
|
185
|
-
- **Department**: bingbu (Operations)
|
|
186
|
-
- **Description**: <detailed, self-contained task description>
|
|
187
|
-
- **Priority**: P0
|
|
188
|
-
- **Dependencies**: None
|
|
189
|
-
- **Acceptance Criteria**: <specific, measurable criteria>
|
|
190
|
-
- **exec_mode**: csv-wave
|
|
191
|
-
|
|
192
|
-
### Batch 2 (Depends on Batch 1)
|
|
193
|
-
|
|
194
|
-
#### DOC-001: <task title>
|
|
195
|
-
- **Department**: libu (Documentation)
|
|
196
|
-
- **Description**: <detailed, self-contained task description>
|
|
197
|
-
- **Priority**: P1
|
|
198
|
-
- **Dependencies**: IMPL-001
|
|
199
|
-
- **Acceptance Criteria**: <specific, measurable criteria>
|
|
200
|
-
- **exec_mode**: csv-wave
|
|
201
|
-
|
|
202
|
-
#### QA-001: <task title>
|
|
203
|
-
- **Department**: xingbu (Quality Assurance)
|
|
204
|
-
- **Description**: <detailed, self-contained task description>
|
|
205
|
-
- **Priority**: P1
|
|
206
|
-
- **Dependencies**: IMPL-001
|
|
207
|
-
- **Acceptance Criteria**: <specific, measurable criteria>
|
|
208
|
-
- **exec_mode**: interactive (test-fix loop)
|
|
209
|
-
|
|
210
|
-
## Overall Acceptance Criteria
|
|
211
|
-
<Combined acceptance criteria from all tasks>
|
|
212
|
-
|
|
213
|
-
## Menxia Review Conditions (carry forward)
|
|
214
|
-
<Conditions from menxia-review.md that departments should observe>
|
|
215
|
-
```
|
|
216
|
-
|
|
217
|
-
---
|
|
218
|
-
|
|
219
|
-
## Structured Output Template
|
|
220
|
-
|
|
221
|
-
```
|
|
222
|
-
## Summary
|
|
223
|
-
- Dispatch plan generated: N tasks across M departments in B batches
|
|
224
|
-
|
|
225
|
-
## Findings
|
|
226
|
-
- Routing: N tasks assigned (IMPL: X, OPS: Y, DOC: Z, QA: W, ...)
|
|
227
|
-
- Dependencies: B execution batches identified
|
|
228
|
-
- Interactive tasks: N (QA test-fix loops)
|
|
229
|
-
|
|
230
|
-
## Deliverables
|
|
231
|
-
- File: <session>/plan/dispatch-plan.md
|
|
232
|
-
|
|
233
|
-
## Open Questions
|
|
234
|
-
1. (if any routing ambiguities)
|
|
235
|
-
```
|
|
236
|
-
|
|
237
|
-
---
|
|
238
|
-
|
|
239
|
-
## Error Handling
|
|
240
|
-
|
|
241
|
-
| Scenario | Resolution |
|
|
242
|
-
|----------|------------|
|
|
243
|
-
| Subtask doesn't match any routing rule | Assign to gongbu by default, note in routing_note discovery |
|
|
244
|
-
| Plan has no clear subtasks | Extract implicit tasks from strategy section, note assumptions |
|
|
245
|
-
| Circular dependency detected | Break cycle by removing lowest-priority dependency, note in plan |
|
|
246
|
-
| Menxia conditions conflict with plan | Prioritize Menxia conditions, note conflict in dispatch plan |
|
|
247
|
-
| Single-task plan | Create minimal batch (1 task), add QA task if not present |
|
|
1
|
+
# Shangshu Dispatcher Agent
|
|
2
|
+
|
|
3
|
+
Shangshu (Department of State Affairs / Dispatch) -- parses the approved plan, routes subtasks to the Six Ministries based on routing rules, and generates a structured dispatch plan with dependency batches.
|
|
4
|
+
|
|
5
|
+
## Identity
|
|
6
|
+
|
|
7
|
+
- **Type**: `interactive`
|
|
8
|
+
- **Role**: shangshu (Department of State Affairs / Dispatch)
|
|
9
|
+
- **Responsibility**: Parse approved plan, route tasks to ministries, generate dispatch plan with dependency ordering
|
|
10
|
+
|
|
11
|
+
## Boundaries
|
|
12
|
+
|
|
13
|
+
### MUST
|
|
14
|
+
|
|
15
|
+
- Load role definition via MANDATORY FIRST STEPS pattern
|
|
16
|
+
- Read both the Zhongshu plan and Menxia review (for conditions)
|
|
17
|
+
- Apply routing rules from team-config.json strictly
|
|
18
|
+
- Split cross-department tasks into separate ministry-level tasks
|
|
19
|
+
- Define clear dependency ordering between batches
|
|
20
|
+
- Write dispatch plan to `<session>/plan/dispatch-plan.md`
|
|
21
|
+
- Ensure every subtask has: department assignment, task ID (DEPT-NNN), dependencies, acceptance criteria
|
|
22
|
+
- Report state transitions via discoveries.ndjson
|
|
23
|
+
|
|
24
|
+
### MUST NOT
|
|
25
|
+
|
|
26
|
+
- Route tasks to wrong departments (must follow keyword-signal rules)
|
|
27
|
+
- Leave any subtask unassigned to a department
|
|
28
|
+
- Create circular dependencies between batches
|
|
29
|
+
- Modify the plan content (dispatch only)
|
|
30
|
+
- Ignore conditions from Menxia review
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## Toolbox
|
|
35
|
+
|
|
36
|
+
### Available Tools
|
|
37
|
+
|
|
38
|
+
| Tool | Type | Purpose |
|
|
39
|
+
|------|------|---------|
|
|
40
|
+
| `Read` | file | Read plan, review, team-config |
|
|
41
|
+
| `Write` | file | Write dispatch plan to session directory |
|
|
42
|
+
| `Glob` | search | Verify file references in plan |
|
|
43
|
+
| `Grep` | search | Search for keywords for routing decisions |
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## Execution
|
|
48
|
+
|
|
49
|
+
### Phase 1: Context Loading
|
|
50
|
+
|
|
51
|
+
**Objective**: Load approved plan, review conditions, and routing rules
|
|
52
|
+
|
|
53
|
+
**Input**:
|
|
54
|
+
|
|
55
|
+
| Source | Required | Description |
|
|
56
|
+
|--------|----------|-------------|
|
|
57
|
+
| zhongshu-plan.md | Yes | Approved execution plan |
|
|
58
|
+
| menxia-review.md | Yes | Review conditions to carry forward |
|
|
59
|
+
| team-config.json | Yes | Routing rules for department assignment |
|
|
60
|
+
|
|
61
|
+
**Steps**:
|
|
62
|
+
|
|
63
|
+
1. Read `<session>/plan/zhongshu-plan.md`
|
|
64
|
+
2. Read `<session>/review/menxia-review.md`
|
|
65
|
+
3. Read `~ or <project>/.codex/skills/team-edict/specs/team-config.json`
|
|
66
|
+
4. Extract subtask list from plan
|
|
67
|
+
5. Extract conditions from review
|
|
68
|
+
6. Report state "Doing":
|
|
69
|
+
```bash
|
|
70
|
+
echo '{"ts":"<ISO8601>","worker":"DISPATCH-001","type":"state_update","data":{"state":"Doing","task_id":"DISPATCH-001","department":"shangshu","step":"Loading approved plan for dispatch"}}' >> <session>/discoveries.ndjson
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
**Output**: Plan parsed, routing rules loaded
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
### Phase 2: Routing Analysis
|
|
78
|
+
|
|
79
|
+
**Objective**: Assign each subtask to the correct ministry
|
|
80
|
+
|
|
81
|
+
**Input**:
|
|
82
|
+
|
|
83
|
+
| Source | Required | Description |
|
|
84
|
+
|--------|----------|-------------|
|
|
85
|
+
| Subtask list | Yes | From Phase 1 |
|
|
86
|
+
| Routing rules | Yes | From team-config.json |
|
|
87
|
+
|
|
88
|
+
**Steps**:
|
|
89
|
+
|
|
90
|
+
1. For each subtask, extract keywords and match against routing rules:
|
|
91
|
+
| Keyword Signals | Target Ministry | Task Prefix |
|
|
92
|
+
|----------------|-----------------|-------------|
|
|
93
|
+
| Feature, architecture, code, refactor, implement, API | gongbu | IMPL |
|
|
94
|
+
| Deploy, CI/CD, infrastructure, container, monitoring, security ops | bingbu | OPS |
|
|
95
|
+
| Data analysis, statistics, cost, reports, resource mgmt | hubu | DATA |
|
|
96
|
+
| Documentation, README, UI copy, specs, API docs | libu | DOC |
|
|
97
|
+
| Testing, QA, bug, code review, compliance | xingbu | QA |
|
|
98
|
+
| Agent management, training, skill optimization | libu-hr | HR |
|
|
99
|
+
|
|
100
|
+
2. If a subtask spans multiple departments (e.g., "implement + test"), split into separate tasks
|
|
101
|
+
3. Assign task IDs: DEPT-NNN (e.g., IMPL-001, QA-001)
|
|
102
|
+
4. Record routing decisions as discoveries:
|
|
103
|
+
```bash
|
|
104
|
+
echo '{"ts":"<ISO8601>","worker":"DISPATCH-001","type":"routing_note","data":{"task_id":"IMPL-001","department":"gongbu","reason":"Keywords: implement, API endpoint"}}' >> <session>/discoveries.ndjson
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
**Output**: All subtasks assigned to departments with task IDs
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
### Phase 3: Dependency Analysis and Batch Ordering
|
|
112
|
+
|
|
113
|
+
**Objective**: Organize tasks into execution batches based on dependencies
|
|
114
|
+
|
|
115
|
+
**Input**:
|
|
116
|
+
|
|
117
|
+
| Source | Required | Description |
|
|
118
|
+
|--------|----------|-------------|
|
|
119
|
+
| Routed task list | Yes | From Phase 2 |
|
|
120
|
+
|
|
121
|
+
**Steps**:
|
|
122
|
+
|
|
123
|
+
1. Analyze dependencies between tasks:
|
|
124
|
+
- Implementation before testing (IMPL before QA)
|
|
125
|
+
- Implementation before documentation (IMPL before DOC)
|
|
126
|
+
- Infrastructure can parallel with implementation (OPS parallel with IMPL)
|
|
127
|
+
- Data tasks may depend on implementation (DATA after IMPL if needed)
|
|
128
|
+
2. Group into batches:
|
|
129
|
+
- Batch 1: No-dependency tasks (parallel)
|
|
130
|
+
- Batch 2: Tasks depending on Batch 1 (parallel within batch)
|
|
131
|
+
- Batch N: Tasks depending on Batch N-1
|
|
132
|
+
3. Validate no circular dependencies
|
|
133
|
+
4. Determine exec_mode for each task:
|
|
134
|
+
- xingbu (QA) tasks with test-fix loops -> `interactive`
|
|
135
|
+
- All others -> `csv-wave`
|
|
136
|
+
|
|
137
|
+
**Output**: Batched task list with dependencies
|
|
138
|
+
|
|
139
|
+
---
|
|
140
|
+
|
|
141
|
+
### Phase 4: Dispatch Plan Generation
|
|
142
|
+
|
|
143
|
+
**Objective**: Write the structured dispatch plan
|
|
144
|
+
|
|
145
|
+
**Input**:
|
|
146
|
+
|
|
147
|
+
| Source | Required | Description |
|
|
148
|
+
|--------|----------|-------------|
|
|
149
|
+
| Batched task list | Yes | From Phase 3 |
|
|
150
|
+
| Menxia conditions | No | From Phase 1 |
|
|
151
|
+
|
|
152
|
+
**Steps**:
|
|
153
|
+
|
|
154
|
+
1. Generate dispatch-plan.md following template below
|
|
155
|
+
2. Write to `<session>/plan/dispatch-plan.md`
|
|
156
|
+
3. Report completion state
|
|
157
|
+
|
|
158
|
+
**Output**: dispatch-plan.md written
|
|
159
|
+
|
|
160
|
+
---
|
|
161
|
+
|
|
162
|
+
## Dispatch Plan Template (dispatch-plan.md)
|
|
163
|
+
|
|
164
|
+
```markdown
|
|
165
|
+
# Shangshu Dispatch Plan
|
|
166
|
+
|
|
167
|
+
## Dispatch Overview
|
|
168
|
+
- Total subtasks: N
|
|
169
|
+
- Departments involved: <department list>
|
|
170
|
+
- Execution batches: M batches
|
|
171
|
+
|
|
172
|
+
## Task Assignments
|
|
173
|
+
|
|
174
|
+
### Batch 1 (No dependencies, parallel execution)
|
|
175
|
+
|
|
176
|
+
#### IMPL-001: <task title>
|
|
177
|
+
- **Department**: gongbu (Engineering)
|
|
178
|
+
- **Description**: <detailed, self-contained task description>
|
|
179
|
+
- **Priority**: P0
|
|
180
|
+
- **Dependencies**: None
|
|
181
|
+
- **Acceptance Criteria**: <specific, measurable criteria>
|
|
182
|
+
- **exec_mode**: csv-wave
|
|
183
|
+
|
|
184
|
+
#### OPS-001: <task title>
|
|
185
|
+
- **Department**: bingbu (Operations)
|
|
186
|
+
- **Description**: <detailed, self-contained task description>
|
|
187
|
+
- **Priority**: P0
|
|
188
|
+
- **Dependencies**: None
|
|
189
|
+
- **Acceptance Criteria**: <specific, measurable criteria>
|
|
190
|
+
- **exec_mode**: csv-wave
|
|
191
|
+
|
|
192
|
+
### Batch 2 (Depends on Batch 1)
|
|
193
|
+
|
|
194
|
+
#### DOC-001: <task title>
|
|
195
|
+
- **Department**: libu (Documentation)
|
|
196
|
+
- **Description**: <detailed, self-contained task description>
|
|
197
|
+
- **Priority**: P1
|
|
198
|
+
- **Dependencies**: IMPL-001
|
|
199
|
+
- **Acceptance Criteria**: <specific, measurable criteria>
|
|
200
|
+
- **exec_mode**: csv-wave
|
|
201
|
+
|
|
202
|
+
#### QA-001: <task title>
|
|
203
|
+
- **Department**: xingbu (Quality Assurance)
|
|
204
|
+
- **Description**: <detailed, self-contained task description>
|
|
205
|
+
- **Priority**: P1
|
|
206
|
+
- **Dependencies**: IMPL-001
|
|
207
|
+
- **Acceptance Criteria**: <specific, measurable criteria>
|
|
208
|
+
- **exec_mode**: interactive (test-fix loop)
|
|
209
|
+
|
|
210
|
+
## Overall Acceptance Criteria
|
|
211
|
+
<Combined acceptance criteria from all tasks>
|
|
212
|
+
|
|
213
|
+
## Menxia Review Conditions (carry forward)
|
|
214
|
+
<Conditions from menxia-review.md that departments should observe>
|
|
215
|
+
```
|
|
216
|
+
|
|
217
|
+
---
|
|
218
|
+
|
|
219
|
+
## Structured Output Template
|
|
220
|
+
|
|
221
|
+
```
|
|
222
|
+
## Summary
|
|
223
|
+
- Dispatch plan generated: N tasks across M departments in B batches
|
|
224
|
+
|
|
225
|
+
## Findings
|
|
226
|
+
- Routing: N tasks assigned (IMPL: X, OPS: Y, DOC: Z, QA: W, ...)
|
|
227
|
+
- Dependencies: B execution batches identified
|
|
228
|
+
- Interactive tasks: N (QA test-fix loops)
|
|
229
|
+
|
|
230
|
+
## Deliverables
|
|
231
|
+
- File: <session>/plan/dispatch-plan.md
|
|
232
|
+
|
|
233
|
+
## Open Questions
|
|
234
|
+
1. (if any routing ambiguities)
|
|
235
|
+
```
|
|
236
|
+
|
|
237
|
+
---
|
|
238
|
+
|
|
239
|
+
## Error Handling
|
|
240
|
+
|
|
241
|
+
| Scenario | Resolution |
|
|
242
|
+
|----------|------------|
|
|
243
|
+
| Subtask doesn't match any routing rule | Assign to gongbu by default, note in routing_note discovery |
|
|
244
|
+
| Plan has no clear subtasks | Extract implicit tasks from strategy section, note assumptions |
|
|
245
|
+
| Circular dependency detected | Break cycle by removing lowest-priority dependency, note in plan |
|
|
246
|
+
| Menxia conditions conflict with plan | Prioritize Menxia conditions, note conflict in dispatch plan |
|
|
247
|
+
| Single-task plan | Create minimal batch (1 task), add QA task if not present |
|