maestro-flow 0.4.1 → 0.4.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.
Files changed (115) hide show
  1. package/.claude/commands/maestro-analyze.md +1 -1
  2. package/.claude/commands/maestro-brainstorm.md +1 -1
  3. package/.claude/commands/maestro-collab.md +1 -1
  4. package/.claude/commands/maestro-execute.md +10 -1
  5. package/.claude/commands/maestro-guard.md +101 -0
  6. package/.claude/commands/maestro-impeccable.md +77 -74
  7. package/.claude/commands/maestro-plan.md +15 -2
  8. package/.claude/commands/maestro-ralph-execute.md +9 -2
  9. package/.claude/commands/maestro-ralph.md +8 -1
  10. package/.claude/commands/maestro-verify.md +15 -1
  11. package/.claude/commands/quality-auto-test.md +1 -1
  12. package/.claude/commands/quality-debug.md +1 -1
  13. package/.claude/commands/quality-refactor.md +1 -1
  14. package/.claude/commands/quality-retrospective.md +1 -1
  15. package/.claude/commands/quality-review.md +15 -1
  16. package/.claude/commands/quality-test.md +1 -1
  17. package/.claude/commands/security-audit.md +154 -0
  18. package/.claude/skills/maestro-help/index/catalog.json +2 -0
  19. package/.codex/skills/maestro-analyze/SKILL.md +18 -1
  20. package/.codex/skills/maestro-brainstorm/SKILL.md +17 -4
  21. package/.codex/skills/maestro-collab/SKILL.md +7 -1
  22. package/.codex/skills/maestro-execute/SKILL.md +365 -348
  23. package/.codex/skills/maestro-guard/SKILL.md +97 -0
  24. package/.codex/skills/maestro-impeccable/SKILL.md +76 -73
  25. package/.codex/skills/maestro-plan/SKILL.md +66 -7
  26. package/.codex/skills/maestro-ralph/SKILL.md +1 -1
  27. package/.codex/skills/maestro-verify/SKILL.md +18 -1
  28. package/.codex/skills/quality-auto-test/SKILL.md +13 -3
  29. package/.codex/skills/quality-debug/SKILL.md +362 -346
  30. package/.codex/skills/quality-refactor/SKILL.md +1 -1
  31. package/.codex/skills/quality-retrospective/SKILL.md +292 -292
  32. package/.codex/skills/quality-review/SKILL.md +374 -365
  33. package/.codex/skills/quality-test/SKILL.md +1 -1
  34. package/.codex/skills/security-audit/SKILL.md +154 -0
  35. package/bin/maestro-hook-runner.js +21 -1
  36. package/dashboard/dist-server/src/coordinator/output-parser.js +27 -0
  37. package/dashboard/dist-server/src/coordinator/output-parser.js.map +1 -1
  38. package/dist/src/commands/coordinate.d.ts.map +1 -1
  39. package/dist/src/commands/coordinate.js +2 -0
  40. package/dist/src/commands/coordinate.js.map +1 -1
  41. package/dist/src/commands/hooks.d.ts +49 -0
  42. package/dist/src/commands/hooks.d.ts.map +1 -1
  43. package/dist/src/commands/hooks.js +236 -33
  44. package/dist/src/commands/hooks.js.map +1 -1
  45. package/dist/src/commands/install-backend.d.ts +2 -0
  46. package/dist/src/commands/install-backend.d.ts.map +1 -1
  47. package/dist/src/commands/install-backend.js +72 -0
  48. package/dist/src/commands/install-backend.js.map +1 -1
  49. package/dist/src/commands/install.d.ts.map +1 -1
  50. package/dist/src/commands/install.js +15 -2
  51. package/dist/src/commands/install.js.map +1 -1
  52. package/dist/src/coordinator/output-parser.d.ts.map +1 -1
  53. package/dist/src/coordinator/output-parser.js +27 -0
  54. package/dist/src/coordinator/output-parser.js.map +1 -1
  55. package/dist/src/hooks/delegate-monitor.d.ts +1 -0
  56. package/dist/src/hooks/delegate-monitor.d.ts.map +1 -1
  57. package/dist/src/hooks/delegate-monitor.js +1 -1
  58. package/dist/src/hooks/delegate-monitor.js.map +1 -1
  59. package/dist/src/hooks/guards/workflow-guard.d.ts +15 -0
  60. package/dist/src/hooks/guards/workflow-guard.d.ts.map +1 -1
  61. package/dist/src/hooks/guards/workflow-guard.js +61 -1
  62. package/dist/src/hooks/guards/workflow-guard.js.map +1 -1
  63. package/dist/src/hooks/plugins/decision-log-plugin.d.ts +19 -0
  64. package/dist/src/hooks/plugins/decision-log-plugin.d.ts.map +1 -0
  65. package/dist/src/hooks/plugins/decision-log-plugin.js +28 -0
  66. package/dist/src/hooks/plugins/decision-log-plugin.js.map +1 -0
  67. package/dist/src/hooks/plugins/index.d.ts +2 -0
  68. package/dist/src/hooks/plugins/index.d.ts.map +1 -1
  69. package/dist/src/hooks/plugins/index.js +1 -0
  70. package/dist/src/hooks/plugins/index.js.map +1 -1
  71. package/dist/src/hooks/session-context.d.ts +1 -0
  72. package/dist/src/hooks/session-context.d.ts.map +1 -1
  73. package/dist/src/hooks/session-context.js +1 -1
  74. package/dist/src/hooks/session-context.js.map +1 -1
  75. package/dist/src/hooks/skill-context.d.ts +1 -0
  76. package/dist/src/hooks/skill-context.d.ts.map +1 -1
  77. package/dist/src/hooks/skill-context.js +1 -1
  78. package/dist/src/hooks/skill-context.js.map +1 -1
  79. package/dist/src/hooks/spec-injector.d.ts.map +1 -1
  80. package/dist/src/hooks/spec-injector.js +2 -0
  81. package/dist/src/hooks/spec-injector.js.map +1 -1
  82. package/dist/src/i18n/locales/en.d.ts.map +1 -1
  83. package/dist/src/i18n/locales/en.js +13 -0
  84. package/dist/src/i18n/locales/en.js.map +1 -1
  85. package/dist/src/i18n/locales/zh.d.ts.map +1 -1
  86. package/dist/src/i18n/locales/zh.js +13 -0
  87. package/dist/src/i18n/locales/zh.js.map +1 -1
  88. package/dist/src/i18n/types.d.ts +7 -0
  89. package/dist/src/i18n/types.d.ts.map +1 -1
  90. package/dist/src/tui/install-ui/InstallConfirm.d.ts +5 -0
  91. package/dist/src/tui/install-ui/InstallConfirm.d.ts.map +1 -1
  92. package/dist/src/tui/install-ui/InstallConfirm.js +1 -1
  93. package/dist/src/tui/install-ui/InstallConfirm.js.map +1 -1
  94. package/dist/src/tui/install-ui/InstallExecution.d.ts +2 -0
  95. package/dist/src/tui/install-ui/InstallExecution.d.ts.map +1 -1
  96. package/dist/src/tui/install-ui/InstallExecution.js +22 -3
  97. package/dist/src/tui/install-ui/InstallExecution.js.map +1 -1
  98. package/dist/src/tui/install-ui/InstallFlow.d.ts +1 -1
  99. package/dist/src/tui/install-ui/InstallFlow.d.ts.map +1 -1
  100. package/dist/src/tui/install-ui/InstallFlow.js +25 -4
  101. package/dist/src/tui/install-ui/InstallFlow.js.map +1 -1
  102. package/dist/src/tui/install-ui/InstallHub.d.ts +5 -0
  103. package/dist/src/tui/install-ui/InstallHub.d.ts.map +1 -1
  104. package/dist/src/tui/install-ui/InstallHub.js +16 -0
  105. package/dist/src/tui/install-ui/InstallHub.js.map +1 -1
  106. package/dist/src/tui/install-ui/InstallResult.d.ts.map +1 -1
  107. package/dist/src/tui/install-ui/InstallResult.js +1 -1
  108. package/dist/src/tui/install-ui/InstallResult.js.map +1 -1
  109. package/package.json +1 -1
  110. package/workflows/debug.md +73 -0
  111. package/workflows/execute.md +27 -0
  112. package/workflows/plan.md +11 -0
  113. package/workflows/review.md +33 -1
  114. package/workflows/tdd.md +257 -0
  115. package/workflows/verify.md +57 -0
@@ -4,6 +4,63 @@ Dual verification: Goal-Backward structural verification + Nyquist test coverage
4
4
 
5
5
  ---
6
6
 
7
+ ## Iron Law
8
+
9
+ **NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE IN THIS MESSAGE.**
10
+
11
+ Before any success/completion claim:
12
+ 1. IDENTIFY — What command proves this claim?
13
+ 2. RUN — Execute the FULL command (fresh, in this message — never cite prior runs)
14
+ 3. READ — Read FULL output, check exit code, count failures
15
+ 4. VERIFY — Does the output actually confirm the claim?
16
+ 5. ONLY THEN — Make the claim, with evidence inline
17
+
18
+ ---
19
+
20
+ ## Forbidden Wording
21
+
22
+ These phrases are BANNED in verification reports and completion claims:
23
+ - "Should work now"
24
+ - "Probably passes"
25
+ - "Seems correct"
26
+ - "Looks good"
27
+ - "I'm confident that..."
28
+ - "Based on my review, this is complete"
29
+ - Any expression of satisfaction BEFORE running verification commands
30
+
31
+ Replace with evidence: `"Tests pass: 42/42 green (exit 0)"`, `"All 5 truths VERIFIED with file:line evidence"`.
32
+
33
+ ---
34
+
35
+ ## Red Flags — These Thoughts Mean STOP
36
+
37
+ If you catch yourself thinking any of these, STOP and run verification first:
38
+
39
+ - "I just wrote this code, it definitely works"
40
+ - "The changes are too small to break anything"
41
+ - "I already verified this earlier in the conversation"
42
+ - "The tests passed before, they'll pass now"
43
+ - "I can see from the code that it's correct"
44
+ - "Let me just mark this complete and move on"
45
+
46
+ All of these mean: **run the verification command NOW, read the output, then report**.
47
+
48
+ ---
49
+
50
+ ## Rationalization Table
51
+
52
+ | Excuse | Why It's Wrong |
53
+ |--------|----------------|
54
+ | "I just made a one-line change" | One-line changes cause the most insidious bugs |
55
+ | "Tests passed earlier" | Code changed since then — earlier results are stale |
56
+ | "I can read the code is correct" | Reading is not running — subtle runtime errors are invisible in code review |
57
+ | "The build succeeded" | Build success ≠ functional correctness |
58
+ | "It works for the happy path" | Edge cases, error paths, and boundary conditions need verification too |
59
+ | "Verification would take too long" | Skipping verification costs more time when bugs surface later |
60
+ | "The agent said it's done" | Agent reports are claims, not evidence — verify independently |
61
+
62
+ ---
63
+
7
64
  ## Prerequisites
8
65
 
9
66
  - Phase execution completed (or partially completed)