mindsystem-cc 3.17.0 → 3.17.1
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/agents/ms-roadmapper.md +22 -22
- package/commands/ms/audit-milestone.md +1 -3
- package/commands/ms/new-milestone.md +2 -4
- package/commands/ms/plan-milestone-gaps.md +1 -3
- package/commands/ms/research-project.md +3 -3
- package/mindsystem/references/continuation-format.md +17 -12
- package/mindsystem/references/routing/audit-result-routing.md +4 -13
- package/mindsystem/references/routing/between-milestones-routing.md +1 -3
- package/mindsystem/references/routing/gap-closure-routing.md +1 -3
- package/mindsystem/references/routing/milestone-complete-routing.md +1 -3
- package/mindsystem/templates/roadmap.md +7 -7
- package/mindsystem/workflows/complete-milestone.md +1 -3
- package/mindsystem/workflows/define-requirements.md +1 -3
- package/mindsystem/workflows/diagnose-issues.md +1 -3
- package/mindsystem/workflows/execute-phase.md +1 -3
- package/mindsystem/workflows/map-codebase.md +1 -3
- package/mindsystem/workflows/plan-phase.md +1 -3
- package/package.json +1 -1
package/agents/ms-roadmapper.md
CHANGED
|
@@ -214,25 +214,12 @@ For each phase, analyze whether pre-work would reduce risk before planning. Thre
|
|
|
214
214
|
|
|
215
215
|
| Pre-Work | Question It Answers | Command |
|
|
216
216
|
|----------|---------------------|---------|
|
|
217
|
-
| **Research** | "Do I know HOW to build this?" | `/ms:research-phase` |
|
|
218
217
|
| **Discussion** | "Do I understand WHAT the user wants?" | `/ms:discuss-phase` |
|
|
219
218
|
| **Design** | "Do I know what this should LOOK like?" | `/ms:design-phase` |
|
|
219
|
+
| **Research** | "Do I know HOW to build this?" | `/ms:research-phase` |
|
|
220
220
|
|
|
221
221
|
All use binary Likely/Unlikely with parenthetical reason. These are hints to users, not mandates.
|
|
222
222
|
|
|
223
|
-
### Research Indicators
|
|
224
|
-
|
|
225
|
-
**Likely when ANY of:**
|
|
226
|
-
- External APIs or services involved
|
|
227
|
-
- New libraries/frameworks to learn
|
|
228
|
-
- Architectural decisions not yet made
|
|
229
|
-
- Technical approach unclear
|
|
230
|
-
|
|
231
|
-
**Unlikely when ALL of:**
|
|
232
|
-
- Using established internal patterns
|
|
233
|
-
- CRUD operations with known stack
|
|
234
|
-
- Well-documented conventions exist
|
|
235
|
-
|
|
236
223
|
### Discussion Indicators
|
|
237
224
|
|
|
238
225
|
**Problem it solves:** User's mental model isn't documented. Planning happens without understanding what's essential vs nice-to-have.
|
|
@@ -266,6 +253,19 @@ All use binary Likely/Unlikely with parenthetical reason. These are hints to use
|
|
|
266
253
|
- Infrastructure, testing, deployment phases
|
|
267
254
|
- Uses established UI patterns exclusively
|
|
268
255
|
|
|
256
|
+
### Research Indicators
|
|
257
|
+
|
|
258
|
+
**Likely when ANY of:**
|
|
259
|
+
- External APIs or services involved
|
|
260
|
+
- New libraries/frameworks to learn
|
|
261
|
+
- Architectural decisions not yet made
|
|
262
|
+
- Technical approach unclear
|
|
263
|
+
|
|
264
|
+
**Unlikely when ALL of:**
|
|
265
|
+
- Using established internal patterns
|
|
266
|
+
- CRUD operations with known stack
|
|
267
|
+
- Well-documented conventions exist
|
|
268
|
+
|
|
269
269
|
**Note:** Discussion and Design often overlap for UI-facing phases. This is intentional — they serve different purposes (vision vs specification) and a phase may benefit from both.
|
|
270
270
|
|
|
271
271
|
### Output Format
|
|
@@ -273,12 +273,12 @@ All use binary Likely/Unlikely with parenthetical reason. These are hints to use
|
|
|
273
273
|
For each phase in ROADMAP.md:
|
|
274
274
|
|
|
275
275
|
```markdown
|
|
276
|
-
**Research**: Likely (external API) | Unlikely (established patterns)
|
|
277
|
-
**Research topics**: [What needs investigating] (only if Likely)
|
|
278
276
|
**Discuss**: Likely (ambiguous user flow) | Unlikely (clear requirements)
|
|
279
277
|
**Discuss topics**: [What to clarify] (only if Likely)
|
|
280
278
|
**Design**: Likely (significant new UI) | Unlikely (backend only)
|
|
281
279
|
**Design focus**: [What to design] (only if Likely)
|
|
280
|
+
**Research**: Likely (external API) | Unlikely (established patterns)
|
|
281
|
+
**Research topics**: [What needs investigating] (only if Likely)
|
|
282
282
|
```
|
|
283
283
|
|
|
284
284
|
</pre_work_analysis>
|
|
@@ -461,11 +461,11 @@ When presenting to user for approval:
|
|
|
461
461
|
|
|
462
462
|
### Pre-Work Recommendations
|
|
463
463
|
|
|
464
|
-
| Phase |
|
|
465
|
-
|
|
464
|
+
| Phase | Discuss | Design | Research |
|
|
465
|
+
|-------|---------|--------|----------|
|
|
466
466
|
| 1 - Setup | Unlikely | Unlikely | Unlikely |
|
|
467
|
-
| 2 - Auth | Likely |
|
|
468
|
-
| 3 - Content |
|
|
467
|
+
| 2 - Auth | Likely | Unlikely | Likely |
|
|
468
|
+
| 3 - Content | Likely | Likely | Unlikely |
|
|
469
469
|
|
|
470
470
|
**Phase 2 topics:**
|
|
471
471
|
- Research: [external auth providers]
|
|
@@ -601,8 +601,8 @@ When files are written and returning to orchestrator:
|
|
|
601
601
|
|
|
602
602
|
### Pre-Work Recommendations
|
|
603
603
|
|
|
604
|
-
| Phase |
|
|
605
|
-
|
|
604
|
+
| Phase | Discuss | Design | Research |
|
|
605
|
+
|-------|---------|--------|----------|
|
|
606
606
|
| 1 - {name} | {Likely/Unlikely} | {Likely/Unlikely} | {Likely/Unlikely} |
|
|
607
607
|
| 2 - {name} | {Likely/Unlikely} | {Likely/Unlikely} | {Likely/Unlikely} |
|
|
608
608
|
|
|
@@ -266,15 +266,13 @@ Milestone name: $ARGUMENTS (optional — will emerge during discovery if not pro
|
|
|
266
266
|
|
|
267
267
|
## ▶ Next Up
|
|
268
268
|
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
`/ms:[recommended-command]`
|
|
269
|
+
`/ms:[recommended-command]` — [one-line reason from conversation]
|
|
272
270
|
|
|
273
271
|
<sub>`/clear` first → fresh context window</sub>
|
|
274
272
|
|
|
275
273
|
---
|
|
276
274
|
|
|
277
|
-
**Also available:** `/ms:[alternative-command]`
|
|
275
|
+
**Also available:** `/ms:[alternative-command]` — [brief reason]
|
|
278
276
|
|
|
279
277
|
---
|
|
280
278
|
```
|
|
@@ -176,9 +176,7 @@ git commit -m "docs(roadmap): add gap closure phases {N}-{M}"
|
|
|
176
176
|
|
|
177
177
|
## ▶ Next Up
|
|
178
178
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
`/ms:plan-phase {N}`
|
|
179
|
+
`/ms:plan-phase {N}` — plan first gap closure phase
|
|
182
180
|
|
|
183
181
|
<sub>`/clear` first → fresh context window</sub>
|
|
184
182
|
|
|
@@ -335,9 +335,9 @@ Key findings:
|
|
|
335
335
|
- Critical pitfall: [one-liner]
|
|
336
336
|
|
|
337
337
|
---
|
|
338
|
-
##
|
|
339
|
-
|
|
340
|
-
<sub>`/clear` first</sub>
|
|
338
|
+
## ▶ Next Up
|
|
339
|
+
`/ms:create-roadmap` — define requirements and create roadmap
|
|
340
|
+
<sub>`/clear` first → fresh context window</sub>
|
|
341
341
|
---
|
|
342
342
|
```
|
|
343
343
|
|
|
@@ -9,9 +9,7 @@ Standard format for presenting next steps after completing a command or workflow
|
|
|
9
9
|
|
|
10
10
|
## ▶ Next Up
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
`{command to copy-paste}`
|
|
12
|
+
`{command to copy-paste}` — {one-line description}
|
|
15
13
|
|
|
16
14
|
<sub>`/clear` first → fresh context window</sub>
|
|
17
15
|
|
|
@@ -24,14 +22,23 @@ Standard format for presenting next steps after completing a command or workflow
|
|
|
24
22
|
---
|
|
25
23
|
```
|
|
26
24
|
|
|
25
|
+
When there's meaningful additional context (like a phase identifier), add it as a header line:
|
|
26
|
+
|
|
27
|
+
```
|
|
28
|
+
**Phase {N}: {Name}** — {Goal}
|
|
29
|
+
|
|
30
|
+
`/ms:plan-phase {N}`
|
|
31
|
+
```
|
|
32
|
+
|
|
27
33
|
## Format Rules
|
|
28
34
|
|
|
29
|
-
1. **
|
|
30
|
-
2. **
|
|
31
|
-
3. **
|
|
32
|
-
4.
|
|
33
|
-
5. **
|
|
34
|
-
6. **
|
|
35
|
+
1. **Command is the anchor** — backtick command + description on one line, no separate bold label restating the command name
|
|
36
|
+
2. **Phase identifiers are additive context** — `**Phase 2: Auth**` carries info the command doesn't; bold labels like `**Plan gap closure**` just restate `/ms:plan-phase --gaps` and should be omitted
|
|
37
|
+
3. **Pull context from source** — ROADMAP.md for phases, PLAN.md `<objective>` for plans
|
|
38
|
+
4. **Command in inline code** — backticks, easy to copy-paste, renders as clickable link
|
|
39
|
+
5. **`/clear` explanation** — always include, keeps it concise but explains why
|
|
40
|
+
6. **"Also available" not "Other options"** — sounds more app-like
|
|
41
|
+
7. **Visual separators** — `---` above and below to make it stand out
|
|
35
42
|
|
|
36
43
|
## Variants
|
|
37
44
|
|
|
@@ -167,9 +174,7 @@ All 4 phases shipped
|
|
|
167
174
|
|
|
168
175
|
## ▶ Next Up
|
|
169
176
|
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
`/ms:new-milestone`
|
|
177
|
+
`/ms:new-milestone` — discover what to build next
|
|
173
178
|
|
|
174
179
|
<sub>`/clear` first → fresh context window</sub>
|
|
175
180
|
|
|
@@ -38,9 +38,7 @@ See full list in MILESTONE-AUDIT.md. Consider addressing in next milestone.
|
|
|
38
38
|
|
|
39
39
|
## ▶ Next Up
|
|
40
40
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
`/ms:complete-milestone {version}`
|
|
41
|
+
`/ms:complete-milestone {version}` — archive and tag
|
|
44
42
|
|
|
45
43
|
<sub>`/clear` first → fresh context window</sub>
|
|
46
44
|
```
|
|
@@ -73,9 +71,7 @@ See full list in MILESTONE-AUDIT.md. Consider addressing in next milestone.
|
|
|
73
71
|
|
|
74
72
|
## ▶ Next Up
|
|
75
73
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
`/ms:plan-milestone-gaps`
|
|
74
|
+
`/ms:plan-milestone-gaps` — create phases to complete milestone
|
|
79
75
|
|
|
80
76
|
<sub>`/clear` first → fresh context window</sub>
|
|
81
77
|
|
|
@@ -112,13 +108,8 @@ See full list in MILESTONE-AUDIT.md. Consider addressing in next milestone.
|
|
|
112
108
|
|
|
113
109
|
## ▶ Options
|
|
114
110
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
`/ms:complete-milestone {version}`
|
|
118
|
-
|
|
119
|
-
**B. Plan cleanup phase** — address debt before completing
|
|
120
|
-
|
|
121
|
-
`/ms:plan-milestone-gaps`
|
|
111
|
+
- `/ms:complete-milestone {version}` — accept debt, track in backlog
|
|
112
|
+
- `/ms:plan-milestone-gaps` — address debt before completing
|
|
122
113
|
|
|
123
114
|
<sub>`/clear` first → fresh context window</sub>
|
|
124
115
|
```
|
|
@@ -28,9 +28,7 @@ Ready to plan the next milestone.
|
|
|
28
28
|
|
|
29
29
|
## ▶ Next Up
|
|
30
30
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
`/ms:new-milestone`
|
|
31
|
+
`/ms:new-milestone` — discover what to build, update PROJECT.md
|
|
34
32
|
|
|
35
33
|
<sub>`/clear` first → fresh context window</sub>
|
|
36
34
|
|
|
@@ -46,9 +46,7 @@ Extract:
|
|
|
46
46
|
|
|
47
47
|
## ▶ Next Up
|
|
48
48
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
`/ms:plan-phase {Z} --gaps`
|
|
49
|
+
`/ms:plan-phase {Z} --gaps` — create additional plans to complete the phase
|
|
52
50
|
|
|
53
51
|
<sub>`/clear` first → fresh context window</sub>
|
|
54
52
|
|
|
@@ -23,9 +23,7 @@ All {N} phases finished!
|
|
|
23
23
|
|
|
24
24
|
## ▶ Next Up
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
`/ms:audit-milestone`
|
|
26
|
+
`/ms:audit-milestone` — verify requirements, cross-phase integration, E2E flows
|
|
29
27
|
|
|
30
28
|
<sub>`/clear` first → fresh context window</sub>
|
|
31
29
|
|
|
@@ -34,9 +34,9 @@ Decimal phases appear between their surrounding integers in numeric order.
|
|
|
34
34
|
1. [Observable behavior from user perspective]
|
|
35
35
|
2. [Observable behavior from user perspective]
|
|
36
36
|
3. [Observable behavior from user perspective]
|
|
37
|
-
**Research**: Unlikely (established patterns)
|
|
38
37
|
**Discuss**: Unlikely (clear requirements)
|
|
39
38
|
**Design**: Unlikely (backend only)
|
|
39
|
+
**Research**: Unlikely (established patterns)
|
|
40
40
|
**Plans**: [Number of plans, e.g., "3 plans" or "TBD"]
|
|
41
41
|
|
|
42
42
|
Plans:
|
|
@@ -51,12 +51,12 @@ Plans:
|
|
|
51
51
|
**Success Criteria** (what must be TRUE):
|
|
52
52
|
1. [Observable behavior from user perspective]
|
|
53
53
|
2. [Observable behavior from user perspective]
|
|
54
|
-
**Research**: Likely (new integration)
|
|
55
|
-
**Research topics**: [What needs investigating]
|
|
56
54
|
**Discuss**: Likely (ambiguous user flow)
|
|
57
55
|
**Discuss topics**: [What to clarify]
|
|
58
56
|
**Design**: Likely (significant new UI)
|
|
59
57
|
**Design focus**: [What to design]
|
|
58
|
+
**Research**: Likely (new integration)
|
|
59
|
+
**Research topics**: [What needs investigating]
|
|
60
60
|
**Plans**: [Number of plans]
|
|
61
61
|
|
|
62
62
|
Plans:
|
|
@@ -81,10 +81,10 @@ Plans:
|
|
|
81
81
|
1. [Observable behavior from user perspective]
|
|
82
82
|
2. [Observable behavior from user perspective]
|
|
83
83
|
3. [Observable behavior from user perspective]
|
|
84
|
-
**Research**: Likely (external API)
|
|
85
|
-
**Research topics**: [What needs investigating]
|
|
86
84
|
**Discuss**: Unlikely (established patterns)
|
|
87
85
|
**Design**: Unlikely (API only)
|
|
86
|
+
**Research**: Likely (external API)
|
|
87
|
+
**Research topics**: [What needs investigating]
|
|
88
88
|
**Plans**: [Number of plans]
|
|
89
89
|
|
|
90
90
|
Plans:
|
|
@@ -98,9 +98,9 @@ Plans:
|
|
|
98
98
|
**Success Criteria** (what must be TRUE):
|
|
99
99
|
1. [Observable behavior from user perspective]
|
|
100
100
|
2. [Observable behavior from user perspective]
|
|
101
|
-
**Research**: Unlikely (internal patterns)
|
|
102
101
|
**Discuss**: Unlikely (clear requirements)
|
|
103
102
|
**Design**: Unlikely (backend only)
|
|
103
|
+
**Research**: Unlikely (internal patterns)
|
|
104
104
|
**Plans**: [Number of plans]
|
|
105
105
|
|
|
106
106
|
Plans:
|
|
@@ -137,9 +137,9 @@ Phases execute in numeric order: 2 → 2.1 → 2.2 → 3 → 3.1 → 4
|
|
|
137
137
|
- Format: "User can [action]" or "[Thing] works/exists"
|
|
138
138
|
|
|
139
139
|
**Pre-work indicators** (all use Likely/Unlikely with parenthetical reason):
|
|
140
|
-
- `Research` - Technical unknowns: external APIs, new libraries, architectural decisions
|
|
141
140
|
- `Discuss` - Vision unknowns: ambiguous requirements, UX decisions, novel features
|
|
142
141
|
- `Design` - Visual unknowns: significant new UI, novel interactions, multi-screen flows
|
|
142
|
+
- `Research` - Technical unknowns: external APIs, new libraries, architectural decisions
|
|
143
143
|
- Include topic/focus fields only when Likely
|
|
144
144
|
- Indicators are hints, not mandates - validate at planning time
|
|
145
145
|
- UI-facing phases often need both Discuss and Design (this is intentional)
|
|
@@ -289,9 +289,7 @@ Requirements defined:
|
|
|
289
289
|
|
|
290
290
|
## ▶ Next Up
|
|
291
291
|
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
`/ms:create-roadmap`
|
|
292
|
+
`/ms:create-roadmap` — phases mapped to requirements
|
|
295
293
|
|
|
296
294
|
<sub>`/clear` first → fresh context window</sub>
|
|
297
295
|
|
|
@@ -181,9 +181,7 @@ Debug sessions: ${DEBUG_DIR}/
|
|
|
181
181
|
|
|
182
182
|
## Next Up
|
|
183
183
|
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
`/ms:plan-phase {phase} --gaps`
|
|
184
|
+
`/ms:plan-phase {phase} --gaps` — create fix plans from diagnosed gaps
|
|
187
185
|
|
|
188
186
|
`/clear` first for fresh context window
|
|
189
187
|
|
|
@@ -386,9 +386,7 @@ Present gaps and offer next command:
|
|
|
386
386
|
|
|
387
387
|
## ▶ Next Up
|
|
388
388
|
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
`/ms:plan-phase {X} --gaps`
|
|
389
|
+
`/ms:plan-phase {X} --gaps` — create additional plans to complete the phase
|
|
392
390
|
|
|
393
391
|
<sub>`/clear` first → fresh context window</sub>
|
|
394
392
|
|
|
@@ -271,9 +271,7 @@ Created .planning/codebase/:
|
|
|
271
271
|
|
|
272
272
|
## ▶ Next Up
|
|
273
273
|
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
`/ms:new-project`
|
|
274
|
+
`/ms:new-project` — use codebase context for planning
|
|
277
275
|
|
|
278
276
|
<sub>`/clear` first → fresh context window</sub>
|
|
279
277
|
|
|
@@ -213,9 +213,7 @@ Also create or update EXECUTION-ORDER.md to include gap closure plans (typically
|
|
|
213
213
|
|
|
214
214
|
## ▶ Next Up
|
|
215
215
|
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
`/ms:execute-phase {X}`
|
|
216
|
+
`/ms:execute-phase {X}` — execute gap closure plans
|
|
219
217
|
|
|
220
218
|
<sub>`/clear` first → fresh context window</sub>
|
|
221
219
|
|
package/package.json
CHANGED