mindsystem-cc 3.19.0 → 3.21.0

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.
Files changed (83) hide show
  1. package/README.md +5 -6
  2. package/agents/ms-designer.md +5 -2
  3. package/agents/ms-mockup-designer.md +1 -1
  4. package/agents/ms-plan-writer.md +8 -1
  5. package/agents/ms-product-researcher.md +69 -0
  6. package/agents/ms-research-synthesizer.md +1 -1
  7. package/agents/ms-researcher.md +8 -8
  8. package/agents/ms-roadmapper.md +9 -13
  9. package/bin/install.js +68 -5
  10. package/commands/ms/add-phase.md +30 -18
  11. package/commands/ms/adhoc.md +1 -1
  12. package/commands/ms/audit-milestone.md +12 -12
  13. package/commands/ms/complete-milestone.md +25 -22
  14. package/commands/ms/config.md +202 -0
  15. package/commands/ms/design-phase.md +34 -29
  16. package/commands/ms/discuss-phase.md +26 -22
  17. package/commands/ms/doctor.md +22 -202
  18. package/commands/ms/execute-phase.md +18 -7
  19. package/commands/ms/help.md +46 -39
  20. package/commands/ms/insert-phase.md +29 -17
  21. package/commands/ms/new-milestone.md +42 -19
  22. package/commands/ms/new-project.md +88 -103
  23. package/commands/ms/plan-milestone-gaps.md +4 -5
  24. package/commands/ms/plan-phase.md +5 -3
  25. package/commands/ms/progress.md +2 -4
  26. package/commands/ms/research-phase.md +7 -12
  27. package/commands/ms/research-project.md +12 -12
  28. package/mindsystem/references/continuation-format.md +3 -3
  29. package/mindsystem/references/plan-format.md +11 -1
  30. package/mindsystem/references/principles.md +1 -1
  31. package/mindsystem/references/questioning.md +50 -8
  32. package/mindsystem/references/routing/audit-result-routing.md +12 -11
  33. package/mindsystem/references/routing/between-milestones-routing.md +2 -2
  34. package/mindsystem/references/routing/milestone-complete-routing.md +1 -1
  35. package/mindsystem/references/routing/next-phase-routing.md +4 -2
  36. package/mindsystem/templates/context.md +7 -6
  37. package/mindsystem/templates/milestone-archive.md +5 -5
  38. package/mindsystem/templates/milestone-context.md +1 -1
  39. package/mindsystem/templates/milestone.md +9 -9
  40. package/mindsystem/templates/project.md +70 -64
  41. package/mindsystem/templates/research-subagent-prompt.md +3 -3
  42. package/mindsystem/templates/roadmap-milestone.md +14 -14
  43. package/mindsystem/templates/roadmap.md +9 -7
  44. package/mindsystem/workflows/adhoc.md +1 -1
  45. package/mindsystem/workflows/complete-milestone.md +66 -107
  46. package/mindsystem/workflows/discuss-phase.md +137 -65
  47. package/mindsystem/workflows/doctor-fixes.md +273 -0
  48. package/mindsystem/workflows/execute-phase.md +7 -3
  49. package/mindsystem/workflows/execute-plan.md +6 -5
  50. package/mindsystem/workflows/map-codebase.md +2 -2
  51. package/mindsystem/workflows/mockup-generation.md +1 -1
  52. package/mindsystem/workflows/plan-phase.md +28 -3
  53. package/mindsystem/workflows/transition.md +20 -25
  54. package/mindsystem/workflows/verify-work.md +1 -1
  55. package/package.json +1 -1
  56. package/scripts/__pycache__/ms-tools.cpython-314.pyc +0 -0
  57. package/scripts/__pycache__/test_ms_tools.cpython-314-pytest-9.0.2.pyc +0 -0
  58. package/scripts/fixtures/scan-context/.planning/ROADMAP.md +16 -0
  59. package/scripts/fixtures/scan-context/.planning/adhoc/20260220-fix-token-SUMMARY.md +12 -0
  60. package/scripts/fixtures/scan-context/.planning/config.json +3 -0
  61. package/scripts/fixtures/scan-context/.planning/debug/resolved/token-bug.md +11 -0
  62. package/scripts/fixtures/scan-context/.planning/knowledge/auth.md +11 -0
  63. package/scripts/fixtures/scan-context/.planning/phases/02-infra/02-1-SUMMARY.md +20 -0
  64. package/scripts/fixtures/scan-context/.planning/phases/04-setup/04-1-SUMMARY.md +21 -0
  65. package/scripts/fixtures/scan-context/.planning/phases/05-auth/05-1-SUMMARY.md +28 -0
  66. package/scripts/fixtures/scan-context/.planning/todos/done/setup-db.md +10 -0
  67. package/scripts/fixtures/scan-context/.planning/todos/pending/add-logout.md +10 -0
  68. package/scripts/fixtures/scan-context/expected-output.json +257 -0
  69. package/scripts/ms-tools.py +2139 -0
  70. package/scripts/test_ms_tools.py +836 -0
  71. package/commands/ms/list-phase-assumptions.md +0 -56
  72. package/mindsystem/workflows/list-phase-assumptions.md +0 -178
  73. package/scripts/__pycache__/compare_mockups.cpython-314.pyc +0 -0
  74. package/scripts/archive-milestone-files.sh +0 -68
  75. package/scripts/archive-milestone-phases.sh +0 -138
  76. package/scripts/doctor-scan.sh +0 -379
  77. package/scripts/gather-milestone-stats.sh +0 -179
  78. package/scripts/generate-adhoc-patch.sh +0 -79
  79. package/scripts/generate-phase-patch.sh +0 -169
  80. package/scripts/scan-artifact-subsystems.sh +0 -55
  81. package/scripts/scan-planning-context.py +0 -839
  82. package/scripts/update-state.sh +0 -59
  83. package/scripts/validate-execution-order.sh +0 -104
@@ -1,6 +1,6 @@
1
1
  <purpose>
2
2
 
3
- Mark a shipped version (v1.0, v1.1, v2.0) as complete. This creates a historical record in MILESTONES.md, performs full PROJECT.md evolution review, archives ROADMAP.md and REQUIREMENTS.md, and tags the release in git.
3
+ Mark a shipped milestone as complete. This creates a historical record in MILESTONES.md, performs full PROJECT.md evolution review, and archives ROADMAP.md and REQUIREMENTS.md.
4
4
 
5
5
  </purpose>
6
6
 
@@ -20,9 +20,9 @@ Mark a shipped version (v1.0, v1.1, v2.0) as complete. This creates a historical
20
20
 
21
21
  When a milestone completes, this workflow:
22
22
 
23
- 1. Creates `.planning/milestones/v[X.Y]/` directory for all archive files
24
- 2. Extracts full milestone details to `.planning/milestones/v[X.Y]/ROADMAP.md`
25
- 3. Archives requirements to `.planning/milestones/v[X.Y]/REQUIREMENTS.md`
23
+ 1. Creates `.planning/milestones/{slug}/` directory for all archive files
24
+ 2. Extracts full milestone details to `.planning/milestones/{slug}/ROADMAP.md`
25
+ 3. Archives requirements to `.planning/milestones/{slug}/REQUIREMENTS.md`
26
26
  4. Archives milestone files via script (audit, context, research — whichever exist)
27
27
  5. Consolidates phase summaries, deletes artifacts, moves phase dirs via script
28
28
  6. Deletes REQUIREMENTS.md (fresh one created for next milestone)
@@ -68,7 +68,7 @@ cat .planning/config.json 2>/dev/null
68
68
  Run the stats script to get readiness status and git statistics:
69
69
 
70
70
  ```bash
71
- ~/.claude/mindsystem/scripts/gather-milestone-stats.sh $PHASE_START $PHASE_END
71
+ ms-tools gather-milestone-stats $PHASE_START $PHASE_END
72
72
  ```
73
73
 
74
74
  The script outputs:
@@ -133,7 +133,7 @@ If exists, prepend new entry (reverse chronological order).
133
133
  Use template from `templates/milestone.md`:
134
134
 
135
135
  ```markdown
136
- ## v[Version] [Name] (Shipped: YYYY-MM-DD)
136
+ ## [Name] (Shipped: YYYY-MM-DD)
137
137
 
138
138
  **Delivered:** [One sentence from user]
139
139
 
@@ -184,30 +184,31 @@ cat .planning/phases/*-*/*-SUMMARY.md
184
184
  3. **Requirements audit:**
185
185
 
186
186
  **Validated section:**
187
- - All Active requirements shipped in this milestone → Move to Validated
188
- - Format: `- ✓ [Requirement] — v[X.Y]`
189
-
190
- **Active section:**
191
- - Remove requirements that moved to Validated
192
- - Add any new requirements for next milestone
193
- - Keep requirements that weren't addressed yet
187
+ - All requirements shipped in this milestone → Add to Validated
188
+ - Format: `- ✓ [Requirement] — [Name]`
194
189
 
195
190
  **Out of Scope audit:**
196
191
  - Review each item — is the reasoning still valid?
197
192
  - Remove items that are no longer relevant
198
193
  - Add any requirements invalidated during this milestone
199
194
 
200
- 4. **Context update:**
195
+ 4. **Business context review:**
196
+ - Who It's For — has understanding of audience evolved?
197
+ - Core Problem — still the right framing?
198
+ - How It's Different — new competitors or differentiators?
199
+ - Key User Flows — validated against what users actually do?
200
+
201
+ 5. **Technical Context update:**
201
202
  - Current codebase state (LOC, tech stack)
202
203
  - User feedback themes (if any)
203
204
  - Known issues or technical debt to address
204
205
 
205
- 5. **Key Decisions audit:**
206
+ 6. **Key Decisions audit:**
206
207
  - Extract all decisions from milestone phase summaries
207
208
  - Add to Key Decisions table with outcomes where known
208
209
  - Mark ✓ Good, ⚠️ Revisit, or — Pending for each
209
210
 
210
- 6. **Constraints check:**
211
+ 7. **Constraints check:**
211
212
  - Any constraints that changed during development?
212
213
  - Update as needed
213
214
 
@@ -217,10 +218,10 @@ Make all edits inline. Update "Last updated" footer:
217
218
 
218
219
  ```markdown
219
220
  ---
220
- *Last updated: [date] after v[X.Y] milestone*
221
+ *Last updated: [date] after [Name] milestone*
221
222
  ```
222
223
 
223
- **Example full evolution (v1.0v1.1 prep):**
224
+ **Example full evolution (MVPSecurity & Polish prep):**
224
225
 
225
226
  Before:
226
227
 
@@ -233,26 +234,22 @@ A real-time collaborative whiteboard for remote teams.
233
234
 
234
235
  Real-time sync that feels instant.
235
236
 
236
- ## Requirements
237
+ ## Who It's For
237
238
 
238
- ### Validated
239
-
240
- (None yet — ship to validate)
239
+ Remote teams who need to brainstorm visually during meetings.
240
+ Currently using Miro or physical whiteboards.
241
241
 
242
- ### Active
242
+ ## Validated
243
243
 
244
- - [ ] Canvas drawing tools
245
- - [ ] Real-time sync < 500ms
246
- - [ ] User authentication
247
- - [ ] Export to PNG
244
+ (None yet ship to validate)
248
245
 
249
- ### Out of Scope
246
+ ## Out of Scope
250
247
 
251
248
  - Mobile app — web-first approach
252
249
  - Video chat — use external tools
253
250
  ```
254
251
 
255
- After v1.0:
252
+ After MVP:
256
253
 
257
254
  ```markdown
258
255
  ## What This Is
@@ -263,29 +260,26 @@ A real-time collaborative whiteboard for remote teams with instant sync and draw
263
260
 
264
261
  Real-time sync that feels instant.
265
262
 
266
- ## Requirements
267
-
268
- ### Validated
263
+ ## Who It's For
269
264
 
270
- - Canvas drawing tools v1.0
271
- - Real-time sync < 500ms v1.0 (achieved 200ms avg)
272
- - ✓ User authentication — v1.0
265
+ Remote teams (2-8 people) who brainstorm visually during meetings.
266
+ Currently using Miro but frustrated by complexity and latency.
273
267
 
274
- ### Active
268
+ ## Validated
275
269
 
276
- - [ ] Export to PNG
277
- - [ ] Undo/redo history
278
- - [ ] Shape tools (rectangles, circles)
270
+ - Canvas drawing tools — MVP
271
+ - Real-time sync < 500ms — MVP (achieved 200ms avg)
272
+ - User authentication MVP
279
273
 
280
- ### Out of Scope
274
+ ## Out of Scope
281
275
 
282
276
  - Mobile app — web-first approach, PWA works well
283
277
  - Video chat — use external tools
284
278
  - Offline mode — real-time is core value
285
279
 
286
- ## Context
280
+ ## Technical Context
287
281
 
288
- Shipped v1.0 with 2,400 LOC TypeScript.
282
+ Shipped MVP with 2,400 LOC TypeScript.
289
283
  Tech stack: Next.js, Supabase, Canvas API.
290
284
  Initial user testing showed demand for shape tools.
291
285
  ```
@@ -294,10 +288,10 @@ Initial user testing showed demand for shape tools.
294
288
 
295
289
  - [ ] "What This Is" reviewed and updated if needed
296
290
  - [ ] Core Value verified as still correct
297
- - [ ] All shipped requirements moved to Validated
298
- - [ ] New requirements added to Active for next milestone
291
+ - [ ] All shipped requirements added to Validated
292
+ - [ ] Business context reviewed (Who It's For, Core Problem, How It's Different, Key User Flows)
299
293
  - [ ] Out of Scope reasoning audited
300
- - [ ] Context updated with current state
294
+ - [ ] Technical Context updated with current state
301
295
  - [ ] All milestone decisions added to Key Decisions
302
296
  - [ ] "Last updated" footer reflects milestone completion
303
297
 
@@ -311,9 +305,9 @@ Extract completed milestone details and create archive file.
311
305
 
312
306
  1. Create milestone directory and archive file:
313
307
  ```bash
314
- mkdir -p .planning/milestones/v[X.Y]
308
+ mkdir -p .planning/milestones/{slug}
315
309
  ```
316
- Archive file path: `.planning/milestones/v[X.Y]/ROADMAP.md`
310
+ Archive file path: `.planning/milestones/{slug}/ROADMAP.md`
317
311
 
318
312
  2. Read `~/.claude/mindsystem/templates/milestone-archive.md` template
319
313
 
@@ -338,7 +332,7 @@ Extract completed milestone details and create archive file.
338
332
  - {{DECISIONS_FROM_PROJECT}} — Key decisions from PROJECT.md
339
333
  - {{ISSUES_RESOLVED_DURING_MILESTONE}} — From summaries
340
334
 
341
- 6. Write filled template to `.planning/milestones/v[X.Y]/ROADMAP.md`
335
+ 6. Write filled template to `.planning/milestones/{slug}/ROADMAP.md`
342
336
 
343
337
  7. Delete ROADMAP.md (fresh one created for next milestone):
344
338
  ```bash
@@ -347,17 +341,17 @@ Extract completed milestone details and create archive file.
347
341
 
348
342
  8. Verify archive exists:
349
343
  ```bash
350
- ls .planning/milestones/v[X.Y]/ROADMAP.md
344
+ ls .planning/milestones/{slug}/ROADMAP.md
351
345
  ```
352
346
 
353
347
  9. Confirm roadmap archive complete:
354
348
 
355
349
  ```
356
- v[X.Y] roadmap archived to milestones/v[X.Y]/ROADMAP.md
350
+ Roadmap archived to milestones/{slug}/ROADMAP.md
357
351
  ✅ ROADMAP.md deleted (fresh one for next milestone)
358
352
  ```
359
353
 
360
- **Note:** Phase directories are moved to `milestones/v[X.Y]/phases/` by the archive_and_cleanup_phases step. After milestone completion, `.planning/phases/` contains only the next milestone's work. Phase numbering continues (v1.0 phases 1-4, v1.1 phases 5-8, etc.).
354
+ **Note:** Phase directories are moved to `milestones/{slug}/phases/` by the archive_and_cleanup_phases step. After milestone completion, `.planning/phases/` contains only the next milestone's work. Phase numbering continues (MVP phases 1-4, next milestone phases 5-8, etc.).
361
355
 
362
356
  </step>
363
357
 
@@ -372,7 +366,7 @@ Archive requirements and prepare for fresh requirements in next milestone.
372
366
  cat .planning/REQUIREMENTS.md
373
367
  ```
374
368
 
375
- 2. Create archive file: `.planning/milestones/v[X.Y]/REQUIREMENTS.md`
369
+ 2. Create archive file: `.planning/milestones/{slug}/REQUIREMENTS.md`
376
370
 
377
371
  3. Transform requirements for archive:
378
372
  - Mark all v1 requirements as `[x]` complete
@@ -385,12 +379,12 @@ Archive requirements and prepare for fresh requirements in next milestone.
385
379
 
386
380
  4. Write archive file with header:
387
381
  ```markdown
388
- # Requirements Archive: v[X.Y] [Milestone Name]
382
+ # Requirements Archive: [Milestone Name]
389
383
 
390
384
  **Archived:** [DATE]
391
385
  **Status:** ✅ SHIPPED
392
386
 
393
- This is the archived requirements specification for v[X.Y].
387
+ This is the archived requirements specification for [Milestone Name].
394
388
  For current requirements, see `.planning/REQUIREMENTS.md` (created for next milestone).
395
389
 
396
390
  ---
@@ -406,7 +400,7 @@ Archive requirements and prepare for fresh requirements in next milestone.
406
400
  **Dropped:** [list any requirements removed and why]
407
401
 
408
402
  ---
409
- *Archived: [DATE] as part of v[X.Y] milestone completion*
403
+ *Archived: [DATE] as part of [Milestone Name] milestone completion*
410
404
  ```
411
405
 
412
406
  5. Delete original REQUIREMENTS.md:
@@ -416,7 +410,7 @@ Archive requirements and prepare for fresh requirements in next milestone.
416
410
 
417
411
  6. Confirm:
418
412
  ```
419
- ✅ Requirements archived to milestones/v[X.Y]/REQUIREMENTS.md
413
+ ✅ Requirements archived to milestones/{slug}/REQUIREMENTS.md
420
414
  ✅ REQUIREMENTS.md deleted (fresh one needed for next milestone)
421
415
  ```
422
416
 
@@ -429,7 +423,7 @@ Archive requirements and prepare for fresh requirements in next milestone.
429
423
  Archive optional milestone files (audit, context, research) to the milestone directory:
430
424
 
431
425
  ```bash
432
- ~/.claude/mindsystem/scripts/archive-milestone-files.sh v[X.Y]
426
+ ms-tools archive-milestone-files {slug}
433
427
  ```
434
428
 
435
429
  The script moves whichever files exist and reports what was archived. Files that don't exist are skipped silently.
@@ -441,22 +435,22 @@ The script moves whichever files exist and reports what was archived. Files that
441
435
  Consolidate phase summaries, delete raw artifacts, and move phase directories to the milestone archive. This runs after all steps that read summaries (extract_accomplishments, evolve_project_full_review) and after archive_milestone creates the milestone directory.
442
436
 
443
437
  ```bash
444
- ~/.claude/mindsystem/scripts/archive-milestone-phases.sh $PHASE_START $PHASE_END v[X.Y]
438
+ ms-tools archive-milestone-phases $PHASE_START $PHASE_END {slug}
445
439
  ```
446
440
 
447
441
  Verify archive:
448
442
 
449
443
  ```bash
450
- ls .planning/milestones/v[X.Y]/PHASE-SUMMARIES.md
451
- ls .planning/milestones/v[X.Y]/phases/
444
+ ls .planning/milestones/{slug}/PHASE-SUMMARIES.md
445
+ ls .planning/milestones/{slug}/phases/
452
446
  ```
453
447
 
454
448
  Present:
455
449
 
456
450
  ```
457
- ✅ Phase summaries consolidated to milestones/v[X.Y]/PHASE-SUMMARIES.md
451
+ ✅ Phase summaries consolidated to milestones/{slug}/PHASE-SUMMARIES.md
458
452
  ✅ Raw artifacts deleted from phase directories
459
- ✅ Phase directories moved to milestones/v[X.Y]/phases/
453
+ ✅ Phase directories moved to milestones/{slug}/phases/
460
454
  ✅ .planning/phases/ clean for next milestone
461
455
  ```
462
456
 
@@ -485,7 +479,7 @@ See: .planning/PROJECT.md (updated [today])
485
479
  Phase: [Next phase] of [Total] ([Phase name])
486
480
  Plan: Not started
487
481
  Status: Ready to plan
488
- Last activity: [today] — v[X.Y] milestone complete
482
+ Last activity: [today] — [Name] milestone complete
489
483
 
490
484
  Progress: [updated progress bar]
491
485
  ```
@@ -498,45 +492,13 @@ Progress: [updated progress bar]
498
492
 
499
493
  </step>
500
494
 
501
- <step name="git_tag">
502
-
503
- Create git tag for milestone:
504
-
505
- ```bash
506
- git tag -a v[X.Y] -m "$(cat <<'EOF'
507
- v[X.Y] [Name]
508
-
509
- Delivered: [One sentence]
510
-
511
- Key accomplishments:
512
- - [Item 1]
513
- - [Item 2]
514
- - [Item 3]
515
-
516
- See .planning/MILESTONES.md for full details.
517
- EOF
518
- )"
519
- ```
520
-
521
- Confirm: "Tagged: v[X.Y]"
522
-
523
- Ask: "Push tag to remote? (y/n)"
524
-
525
- If yes:
526
-
527
- ```bash
528
- git push origin v[X.Y]
529
- ```
530
-
531
- </step>
532
-
533
495
  <step name="git_commit_milestone">
534
496
 
535
497
  Commit milestone completion including archive files and deletions.
536
498
 
537
499
  ```bash
538
500
  # Stage archive directory (covers ROADMAP, REQUIREMENTS, AUDIT, CONTEXT, research)
539
- git add .planning/milestones/v[X.Y]/
501
+ git add .planning/milestones/{slug}/
540
502
 
541
503
  # Stage updated files
542
504
  git add .planning/MILESTONES.md
@@ -548,9 +510,9 @@ git add -u .planning/
548
510
 
549
511
  # Commit with descriptive message
550
512
  git commit -m "$(cat <<'EOF'
551
- chore: complete v[X.Y] milestone
513
+ chore: complete [Name] milestone
552
514
 
553
- Archived to milestones/v[X.Y]/:
515
+ Archived to milestones/{slug}/:
554
516
  - ROADMAP.md
555
517
  - REQUIREMENTS.md
556
518
  - PHASE-SUMMARIES.md (consolidated from phase directories)
@@ -573,32 +535,29 @@ Updated:
573
535
  - MILESTONES.md (new entry)
574
536
  - PROJECT.md (requirements → Validated)
575
537
  - STATE.md (reset for next milestone)
576
-
577
- Tagged: v[X.Y]
578
538
  EOF
579
539
  )"
580
540
  ```
581
541
 
582
- Confirm: "Committed: chore: complete v[X.Y] milestone"
542
+ Confirm: "Committed: chore: complete [Name] milestone"
583
543
 
584
544
  </step>
585
545
 
586
546
  <step name="offer_next">
587
547
 
588
548
  ```
589
- ✅ Milestone v[X.Y] [Name] complete
549
+ ✅ Milestone [Name] complete
590
550
 
591
551
  Shipped:
592
552
  - [N] phases ([M] plans, [P] tasks)
593
553
  - [One sentence of what shipped]
594
554
 
595
- Archived to milestones/v[X.Y]/:
555
+ Archived to milestones/{slug}/:
596
556
  - ROADMAP.md
597
557
  - REQUIREMENTS.md
598
558
  - research/ (if existed)
599
559
 
600
560
  Summary: .planning/MILESTONES.md
601
- Tag: v[X.Y]
602
561
 
603
562
  ---
604
563
 
@@ -626,12 +585,12 @@ Tag: v[X.Y]
626
585
 
627
586
  Milestone completion is successful when (ordered by skip risk):
628
587
 
629
- - [ ] PROJECT.md full evolution review completed (What This Is, Core Value, Requirements, Key Decisions, Context)
588
+ - [ ] PROJECT.md full evolution review completed (What This Is, Core Value, business context, Validated, Key Decisions, Technical Context)
630
589
  - [ ] All shipped requirements moved to Validated in PROJECT.md
631
590
  - [ ] Key Decisions updated with outcomes
632
591
  - [ ] MILESTONES.md entry created with stats and accomplishments
633
- - [ ] Roadmap archive created (milestones/v[X.Y]/ROADMAP.md)
634
- - [ ] Requirements archive created (milestones/v[X.Y]/REQUIREMENTS.md)
592
+ - [ ] Roadmap archive created (milestones/{slug}/ROADMAP.md)
593
+ - [ ] Requirements archive created (milestones/{slug}/REQUIREMENTS.md)
635
594
  - [ ] REQUIREMENTS.md deleted (fresh for next milestone)
636
595
  - [ ] STATE.md updated with fresh project reference
637
596