@mstar-harness/opencode 0.7.0 → 0.7.3
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/harness-commands/iteration-drive.md +15 -8
- package/harness-commands/iteration-start.md +45 -10
- package/harness-skills/mstar-compound/SKILL.md +2 -0
- package/harness-skills/mstar-dispatch-gates/SKILL.md +9 -0
- package/harness-skills/mstar-harness-core/SKILL.md +3 -0
- package/harness-skills/mstar-iteration/SKILL.md +87 -28
- package/harness-skills/mstar-iteration/references/iteration-compass-template.md +14 -8
- package/harness-skills/pm/SKILL.md +20 -0
- package/package.json +1 -1
|
@@ -13,9 +13,10 @@ Drive the active Morning Star iteration forward. The canonical flow is in **`mst
|
|
|
13
13
|
1. `mstar-harness-core`
|
|
14
14
|
2. `mstar-roles` → `references/project-manager.md`
|
|
15
15
|
3. `skills/pm/SKILL.md` → **§ Host entry** + **§ Boot**(PM role identity + dispatch-first rules)
|
|
16
|
-
4. `mstar-iteration` → **§ Phase 2
|
|
17
|
-
5. `mstar-
|
|
18
|
-
6. `mstar-
|
|
16
|
+
4. `mstar-iteration` → **§ Phase 2** + **§ Phase 3**(close 为独立 gate,§3.0–§3.5)
|
|
17
|
+
5. `mstar-compound` — Phase 3 §3.2 前加载(含 Phase 6 索引登记)
|
|
18
|
+
6. `mstar-dispatch-gates` + host reference
|
|
19
|
+
7. `mstar-plan-artifacts`, `mstar-plan-conventions`, `mstar-branch-worktree`
|
|
19
20
|
|
|
20
21
|
## Phase 2: Autonomous Execute
|
|
21
22
|
|
|
@@ -39,12 +40,16 @@ Execute **`mstar-iteration` § Phase 2** exactly. Summary:
|
|
|
39
40
|
|
|
40
41
|
## Phase 3: iteration-close
|
|
41
42
|
|
|
42
|
-
|
|
43
|
+
当 **every** plan 为 `Done` 时,**STOP** per-plan loop,打印 `## Phase 3: iteration-close`,按 **`mstar-iteration` § Phase 3** 逐步执行。final plan 的 closure 只能提供输入,不能替代 close gate。
|
|
43
44
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
45
|
+
| Step | Section | 要点 |
|
|
46
|
+
|------|---------|------|
|
|
47
|
+
| 1 | §3.0 / §3.0.5 | Phase 边界;legacy compass 规范化(frontmatter + `## Roadmap Position`) |
|
|
48
|
+
| 2 | §3.1 | 打印 close entry checklist,全部 `[x]` |
|
|
49
|
+
| 3 | §3.2 | Compound;新增 doc 完成 `mstar-compound` Phase 6(`{KNOWLEDGE_DIR}/README.md`) |
|
|
50
|
+
| 4 | §3.3 | `## Roadmap Position` current iteration → `delivered`;STRATEGY/tracker 按需更新 |
|
|
51
|
+
| 5 | §3.4 | frontmatter `status: completed` + `end_date`;Compound Summary + Retrospective |
|
|
52
|
+
| 6 | §3.5 | 打印 close exit checklist → commit → push |
|
|
48
53
|
|
|
49
54
|
```bash
|
|
50
55
|
git add {ITERATION_DIR}/ {KNOWLEDGE_DIR}/ CONCEPTS.md
|
|
@@ -52,6 +57,8 @@ git commit -m "chore(iteration): close <iteration-id> — compound round, roadma
|
|
|
52
57
|
git push origin <spec_integration_branch>
|
|
53
58
|
```
|
|
54
59
|
|
|
60
|
+
**Not Done until**: §3.5 checklist `[x]` + compass frontmatter `completed`.
|
|
61
|
+
|
|
55
62
|
## Completion: Create PR
|
|
56
63
|
|
|
57
64
|
All iteration-close changes committed to integration branch:
|
|
@@ -1,21 +1,24 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: iteration-start
|
|
3
|
-
description: Start a new harness iteration — research backlog, lock direction with grill-me, produce compass/plans, run
|
|
3
|
+
description: Start a new harness iteration — research backlog, lock direction with grill-me, produce compass/plans, run mandatory Review & Edit chain via Task dispatch (product-manager → architect → writing-specialist each review-and-edit, then PM final lock), then integration branch. Not Done until review chain completes and compass is locked.
|
|
4
4
|
agent: project-manager
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Start Iteration
|
|
8
8
|
|
|
9
|
-
Start a new Morning Star harness iteration.
|
|
9
|
+
Start a new Morning Star harness iteration. **Not Done until the Review & Edit chain runs via dispatched roles and PM lock — not when compass files are first written.**
|
|
10
|
+
|
|
11
|
+
Detailed workflow → **`mstar-iteration` § Phase 1: iteration-start**(含 §1.6 Review & Edit chain);per-plan Prepare gates → **`mstar-phase-gates`**(specify → clarify → plan)。
|
|
10
12
|
|
|
11
13
|
## 0. Boot
|
|
12
14
|
|
|
13
15
|
1. `mstar-harness-core`
|
|
14
16
|
2. `mstar-roles` → `references/project-manager.md`
|
|
15
17
|
3. `skills/pm/SKILL.md` → **§ Host entry** + **§ Boot**
|
|
16
|
-
4. `mstar-iteration` → **§ Phase 1: iteration-start**(迭代范围、compass
|
|
17
|
-
5. `mstar-
|
|
18
|
-
6. `mstar-
|
|
18
|
+
4. `mstar-iteration` → **§ Phase 1: iteration-start**(迭代范围、compass 模板、§1.6 Review & Edit chain、状态初始化)
|
|
19
|
+
5. `mstar-dispatch-gates` → iteration-start review chain + implement dispatch
|
|
20
|
+
6. `mstar-phase-gates` → Prepare(specify → clarify → plan)
|
|
21
|
+
7. `mstar-plan-conventions`, `mstar-plan-artifacts`
|
|
19
22
|
|
|
20
23
|
## 1. Research
|
|
21
24
|
|
|
@@ -63,17 +66,49 @@ Produce harness artifacts per **`mstar-iteration` § 1.3 创建迭代 compass**
|
|
|
63
66
|
- Register all plans in `{HARNESS_DIR}/status.json`(per `mstar-plan-artifacts`)
|
|
64
67
|
- Update `{ITERATION_DIR}/README.md` index(per `mstar-iteration` § 1.4)
|
|
65
68
|
|
|
66
|
-
## 5. Review & Edit Chain
|
|
69
|
+
## 5. Review & Edit Chain(HARD GATE — do not commit before this)
|
|
70
|
+
|
|
71
|
+
**STOP**: Do not run §6 Integration Branch until **all** rows below are true.
|
|
67
72
|
|
|
68
73
|
Each role below **reviews and directly edits** the documents. Do not just flag issues — apply the fixes yourself. PM only steps in for the final lock.
|
|
69
74
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
75
|
+
| # | Role | Required action |
|
|
76
|
+
|---|------|-----------------|
|
|
77
|
+
| 5.1 | **@product-manager** | Task subagent: **edit** compass, plans, `{SPECS_DIR}/`; scope, UX, priorities |
|
|
78
|
+
| 5.2 | **@architect** | Task subagent: **edit** compass, plans, specs; contracts, SQL, module boundaries |
|
|
79
|
+
| 5.3 | **@writing-specialist** | Task subagent: **edit** all iteration docs; terminology, structure, clarity |
|
|
80
|
+
| 5.4 | **@project-manager** | Merge subagent edits; resolve conflicts; **lock** compass (`status: locked`); confirm Prepare gates |
|
|
81
|
+
|
|
82
|
+
**Evidence of done** = edited compass / plans / specs on disk + compass `status: locked`. **No** separate iteration review reports under `reports/` — unlike per-plan QC, there is no downstream audit chain to preserve.
|
|
83
|
+
|
|
84
|
+
**Tool rule (Cursor / hosts with Task)**:
|
|
85
|
+
- Steps 5.1–5.3: **MUST** use `Task` (parallel when independent). See **`mstar-dispatch-gates`** · iteration-start review chain.
|
|
86
|
+
- PM thread **MUST NOT** substitute by performing all three specialist edits itself.
|
|
87
|
+
- Exception: user explicitly waives subagent dispatch ("PM-only review").
|
|
88
|
+
|
|
89
|
+
**Prepare gate (per plan in compass)**:
|
|
90
|
+
- [ ] specify / clarify / plan = done on each plan file
|
|
91
|
+
- [ ] `primary_spec` path exists (if declared)
|
|
92
|
+
- [ ] `blocked_by` / sequential deps documented
|
|
93
|
+
|
|
94
|
+
Only after 5.4 → proceed to §6.
|
|
95
|
+
|
|
96
|
+
### iteration-start pre-commit checklist
|
|
97
|
+
|
|
98
|
+
PM must print this block before §6; all `[ ]` must be `[x]`:
|
|
99
|
+
|
|
100
|
+
- [ ] grill-me decisions recorded in compass
|
|
101
|
+
- [ ] Draft compass + plans + `status.json` registered
|
|
102
|
+
- [ ] @product-manager Task completed — compass / plans / specs edited
|
|
103
|
+
- [ ] @architect Task completed — compass / specs edited
|
|
104
|
+
- [ ] @writing-specialist Task completed — iteration docs edited
|
|
105
|
+
- [ ] PM final lock: compass `status: locked`; Prepare gates pass (blocked plans documented)
|
|
106
|
+
- [ ] **THEN**: git commit + push `iteration/<iteration-id>`
|
|
74
107
|
|
|
75
108
|
## 6. Integration Branch
|
|
76
109
|
|
|
110
|
+
**Precondition**: §5 complete — compass `status: locked`; specialist Tasks returned; Prepare gates confirmed.
|
|
111
|
+
|
|
77
112
|
- Create `iteration/<iteration-id>` from `main`
|
|
78
113
|
- Register `spec_integration_branch` in `{HARNESS_DIR}/status.json`
|
|
79
114
|
- Commit all documents to the integration branch and push to remote
|
|
@@ -211,6 +211,8 @@ If `CONCEPTS.md` doesn't exist yet, ask whether to seed it. A seed populates the
|
|
|
211
211
|
|
|
212
212
|
2. If `plan_id` was provided, optionally update `status.json` metadata to reference this doc under `knowledge_refs`.
|
|
213
213
|
|
|
214
|
+
**iteration-close gate**: `mstar-iteration` §3.2 #5 — **each** new doc in the compound round must complete this phase; do not skip for lightweight captures.
|
|
215
|
+
|
|
214
216
|
## Phase 7: Refresh trigger
|
|
215
217
|
|
|
216
218
|
After capturing, check if the new learning suggests an older doc may now be stale (contradicted, superseded, or in a refactored domain). If so, recommend:
|
|
@@ -70,11 +70,20 @@ description: Morning Star 派发与委派门禁 —— 仅 PM 可增派 subagent
|
|
|
70
70
|
- **QC 三审**在 feature 开发完成后执行;三名 reviewer 共用同一组 `Review cwd` / `Working branch` / `plan_id` / `Review range` / `Diff basis`(**`mstar-branch-worktree`**)。
|
|
71
71
|
- **同一 plan 多 batch**:默认整 plan 交付完成跑一轮完整三审;**fix 后默认 targeted re-review**(N = 被指派的 QC 席位数,同条消息发满 N);**仅** Assignment 写明 **`QC re-review: full tri-review`** 时复跑三审且用新文件名(**`mstar-plan-artifacts/references/plan-files-and-reports.md`**、**`mstar-review-qc`**)。
|
|
72
72
|
|
|
73
|
+
## iteration-start Review & Edit chain
|
|
74
|
+
|
|
75
|
+
与 QC 三审同理:**dispatch-first** 适用于文档审查角色,不限于 implement/QC。
|
|
76
|
+
|
|
77
|
+
- PM 写 compass/plans **初稿**;**@product-manager**、**@architect**、**@writing-specialist** 各通过 Task **直接编辑** compass / plans / specs(**不**另写 `reports/` 审查报告)。
|
|
78
|
+
- PM 线程跳过派发、自行完成三角色全部编辑 = **反模式**(见 **`mstar-harness-core`** 反模式索引、`mstar-iteration` §1.6)。
|
|
79
|
+
- Steps 5.1–5.3 须 **Task**(可并行);PM lock(5.4)在 PM 线程完成。**不得**在 review chain 完成前 commit integration 分支。
|
|
80
|
+
|
|
73
81
|
## 反模式(派发)
|
|
74
82
|
|
|
75
83
|
- QC 三审拆在多条消息或等 #1 返回再发 #2/#3。
|
|
76
84
|
- 仅 1 次 invoke 却声称「并行三审已启动」。
|
|
77
85
|
- 递归同角色 subagent;把 Handoff / 多轨编排措辞当 invoke。
|
|
86
|
+
- iteration-start 在 Review & Edit chain 完成前 commit;PM 代做三角色全部编辑而不派发 Task。
|
|
78
87
|
|
|
79
88
|
## References
|
|
80
89
|
|
|
@@ -139,6 +139,9 @@ Read **`mstar-host`** after this skill; detect host per its table, then Read the
|
|
|
139
139
|
| 无证据宣称完成 | `mstar-coding-behavior` / verification |
|
|
140
140
|
| CreatePlan 不落盘 / 无 `{HARNESS_DIR}` mirror | `mstar-host` · `cursor-plan-mode-bridge` |
|
|
141
141
|
| 临时方案 / 后续计划只写在对话里 | `mstar-phase-gates` · Durable Roadmap Gate |
|
|
142
|
+
| iteration-start commit before review chain | `mstar-iteration` §1.6;PM 模拟三角色编辑而不派发 Task |
|
|
143
|
+
| Phase 3 折叠进 final plan closure / 跳过 §3.1 gate | `mstar-iteration` §3.0–§3.5;`iteration-drive` Phase 3 |
|
|
144
|
+
| iteration-close 无 frontmatter completed / 漏 compound Phase 6 | `mstar-iteration` §3.0.5、§3.4、§3.2 #5 |
|
|
142
145
|
|
|
143
146
|
## 可选:OpenViking Memory
|
|
144
147
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mstar-iteration
|
|
3
|
-
description: Morning Star 迭代管理 —— iteration-start
|
|
3
|
+
description: Morning Star 迭代管理 —— iteration-start(锁定范围、Review & Edit chain 硬门禁)、Autonomous Execute(per-plan 派发循环)、iteration-close(独立 Phase:close gate、compound、roadmap、compass completed)。触发:PM 启动新迭代、跨 plan 编排、或全部 plan Done 后收口。compass:`{ITERATION_DIR}/<iteration-id>-delivery-compass.md`;per-plan SSOT:`{HARNESS_DIR}/status.json`。
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# mstar-iteration(迭代管理)
|
|
@@ -19,7 +19,7 @@ mstar 实践模式通常是:一次迭代锁定几个 spec 点(`specify + cla
|
|
|
19
19
|
iteration-start → [per-plan lifecycle × N] → iteration-close → PR → merge
|
|
20
20
|
│ │
|
|
21
21
|
│ 锁定范围、创建 compass │ compound、更新 roadmap
|
|
22
|
-
│
|
|
22
|
+
│ Review & Edit chain → PM lock │ 标记迭代完成
|
|
23
23
|
│ 创建 integration 分支 │ commit 到 integration 分支
|
|
24
24
|
│ │
|
|
25
25
|
└──────── iteration-drive(跨 plan 追踪)────────┘
|
|
@@ -58,11 +58,11 @@ PM 在新迭代启动时执行。
|
|
|
58
58
|
| **里程碑** | 关键节点与日期 |
|
|
59
59
|
| **验收标准** | 迭代级别的 Done 定义 |
|
|
60
60
|
| **非目标** | 明确排除在本次迭代外的事项 |
|
|
61
|
-
| **Roadmap 上下文** | 本迭代在整体 roadmap
|
|
61
|
+
| **Roadmap 上下文** | 本迭代在整体 roadmap 中的位置(current iteration / next iteration) |
|
|
62
62
|
|
|
63
63
|
### 1.3 创建迭代 compass
|
|
64
64
|
|
|
65
|
-
写入 `{ITERATION_DIR}/<iteration-id>-delivery-compass.md
|
|
65
|
+
写入 `{ITERATION_DIR}/<iteration-id>-delivery-compass.md`。**必须**使用 `references/iteration-compass-template.md` 完整结构(YAML frontmatter + `## Roadmap Position` + close 占位节)。`end_date` 仅在 iteration-close 填入;禁止用正文 completion prose 替代 frontmatter `status`。
|
|
66
66
|
|
|
67
67
|
```markdown
|
|
68
68
|
---
|
|
@@ -95,8 +95,8 @@ plans: []
|
|
|
95
95
|
- <明确排除的事项>
|
|
96
96
|
|
|
97
97
|
## Roadmap Position
|
|
98
|
-
-
|
|
99
|
-
-
|
|
98
|
+
- Current iteration: <what this iteration delivers>
|
|
99
|
+
- Next iteration: <what comes next, owner, trigger>
|
|
100
100
|
```
|
|
101
101
|
|
|
102
102
|
### 1.4 更新索引
|
|
@@ -111,6 +111,21 @@ plans: []
|
|
|
111
111
|
|
|
112
112
|
若使用 `status.json`,在 `plans[].metadata` 中为受影响的 plan 设置 `iteration_refs`。
|
|
113
113
|
|
|
114
|
+
### 1.6 Review & Edit chain(integration 分支前强制)
|
|
115
|
+
|
|
116
|
+
**iteration-start 在 PM lock 前不算完成**——compass/plans 初稿落盘 ≠ Done。
|
|
117
|
+
|
|
118
|
+
与 host 命令 `iteration-start` §5 对齐:产物 SSOT 在本节;派发机制 SSOT 在命令 + **`mstar-dispatch-gates`**。
|
|
119
|
+
|
|
120
|
+
PM **不得**将迭代 harness 文档 commit 到 `spec_integration_branch`,直到:
|
|
121
|
+
|
|
122
|
+
1. **@product-manager**、**@architect**、**@writing-specialist** 已通过宿主 Task(或等价角色 invoke)**直接编辑**(非仅评论)compass、plans 及受影响 specs
|
|
123
|
+
2. PM 将 compass `status` 设为 `locked`,并确认各 plan 的 Prepare gate(specify / clarify / plan)
|
|
124
|
+
|
|
125
|
+
**完成证据** = 磁盘上的 compass / plans / specs 修订 + compass `status: locked`。**不**要求 `reports/<iteration-id>/` 审查报告——迭代审查的 SSOT 是被编辑的文档本身,无 per-plan QC 式审计链。
|
|
126
|
+
|
|
127
|
+
**反模式**:PM 线程代替三角色完成全部编辑而不派发 Task —— 见 **`mstar-harness-core`** 反模式索引。
|
|
128
|
+
|
|
114
129
|
---
|
|
115
130
|
|
|
116
131
|
## Phase 2: Autonomous Execute(per-plan 派发驱动)
|
|
@@ -164,7 +179,7 @@ SSOT = `{HARNESS_DIR}/status.json` + `{PLAN_DIR}/`。todos 只追踪本轮下一
|
|
|
164
179
|
5. **Cross-plan 进度同步**:更新 `{ITERATION_DIR}/<iteration-id>-delivery-compass.md` 的 `## Plans` 表状态列
|
|
165
180
|
6. **Next plan** 从步骤 1 继续
|
|
166
181
|
|
|
167
|
-
全部 plan `Done` →
|
|
182
|
+
全部 plan `Done` → **STOP** per-plan loop(§2.4 结束),打印 **`## Phase 3: iteration-close`**,按 §3.0 起独立执行。final plan 的 Assignment / closure 可以提供素材,但不能替代 Phase 3 gate。
|
|
168
183
|
|
|
169
184
|
### 2.5 Dispatch-first(implement 派发约束)
|
|
170
185
|
|
|
@@ -188,16 +203,40 @@ SSOT = `{HARNESS_DIR}/status.json` + `{PLAN_DIR}/`。todos 只追踪本轮下一
|
|
|
188
203
|
|
|
189
204
|
## Phase 3: iteration-close(收口迭代)
|
|
190
205
|
|
|
191
|
-
PM 在迭代内全部 plan Done 后执行。**本 Phase 在 integration 分支上运行**,产出物 commit 到 integration 分支,随迭代 PR 合入 main。触发方:`commands/iteration-drive.md
|
|
206
|
+
PM 在迭代内全部 plan Done 后执行。**本 Phase 在 integration 分支上运行**,产出物 commit 到 integration 分支,随迭代 PR 合入 main。触发方:`commands/iteration-drive.md`(Autonomous Execute 全部 Done 后进入)。
|
|
207
|
+
|
|
208
|
+
**Close Done 定义**:§3.1→§3.5 全部完成;compass frontmatter 写入 `status: completed` + `end_date`;每篇新增 knowledge doc 已登记 `{KNOWLEDGE_DIR}/README.md`。只在 final plan 中写了 compound / roadmap / PR 说明,不算 iteration-close 完成。
|
|
209
|
+
|
|
210
|
+
### 3.0 Phase boundary(HARD)
|
|
211
|
+
|
|
212
|
+
- Phase 3 是 iteration 级收口,不是任一 plan 的子任务。
|
|
213
|
+
- final plan closure、plan notes、plan compaction 可作为输入,但不能替代 §3.1→§3.5。
|
|
214
|
+
- 读过 `mstar-iteration` / `mstar-compound` 不等于执行 gate;必须打印 checklist 并写入产物。
|
|
215
|
+
|
|
216
|
+
### 3.0.5 Compass shape normalization(legacy 漂移修复)
|
|
192
217
|
|
|
193
|
-
|
|
218
|
+
进入 §3.1 前,先确认 compass 具有 close 可写入的结构。若缺失,PM 在本 thread 做最小规范化,不委派、不重写无关内容。
|
|
194
219
|
|
|
195
|
-
|
|
220
|
+
| 检查 | 缺则补齐 |
|
|
221
|
+
|------|----------|
|
|
222
|
+
| YAML frontmatter:`iteration_id`, `start_date`, `status` | 从文件名 / 正文提取;收口前 `status` 保持 `active` 或 `locked` |
|
|
223
|
+
| `## Roadmap Position` | 从 general context / roadmap prose 迁移为本节 |
|
|
224
|
+
| `## Compound Round Summary` | 按模板补占位,§3.4 填写 |
|
|
225
|
+
| `## Iteration Retrospective (minimal)` | 按模板补占位,§3.4 填写 |
|
|
196
226
|
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
227
|
+
正文 completion status 只能作为历史注释;最终状态必须写入 frontmatter `status: completed` + `end_date`。
|
|
228
|
+
|
|
229
|
+
### 3.1 Close entry checklist(HARD GATE)
|
|
230
|
+
|
|
231
|
+
**STOP**: 打印下方 checklist,且全部为 `[x]` 后,才可进入 §3.2 Compound。
|
|
232
|
+
|
|
233
|
+
- [ ] 所有 compass 中登记的 plan 在 `{HARNESS_DIR}/status.json` 均为 `Done`
|
|
234
|
+
- [ ] 所有 plan 的 residual findings 已收口(closed 或 accepted;见 `mstar-plan-artifacts`)
|
|
235
|
+
- [ ] compass `## Plans` 表状态列已与 `status.json` 同步
|
|
236
|
+
- [ ] 迭代 `## Acceptance Criteria` 已达成或显式豁免(compass 或对话记录原因)
|
|
237
|
+
- [ ] compass shape 已满足(frontmatter + `## Roadmap Position` + close 占位节)
|
|
238
|
+
|
|
239
|
+
PM **必须**在对话中打印本 checklist;不得默认同过。
|
|
201
240
|
|
|
202
241
|
### 3.2 知识结晶(Compound)—— 迭代级核心收口
|
|
203
242
|
|
|
@@ -212,27 +251,44 @@ PM 触发 `mstar-compound`(可批量):
|
|
|
212
251
|
- 跨 plan 重复出现的模式
|
|
213
252
|
- 有价值的排错经验
|
|
214
253
|
|
|
215
|
-
2.
|
|
254
|
+
2. **逐条判定**:对每条候选知识,回答 `mstar-compound` 的 Q1-Q8 自检;跳过项要在 compass `## Compound Round Summary` 记录原因。
|
|
255
|
+
|
|
256
|
+
3. **写入或更新**:值得结晶的条目按 `mstar-compound` Phase 1-7 写入 `{KNOWLEDGE_DIR}/<category>/<slug>.md`,或在高重叠时更新已有文档。
|
|
216
257
|
|
|
217
|
-
|
|
258
|
+
4. **CONCEPTS.md 协同**:若迭代中引入了新的领域词汇,更新 `<repo-root>/CONCEPTS.md`(`mstar-compound` Phase 5)
|
|
218
259
|
|
|
219
|
-
|
|
260
|
+
5. **索引登记(强制)**:每新增一篇 knowledge doc,必须完成 `mstar-compound` Phase 6,在 `{KNOWLEDGE_DIR}/README.md` 登记一行。Lightweight compound 不豁免 Phase 6。
|
|
261
|
+
|
|
262
|
+
若本轮没有值得结晶的知识,仍须在 `## Compound Round Summary` 写明 `无可结晶知识` 及原因。
|
|
220
263
|
|
|
221
264
|
### 3.3 更新 roadmap
|
|
222
265
|
|
|
223
|
-
1. 更新 compass
|
|
224
|
-
-
|
|
225
|
-
-
|
|
266
|
+
1. 更新 compass **`## Roadmap Position`**(§3.0.5 已确保本节存在):
|
|
267
|
+
- current iteration 行标记为 **`delivered`**(或等价明确措辞)
|
|
268
|
+
- next iteration 更新为即将开始的内容、触发条件、owner
|
|
226
269
|
2. 若 `status.json` 中有 `plans[].metadata.roadmap` 字段,同步更新
|
|
227
|
-
3.
|
|
270
|
+
3. 若存在 deferred-features / roadmap tracker 类文档,按项目惯例刷新
|
|
271
|
+
4. 若 `STRATEGY.md` 存在,可更新 `## Decision Log`(重大架构决策时)
|
|
272
|
+
|
|
273
|
+
### 3.4 标记迭代完成
|
|
274
|
+
|
|
275
|
+
1. compass **YAML frontmatter**:`status: completed`,`end_date: YYYY-MM-DD`(必须;见 §3.0.5)
|
|
276
|
+
2. 更新 `{ITERATION_DIR}/README.md` 索引中该迭代行 Status 为 `completed`
|
|
277
|
+
3. 填充 compass `## Compound Round Summary` 与 `## Iteration Retrospective (minimal)`(见模板)
|
|
278
|
+
|
|
279
|
+
### 3.5 Close exit checklist + commit
|
|
280
|
+
|
|
281
|
+
**Precondition**: §3.1 checklist `[x]`;§3.4 frontmatter `completed` + `end_date` 已写。
|
|
228
282
|
|
|
229
|
-
|
|
283
|
+
PM 打印 **iteration-close exit checklist**;全部为 `[x]` 后方可 `git commit` / 开 PR:
|
|
230
284
|
|
|
231
|
-
|
|
232
|
-
2
|
|
233
|
-
3.
|
|
285
|
+
- [ ] §3.1 前置 gate 已打印并满足
|
|
286
|
+
- [ ] §3.2 compound 完成;新增 knowledge doc 均已登记 `{KNOWLEDGE_DIR}/README.md`(或已记录无可结晶原因)
|
|
287
|
+
- [ ] §3.3 `## Roadmap Position` current iteration 已标 `delivered`;tracker / STRATEGY 已按需更新
|
|
288
|
+
- [ ] §3.4 frontmatter `status: completed` + `end_date`;Compound Summary + Retrospective 已填
|
|
289
|
+
- [ ] 当前分支是 `spec_integration_branch`
|
|
234
290
|
|
|
235
|
-
**Commit 到 integration 分支**:
|
|
291
|
+
**Commit 到 integration 分支**:
|
|
236
292
|
|
|
237
293
|
```bash
|
|
238
294
|
git add {ITERATION_DIR}/<id>-delivery-compass.md {ITERATION_DIR}/README.md {KNOWLEDGE_DIR}/ CONCEPTS.md
|
|
@@ -240,7 +296,7 @@ git commit -m "chore(iteration): close <iteration-id> — compound round, roadma
|
|
|
240
296
|
git push origin <spec_integration_branch>
|
|
241
297
|
```
|
|
242
298
|
|
|
243
|
-
### 3.
|
|
299
|
+
### 3.6 可选:触发 compound-refresh
|
|
244
300
|
|
|
245
301
|
若本轮 compound 新增了较多知识文档,或 compass 标记了可能过时的旧知识,触发 `mstar-compound-refresh` 对有重叠的知识文档做维护。
|
|
246
302
|
|
|
@@ -270,4 +326,7 @@ git push origin <spec_integration_branch>
|
|
|
270
326
|
- 不要在 iteration-drive 中修改 per-plan gate 判定
|
|
271
327
|
- 不要用 compass 替代 `status.json` 作为 plan 状态 SSOT
|
|
272
328
|
- 不要在没有完成 per-plan 前置检查的情况下进入 iteration-close
|
|
273
|
-
-
|
|
329
|
+
- 不要将 Phase 3 折叠进 final plan closure——须显式 §3.0→§3.5
|
|
330
|
+
- 不要用 prose completion status 替代 compass frontmatter `status: completed` + `end_date`
|
|
331
|
+
- 不要跳过 compound Phase 6(`{KNOWLEDGE_DIR}/README.md` 索引)——即使只结晶一篇文档
|
|
332
|
+
- 不要跳过 compound——如果本迭代确实没有可结晶的知识,在 compass `## Compound Round Summary` 写 `无可结晶知识(原因:<简述>)`
|
|
@@ -6,7 +6,6 @@ Copy this template when creating a new iteration compass in `{ITERATION_DIR}/`.
|
|
|
6
6
|
---
|
|
7
7
|
iteration_id: <id>
|
|
8
8
|
start_date: YYYY-MM-DD
|
|
9
|
-
end_date: <filled at close>
|
|
10
9
|
status: active
|
|
11
10
|
plans: []
|
|
12
11
|
---
|
|
@@ -50,8 +49,8 @@ Status values: `Todo` | `InProgress` | `InReview` | `Done` | `Blocked`
|
|
|
50
49
|
|
|
51
50
|
## Roadmap Position
|
|
52
51
|
|
|
53
|
-
-
|
|
54
|
-
-
|
|
52
|
+
- **Current iteration(<iteration-id>)**:<what this iteration delivers>
|
|
53
|
+
- **Next iteration**:<what comes next>,触发条件:<condition>,owner:<who>
|
|
55
54
|
- **最终目标**:<the long-term Done definition this iteration contributes to>
|
|
56
55
|
|
|
57
56
|
## Risk Register
|
|
@@ -83,14 +82,21 @@ Status values: `Todo` | `InProgress` | `InReview` | `Done` | `Blocked`
|
|
|
83
82
|
|-------|----------|-------------|
|
|
84
83
|
| `iteration_id` | Yes | iteration-start |
|
|
85
84
|
| `start_date` | Yes | iteration-start |
|
|
86
|
-
| `end_date` | No
|
|
87
|
-
| `status` | Yes | iteration-start → `active
|
|
85
|
+
| `end_date` | No | Add at iteration-close §3.4 only |
|
|
86
|
+
| `status` | Yes | iteration-start → `active` / `locked`(§1.6 PM lock);iteration-close §3.4 → **`completed`**(YAML frontmatter,非 prose completion status) |
|
|
88
87
|
| `plans` (frontmatter) | Recommended | iteration-start (initial), iteration-drive (add new) |
|
|
89
88
|
| `## Plans` table | Yes | iteration-drive (sync status), iteration-close (final) |
|
|
90
89
|
| `## Milestones` | Recommended | iteration-start, iteration-drive (update) |
|
|
91
90
|
| `## Acceptance Criteria` | Yes | iteration-start |
|
|
92
91
|
| `## Non-Goals` | Yes | iteration-start |
|
|
93
|
-
| `## Roadmap Position` | Yes | iteration-start
|
|
92
|
+
| `## Roadmap Position` | **Yes** | iteration-start(必填节,非散落于 general context prose);iteration-close §3.3(current iteration → `delivered`) |
|
|
94
93
|
| `## Risk Register` | Optional | iteration-start, iteration-drive (update) |
|
|
95
|
-
| `## Compound Round Summary` | Yes | iteration-close |
|
|
96
|
-
| `## Iteration Retrospective` | Recommended | iteration-close |
|
|
94
|
+
| `## Compound Round Summary` | Yes | iteration-close §3.4 |
|
|
95
|
+
| `## Iteration Retrospective` | Recommended | iteration-close §3.4 |
|
|
96
|
+
|
|
97
|
+
## Legacy compass drift
|
|
98
|
+
|
|
99
|
+
若仓库中已有 compass **无** YAML frontmatter、**无** `## Roadmap Position`,或只有 prose completion status:
|
|
100
|
+
|
|
101
|
+
- **新迭代**:iteration-start 必须按本模板重写,不延续 prose-only 惯例。
|
|
102
|
+
- **收口时**:`mstar-iteration` §3.0.5 在 iteration-close 入口规范化,再执行 §3.3–§3.4。
|
|
@@ -40,6 +40,26 @@ Prepare/Execute gates, routing, Assignment templates, Task Board, QC tri-review,
|
|
|
40
40
|
|
|
41
41
|
**Exceptions:** user explicitly asks PM thread to implement; hotfix per `mstar-phase-gates`.
|
|
42
42
|
|
|
43
|
+
## iteration-start dispatch
|
|
44
|
+
|
|
45
|
+
After grill-me + draft compass/plans(**`mstar-iteration` § Phase 1**):
|
|
46
|
+
|
|
47
|
+
- **Do not** commit to `iteration/<iteration-id>` until Review & Edit chain completes(§1.6)。
|
|
48
|
+
- Dispatch **@product-manager**, **@architect**, **@writing-specialist** via host Task — **one invoke per role minimum**(parallel when independent)。
|
|
49
|
+
- PM final lock is PM-whitelist work(compass `status: locked`, merge conflicts, Prepare gate confirmation)。
|
|
50
|
+
- **Not** PM-whitelist: performing all three specialist document edits without subagent Task.
|
|
51
|
+
|
|
52
|
+
Before §6 Integration Branch, print **`iteration-start` pre-commit checklist**(command §5); all items must be `[x]`。
|
|
53
|
+
|
|
54
|
+
## iteration-close(drive / 全部 plan Done 后)
|
|
55
|
+
|
|
56
|
+
**`mstar-iteration` § Phase 3** 为独立 Phase;final plan closure 只能作为输入。
|
|
57
|
+
|
|
58
|
+
- 全部 plan `Done` 后 **STOP** loop,打印 Phase 3 入场,从 §3.0 执行至 §3.5。
|
|
59
|
+
- §3.1 close entry checklist 与 §3.5 close exit checklist 必须在对话中打印;全部为 `[x]` 方可 commit / PR。
|
|
60
|
+
- 每篇新增 compound doc 必须完成 `mstar-compound` Phase 6(`{KNOWLEDGE_DIR}/README.md`)。
|
|
61
|
+
- compass 完成形式:frontmatter `status: completed` + `end_date` + `## Roadmap Position` current iteration `delivered`——prose completion status 不算。
|
|
62
|
+
|
|
43
63
|
## Cursor Plan mode
|
|
44
64
|
|
|
45
65
|
CreatePlan / SwitchMode: Read **`mstar-host/references/cursor-plan-mode-bridge.md`**. Bootstrap todos `harness-init` → `spec-register` → `mirror-plan` before implement todos; evidence on **subagent** work.
|