@ngocsangairvds/vsaf 3.0.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 (282) hide show
  1. package/.claude/skills/bmad-advanced-elicitation/SKILL.md +136 -0
  2. package/.claude/skills/bmad-advanced-elicitation/methods.csv +51 -0
  3. package/.claude/skills/bmad-agent-analyst/SKILL.md +59 -0
  4. package/.claude/skills/bmad-agent-analyst/bmad-skill-manifest.yaml +11 -0
  5. package/.claude/skills/bmad-agent-architect/SKILL.md +54 -0
  6. package/.claude/skills/bmad-agent-architect/bmad-skill-manifest.yaml +11 -0
  7. package/.claude/skills/bmad-agent-dev/SKILL.md +69 -0
  8. package/.claude/skills/bmad-agent-dev/bmad-skill-manifest.yaml +11 -0
  9. package/.claude/skills/bmad-agent-pm/SKILL.md +59 -0
  10. package/.claude/skills/bmad-agent-pm/bmad-skill-manifest.yaml +11 -0
  11. package/.claude/skills/bmad-agent-tech-writer/SKILL.md +57 -0
  12. package/.claude/skills/bmad-agent-tech-writer/bmad-skill-manifest.yaml +11 -0
  13. package/.claude/skills/bmad-agent-tech-writer/explain-concept.md +20 -0
  14. package/.claude/skills/bmad-agent-tech-writer/mermaid-gen.md +20 -0
  15. package/.claude/skills/bmad-agent-tech-writer/validate-doc.md +19 -0
  16. package/.claude/skills/bmad-agent-tech-writer/write-document.md +20 -0
  17. package/.claude/skills/bmad-agent-ux-designer/SKILL.md +55 -0
  18. package/.claude/skills/bmad-agent-ux-designer/bmad-skill-manifest.yaml +11 -0
  19. package/.claude/skills/bmad-brainstorming/SKILL.md +6 -0
  20. package/.claude/skills/bmad-brainstorming/brain-methods.csv +62 -0
  21. package/.claude/skills/bmad-brainstorming/steps/step-01-session-setup.md +214 -0
  22. package/.claude/skills/bmad-brainstorming/steps/step-01b-continue.md +124 -0
  23. package/.claude/skills/bmad-brainstorming/steps/step-02a-user-selected.md +229 -0
  24. package/.claude/skills/bmad-brainstorming/steps/step-02b-ai-recommended.md +239 -0
  25. package/.claude/skills/bmad-brainstorming/steps/step-02c-random-selection.md +211 -0
  26. package/.claude/skills/bmad-brainstorming/steps/step-02d-progressive-flow.md +266 -0
  27. package/.claude/skills/bmad-brainstorming/steps/step-03-technique-execution.md +401 -0
  28. package/.claude/skills/bmad-brainstorming/steps/step-04-idea-organization.md +305 -0
  29. package/.claude/skills/bmad-brainstorming/template.md +15 -0
  30. package/.claude/skills/bmad-brainstorming/workflow.md +53 -0
  31. package/.claude/skills/bmad-check-implementation-readiness/SKILL.md +6 -0
  32. package/.claude/skills/bmad-check-implementation-readiness/steps/step-01-document-discovery.md +179 -0
  33. package/.claude/skills/bmad-check-implementation-readiness/steps/step-02-prd-analysis.md +168 -0
  34. package/.claude/skills/bmad-check-implementation-readiness/steps/step-03-epic-coverage-validation.md +169 -0
  35. package/.claude/skills/bmad-check-implementation-readiness/steps/step-04-ux-alignment.md +129 -0
  36. package/.claude/skills/bmad-check-implementation-readiness/steps/step-05-epic-quality-review.md +241 -0
  37. package/.claude/skills/bmad-check-implementation-readiness/steps/step-06-final-assessment.md +126 -0
  38. package/.claude/skills/bmad-check-implementation-readiness/templates/readiness-report-template.md +4 -0
  39. package/.claude/skills/bmad-check-implementation-readiness/workflow.md +47 -0
  40. package/.claude/skills/bmad-checkpoint-preview/SKILL.md +29 -0
  41. package/.claude/skills/bmad-checkpoint-preview/generate-trail.md +38 -0
  42. package/.claude/skills/bmad-checkpoint-preview/step-01-orientation.md +105 -0
  43. package/.claude/skills/bmad-checkpoint-preview/step-02-walkthrough.md +89 -0
  44. package/.claude/skills/bmad-checkpoint-preview/step-03-detail-pass.md +106 -0
  45. package/.claude/skills/bmad-checkpoint-preview/step-04-testing.md +74 -0
  46. package/.claude/skills/bmad-checkpoint-preview/step-05-wrapup.md +24 -0
  47. package/.claude/skills/bmad-code-review/SKILL.md +6 -0
  48. package/.claude/skills/bmad-code-review/steps/step-01-gather-context.md +85 -0
  49. package/.claude/skills/bmad-code-review/steps/step-02-review.md +34 -0
  50. package/.claude/skills/bmad-code-review/steps/step-03-triage.md +49 -0
  51. package/.claude/skills/bmad-code-review/steps/step-04-present.md +129 -0
  52. package/.claude/skills/bmad-code-review/workflow.md +55 -0
  53. package/.claude/skills/bmad-correct-course/SKILL.md +6 -0
  54. package/.claude/skills/bmad-correct-course/checklist.md +288 -0
  55. package/.claude/skills/bmad-correct-course/workflow.md +267 -0
  56. package/.claude/skills/bmad-create-architecture/SKILL.md +6 -0
  57. package/.claude/skills/bmad-create-architecture/architecture-decision-template.md +12 -0
  58. package/.claude/skills/bmad-create-architecture/data/domain-complexity.csv +13 -0
  59. package/.claude/skills/bmad-create-architecture/data/project-types.csv +7 -0
  60. package/.claude/skills/bmad-create-architecture/steps/step-01-init.md +153 -0
  61. package/.claude/skills/bmad-create-architecture/steps/step-01b-continue.md +173 -0
  62. package/.claude/skills/bmad-create-architecture/steps/step-02-context.md +224 -0
  63. package/.claude/skills/bmad-create-architecture/steps/step-03-starter.md +329 -0
  64. package/.claude/skills/bmad-create-architecture/steps/step-04-decisions.md +318 -0
  65. package/.claude/skills/bmad-create-architecture/steps/step-05-patterns.md +359 -0
  66. package/.claude/skills/bmad-create-architecture/steps/step-06-structure.md +379 -0
  67. package/.claude/skills/bmad-create-architecture/steps/step-07-validation.md +359 -0
  68. package/.claude/skills/bmad-create-architecture/steps/step-08-complete.md +76 -0
  69. package/.claude/skills/bmad-create-architecture/workflow.md +32 -0
  70. package/.claude/skills/bmad-create-epics-and-stories/SKILL.md +6 -0
  71. package/.claude/skills/bmad-create-epics-and-stories/steps/step-01-validate-prerequisites.md +255 -0
  72. package/.claude/skills/bmad-create-epics-and-stories/steps/step-02-design-epics.md +212 -0
  73. package/.claude/skills/bmad-create-epics-and-stories/steps/step-03-create-stories.md +255 -0
  74. package/.claude/skills/bmad-create-epics-and-stories/steps/step-04-final-validation.md +131 -0
  75. package/.claude/skills/bmad-create-epics-and-stories/templates/epics-template.md +61 -0
  76. package/.claude/skills/bmad-create-epics-and-stories/workflow.md +51 -0
  77. package/.claude/skills/bmad-create-prd/SKILL.md +6 -0
  78. package/.claude/skills/bmad-create-prd/data/domain-complexity.csv +15 -0
  79. package/.claude/skills/bmad-create-prd/data/prd-purpose.md +197 -0
  80. package/.claude/skills/bmad-create-prd/data/project-types.csv +11 -0
  81. package/.claude/skills/bmad-create-prd/steps-c/step-01-init.md +178 -0
  82. package/.claude/skills/bmad-create-prd/steps-c/step-01b-continue.md +161 -0
  83. package/.claude/skills/bmad-create-prd/steps-c/step-02-discovery.md +208 -0
  84. package/.claude/skills/bmad-create-prd/steps-c/step-02b-vision.md +142 -0
  85. package/.claude/skills/bmad-create-prd/steps-c/step-02c-executive-summary.md +158 -0
  86. package/.claude/skills/bmad-create-prd/steps-c/step-03-success.md +214 -0
  87. package/.claude/skills/bmad-create-prd/steps-c/step-04-journeys.md +201 -0
  88. package/.claude/skills/bmad-create-prd/steps-c/step-05-domain.md +194 -0
  89. package/.claude/skills/bmad-create-prd/steps-c/step-06-innovation.md +211 -0
  90. package/.claude/skills/bmad-create-prd/steps-c/step-07-project-type.md +222 -0
  91. package/.claude/skills/bmad-create-prd/steps-c/step-08-scoping.md +216 -0
  92. package/.claude/skills/bmad-create-prd/steps-c/step-09-functional.md +219 -0
  93. package/.claude/skills/bmad-create-prd/steps-c/step-10-nonfunctional.md +230 -0
  94. package/.claude/skills/bmad-create-prd/steps-c/step-11-polish.md +221 -0
  95. package/.claude/skills/bmad-create-prd/steps-c/step-12-complete.md +115 -0
  96. package/.claude/skills/bmad-create-prd/templates/prd-template.md +10 -0
  97. package/.claude/skills/bmad-create-prd/workflow.md +61 -0
  98. package/.claude/skills/bmad-create-story/SKILL.md +6 -0
  99. package/.claude/skills/bmad-create-story/checklist.md +357 -0
  100. package/.claude/skills/bmad-create-story/discover-inputs.md +88 -0
  101. package/.claude/skills/bmad-create-story/template.md +49 -0
  102. package/.claude/skills/bmad-create-story/workflow.md +380 -0
  103. package/.claude/skills/bmad-create-ux-design/SKILL.md +6 -0
  104. package/.claude/skills/bmad-create-ux-design/steps/step-01-init.md +135 -0
  105. package/.claude/skills/bmad-create-ux-design/steps/step-01b-continue.md +127 -0
  106. package/.claude/skills/bmad-create-ux-design/steps/step-02-discovery.md +190 -0
  107. package/.claude/skills/bmad-create-ux-design/steps/step-03-core-experience.md +217 -0
  108. package/.claude/skills/bmad-create-ux-design/steps/step-04-emotional-response.md +220 -0
  109. package/.claude/skills/bmad-create-ux-design/steps/step-05-inspiration.md +235 -0
  110. package/.claude/skills/bmad-create-ux-design/steps/step-06-design-system.md +253 -0
  111. package/.claude/skills/bmad-create-ux-design/steps/step-07-defining-experience.md +255 -0
  112. package/.claude/skills/bmad-create-ux-design/steps/step-08-visual-foundation.md +225 -0
  113. package/.claude/skills/bmad-create-ux-design/steps/step-09-design-directions.md +225 -0
  114. package/.claude/skills/bmad-create-ux-design/steps/step-10-user-journeys.md +242 -0
  115. package/.claude/skills/bmad-create-ux-design/steps/step-11-component-strategy.md +249 -0
  116. package/.claude/skills/bmad-create-ux-design/steps/step-12-ux-patterns.md +238 -0
  117. package/.claude/skills/bmad-create-ux-design/steps/step-13-responsive-accessibility.md +265 -0
  118. package/.claude/skills/bmad-create-ux-design/steps/step-14-complete.md +171 -0
  119. package/.claude/skills/bmad-create-ux-design/ux-design-template.md +13 -0
  120. package/.claude/skills/bmad-create-ux-design/workflow.md +35 -0
  121. package/.claude/skills/bmad-dev-story/SKILL.md +6 -0
  122. package/.claude/skills/bmad-dev-story/checklist.md +80 -0
  123. package/.claude/skills/bmad-dev-story/workflow.md +450 -0
  124. package/.claude/skills/bmad-distillator/SKILL.md +177 -0
  125. package/.claude/skills/bmad-distillator/agents/distillate-compressor.md +116 -0
  126. package/.claude/skills/bmad-distillator/agents/round-trip-reconstructor.md +68 -0
  127. package/.claude/skills/bmad-distillator/resources/compression-rules.md +51 -0
  128. package/.claude/skills/bmad-distillator/resources/distillate-format-reference.md +227 -0
  129. package/.claude/skills/bmad-distillator/resources/splitting-strategy.md +78 -0
  130. package/.claude/skills/bmad-distillator/scripts/analyze_sources.py +300 -0
  131. package/.claude/skills/bmad-distillator/scripts/tests/test_analyze_sources.py +204 -0
  132. package/.claude/skills/bmad-document-project/SKILL.md +6 -0
  133. package/.claude/skills/bmad-document-project/checklist.md +245 -0
  134. package/.claude/skills/bmad-document-project/documentation-requirements.csv +12 -0
  135. package/.claude/skills/bmad-document-project/instructions.md +128 -0
  136. package/.claude/skills/bmad-document-project/templates/deep-dive-template.md +345 -0
  137. package/.claude/skills/bmad-document-project/templates/index-template.md +169 -0
  138. package/.claude/skills/bmad-document-project/templates/project-overview-template.md +103 -0
  139. package/.claude/skills/bmad-document-project/templates/project-scan-report-schema.json +160 -0
  140. package/.claude/skills/bmad-document-project/templates/source-tree-template.md +135 -0
  141. package/.claude/skills/bmad-document-project/workflow.md +25 -0
  142. package/.claude/skills/bmad-document-project/workflows/deep-dive-instructions.md +299 -0
  143. package/.claude/skills/bmad-document-project/workflows/deep-dive-workflow.md +34 -0
  144. package/.claude/skills/bmad-document-project/workflows/full-scan-instructions.md +1107 -0
  145. package/.claude/skills/bmad-document-project/workflows/full-scan-workflow.md +34 -0
  146. package/.claude/skills/bmad-domain-research/SKILL.md +6 -0
  147. package/.claude/skills/bmad-domain-research/domain-steps/step-01-init.md +137 -0
  148. package/.claude/skills/bmad-domain-research/domain-steps/step-02-domain-analysis.md +229 -0
  149. package/.claude/skills/bmad-domain-research/domain-steps/step-03-competitive-landscape.md +238 -0
  150. package/.claude/skills/bmad-domain-research/domain-steps/step-04-regulatory-focus.md +206 -0
  151. package/.claude/skills/bmad-domain-research/domain-steps/step-05-technical-trends.md +234 -0
  152. package/.claude/skills/bmad-domain-research/domain-steps/step-06-research-synthesis.md +444 -0
  153. package/.claude/skills/bmad-domain-research/research.template.md +29 -0
  154. package/.claude/skills/bmad-domain-research/workflow.md +51 -0
  155. package/.claude/skills/bmad-edit-prd/SKILL.md +6 -0
  156. package/.claude/skills/bmad-edit-prd/data/prd-purpose.md +197 -0
  157. package/.claude/skills/bmad-edit-prd/steps-e/step-e-01-discovery.md +242 -0
  158. package/.claude/skills/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md +204 -0
  159. package/.claude/skills/bmad-edit-prd/steps-e/step-e-02-review.md +245 -0
  160. package/.claude/skills/bmad-edit-prd/steps-e/step-e-03-edit.md +250 -0
  161. package/.claude/skills/bmad-edit-prd/steps-e/step-e-04-complete.md +163 -0
  162. package/.claude/skills/bmad-edit-prd/workflow.md +62 -0
  163. package/.claude/skills/bmad-editorial-review-prose/SKILL.md +86 -0
  164. package/.claude/skills/bmad-editorial-review-structure/SKILL.md +179 -0
  165. package/.claude/skills/bmad-generate-project-context/SKILL.md +6 -0
  166. package/.claude/skills/bmad-generate-project-context/project-context-template.md +21 -0
  167. package/.claude/skills/bmad-generate-project-context/steps/step-01-discover.md +186 -0
  168. package/.claude/skills/bmad-generate-project-context/steps/step-02-generate.md +321 -0
  169. package/.claude/skills/bmad-generate-project-context/steps/step-03-complete.md +278 -0
  170. package/.claude/skills/bmad-generate-project-context/workflow.md +39 -0
  171. package/.claude/skills/bmad-help/SKILL.md +75 -0
  172. package/.claude/skills/bmad-index-docs/SKILL.md +66 -0
  173. package/.claude/skills/bmad-market-research/SKILL.md +6 -0
  174. package/.claude/skills/bmad-market-research/research.template.md +29 -0
  175. package/.claude/skills/bmad-market-research/steps/step-01-init.md +184 -0
  176. package/.claude/skills/bmad-market-research/steps/step-02-customer-behavior.md +239 -0
  177. package/.claude/skills/bmad-market-research/steps/step-03-customer-pain-points.md +251 -0
  178. package/.claude/skills/bmad-market-research/steps/step-04-customer-decisions.md +261 -0
  179. package/.claude/skills/bmad-market-research/steps/step-05-competitive-analysis.md +173 -0
  180. package/.claude/skills/bmad-market-research/steps/step-06-research-completion.md +478 -0
  181. package/.claude/skills/bmad-market-research/workflow.md +51 -0
  182. package/.claude/skills/bmad-party-mode/SKILL.md +125 -0
  183. package/.claude/skills/bmad-prfaq/SKILL.md +96 -0
  184. package/.claude/skills/bmad-prfaq/agents/artifact-analyzer.md +60 -0
  185. package/.claude/skills/bmad-prfaq/agents/web-researcher.md +49 -0
  186. package/.claude/skills/bmad-prfaq/assets/prfaq-template.md +62 -0
  187. package/.claude/skills/bmad-prfaq/bmad-manifest.json +16 -0
  188. package/.claude/skills/bmad-prfaq/references/customer-faq.md +55 -0
  189. package/.claude/skills/bmad-prfaq/references/internal-faq.md +51 -0
  190. package/.claude/skills/bmad-prfaq/references/press-release.md +60 -0
  191. package/.claude/skills/bmad-prfaq/references/verdict.md +79 -0
  192. package/.claude/skills/bmad-product-brief/SKILL.md +82 -0
  193. package/.claude/skills/bmad-product-brief/agents/artifact-analyzer.md +60 -0
  194. package/.claude/skills/bmad-product-brief/agents/opportunity-reviewer.md +44 -0
  195. package/.claude/skills/bmad-product-brief/agents/skeptic-reviewer.md +44 -0
  196. package/.claude/skills/bmad-product-brief/agents/web-researcher.md +49 -0
  197. package/.claude/skills/bmad-product-brief/bmad-manifest.json +17 -0
  198. package/.claude/skills/bmad-product-brief/prompts/contextual-discovery.md +57 -0
  199. package/.claude/skills/bmad-product-brief/prompts/draft-and-review.md +86 -0
  200. package/.claude/skills/bmad-product-brief/prompts/finalize.md +75 -0
  201. package/.claude/skills/bmad-product-brief/prompts/guided-elicitation.md +70 -0
  202. package/.claude/skills/bmad-product-brief/resources/brief-template.md +60 -0
  203. package/.claude/skills/bmad-qa-generate-e2e-tests/SKILL.md +6 -0
  204. package/.claude/skills/bmad-qa-generate-e2e-tests/checklist.md +33 -0
  205. package/.claude/skills/bmad-qa-generate-e2e-tests/workflow.md +136 -0
  206. package/.claude/skills/bmad-quick-dev/SKILL.md +6 -0
  207. package/.claude/skills/bmad-quick-dev/compile-epic-context.md +62 -0
  208. package/.claude/skills/bmad-quick-dev/spec-template.md +88 -0
  209. package/.claude/skills/bmad-quick-dev/step-01-clarify-and-route.md +91 -0
  210. package/.claude/skills/bmad-quick-dev/step-02-plan.md +47 -0
  211. package/.claude/skills/bmad-quick-dev/step-03-implement.md +39 -0
  212. package/.claude/skills/bmad-quick-dev/step-04-review.md +49 -0
  213. package/.claude/skills/bmad-quick-dev/step-05-present.md +63 -0
  214. package/.claude/skills/bmad-quick-dev/step-oneshot.md +61 -0
  215. package/.claude/skills/bmad-quick-dev/workflow.md +75 -0
  216. package/.claude/skills/bmad-retrospective/SKILL.md +6 -0
  217. package/.claude/skills/bmad-retrospective/workflow.md +1479 -0
  218. package/.claude/skills/bmad-review-adversarial-general/SKILL.md +37 -0
  219. package/.claude/skills/bmad-review-edge-case-hunter/SKILL.md +67 -0
  220. package/.claude/skills/bmad-shard-doc/SKILL.md +105 -0
  221. package/.claude/skills/bmad-sprint-planning/SKILL.md +6 -0
  222. package/.claude/skills/bmad-sprint-planning/checklist.md +33 -0
  223. package/.claude/skills/bmad-sprint-planning/sprint-status-template.yaml +56 -0
  224. package/.claude/skills/bmad-sprint-planning/workflow.md +263 -0
  225. package/.claude/skills/bmad-sprint-status/SKILL.md +6 -0
  226. package/.claude/skills/bmad-sprint-status/workflow.md +261 -0
  227. package/.claude/skills/bmad-technical-research/SKILL.md +6 -0
  228. package/.claude/skills/bmad-technical-research/research.template.md +29 -0
  229. package/.claude/skills/bmad-technical-research/technical-steps/step-01-init.md +137 -0
  230. package/.claude/skills/bmad-technical-research/technical-steps/step-02-technical-overview.md +239 -0
  231. package/.claude/skills/bmad-technical-research/technical-steps/step-03-integration-patterns.md +248 -0
  232. package/.claude/skills/bmad-technical-research/technical-steps/step-04-architectural-patterns.md +202 -0
  233. package/.claude/skills/bmad-technical-research/technical-steps/step-05-implementation-research.md +233 -0
  234. package/.claude/skills/bmad-technical-research/technical-steps/step-06-research-synthesis.md +487 -0
  235. package/.claude/skills/bmad-technical-research/workflow.md +52 -0
  236. package/.claude/skills/bmad-validate-prd/SKILL.md +6 -0
  237. package/.claude/skills/bmad-validate-prd/data/domain-complexity.csv +15 -0
  238. package/.claude/skills/bmad-validate-prd/data/prd-purpose.md +197 -0
  239. package/.claude/skills/bmad-validate-prd/data/project-types.csv +11 -0
  240. package/.claude/skills/bmad-validate-prd/steps-v/step-v-01-discovery.md +221 -0
  241. package/.claude/skills/bmad-validate-prd/steps-v/step-v-02-format-detection.md +188 -0
  242. package/.claude/skills/bmad-validate-prd/steps-v/step-v-02b-parity-check.md +206 -0
  243. package/.claude/skills/bmad-validate-prd/steps-v/step-v-03-density-validation.md +171 -0
  244. package/.claude/skills/bmad-validate-prd/steps-v/step-v-04-brief-coverage-validation.md +211 -0
  245. package/.claude/skills/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md +225 -0
  246. package/.claude/skills/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md +214 -0
  247. package/.claude/skills/bmad-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md +202 -0
  248. package/.claude/skills/bmad-validate-prd/steps-v/step-v-08-domain-compliance-validation.md +240 -0
  249. package/.claude/skills/bmad-validate-prd/steps-v/step-v-09-project-type-validation.md +260 -0
  250. package/.claude/skills/bmad-validate-prd/steps-v/step-v-10-smart-validation.md +206 -0
  251. package/.claude/skills/bmad-validate-prd/steps-v/step-v-11-holistic-quality-validation.md +261 -0
  252. package/.claude/skills/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md +239 -0
  253. package/.claude/skills/bmad-validate-prd/steps-v/step-v-13-report-complete.md +229 -0
  254. package/.claude/skills/bmad-validate-prd/workflow.md +61 -0
  255. package/.claude/skills/gitnexus/gitnexus-cli/SKILL.md +82 -0
  256. package/.claude/skills/gitnexus/gitnexus-debugging/SKILL.md +89 -0
  257. package/.claude/skills/gitnexus/gitnexus-exploring/SKILL.md +78 -0
  258. package/.claude/skills/gitnexus/gitnexus-guide/SKILL.md +64 -0
  259. package/.claude/skills/gitnexus/gitnexus-impact-analysis/SKILL.md +97 -0
  260. package/.claude/skills/gitnexus/gitnexus-refactoring/SKILL.md +121 -0
  261. package/.claude/skills/openspec-apply-change/SKILL.md +156 -0
  262. package/.claude/skills/openspec-archive-change/SKILL.md +114 -0
  263. package/.claude/skills/openspec-explore/SKILL.md +288 -0
  264. package/.claude/skills/openspec-propose/SKILL.md +110 -0
  265. package/.claude/skills/vsaf-build/SKILL.md +52 -0
  266. package/.claude/skills/vsaf-doc/SKILL.md +66 -0
  267. package/.claude/skills/vsaf-memory-protocol.md +51 -0
  268. package/.claude/skills/vsaf-onboard/SKILL.md +55 -0
  269. package/.claude/skills/vsaf-plan/SKILL.md +68 -0
  270. package/.claude/skills/vsaf-ship/SKILL.md +76 -0
  271. package/.claude/skills/vsaf-test/SKILL.md +70 -0
  272. package/README.md +124 -0
  273. package/assets/templates/.claude/settings.json +82 -0
  274. package/assets/templates/CLAUDE.md +248 -0
  275. package/assets/templates/Makefile +77 -0
  276. package/assets/templates/scripts/session-end-check.sh +28 -0
  277. package/bin/vsaf.js +68 -0
  278. package/package.json +22 -0
  279. package/src/global.js +98 -0
  280. package/src/project.js +94 -0
  281. package/src/status.js +51 -0
  282. package/src/utils.js +42 -0
@@ -0,0 +1,245 @@
1
+ ---
2
+ # File references (ONLY variables used in this step)
3
+ prdFile: '{prd_file_path}'
4
+ validationReport: '{validation_report_path}' # If provided
5
+ prdPurpose: '../data/prd-purpose.md'
6
+ ---
7
+
8
+ # Step E-2: Deep Review & Analysis
9
+
10
+ ## STEP GOAL:
11
+
12
+ Thoroughly review the existing PRD, analyze validation report findings (if provided), and prepare a detailed change plan before editing.
13
+
14
+ ## MANDATORY EXECUTION RULES (READ FIRST):
15
+
16
+ ### Universal Rules:
17
+
18
+ - 🛑 NEVER generate content without user input
19
+ - 📖 CRITICAL: Read the complete step file before taking any action
20
+ - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
21
+ - 📋 YOU ARE A FACILITATOR, not a content generator
22
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
23
+ - ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
24
+
25
+ ### Role Reinforcement:
26
+
27
+ - ✅ You are a Validation Architect and PRD Improvement Specialist
28
+ - ✅ If you already have been given communication or persona patterns, continue to use those while playing this new role
29
+ - ✅ We engage in collaborative dialogue, not command-response
30
+ - ✅ You bring analytical expertise and improvement planning
31
+ - ✅ User brings domain knowledge and approval authority
32
+
33
+ ### Step-Specific Rules:
34
+
35
+ - 🎯 Focus ONLY on review and analysis, not editing yet
36
+ - 🚫 FORBIDDEN to make changes to PRD in this step
37
+ - 💬 Approach: Thorough analysis with user confirmation on plan
38
+ - 🚪 This is a middle step - user confirms plan before proceeding
39
+
40
+ ## EXECUTION PROTOCOLS:
41
+
42
+ - 🎯 Load and analyze validation report (if provided)
43
+ - 🎯 Deep review of entire PRD
44
+ - 🎯 Map validation findings to specific sections
45
+ - 🎯 Prepare detailed change plan
46
+ - 💬 Get user confirmation on plan
47
+ - 🚫 FORBIDDEN to proceed to edit without user approval
48
+
49
+ ## CONTEXT BOUNDARIES:
50
+
51
+ - Available context: PRD file, validation report (if provided), user requirements from step e-01
52
+ - Focus: Analysis and planning only (no editing)
53
+ - Limits: Don't change PRD yet, don't validate yet
54
+ - Dependencies: Step e-01 completed - requirements and format known
55
+
56
+ ## MANDATORY SEQUENCE
57
+
58
+ **CRITICAL:** Follow this sequence exactly. Do not skip, reorder, or improvise unless user explicitly requests a change.
59
+
60
+ ### 1. Attempt Sub-Process Deep Review
61
+
62
+ **Try to use Task tool with sub-agent:**
63
+
64
+ "Perform deep PRD review and change planning:
65
+
66
+ **Context from step e-01:**
67
+ - User's edit requirements: {user_requirements}
68
+ - PRD format: {BMAD/legacy}
69
+ - Validation report provided: {yes/no}
70
+ - Conversion mode: {restructure/targeted/both} (if legacy)
71
+
72
+ **IF validation report provided:**
73
+ 1. Extract all findings from validation report
74
+ 2. Map findings to specific PRD sections
75
+ 3. Prioritize by severity: Critical > Warning > Informational
76
+ 4. For each critical issue: identify specific fix needed
77
+ 5. For user's manual edit goals: identify where in PRD to apply
78
+
79
+ **IF no validation report:**
80
+ 1. Read entire PRD thoroughly
81
+ 2. Analyze against BMAD standards (from prd-purpose.md)
82
+ 3. Identify issues in:
83
+ - Information density (anti-patterns)
84
+ - Structure and flow
85
+ - Completeness (missing sections/content)
86
+ - Measurability (unmeasurable requirements)
87
+ - Traceability (broken chains)
88
+ - Implementation leakage
89
+ 4. Map user's edit goals to specific sections
90
+
91
+ **Output:**
92
+ - Section-by-section analysis
93
+ - Specific changes needed for each section
94
+ - Prioritized action list
95
+ - Recommended order for applying changes
96
+
97
+ Return detailed change plan with section breakdown."
98
+
99
+ **Graceful degradation (if no Task tool):**
100
+ - Manually read PRD sections
101
+ - Manually analyze validation report findings (if provided)
102
+ - Build section-by-section change plan
103
+ - Prioritize changes by severity/user goals
104
+
105
+ ### 2. Build Change Plan
106
+
107
+ **Organize by PRD section:**
108
+
109
+ **For each section (in order):**
110
+ - **Current State:** Brief description of what exists
111
+ - **Issues Identified:** [List from validation report or manual analysis]
112
+ - **Changes Needed:** [Specific changes required]
113
+ - **Priority:** [Critical/High/Medium/Low]
114
+ - **User Requirements Met:** [Which user edit goals address this section]
115
+
116
+ **Include:**
117
+ - Sections to add (if missing)
118
+ - Sections to update (if present but needs work)
119
+ - Content to remove (if incorrect/leakage)
120
+ - Structure changes (if reformatting needed)
121
+
122
+ ### 3. Prepare Change Plan Summary
123
+
124
+ **Summary sections:**
125
+
126
+ **Changes by Type:**
127
+ - **Additions:** {count} sections to add
128
+ - **Updates:** {count} sections to update
129
+ - **Removals:** {count} items to remove
130
+ - **Restructuring:** {yes/no} if format conversion needed
131
+
132
+ **Priority Distribution:**
133
+ - **Critical:** {count} changes (must fix)
134
+ - **High:** {count} changes (important)
135
+ - **Medium:** {count} changes (nice to have)
136
+ - **Low:** {count} changes (optional)
137
+
138
+ **Estimated Effort:**
139
+ [Quick/Moderate/Substantial] based on scope and complexity
140
+
141
+ ### 4. Present Change Plan to User
142
+
143
+ Display:
144
+
145
+ "**Deep Review Complete - Change Plan**
146
+
147
+ **PRD Analysis:**
148
+ {Brief summary of PRD current state}
149
+
150
+ {If validation report provided:}
151
+ **Validation Findings:**
152
+ {count} issues identified: {critical} critical, {warning} warnings
153
+
154
+ **Your Edit Requirements:**
155
+ {summary of what user wants to edit}
156
+
157
+ **Proposed Change Plan:**
158
+
159
+ **By Section:**
160
+ {Present section-by-section breakdown}
161
+
162
+ **By Priority:**
163
+ - Critical: {count} items
164
+ - High: {count} items
165
+ - Medium: {count} items
166
+
167
+ **Estimated Effort:** {effort level}
168
+
169
+ **Questions:**
170
+ 1. Does this change plan align with what you had in mind?
171
+ 2. Any sections I should add/remove/reprioritize?
172
+ 3. Any concerns before I proceed with edits?
173
+
174
+ **Review the plan and let me know if you'd like any adjustments.**"
175
+
176
+ ### 5. Get User Confirmation
177
+
178
+ Wait for user to review and provide feedback.
179
+
180
+ **If user wants adjustments:**
181
+ - Discuss requested changes
182
+ - Revise change plan accordingly
183
+ - Represent for confirmation
184
+
185
+ **If user approves:**
186
+ - Note: "Change plan approved. Proceeding to edit step."
187
+ - Continue to step 6
188
+
189
+ ### 6. Document Approved Plan
190
+
191
+ Store approved change plan for next step:
192
+
193
+ - **Approved changes:** Section-by-section list
194
+ - **Priority order:** Sequence to apply changes
195
+ - **User confirmed:** Yes
196
+
197
+ Display: "**Change Plan Approved**
198
+
199
+ {Brief summary of approved plan}
200
+
201
+ **Proceeding to edit step...**"
202
+
203
+ Read fully and follow: `./step-e-03-edit.md`
204
+
205
+ ### 7. Present MENU OPTIONS (If User Wants Discussion)
206
+
207
+ **[A] Advanced Elicitation** - Get additional perspectives on change plan
208
+ **[P] Party Mode** - Discuss with team for more ideas
209
+ **[C] Continue to Edit** - Proceed with approved plan
210
+
211
+ #### EXECUTION RULES:
212
+
213
+ - ALWAYS halt and wait for user input
214
+ - Only proceed to edit when user selects 'C'
215
+
216
+ #### Menu Handling Logic:
217
+
218
+ - IF A: Invoke the `bmad-advanced-elicitation` skill, then return to discussion
219
+ - IF P: Invoke the `bmad-party-mode` skill, then return to discussion
220
+ - IF C: Document approval, then load step-e-03-edit.md
221
+ - IF Any other: discuss, then redisplay menu
222
+
223
+ ---
224
+
225
+ ## 🚨 SYSTEM SUCCESS/FAILURE METRICS
226
+
227
+ ### ✅ SUCCESS:
228
+
229
+ - Validation report findings fully analyzed (if provided)
230
+ - Deep PRD review completed systematically
231
+ - Change plan built section-by-section
232
+ - Changes prioritized by severity/user goals
233
+ - User presented with clear plan
234
+ - User confirms or adjusts plan
235
+ - Approved plan documented for next step
236
+
237
+ ### ❌ SYSTEM FAILURE:
238
+
239
+ - Not analyzing validation report findings (if provided)
240
+ - Superficial review instead of deep analysis
241
+ - Missing section-by-section breakdown
242
+ - Not prioritizing changes
243
+ - Proceeding without user approval
244
+
245
+ **Master Rule:** Plan before editing. Thorough analysis ensures we make the right changes in the right order. User approval prevents misalignment.
@@ -0,0 +1,250 @@
1
+ ---
2
+ # File references (ONLY variables used in this step)
3
+ prdFile: '{prd_file_path}'
4
+ prdPurpose: '../data/prd-purpose.md'
5
+ ---
6
+
7
+ # Step E-3: Edit & Update
8
+
9
+ ## STEP GOAL:
10
+
11
+ Apply changes to the PRD following the approved change plan from step e-02, including content updates, structure improvements, and format conversion if needed.
12
+
13
+ ## MANDATORY EXECUTION RULES (READ FIRST):
14
+
15
+ ### Universal Rules:
16
+
17
+ - 🛑 ALWAYS generate content WITH user input/approval
18
+ - 📖 CRITICAL: Read the complete step file before taking any action
19
+ - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
20
+ - 📋 YOU ARE A FACILITATOR, not a content generator
21
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
22
+ - ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
23
+
24
+ ### Role Reinforcement:
25
+
26
+ - ✅ You are a Validation Architect and PRD Improvement Specialist
27
+ - ✅ If you already have been given communication or persona patterns, continue to use those while playing this new role
28
+ - ✅ We engage in collaborative dialogue, not command-response
29
+ - ✅ You bring analytical expertise and precise editing skills
30
+ - ✅ User brings domain knowledge and approval authority
31
+
32
+ ### Step-Specific Rules:
33
+
34
+ - 🎯 Focus ONLY on implementing approved changes from step e-02
35
+ - 🚫 FORBIDDEN to make changes beyond the approved plan
36
+ - 💬 Approach: Methodical, section-by-section execution
37
+ - 🚪 This is a middle step - user can request adjustments
38
+
39
+ ## EXECUTION PROTOCOLS:
40
+
41
+ - 🎯 Follow approved change plan systematically
42
+ - 💾 Edit PRD content according to plan
43
+ - 📖 Update frontmatter as needed
44
+ - 🚫 FORBIDDEN to proceed without completion
45
+
46
+ ## CONTEXT BOUNDARIES:
47
+
48
+ - Available context: PRD file, approved change plan from step e-02, prd-purpose standards
49
+ - Focus: Implementing changes from approved plan only
50
+ - Limits: Don't add changes beyond plan, don't validate yet
51
+ - Dependencies: Step e-02 completed - plan approved by user
52
+
53
+ ## MANDATORY SEQUENCE
54
+
55
+ **CRITICAL:** Follow this sequence exactly. Do not skip, reorder, or improvise unless user explicitly requests a change.
56
+
57
+ ### 1. Retrieve Approved Change Plan
58
+
59
+ From step e-02, retrieve:
60
+ - **Approved changes:** Section-by-section list
61
+ - **Priority order:** Sequence to apply changes
62
+ - **User requirements:** Edit goals from step e-01
63
+
64
+ Display: "**Starting PRD Edits**
65
+
66
+ **Change Plan:** {summary}
67
+ **Total Changes:** {count}
68
+ **Estimated Effort:** {effort level}
69
+
70
+ **Proceeding with edits section by section...**"
71
+
72
+ ### 2. Attempt Sub-Process Edits (For Complex Changes)
73
+
74
+ **Try to use Task tool with sub-agent for major sections:**
75
+
76
+ "Execute PRD edits for {section_name}:
77
+
78
+ **Context:**
79
+ - Section to edit: {section_name}
80
+ - Current content: {existing content}
81
+ - Changes needed: {specific changes from plan}
82
+ - BMAD PRD standards: Load from prd-purpose.md
83
+
84
+ **Tasks:**
85
+ 1. Read current PRD section
86
+ 2. Apply specified changes
87
+ 3. Ensure BMAD PRD principles compliance:
88
+ - High information density (no filler)
89
+ - Measurable requirements
90
+ - Clear structure
91
+ - Proper markdown formatting
92
+ 4. Return updated section content
93
+
94
+ Apply changes and return updated section."
95
+
96
+ **Graceful degradation (if no Task tool):**
97
+ - Perform edits directly in current context
98
+ - Load PRD section, apply changes, save
99
+
100
+ ### 3. Execute Changes Section-by-Section
101
+
102
+ **For each section in approved plan (in priority order):**
103
+
104
+ **a) Load current section**
105
+ - Read the current PRD section content
106
+ - Note what exists
107
+
108
+ **b) Apply changes per plan**
109
+ - Additions: Create new sections with proper content
110
+ - Updates: Modify existing content per plan
111
+ - Removals: Remove specified content
112
+ - Restructuring: Reformat content to BMAD standard
113
+
114
+ **c) Update PRD file**
115
+ - Apply changes to PRD
116
+ - Save updated PRD
117
+ - Verify changes applied correctly
118
+
119
+ **Display progress after each section:**
120
+ "**Section Updated:** {section_name}
121
+ Changes: {brief summary}
122
+ {More sections remaining...}"
123
+
124
+ ### 4. Handle Restructuring (If Needed)
125
+
126
+ **If conversion mode is "Full restructuring" or "Both":**
127
+
128
+ **For restructuring:**
129
+ - Reorganize PRD to BMAD standard structure
130
+ - Ensure proper ## Level 2 headers
131
+ - Reorder sections logically
132
+ - Update PRD frontmatter to match BMAD format
133
+
134
+ **Follow BMAD PRD structure:**
135
+ 1. Executive Summary
136
+ 2. Success Criteria
137
+ 3. Product Scope
138
+ 4. User Journeys
139
+ 5. Domain Requirements (if applicable)
140
+ 6. Innovation Analysis (if applicable)
141
+ 7. Project-Type Requirements
142
+ 8. Functional Requirements
143
+ 9. Non-Functional Requirements
144
+
145
+ Display: "**PRD Restructured**
146
+ BMAD standard structure applied.
147
+ {Sections added/reordered}"
148
+
149
+ ### 5. Update PRD Frontmatter
150
+
151
+ **Ensure frontmatter is complete and accurate:**
152
+
153
+ ```yaml
154
+ ---
155
+ workflowType: 'prd'
156
+ workflow: 'create' # or 'validate' or 'edit'
157
+ classification:
158
+ domain: '{domain}'
159
+ projectType: '{project_type}'
160
+ complexity: '{complexity}'
161
+ inputDocuments: [list of input documents]
162
+ stepsCompleted: ['step-e-01-discovery', 'step-e-02-review', 'step-e-03-edit']
163
+ lastEdited: '{current_date}'
164
+ editHistory:
165
+ - date: '{current_date}'
166
+ changes: '{summary of changes}'
167
+ ---
168
+ ```
169
+
170
+ **Update frontmatter accordingly.**
171
+
172
+ ### 6. Final Review of Changes
173
+
174
+ **Load complete updated PRD**
175
+
176
+ **Verify:**
177
+ - All approved changes applied correctly
178
+ - PRD structure is sound
179
+ - No unintended modifications
180
+ - Frontmatter is accurate
181
+
182
+ **If issues found:**
183
+ - Fix them now
184
+ - Note corrections made
185
+
186
+ **If user wants adjustments:**
187
+ - Accept feedback and make adjustments
188
+ - Re-verify after adjustments
189
+
190
+ ### 7. Confirm Completion
191
+
192
+ Display:
193
+
194
+ "**PRD Edits Complete**
195
+
196
+ **Changes Applied:** {count} sections modified
197
+ **PRD Updated:** {prd_file_path}
198
+
199
+ **Summary of Changes:**
200
+ {Brief bullet list of major changes}
201
+
202
+ **PRD is ready for:**
203
+ - Use in downstream workflows (UX, Architecture)
204
+ - Validation (if not yet validated)
205
+
206
+ **What would you like to do next?**"
207
+
208
+ ### 8. Present MENU OPTIONS
209
+
210
+ **[V] Run Validation** - Execute full validation workflow (./steps-v/step-v-01-discovery.md)
211
+ **[S] Summary Only** - End with summary of changes (no validation)
212
+ **[A] Adjust** - Make additional edits
213
+ **[X] Exit** - Exit edit workflow
214
+
215
+ #### EXECUTION RULES:
216
+
217
+ - ALWAYS halt and wait for user input
218
+ - Only proceed based on user selection
219
+
220
+ #### Menu Handling Logic:
221
+
222
+ - IF V (Validate): Display "Starting validation workflow..." then read fully and follow: `./steps-v/step-v-01-discovery.md`
223
+ - IF S (Summary): Present edit summary and exit
224
+ - IF A (Adjust): Accept additional requirements, loop back to editing
225
+ - IF X (Exit): Display summary and exit
226
+
227
+ ---
228
+
229
+ ## 🚨 SYSTEM SUCCESS/FAILURE METRICS
230
+
231
+ ### ✅ SUCCESS:
232
+
233
+ - All approved changes from step e-02 applied correctly
234
+ - Changes executed in planned priority order
235
+ - Restructuring completed (if needed)
236
+ - Frontmatter updated accurately
237
+ - Final verification confirms changes
238
+ - User can proceed to validation or exit with summary
239
+ - Option to run validation seamlessly integrates edit and validate modes
240
+
241
+ ### ❌ SYSTEM FAILURE:
242
+
243
+ - Making changes beyond approved plan
244
+ - Not following priority order
245
+ - Missing restructuring (if conversion mode)
246
+ - Not updating frontmatter
247
+ - No final verification
248
+ - Not saving updated PRD
249
+
250
+ **Master Rule:** Execute the plan exactly as approved. PRD is now ready for validation or downstream use. Validation integration ensures quality.
@@ -0,0 +1,163 @@
1
+ ---
2
+ # File references (ONLY variables used in this step)
3
+ prdFile: '{prd_file_path}'
4
+ ---
5
+
6
+ # Step E-4: Complete & Validate
7
+
8
+ ## STEP GOAL:
9
+
10
+ Present summary of completed edits and offer next steps including seamless integration with validation workflow.
11
+
12
+ ## MANDATORY EXECUTION RULES (READ FIRST):
13
+
14
+ ### Universal Rules:
15
+
16
+ - 🛑 ALWAYS generate content WITH user input/approval
17
+ - 📖 CRITICAL: Read the complete step file before taking any action
18
+ - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
19
+ - 📋 YOU ARE A FACILITATOR, not a content generator
20
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
21
+
22
+ ### Role Reinforcement:
23
+
24
+ - ✅ You are a Validation Architect and PRD Improvement Specialist
25
+ - ✅ If you already have been given communication or persona patterns, continue to use those while playing this new role
26
+ - ✅ We engage in collaborative dialogue, not command-response
27
+ - ✅ You bring synthesis and summary expertise
28
+ - ✅ User chooses next actions
29
+
30
+ ### Step-Specific Rules:
31
+
32
+ - 🎯 Focus ONLY on presenting summary and options
33
+ - 🚫 FORBIDDEN to make additional changes
34
+ - 💬 Approach: Clear, concise summary with actionable options
35
+ - 🚪 This is the final edit step - no more edits
36
+
37
+ ## EXECUTION PROTOCOLS:
38
+
39
+ - 🎯 Compile summary of all changes made
40
+ - 🎯 Present options clearly with expected outcomes
41
+ - 📖 Route to validation if user chooses
42
+ - 🚫 FORBIDDEN to proceed without user selection
43
+
44
+ ## CONTEXT BOUNDARIES:
45
+
46
+ - Available context: Updated PRD file, edit history from step e-03
47
+ - Focus: Summary and options only (no more editing)
48
+ - Limits: Don't make changes, just present options
49
+ - Dependencies: Step e-03 completed - all edits applied
50
+
51
+ ## MANDATORY SEQUENCE
52
+
53
+ **CRITICAL:** Follow this sequence exactly. Do not skip, reorder, or improvise unless user explicitly requests a change.
54
+
55
+ ### 1. Compile Edit Summary
56
+
57
+ From step e-03 change execution, compile:
58
+
59
+ **Changes Made:**
60
+ - Sections added: {list with names}
61
+ - Sections updated: {list with names}
62
+ - Content removed: {list}
63
+ - Structure changes: {description}
64
+
65
+ **Edit Details:**
66
+ - Total sections affected: {count}
67
+ - Mode: {restructure/targeted/both}
68
+ - Priority addressed: {Critical/High/Medium/Low}
69
+
70
+ **PRD Status:**
71
+ - Format: {BMAD Standard / BMAD Variant / Legacy (converted)}
72
+ - Completeness: {assessment}
73
+ - Ready for: {downstream use cases}
74
+
75
+ ### 2. Present Completion Summary
76
+
77
+ Display:
78
+
79
+ "**✓ PRD Edit Complete**
80
+
81
+ **Updated PRD:** {prd_file_path}
82
+
83
+ **Changes Summary:**
84
+ {Present bulleted list of major changes}
85
+
86
+ **Edit Mode:** {mode}
87
+ **Sections Modified:** {count}
88
+
89
+ **PRD Format:** {format}
90
+
91
+ **PRD is now ready for:**
92
+ - Downstream workflows (UX Design, Architecture)
93
+ - Validation to ensure quality
94
+ - Production use
95
+
96
+ **What would you like to do next?**"
97
+
98
+ ### 3. Present MENU OPTIONS
99
+
100
+ Display:
101
+
102
+ **[V] Run Full Validation** - Execute complete validation workflow (steps-v) to verify PRD quality
103
+ **[E] Edit More** - Make additional edits to the PRD
104
+ **[S] Summary** - End with detailed summary of changes
105
+ **[X] Exit** - Exit edit workflow
106
+
107
+ #### EXECUTION RULES:
108
+
109
+ - ALWAYS halt and wait for user input
110
+ - Only proceed based on user selection
111
+
112
+ #### Menu Handling Logic:
113
+
114
+ - **IF V (Run Full Validation):**
115
+ - Display: "**Starting Validation Workflow**"
116
+ - Display: "This will run all 13 validation checks on the updated PRD."
117
+ - Display: "Preparing to validate: {prd_file_path}"
118
+ - Display: "**Proceeding to validation...**"
119
+ - Invoke the `bmad-validate-prd` skill to run the complete validation workflow
120
+
121
+ - **IF E (Edit More):**
122
+ - Display: "**Additional Edits**"
123
+ - Ask: "What additional edits would you like to make?"
124
+ - Accept input, then display: "**Returning to edit step...**"
125
+ - Read fully and follow: `./step-e-03-edit.md` again
126
+
127
+ - **IF S (Summary):**
128
+ - Display detailed summary including:
129
+ - Complete list of all changes made
130
+ - Before/after comparison (key improvements)
131
+ - Recommendations for next steps
132
+ - Display: "**Edit Workflow Complete**"
133
+ - Exit
134
+
135
+ - **IF X (Exit):**
136
+ - Display summary
137
+ - Display: "**Edit Workflow Complete**"
138
+ - Exit
139
+
140
+ - **IF Any other:** Help user, then redisplay menu
141
+
142
+ ---
143
+
144
+ ## 🚨 SYSTEM SUCCESS/FAILURE METRICS
145
+
146
+ ### ✅ SUCCESS:
147
+
148
+ - Complete edit summary compiled accurately
149
+ - All changes clearly documented
150
+ - Options presented with clear expectations
151
+ - Validation option seamlessly integrates with steps-v workflow
152
+ - User can validate, edit more, or exit
153
+ - Clean handoff to validation workflow (if chosen)
154
+ - Edit workflow completes properly
155
+
156
+ ### ❌ SYSTEM FAILURE:
157
+
158
+ - Missing changes in summary
159
+ - Not offering validation option
160
+ - Not documenting completion properly
161
+ - No clear handoff to validation workflow
162
+
163
+ **Master Rule:** Edit workflow seamlessly integrates with validation. User can edit → validate → edit again → validate again in iterative improvement cycle.