agentic-qe 3.7.16 → 3.7.17

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 (280) hide show
  1. package/.claude/agents/v3/qe-devils-advocate.md +20 -0
  2. package/.claude/agents/v3/qe-gap-detector.md +25 -0
  3. package/.claude/agents/v3/qe-quality-gate.md +8 -0
  4. package/.claude/agents/v3/qe-requirements-validator.md +25 -0
  5. package/.claude/agents/v3/subagents/qe-code-reviewer.md +11 -0
  6. package/.claude/agents/v3/subagents/qe-integration-reviewer.md +11 -0
  7. package/.claude/agents/v3/subagents/qe-performance-reviewer.md +11 -0
  8. package/.claude/agents/v3/subagents/qe-security-reviewer.md +11 -0
  9. package/.claude/helpers/adr-compliance.sh +10 -10
  10. package/.claude/helpers/auto-memory-hook.mjs +24 -9
  11. package/.claude/helpers/brain-checkpoint.cjs +55 -145
  12. package/.claude/helpers/ddd-tracker.sh +2 -2
  13. package/.claude/helpers/guidance-hooks.sh +2 -2
  14. package/.claude/helpers/hook-handler.cjs +57 -18
  15. package/.claude/helpers/statusline.cjs +414 -595
  16. package/.claude/helpers/v3/quality-criteria/evidence-classification.md +116 -116
  17. package/.claude/helpers/v3/quality-criteria/htsm-categories.md +139 -139
  18. package/.claude/skills/README.md +8 -11
  19. package/.claude/skills/brutal-honesty-review/SKILL.md +3 -0
  20. package/.claude/skills/code-review-quality/SKILL.md +3 -0
  21. package/.claude/skills/qcsd-cicd-swarm/SKILL.md +79 -2075
  22. package/.claude/skills/qcsd-cicd-swarm/steps/01-flag-detection.md +62 -0
  23. package/.claude/skills/qcsd-cicd-swarm/steps/02-core-agents.md +33 -0
  24. package/.claude/skills/qcsd-cicd-swarm/steps/03-batch1-results.md +21 -0
  25. package/.claude/skills/qcsd-cicd-swarm/steps/04-conditional-agents.md +23 -0
  26. package/.claude/skills/qcsd-cicd-swarm/steps/05-decision-synthesis.md +30 -0
  27. package/.claude/skills/qcsd-cicd-swarm/steps/06-report-generation.md +17 -0
  28. package/.claude/skills/qcsd-cicd-swarm/steps/07-learning-persistence.md +27 -0
  29. package/.claude/skills/qcsd-cicd-swarm/steps/08-deployment-advisor.md +25 -0
  30. package/.claude/skills/qcsd-cicd-swarm/steps/09-final-output.md +16 -0
  31. package/.claude/skills/qcsd-development-swarm/SKILL.md +79 -2027
  32. package/.claude/skills/qcsd-development-swarm/steps/01-flag-detection.md +50 -0
  33. package/.claude/skills/qcsd-development-swarm/steps/02-core-agents.md +29 -0
  34. package/.claude/skills/qcsd-development-swarm/steps/03-batch1-results.md +14 -0
  35. package/.claude/skills/qcsd-development-swarm/steps/04-conditional-agents.md +23 -0
  36. package/.claude/skills/qcsd-development-swarm/steps/05-decision-synthesis.md +30 -0
  37. package/.claude/skills/qcsd-development-swarm/steps/06-report-generation.md +16 -0
  38. package/.claude/skills/qcsd-development-swarm/steps/07-learning-persistence.md +25 -0
  39. package/.claude/skills/qcsd-development-swarm/steps/08-defect-predictor.md +25 -0
  40. package/.claude/skills/qcsd-development-swarm/steps/09-final-output.md +16 -0
  41. package/.claude/skills/qcsd-ideation-swarm/SKILL.md +94 -1894
  42. package/.claude/skills/qcsd-ideation-swarm/steps/01-flag-detection.md +57 -0
  43. package/.claude/skills/qcsd-ideation-swarm/steps/02-core-agents.md +29 -0
  44. package/.claude/skills/qcsd-ideation-swarm/steps/03-batch1-results.md +15 -0
  45. package/.claude/skills/qcsd-ideation-swarm/steps/04-conditional-agents.md +23 -0
  46. package/.claude/skills/qcsd-ideation-swarm/steps/05-decision-synthesis.md +29 -0
  47. package/.claude/skills/qcsd-ideation-swarm/steps/06-report-generation.md +18 -0
  48. package/.claude/skills/qcsd-ideation-swarm/steps/07-learning-persistence.md +29 -0
  49. package/.claude/skills/qcsd-ideation-swarm/steps/08-final-output.md +18 -0
  50. package/.claude/skills/qcsd-production-swarm/SKILL.md +88 -2663
  51. package/.claude/skills/qcsd-production-swarm/steps/01-flag-detection.md +206 -0
  52. package/.claude/skills/qcsd-production-swarm/steps/02-core-agents.md +428 -0
  53. package/.claude/skills/qcsd-production-swarm/steps/03-batch1-results.md +101 -0
  54. package/.claude/skills/qcsd-production-swarm/steps/04-conditional-agents.md +125 -0
  55. package/.claude/skills/qcsd-production-swarm/steps/05-decision-synthesis.md +136 -0
  56. package/.claude/skills/qcsd-production-swarm/steps/06-report-generation.md +181 -0
  57. package/.claude/skills/qcsd-production-swarm/steps/07-learning-persistence.md +185 -0
  58. package/.claude/skills/qcsd-production-swarm/steps/08-feedback-loop.md +122 -0
  59. package/.claude/skills/qcsd-production-swarm/steps/09-final-output.md +140 -0
  60. package/.claude/skills/qcsd-refinement-swarm/SKILL.md +59 -2312
  61. package/.claude/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +91 -0
  62. package/.claude/skills/qcsd-refinement-swarm/steps/02-core-agents.md +40 -0
  63. package/.claude/skills/qcsd-refinement-swarm/steps/03-batch1-results.md +40 -0
  64. package/.claude/skills/qcsd-refinement-swarm/steps/04-conditional-agents.md +35 -0
  65. package/.claude/skills/qcsd-refinement-swarm/steps/05-decision-synthesis.md +43 -0
  66. package/.claude/skills/qcsd-refinement-swarm/steps/06-report-generation.md +42 -0
  67. package/.claude/skills/qcsd-refinement-swarm/steps/07-learning-persistence.md +53 -0
  68. package/.claude/skills/qcsd-refinement-swarm/steps/08-transformation.md +36 -0
  69. package/.claude/skills/qcsd-refinement-swarm/steps/09-final-output.md +46 -0
  70. package/.claude/skills/sherlock-review/SKILL.md +3 -0
  71. package/.claude/skills/skill-builder/SKILL.md +103 -0
  72. package/.claude/skills/skills-manifest.json +1 -1
  73. package/CHANGELOG.md +22 -0
  74. package/assets/agents/v3/qe-devils-advocate.md +20 -0
  75. package/assets/agents/v3/qe-gap-detector.md +25 -0
  76. package/assets/agents/v3/qe-quality-gate.md +8 -0
  77. package/assets/agents/v3/qe-requirements-validator.md +25 -0
  78. package/assets/agents/v3/subagents/qe-code-reviewer.md +11 -0
  79. package/assets/agents/v3/subagents/qe-integration-reviewer.md +11 -0
  80. package/assets/agents/v3/subagents/qe-performance-reviewer.md +11 -0
  81. package/assets/agents/v3/subagents/qe-security-reviewer.md +11 -0
  82. package/assets/helpers/statusline-v3.cjs +693 -0
  83. package/assets/skills/brutal-honesty-review/SKILL.md +3 -0
  84. package/assets/skills/code-review-quality/SKILL.md +3 -0
  85. package/assets/skills/qcsd-cicd-swarm/SKILL.md +79 -2075
  86. package/assets/skills/qcsd-cicd-swarm/steps/01-flag-detection.md +62 -0
  87. package/assets/skills/qcsd-cicd-swarm/steps/02-core-agents.md +33 -0
  88. package/assets/skills/qcsd-cicd-swarm/steps/03-batch1-results.md +21 -0
  89. package/assets/skills/qcsd-cicd-swarm/steps/04-conditional-agents.md +23 -0
  90. package/assets/skills/qcsd-cicd-swarm/steps/05-decision-synthesis.md +30 -0
  91. package/assets/skills/qcsd-cicd-swarm/steps/06-report-generation.md +17 -0
  92. package/assets/skills/qcsd-cicd-swarm/steps/07-learning-persistence.md +27 -0
  93. package/assets/skills/qcsd-cicd-swarm/steps/08-deployment-advisor.md +25 -0
  94. package/assets/skills/qcsd-cicd-swarm/steps/09-final-output.md +16 -0
  95. package/assets/skills/qcsd-development-swarm/SKILL.md +79 -2027
  96. package/assets/skills/qcsd-development-swarm/steps/01-flag-detection.md +50 -0
  97. package/assets/skills/qcsd-development-swarm/steps/02-core-agents.md +29 -0
  98. package/assets/skills/qcsd-development-swarm/steps/03-batch1-results.md +14 -0
  99. package/assets/skills/qcsd-development-swarm/steps/04-conditional-agents.md +23 -0
  100. package/assets/skills/qcsd-development-swarm/steps/05-decision-synthesis.md +30 -0
  101. package/assets/skills/qcsd-development-swarm/steps/06-report-generation.md +16 -0
  102. package/assets/skills/qcsd-development-swarm/steps/07-learning-persistence.md +25 -0
  103. package/assets/skills/qcsd-development-swarm/steps/08-defect-predictor.md +25 -0
  104. package/assets/skills/qcsd-development-swarm/steps/09-final-output.md +16 -0
  105. package/assets/skills/qcsd-ideation-swarm/SKILL.md +94 -1894
  106. package/assets/skills/qcsd-ideation-swarm/steps/01-flag-detection.md +57 -0
  107. package/assets/skills/qcsd-ideation-swarm/steps/02-core-agents.md +29 -0
  108. package/assets/skills/qcsd-ideation-swarm/steps/03-batch1-results.md +15 -0
  109. package/assets/skills/qcsd-ideation-swarm/steps/04-conditional-agents.md +23 -0
  110. package/assets/skills/qcsd-ideation-swarm/steps/05-decision-synthesis.md +29 -0
  111. package/assets/skills/qcsd-ideation-swarm/steps/06-report-generation.md +18 -0
  112. package/assets/skills/qcsd-ideation-swarm/steps/07-learning-persistence.md +29 -0
  113. package/assets/skills/qcsd-ideation-swarm/steps/08-final-output.md +18 -0
  114. package/assets/skills/qcsd-production-swarm/SKILL.md +88 -2663
  115. package/assets/skills/qcsd-production-swarm/steps/01-flag-detection.md +206 -0
  116. package/assets/skills/qcsd-production-swarm/steps/02-core-agents.md +428 -0
  117. package/assets/skills/qcsd-production-swarm/steps/03-batch1-results.md +101 -0
  118. package/assets/skills/qcsd-production-swarm/steps/04-conditional-agents.md +125 -0
  119. package/assets/skills/qcsd-production-swarm/steps/05-decision-synthesis.md +136 -0
  120. package/assets/skills/qcsd-production-swarm/steps/06-report-generation.md +181 -0
  121. package/assets/skills/qcsd-production-swarm/steps/07-learning-persistence.md +185 -0
  122. package/assets/skills/qcsd-production-swarm/steps/08-feedback-loop.md +122 -0
  123. package/assets/skills/qcsd-production-swarm/steps/09-final-output.md +140 -0
  124. package/assets/skills/qcsd-refinement-swarm/SKILL.md +59 -2312
  125. package/assets/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +91 -0
  126. package/assets/skills/qcsd-refinement-swarm/steps/02-core-agents.md +40 -0
  127. package/assets/skills/qcsd-refinement-swarm/steps/03-batch1-results.md +40 -0
  128. package/assets/skills/qcsd-refinement-swarm/steps/04-conditional-agents.md +35 -0
  129. package/assets/skills/qcsd-refinement-swarm/steps/05-decision-synthesis.md +43 -0
  130. package/assets/skills/qcsd-refinement-swarm/steps/06-report-generation.md +42 -0
  131. package/assets/skills/qcsd-refinement-swarm/steps/07-learning-persistence.md +53 -0
  132. package/assets/skills/qcsd-refinement-swarm/steps/08-transformation.md +36 -0
  133. package/assets/skills/qcsd-refinement-swarm/steps/09-final-output.md +46 -0
  134. package/assets/skills/sherlock-review/SKILL.md +3 -0
  135. package/assets/templates/agent-override-example.yaml +39 -0
  136. package/dist/agents/devils-advocate/agent.d.ts +25 -1
  137. package/dist/agents/devils-advocate/agent.js +108 -4
  138. package/dist/agents/devils-advocate/types.d.ts +54 -0
  139. package/dist/agents/devils-advocate/types.js +14 -0
  140. package/dist/agents/overlay-loader.d.ts +28 -0
  141. package/dist/agents/overlay-loader.js +232 -0
  142. package/dist/agents/overlay-schema.d.ts +56 -0
  143. package/dist/agents/overlay-schema.js +77 -0
  144. package/dist/analysis/branch-enumerator.d.ts +68 -0
  145. package/dist/analysis/branch-enumerator.js +393 -0
  146. package/dist/analysis/index.d.ts +2 -0
  147. package/dist/analysis/index.js +2 -0
  148. package/dist/cli/bundle.js +2396 -614
  149. package/dist/cli/commands/coverage.js +50 -0
  150. package/dist/context/compiler.d.ts +62 -0
  151. package/dist/context/compiler.js +143 -0
  152. package/dist/context/index.d.ts +8 -0
  153. package/dist/context/index.js +6 -0
  154. package/dist/context/sources/coverage-source.d.ts +15 -0
  155. package/dist/context/sources/coverage-source.js +77 -0
  156. package/dist/context/sources/git-source.d.ts +12 -0
  157. package/dist/context/sources/git-source.js +33 -0
  158. package/dist/context/sources/index.d.ts +6 -0
  159. package/dist/context/sources/index.js +5 -0
  160. package/dist/context/sources/memory-source.d.ts +17 -0
  161. package/dist/context/sources/memory-source.js +94 -0
  162. package/dist/context/sources/test-source.d.ts +13 -0
  163. package/dist/context/sources/test-source.js +53 -0
  164. package/dist/context/sources/types.d.ts +42 -0
  165. package/dist/context/sources/types.js +5 -0
  166. package/dist/init/agents-installer.d.ts +9 -0
  167. package/dist/init/agents-installer.js +72 -0
  168. package/dist/init/phases/07-hooks.d.ts +11 -0
  169. package/dist/init/phases/07-hooks.js +67 -0
  170. package/dist/init/phases/09-assets.js +3 -0
  171. package/dist/init/settings-merge.js +1 -1
  172. package/dist/mcp/bundle.js +4411 -3979
  173. package/dist/mcp/services/task-router.d.ts +11 -0
  174. package/dist/mcp/services/task-router.js +26 -0
  175. package/dist/routing/qe-agent-registry.d.ts +11 -0
  176. package/dist/routing/qe-agent-registry.js +34 -0
  177. package/dist/routing/qe-task-router.d.ts +1 -0
  178. package/dist/routing/qe-task-router.js +34 -2
  179. package/dist/routing/types.d.ts +2 -0
  180. package/dist/validation/index.d.ts +3 -0
  181. package/dist/validation/index.js +10 -0
  182. package/dist/validation/pipeline.d.ts +80 -0
  183. package/dist/validation/pipeline.js +173 -0
  184. package/dist/validation/steps/requirements.d.ts +32 -0
  185. package/dist/validation/steps/requirements.js +596 -0
  186. package/package.json +6 -6
  187. package/.claude/agents/consensus/README.md +0 -253
  188. package/.claude/agents/deprecated/qe-api-contract-validator.md.v2 +0 -162
  189. package/.claude/agents/deprecated/qe-coverage-analyzer.md.v2 +0 -208
  190. package/.claude/agents/deprecated/qe-test-generator.md.v2 +0 -212
  191. package/.claude/agents/deprecated/qe-visual-tester.md.v2 +0 -216
  192. package/.claude/agents/hive-mind/collective-intelligence-coordinator.md +0 -130
  193. package/.claude/agents/hive-mind/queen-coordinator.md +0 -203
  194. package/.claude/agents/hive-mind/scout-explorer.md +0 -242
  195. package/.claude/agents/hive-mind/swarm-memory-manager.md +0 -193
  196. package/.claude/agents/hive-mind/worker-specialist.md +0 -217
  197. package/.claude/agents/neural/safla-neural.md +0 -74
  198. package/.claude/agents/optimization/README.md +0 -250
  199. package/.claude/agents/reasoning/agent.md +0 -816
  200. package/.claude/agents/reasoning/goal-planner.md +0 -73
  201. package/.claude/agents/subagents/qe-code-reviewer.md +0 -76
  202. package/.claude/agents/subagents/qe-coverage-gap-analyzer.md +0 -76
  203. package/.claude/agents/subagents/qe-data-generator.md +0 -77
  204. package/.claude/agents/subagents/qe-flaky-investigator.md +0 -91
  205. package/.claude/agents/subagents/qe-integration-tester.md +0 -90
  206. package/.claude/agents/subagents/qe-performance-validator.md +0 -92
  207. package/.claude/agents/subagents/qe-security-auditor.md +0 -94
  208. package/.claude/agents/subagents/qe-test-data-architect-sub.md +0 -93
  209. package/.claude/agents/subagents/qe-test-implementer.md +0 -106
  210. package/.claude/agents/subagents/qe-test-refactorer.md +0 -117
  211. package/.claude/agents/subagents/qe-test-writer.md +0 -112
  212. package/.claude/agents/swarm/README.md +0 -190
  213. package/.claude/agents/templates/migration-plan.md +0 -746
  214. package/.claude/agents/testing/unit/tdd-london-swarm.md +0 -244
  215. package/.claude/agents/testing/validation/production-validator.md +0 -395
  216. package/.claude/agents/v3/README.md +0 -39
  217. package/.claude/agents/v3/typescript-specialist.yaml +0 -21
  218. package/.claude/agents/v3/v3-memory-specialist.md +0 -318
  219. package/.claude/agents/v3/v3-performance-engineer.md +0 -397
  220. package/.claude/agents/v3/v3-queen-coordinator.md +0 -98
  221. package/.claude/agents/v3/v3-security-architect.md +0 -174
  222. package/.claude/commands/README.md +0 -106
  223. package/.claude/commands/agents/README.md +0 -10
  224. package/.claude/commands/agents/agent-capabilities.md +0 -21
  225. package/.claude/commands/agents/agent-coordination.md +0 -28
  226. package/.claude/commands/agents/agent-spawning.md +0 -28
  227. package/.claude/commands/agents/agent-types.md +0 -26
  228. package/.claude/commands/coordination/README.md +0 -9
  229. package/.claude/commands/coordination/agent-spawn.md +0 -25
  230. package/.claude/commands/coordination/init.md +0 -44
  231. package/.claude/commands/coordination/orchestrate.md +0 -43
  232. package/.claude/commands/coordination/spawn.md +0 -45
  233. package/.claude/commands/coordination/swarm-init.md +0 -85
  234. package/.claude/commands/coordination/task-orchestrate.md +0 -25
  235. package/.claude/commands/hive-mind/README.md +0 -17
  236. package/.claude/commands/hive-mind/hive-mind-consensus.md +0 -8
  237. package/.claude/commands/hive-mind/hive-mind-init.md +0 -18
  238. package/.claude/commands/hive-mind/hive-mind-memory.md +0 -8
  239. package/.claude/commands/hive-mind/hive-mind-metrics.md +0 -8
  240. package/.claude/commands/hive-mind/hive-mind-resume.md +0 -8
  241. package/.claude/commands/hive-mind/hive-mind-sessions.md +0 -8
  242. package/.claude/commands/hive-mind/hive-mind-spawn.md +0 -21
  243. package/.claude/commands/hive-mind/hive-mind-status.md +0 -8
  244. package/.claude/commands/hive-mind/hive-mind-stop.md +0 -8
  245. package/.claude/commands/hive-mind/hive-mind-wizard.md +0 -8
  246. package/.claude/commands/hive-mind/hive-mind.md +0 -27
  247. package/.claude/commands/memory/README.md +0 -9
  248. package/.claude/commands/memory/memory-persist.md +0 -25
  249. package/.claude/commands/memory/memory-search.md +0 -25
  250. package/.claude/commands/memory/memory-usage.md +0 -25
  251. package/.claude/commands/memory/neural.md +0 -47
  252. package/.claude/commands/swarm/README.md +0 -15
  253. package/.claude/commands/swarm/swarm-analysis.md +0 -8
  254. package/.claude/commands/swarm/swarm-background.md +0 -8
  255. package/.claude/commands/swarm/swarm-init.md +0 -19
  256. package/.claude/commands/swarm/swarm-modes.md +0 -8
  257. package/.claude/commands/swarm/swarm-monitor.md +0 -8
  258. package/.claude/commands/swarm/swarm-spawn.md +0 -19
  259. package/.claude/commands/swarm/swarm-status.md +0 -8
  260. package/.claude/commands/swarm/swarm-strategies.md +0 -8
  261. package/.claude/commands/swarm/swarm.md +0 -27
  262. package/.claude/commands/training/README.md +0 -9
  263. package/.claude/commands/training/model-update.md +0 -25
  264. package/.claude/commands/training/neural-patterns.md +0 -74
  265. package/.claude/commands/training/neural-train.md +0 -25
  266. package/.claude/commands/training/pattern-learn.md +0 -25
  267. package/.claude/commands/training/specialization.md +0 -63
  268. package/.claude/commands/workflows/README.md +0 -9
  269. package/.claude/commands/workflows/development.md +0 -78
  270. package/.claude/commands/workflows/research.md +0 -63
  271. package/.claude/commands/workflows/workflow-create.md +0 -25
  272. package/.claude/commands/workflows/workflow-execute.md +0 -25
  273. package/.claude/commands/workflows/workflow-export.md +0 -25
  274. package/.claude/skills/agentic-jujutsu/SKILL.md +0 -645
  275. package/.claude/skills/hive-mind-advanced/SKILL.md +0 -712
  276. package/.claude/skills/iterative-loop/SKILL.md +0 -371
  277. package/.claude/skills/performance-analysis/SKILL.md +0 -569
  278. package/.claude/skills/performance-analysis/evals/performance-analysis.yaml +0 -144
  279. package/.claude/skills/performance-analysis/schemas/output.json +0 -588
  280. package/.claude/skills/performance-analysis/scripts/validate-config.json +0 -36
@@ -0,0 +1,101 @@
1
+ # Step 3: Wait for Batch 1 & Extract Results
2
+
3
+ ## Prerequisites
4
+ - Step 2 (Core Agents) completed: all 3 core agents spawned
5
+ - qe-metrics-optimizer, qe-defect-predictor, qe-root-cause-analyzer running in background
6
+
7
+ ## Instructions
8
+
9
+ ### ENFORCEMENT: NO EARLY PROCEEDING
10
+
11
+ ```
12
+ +-------------------------------------------------------------+
13
+ | YOU MUST WAIT FOR ALL THREE BACKGROUND TASKS TO COMPLETE |
14
+ | |
15
+ | DO NOT summarize what agents "would" find |
16
+ | DO NOT proceed to Step 4 early |
17
+ | DO NOT provide your own analysis as substitute |
18
+ | |
19
+ | WAIT for actual agent results |
20
+ | ONLY proceed when all three have returned |
21
+ +-------------------------------------------------------------+
22
+ ```
23
+
24
+ ### Results Extraction Checklist
25
+
26
+ When results return, extract and record:
27
+
28
+ ```
29
+ From qe-metrics-optimizer:
30
+ [ ] doraScore = __.__ composite score (0-1)
31
+ [ ] doraClassification = Elite/High/Medium/Low
32
+ [ ] slaCompliance = __% compliance percentage
33
+ [ ] deploymentFrequency = __/day or __/week
34
+ [ ] leadTime = __ hours/days
35
+ [ ] mttr = __ hours
36
+ [ ] changeFailureRate = __%
37
+
38
+ From qe-defect-predictor:
39
+ [ ] defectTrend = declining/stable/increasing
40
+ [ ] defectDensity = __.__ per KLOC
41
+ [ ] hotspotCount = __ hotspots identified
42
+ [ ] escapeCount = __ defects escaped from earlier phases
43
+ [ ] predictedDensity = __.__ per KLOC (next period)
44
+
45
+ From qe-root-cause-analyzer:
46
+ [ ] incidentCount = __ total incidents
47
+ [ ] maxOpenSeverity = P0/P1/P2/P3/P4/NONE
48
+ [ ] rcaCompleteness = __% (completed RCAs / total incidents)
49
+ [ ] averageTTD = __ hours (time to detect)
50
+ [ ] averageTTR = __ hours (time to resolve)
51
+ [ ] openP0P1 = __ count of open P0/P1 incidents
52
+ ```
53
+
54
+ ### Metrics Summary Box
55
+
56
+ Output extracted metrics:
57
+
58
+ ```
59
+ +-------------------------------------------------------------+
60
+ | BATCH 1 RESULTS SUMMARY |
61
+ +-------------------------------------------------------------+
62
+ | |
63
+ | DORA Score: __.__ (Elite/High/Med/Low) |
64
+ | Deployment Frequency: __/day or __/week |
65
+ | Lead Time: __ hours/days |
66
+ | MTTR: __ hours |
67
+ | Change Failure Rate: __% |
68
+ | SLA Compliance: __% |
69
+ | |
70
+ | Defect Trend: declining/stable/increasing |
71
+ | Defect Density: __.__ per KLOC |
72
+ | Predicted Density: __.__ per KLOC |
73
+ | Hotspots: __ |
74
+ | Defects Escaped: __ |
75
+ | |
76
+ | Incidents (total): __ |
77
+ | Max Open Severity: P_/NONE |
78
+ | RCA Completeness: __% |
79
+ | Avg Time to Detect: __ hours |
80
+ | Avg Time to Resolve: __ hours |
81
+ | Open P0/P1: __ |
82
+ | |
83
+ +-------------------------------------------------------------+
84
+ ```
85
+
86
+ **DO NOT proceed to Step 4 until ALL fields are filled.**
87
+
88
+ ## Success Criteria
89
+ - [ ] All three core agents returned results
90
+ - [ ] All metrics extracted and recorded in summary box
91
+ - [ ] No placeholder values remain in the summary
92
+ - [ ] Results saved for use in subsequent steps
93
+
94
+ ## Output
95
+ Provide to the next step:
96
+ - Complete Batch 1 Results Summary with all metrics filled
97
+ - Flag values from Step 1 (needed to determine which conditional agents to spawn)
98
+
99
+ ## Navigation
100
+ - On success: proceed to Step 4 (Conditional Agents) by reading `steps/04-conditional-agents.md`
101
+ - On failure: if any agent failed, retry the failed agent before proceeding
@@ -0,0 +1,125 @@
1
+ # Step 4: Spawn Conditional Agents (Parallel Batch 2)
2
+
3
+ ## Prerequisites
4
+ - Step 3 (Batch 1 Results) completed with all metrics extracted
5
+ - Flag detection results from Step 1 available
6
+ - Core agent reports saved to OUTPUT_FOLDER
7
+
8
+ ## Instructions
9
+
10
+ ### ENFORCEMENT: NO SKIPPING CONDITIONAL AGENTS
11
+
12
+ ```
13
+ +-------------------------------------------------------------+
14
+ | IF A FLAG IS TRUE, YOU MUST SPAWN THAT AGENT |
15
+ | |
16
+ | HAS_INFRASTRUCTURE_CHANGE = TRUE -> MUST spawn qe-chaos-engineer |
17
+ | HAS_PERFORMANCE_SLA = TRUE -> MUST spawn qe-performance-tester |
18
+ | HAS_REGRESSION_RISK = TRUE -> MUST spawn qe-regression-analyzer |
19
+ | HAS_RECURRING_INCIDENTS = TRUE -> MUST spawn qe-pattern-learner |
20
+ | HAS_MIDDLEWARE = TRUE -> MUST spawn qe-middleware-validator |
21
+ | HAS_SAP_INTEGRATION = TRUE -> MUST spawn qe-sap-rfc-tester |
22
+ | HAS_AUTHORIZATION = TRUE -> MUST spawn qe-sod-analyzer |
23
+ | |
24
+ | Skipping a flagged agent is a FAILURE of this skill. |
25
+ +-------------------------------------------------------------+
26
+ ```
27
+
28
+ ### Conditional Domain Mapping
29
+
30
+ | Flag | Agent | Domain | MCP Tool |
31
+ |------|-------|--------|----------|
32
+ | HAS_INFRASTRUCTURE_CHANGE | qe-chaos-engineer | chaos-resilience | `performance_benchmark` |
33
+ | HAS_PERFORMANCE_SLA | qe-performance-tester | chaos-resilience | `performance_benchmark` |
34
+ | HAS_REGRESSION_RISK | qe-regression-analyzer | defect-intelligence | `defect_predict` |
35
+ | HAS_RECURRING_INCIDENTS | qe-pattern-learner | defect-intelligence | `root_cause_analyze` |
36
+ | HAS_MIDDLEWARE | qe-middleware-validator | enterprise-integration | `task_orchestrate` |
37
+ | HAS_SAP_INTEGRATION | qe-sap-rfc-tester | enterprise-integration | `task_orchestrate` |
38
+ | HAS_AUTHORIZATION | qe-sod-analyzer | enterprise-integration | `task_orchestrate` |
39
+
40
+ ### Decision Tree
41
+
42
+ ```
43
+ IF ALL flags are FALSE:
44
+ -> Skip to Step 5 (no conditional agents needed)
45
+ -> State: "No conditional agents needed based on production context"
46
+
47
+ ELSE:
48
+ -> Spawn ALL applicable agents in ONE message
49
+ -> Count how many you're spawning: __
50
+ ```
51
+
52
+ ### IF HAS_INFRASTRUCTURE_CHANGE: Chaos Engineer
53
+
54
+ Spawn qe-chaos-engineer to assess resilience of production systems after recent infrastructure changes. Agent must analyze infrastructure change impact, run resilience tests, assess auto-recovery, evaluate resource utilization, and produce a Chaos Resilience Score (0-100). Save to: `${OUTPUT_FOLDER}/05-chaos-resilience.md`
55
+
56
+ ### IF HAS_PERFORMANCE_SLA: Performance Tester
57
+
58
+ Spawn qe-performance-tester to validate production performance against SLA/SLO targets. Agent must assess SLA/SLO compliance, detect performance regressions, analyze error budgets, evaluate latency distributions, and produce a Performance SLA Score (0-100). Save to: `${OUTPUT_FOLDER}/06-performance-sla.md`
59
+
60
+ ### IF HAS_REGRESSION_RISK: Regression Analyzer
61
+
62
+ Spawn qe-regression-analyzer to analyze production regressions from user-reported issues and monitoring data. Agent must inventory regressions, analyze error rates, map root causes, assess user impact, and produce a Regression Analysis Score (0-100). Save to: `${OUTPUT_FOLDER}/07-regression-analysis.md`
63
+
64
+ ### IF HAS_RECURRING_INCIDENTS: Pattern Learner
65
+
66
+ Spawn qe-pattern-learner to detect recurring incident patterns in production. Agent must identify recurring patterns, analyze flapping services, find repeat offender modules, cluster same-root-cause incidents, and provide recommendations. Save to: `${OUTPUT_FOLDER}/08-pattern-analysis.md`
67
+
68
+ ### IF HAS_MIDDLEWARE: Middleware Validator
69
+
70
+ Spawn qe-middleware-validator to validate middleware and message broker health. Agent must inventory middleware components, assess message flow health, evaluate broker health, analyze message loss, and produce a Middleware Health Score (0-100). Save to: `${OUTPUT_FOLDER}/10-middleware-health.md`
71
+
72
+ ### IF HAS_SAP_INTEGRATION: SAP RFC Tester
73
+
74
+ Spawn qe-sap-rfc-tester to validate SAP RFC/BAPI integration health. Agent must inventory SAP services, assess RFC/BAPI health, validate data integrity, evaluate connector performance, and produce a SAP Health Score (0-100). Save to: `${OUTPUT_FOLDER}/11-sap-health.md`
75
+
76
+ ### IF HAS_AUTHORIZATION: SoD Analyzer
77
+
78
+ Spawn qe-sod-analyzer to validate segregation of duties and authorization controls. Agent must assess compliance status, inventory SoD violations, analyze role assignments, evaluate access control effectiveness, and produce a SoD Compliance Score (0-100). Save to: `${OUTPUT_FOLDER}/12-sod-compliance.md`
79
+
80
+ ### Agent Count Validation
81
+
82
+ ```
83
+ +-------------------------------------------------------------+
84
+ | AGENT COUNT VALIDATION |
85
+ +-------------------------------------------------------------+
86
+ | CORE AGENTS (ALWAYS 3): |
87
+ | [ ] qe-metrics-optimizer - SPAWNED |
88
+ | [ ] qe-defect-predictor - SPAWNED |
89
+ | [ ] qe-root-cause-analyzer - SPAWNED |
90
+ | CONDITIONAL AGENTS (based on flags): |
91
+ | [ ] qe-chaos-engineer - [Y/N] (HAS_INFRA) |
92
+ | [ ] qe-performance-tester - [Y/N] (HAS_PERF_SLA) |
93
+ | [ ] qe-regression-analyzer - [Y/N] (HAS_REGRESS) |
94
+ | [ ] qe-pattern-learner - [Y/N] (HAS_RECURRING) |
95
+ | [ ] qe-middleware-validator - [Y/N] (HAS_MIDDLEWARE) |
96
+ | [ ] qe-sap-rfc-tester - [Y/N] (HAS_SAP_INTEG) |
97
+ | [ ] qe-sod-analyzer - [Y/N] (HAS_AUTHORIZATION) |
98
+ | FEEDBACK AGENTS (ALWAYS 2): PENDING (Step 7) |
99
+ | VALIDATION: |
100
+ | Expected so far: [3 + count of TRUE flags] |
101
+ | Actual spawned: [count] |
102
+ | Status: [PASS/FAIL] |
103
+ +-------------------------------------------------------------+
104
+ ```
105
+
106
+ **DO NOT proceed if validation FAILS. Wait for all conditional agents to complete.**
107
+
108
+ ## Success Criteria
109
+ - [ ] All flagged conditional agents spawned in ONE message (or skipped to Step 5 if no flags)
110
+ - [ ] Agent count validation PASSED
111
+ - [ ] All conditional agents completed and returned results
112
+ - [ ] Conditional scores extracted
113
+
114
+ ## Output
115
+ Provide to the next step:
116
+ - regressionCount (from qe-regression-analyzer, or NULL)
117
+ - chaosResilience (from qe-chaos-engineer, or NULL, 0-100)
118
+ - middlewareHealth (from qe-middleware-validator, or NULL, 0-100)
119
+ - sapHealth (from qe-sap-rfc-tester, or NULL, 0-100)
120
+ - sodCompliance (from qe-sod-analyzer, or NULL, 0-100)
121
+ - Agent count validation result
122
+
123
+ ## Navigation
124
+ - On success: proceed to Step 5 (Decision Logic) by reading `steps/05-decision-synthesis.md`
125
+ - On failure: spawn missing agents before proceeding
@@ -0,0 +1,136 @@
1
+ # Step 5: Synthesize Results & Determine Recommendation
2
+
3
+ ## Prerequisites
4
+ - Step 3 (Batch 1 Results) completed with core metrics
5
+ - Step 4 (Conditional Agents) completed with all conditional scores
6
+ - All agent reports saved to OUTPUT_FOLDER
7
+
8
+ ## Instructions
9
+
10
+ ### ENFORCEMENT: EXACT DECISION LOGIC
11
+
12
+ **You MUST apply this logic EXACTLY. No interpretation.**
13
+
14
+ ```
15
+ STEP 1: Derive composite metrics from agent outputs
16
+ -----------------------------------------------------------
17
+ doraScore = doraMetrics.compositeScore from qe-metrics-optimizer
18
+ slaCompliance = slaReport.compliancePercent from qe-metrics-optimizer
19
+ incidentSeverity = maxOpenSeverity from qe-root-cause-analyzer
20
+ rcaCompleteness = completedRcas / totalIncidents from qe-root-cause-analyzer
21
+ defectTrend = trendDirection from qe-defect-predictor
22
+ defectDensity = predictedDensity from qe-defect-predictor
23
+ regressionCount = regressionCount from qe-regression-analyzer (NULL if not ran)
24
+ chaosResilience = resilienceScore from qe-chaos-engineer (NULL if not ran, 0-100)
25
+ middlewareHealth = healthScore from qe-middleware-validator (NULL if not ran, 0-100)
26
+ sapHealth = healthScore from qe-sap-rfc-tester (NULL if not ran, 0-100)
27
+ sodCompliance = complianceScore from qe-sod-analyzer (NULL if not ran, 0-100)
28
+
29
+ STEP 2: Check CRITICAL conditions (ANY triggers CRITICAL)
30
+ -----------------------------------------------------------
31
+ IF incidentSeverity in [P0, P1] -> CRITICAL ("Active P0/P1 incidents")
32
+ IF doraScore < 0.4 -> CRITICAL ("DORA metrics critically low")
33
+ IF slaCompliance < 95.0 -> CRITICAL ("SLA compliance below minimum")
34
+ IF defectTrend == "increasing"
35
+ AND defectDensity > 5.0 -> CRITICAL ("Accelerating defect trend")
36
+ IF middlewareHealth != NULL
37
+ AND middlewareHealth < 20 -> CRITICAL ("Middleware critically unhealthy")
38
+ IF sapHealth != NULL
39
+ AND sapHealth < 20 -> CRITICAL ("SAP integration critically unhealthy")
40
+ IF sodCompliance != NULL
41
+ AND sodCompliance < 20 -> CRITICAL ("Critical SoD violations in production")
42
+
43
+ STEP 3: Check HEALTHY conditions (ALL required for HEALTHY)
44
+ -----------------------------------------------------------
45
+ IF doraScore >= 0.7
46
+ AND slaCompliance >= 99.0
47
+ AND incidentSeverity in [P3, P4, NONE]
48
+ AND rcaCompleteness >= 80
49
+ AND defectTrend in ["declining", "stable"]
50
+ AND defectDensity <= 2.0
51
+ AND (regressionCount == NULL OR regressionCount <= 2)
52
+ AND (chaosResilience == NULL OR chaosResilience >= 80)
53
+ AND (middlewareHealth == NULL OR middlewareHealth >= 70)
54
+ AND (sapHealth == NULL OR sapHealth >= 70)
55
+ AND (sodCompliance == NULL OR sodCompliance >= 70)
56
+ -> HEALTHY
57
+
58
+ STEP 4: Default
59
+ -----------------------------------------------------------
60
+ ELSE -> DEGRADED
61
+ ```
62
+
63
+ ### Decision Recording
64
+
65
+ ```
66
+ METRICS:
67
+ - doraScore = __.__ (0-1)
68
+ - slaCompliance = __%
69
+ - incidentSeverity = P_/NONE (max open)
70
+ - rcaCompleteness = __%
71
+ - defectTrend = declining/stable/increasing
72
+ - defectDensity = __.__ per KLOC
73
+ - regressionCount = __ (if applicable, else NULL)
74
+ - chaosResilience = __ (if applicable, else NULL, 0-100)
75
+ - middlewareHealth = __ (if applicable, else NULL, 0-100)
76
+ - sapHealth = __ (if applicable, else NULL, 0-100)
77
+ - sodCompliance = __ (if applicable, else NULL, 0-100)
78
+
79
+ CRITICAL CHECK:
80
+ - incidentSeverity in [P0, P1]? __ (YES/NO)
81
+ - doraScore < 0.4? __ (YES/NO)
82
+ - slaCompliance < 95.0? __ (YES/NO)
83
+ - defectTrend == "increasing" AND defectDensity > 5.0? __ (YES/NO)
84
+ - middlewareHealth != NULL AND < 20? __ (YES/NO)
85
+ - sapHealth != NULL AND < 20? __ (YES/NO)
86
+ - sodCompliance != NULL AND < 20? __ (YES/NO)
87
+
88
+ HEALTHY CHECK (only if no CRITICAL triggered):
89
+ - doraScore >= 0.7? __ (YES/NO)
90
+ - slaCompliance >= 99.0? __ (YES/NO)
91
+ - incidentSeverity in [P3, P4, NONE]? __ (YES/NO)
92
+ - rcaCompleteness >= 80? __ (YES/NO)
93
+ - defectTrend in ["declining", "stable"]? __ (YES/NO)
94
+ - defectDensity <= 2.0? __ (YES/NO)
95
+ - regressionCount == NULL OR <= 2? __ (YES/NO)
96
+ - chaosResilience == NULL OR >= 80? __ (YES/NO)
97
+ - middlewareHealth == NULL OR >= 70? __ (YES/NO)
98
+ - sapHealth == NULL OR >= 70? __ (YES/NO)
99
+ - sodCompliance == NULL OR >= 70? __ (YES/NO)
100
+
101
+ FINAL RECOMMENDATION: [HEALTHY / DEGRADED / CRITICAL]
102
+ REASON: ___
103
+ ```
104
+
105
+ ### Degraded Recommendations
106
+
107
+ If recommendation is DEGRADED, provide specific improvement actions:
108
+
109
+ | Issue | Current Value | Required Value | Owner | Action |
110
+ |-------|--------------|----------------|-------|--------|
111
+ | ... | ... | ... | [who] | [what to do] |
112
+
113
+ If recommendation is CRITICAL, provide mandatory remediation steps:
114
+
115
+ | Fix | Priority | Effort | Must Complete Before |
116
+ |-----|----------|--------|---------------------|
117
+ | ... | P0 | [scope] | [production can stabilize] |
118
+
119
+ ## Success Criteria
120
+ - [ ] All metrics derived from actual agent outputs
121
+ - [ ] CRITICAL conditions checked exhaustively
122
+ - [ ] HEALTHY conditions checked only if no CRITICAL triggered
123
+ - [ ] Decision recording completed with all fields filled
124
+ - [ ] FINAL RECOMMENDATION determined: HEALTHY, DEGRADED, or CRITICAL
125
+ - [ ] Rationale documented
126
+
127
+ ## Output
128
+ Provide to the next step:
129
+ - FINAL RECOMMENDATION (HEALTHY / DEGRADED / CRITICAL)
130
+ - Complete metrics summary
131
+ - Decision rationale
132
+ - Improvement/remediation actions (if DEGRADED or CRITICAL)
133
+
134
+ ## Navigation
135
+ - On success: proceed to Step 6 (Report Generation) by reading `steps/06-report-generation.md`
136
+ - On failure: if metrics are missing, return to the appropriate step to retrieve them
@@ -0,0 +1,181 @@
1
+ # Step 6: Generate Production Health Report
2
+
3
+ ## Prerequisites
4
+ - Step 5 (Decision Synthesis) completed with FINAL RECOMMENDATION
5
+ - All agent reports saved to OUTPUT_FOLDER
6
+ - Complete metrics available
7
+
8
+ ## Instructions
9
+
10
+ ### ENFORCEMENT: COMPLETE REPORT STRUCTURE
11
+
12
+ **ALL sections below are MANDATORY. No abbreviations.**
13
+
14
+ Generate the following report and save it to `${OUTPUT_FOLDER}/01-executive-summary.md`:
15
+
16
+ ```markdown
17
+ # QCSD Production Health Report: [Release Name/ID]
18
+
19
+ **Generated**: [Date/Time]
20
+ **Recommendation**: [HEALTHY / DEGRADED / CRITICAL]
21
+ **Agents Executed**: [List all agents that ran]
22
+ **Parallel Batches**: [3]
23
+ **Release ID**: [RELEASE_ID value]
24
+ **Telemetry Source**: [TELEMETRY_DATA path]
25
+
26
+ ---
27
+
28
+ ## Executive Summary
29
+
30
+ | Metric | Value | Threshold | Status |
31
+ |--------|-------|-----------|--------|
32
+ | DORA Score | X.XX | >= 0.7 (HEALTHY) | PASS/WARN/FAIL |
33
+ | SLA Compliance | X% | >= 99% (HEALTHY) | PASS/WARN/FAIL |
34
+ | Incident Severity | P_/NONE | P3/P4/NONE (HEALTHY) | PASS/WARN/FAIL |
35
+ | Defect Trend | declining/stable/increasing | declining/stable (HEALTHY) | PASS/WARN/FAIL |
36
+ | RCA Completeness | X% | >= 80% (HEALTHY) | PASS/WARN/FAIL |
37
+
38
+ **Recommendation Rationale**: [1-2 sentences explaining why HEALTHY/DEGRADED/CRITICAL]
39
+
40
+ ---
41
+
42
+ ## DORA Metrics Analysis
43
+
44
+ [EMBED or LINK the full report from qe-metrics-optimizer]
45
+
46
+ ### DORA Dashboard
47
+
48
+ | Metric | Value | Classification |
49
+ |--------|-------|----------------|
50
+ [All 4 DORA metrics from qe-metrics-optimizer]
51
+
52
+ ### SLA Compliance Matrix
53
+ [Key findings from agent output]
54
+
55
+ ---
56
+
57
+ ## Defect Prediction Analysis
58
+
59
+ [EMBED or LINK the full report from qe-defect-predictor]
60
+
61
+ ### Trend Summary
62
+
63
+ | Dimension | Value | Risk |
64
+ |-----------|-------|------|
65
+ [Key metrics from agent output]
66
+
67
+ ### Escape Analysis
68
+ [Which phases should have caught production defects]
69
+
70
+ ---
71
+
72
+ ## Root Cause Analysis
73
+
74
+ [EMBED or LINK the full report from qe-root-cause-analyzer]
75
+
76
+ ### Incident Summary
77
+
78
+ | Metric | Value | Status |
79
+ |--------|-------|--------|
80
+ [Key metrics from agent output]
81
+
82
+ ### Top Incidents
83
+ [Summary of highest-severity incidents]
84
+
85
+ ---
86
+
87
+ ## Conditional Analysis
88
+
89
+ [INCLUDE ONLY IF APPLICABLE - based on which conditional agents ran]
90
+
91
+ ### Chaos Resilience (IF HAS_INFRASTRUCTURE_CHANGE)
92
+ [Full output from qe-chaos-engineer]
93
+
94
+ ### Performance SLA (IF HAS_PERFORMANCE_SLA)
95
+ [Full output from qe-performance-tester]
96
+
97
+ ### Regression Analysis (IF HAS_REGRESSION_RISK)
98
+ [Full output from qe-regression-analyzer]
99
+
100
+ ### Pattern Analysis (IF HAS_RECURRING_INCIDENTS)
101
+ [Full output from qe-pattern-learner]
102
+
103
+ ### Middleware Health (IF HAS_MIDDLEWARE)
104
+ [Full output from qe-middleware-validator]
105
+
106
+ ### SAP Health (IF HAS_SAP_INTEGRATION)
107
+ [Full output from qe-sap-rfc-tester]
108
+
109
+ ### SoD Compliance (IF HAS_AUTHORIZATION)
110
+ [Full output from qe-sod-analyzer]
111
+
112
+ ---
113
+
114
+ ## Feedback Loop Synthesis
115
+
116
+ [Full output from qe-learning-coordinator and qe-transfer-specialist - Step 8]
117
+
118
+ ### Strategic Feedback (to Ideation)
119
+ [DORA trends + defect patterns for risk calibration]
120
+
121
+ ### Tactical Feedback (to Refinement)
122
+ [RCA patterns + escape analysis for test strategy improvement]
123
+
124
+ ---
125
+
126
+ ## Recommended Actions
127
+
128
+ ### Immediate Actions (P0 - Blockers)
129
+ - [ ] [Action based on findings]
130
+
131
+ ### Short-Term Actions (P1 - Important)
132
+ - [ ] [Action based on findings]
133
+
134
+ ### Long-Term Improvements (P2 - Improvement)
135
+ - [ ] [Action based on findings]
136
+
137
+ ---
138
+
139
+ ## Appendix: Agent Outputs
140
+
141
+ [Link to or embed full outputs from each agent]
142
+
143
+ ---
144
+
145
+ *Generated by QCSD Production Swarm v1.0*
146
+ *Execution Model: Task Tool Parallel Swarm*
147
+ ```
148
+
149
+ ### Report Validation Checklist
150
+
151
+ Before presenting report:
152
+
153
+ ```
154
+ +-- Executive Summary table is complete with all 5 metrics
155
+ +-- Recommendation matches decision logic output
156
+ +-- DORA section includes all 4 metrics with classifications
157
+ +-- Defect section includes trend direction and escape analysis
158
+ +-- RCA section includes incident severity and completeness
159
+ +-- Conditional sections included for all spawned agents
160
+ +-- Feedback loop section present (will be filled in Step 8)
161
+ +-- Recommended actions are specific (not generic)
162
+ +-- Report saved to output folder
163
+ ```
164
+
165
+ **DO NOT present an incomplete report.**
166
+
167
+ ## Success Criteria
168
+ - [ ] Executive summary with all 5 core metrics
169
+ - [ ] DORA, Defect, and RCA sections complete
170
+ - [ ] Conditional sections for all spawned agents
171
+ - [ ] Recommended actions are specific and actionable
172
+ - [ ] Report saved to `${OUTPUT_FOLDER}/01-executive-summary.md`
173
+
174
+ ## Output
175
+ Provide to the next step:
176
+ - Confirmation that report is saved
177
+ - Complete metrics for learning persistence
178
+
179
+ ## Navigation
180
+ - On success: proceed to Step 7 (Learning Persistence) by reading `steps/07-learning-persistence.md`
181
+ - On failure: complete missing report sections before proceeding