whiteport-design-studio 0.1.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 (686) hide show
  1. package/LICENSE +27 -0
  2. package/README.md +196 -0
  3. package/docs/getting-started/MANUAL-INIT-GUIDE.md +251 -0
  4. package/docs/getting-started/about-wds.md +86 -0
  5. package/docs/getting-started/agent-activation/activation/step-01-load-agent-definition.md +28 -0
  6. package/docs/getting-started/agent-activation/activation/step-02-check-conversations.md +43 -0
  7. package/docs/getting-started/agent-activation/activation/step-03-check-activation-context.md +42 -0
  8. package/docs/getting-started/agent-activation/activation/step-04-handoff-presentation.md +30 -0
  9. package/docs/getting-started/agent-activation/activation/step-04-standard-presentation.md +27 -0
  10. package/docs/getting-started/agent-activation/activation/step-05-handoff-acknowledge.md +34 -0
  11. package/docs/getting-started/agent-activation/activation/step-05-standard-analysis.md +26 -0
  12. package/docs/getting-started/agent-activation/agent-launchers.md +134 -0
  13. package/docs/getting-started/agent-activation/wds-freya-ux.md +67 -0
  14. package/docs/getting-started/agent-activation/wds-idunn-pm.md +67 -0
  15. package/docs/getting-started/agent-activation/wds-mimir.md +78 -0
  16. package/docs/getting-started/agent-activation/wds-saga-analyst.md +65 -0
  17. package/docs/getting-started/getting-started-overview.md +112 -0
  18. package/docs/getting-started/installation.md +62 -0
  19. package/docs/getting-started/quick-start.md +125 -0
  20. package/docs/getting-started/where-to-go-next.md +137 -0
  21. package/docs/learn-wds/00-course-overview/00-getting-started-overview.md +66 -0
  22. package/docs/learn-wds/00-course-overview/01-prerequisites.md +98 -0
  23. package/docs/learn-wds/00-course-overview/02-learning-paths.md +99 -0
  24. package/docs/learn-wds/00-course-overview/03-support.md +128 -0
  25. package/docs/learn-wds/00-course-overview.md +211 -0
  26. package/docs/learn-wds/Webinars/2024-12-22-WDS-Jam-1-Say-Hello-to-AI-Agent-Framework.md +0 -0
  27. package/docs/learn-wds/Webinars/2024-12-22-WDS-Sessions-1-Say-Hello-to-WDS.md +174 -0
  28. package/docs/learn-wds/Webinars/2025-10-22-Webinar-WDS-v4.md +181 -0
  29. package/docs/learn-wds/Webinars/2026-01-15-WDS-Sessions-2-Strategy-in-Practice.md +159 -0
  30. package/docs/learn-wds/course-explainers/Module 00-transcript.srt +635 -0
  31. package/docs/learn-wds/course-explainers/Module 02-transcript.srt +807 -0
  32. package/docs/learn-wds/course-explainers/Module-00-notebook-lm-prompt.md +250 -0
  33. package/docs/learn-wds/course-explainers/Module-00-thumbnail-prompt.md +33 -0
  34. package/docs/learn-wds/course-explainers/Module-00-youtube-show-notes.md +78 -0
  35. package/docs/learn-wds/course-explainers/Module-01-notebook-lm-prompt.md +418 -0
  36. package/docs/learn-wds/course-explainers/Module-01-thumbnail-prompt.md +33 -0
  37. package/docs/learn-wds/course-explainers/Module-01-transcript.srt +731 -0
  38. package/docs/learn-wds/course-explainers/Module-02-notebook-lm-prompt.md +342 -0
  39. package/docs/learn-wds/course-explainers/Module-02-thumbnail-prompt.md +34 -0
  40. package/docs/learn-wds/course-explainers/Module-03-notebook-lm-prompt.md +745 -0
  41. package/docs/learn-wds/course-explainers/Module-03-thumbnail-prompt.md +33 -0
  42. package/docs/learn-wds/course-explainers/Module-03-transcript.srt +595 -0
  43. package/docs/learn-wds/course-explainers/Module-04-notebook-lm-prompt.md +163 -0
  44. package/docs/learn-wds/course-explainers/Module-04-thumbnail-prompt.md +36 -0
  45. package/docs/learn-wds/course-explainers/Module-04-youtube-show-notes.md +95 -0
  46. package/docs/learn-wds/course-explainers/Module-05-notebook-lm-prompt.md +274 -0
  47. package/docs/learn-wds/course-explainers/Module-05-thumbnail-prompt.md +40 -0
  48. package/docs/learn-wds/course-explainers/Module-05-youtube-show-notes.md +65 -0
  49. package/docs/learn-wds/course-explainers/module-01-YOUTUBE-SHOW-NOTES.md +75 -0
  50. package/docs/learn-wds/course-explainers/module-02-YOUTUBE-SHOW-NOTES.md +86 -0
  51. package/docs/learn-wds/course-explainers/module-03-YOUTUBE-SHOW-NOTES.md +82 -0
  52. package/docs/learn-wds/course-explainers/trigger-map-example.jpg +0 -0
  53. package/docs/learn-wds/module-01-why-wds-matters/lesson-01-the-problem.md +113 -0
  54. package/docs/learn-wds/module-01-why-wds-matters/lesson-02-the-solution.md +75 -0
  55. package/docs/learn-wds/module-01-why-wds-matters/lesson-03-the-path-forward.md +94 -0
  56. package/docs/learn-wds/module-01-why-wds-matters/module-01-overview.md +109 -0
  57. package/docs/learn-wds/module-02-installation-setup/lesson-01-git-setup/01-lesson.md +124 -0
  58. package/docs/learn-wds/module-02-installation-setup/lesson-01-git-setup/01-quick-checklist.md +63 -0
  59. package/docs/learn-wds/module-02-installation-setup/lesson-01-git-setup/02-full-lesson.md +124 -0
  60. package/docs/learn-wds/module-02-installation-setup/lesson-01-github-and-ide-setup/checklist.md +87 -0
  61. package/docs/learn-wds/module-02-installation-setup/lesson-01-github-and-ide-setup/lesson.md +203 -0
  62. package/docs/learn-wds/module-02-installation-setup/lesson-01-setting-up-github/checklist.md +70 -0
  63. package/docs/learn-wds/module-02-installation-setup/lesson-02-git-configuration/checklist.md +40 -0
  64. package/docs/learn-wds/module-02-installation-setup/lesson-02-ide-installation/01-quick-checklist.md +48 -0
  65. package/docs/learn-wds/module-02-installation-setup/lesson-02-ide-installation/02-full-lesson.md +88 -0
  66. package/docs/learn-wds/module-02-installation-setup/lesson-02-ide-installation/02-lesson.md +88 -0
  67. package/docs/learn-wds/module-02-installation-setup/lesson-02-ide-installation/02-quick-checklist.md +48 -0
  68. package/docs/learn-wds/module-02-installation-setup/lesson-02-install-ide/checklist.md +48 -0
  69. package/docs/learn-wds/module-02-installation-setup/lesson-02-install-ide/tutorial.md +149 -0
  70. package/docs/learn-wds/module-02-installation-setup/lesson-03-git-cloning/01-quick-checklist.md +51 -0
  71. package/docs/learn-wds/module-02-installation-setup/lesson-03-git-cloning/02-full-lesson.md +111 -0
  72. package/docs/learn-wds/module-02-installation-setup/lesson-03-git-cloning/03-lesson.md +111 -0
  73. package/docs/learn-wds/module-02-installation-setup/lesson-03-git-cloning/03-quick-checklist.md +51 -0
  74. package/docs/learn-wds/module-02-installation-setup/lesson-03-git-setup/checklist.md +41 -0
  75. package/docs/learn-wds/module-02-installation-setup/lesson-03-git-setup/tutorial.md +159 -0
  76. package/docs/learn-wds/module-02-installation-setup/lesson-04-clone-and-wds/checklist.md +93 -0
  77. package/docs/learn-wds/module-02-installation-setup/lesson-04-clone-and-wds/tutorial.md +217 -0
  78. package/docs/learn-wds/module-02-installation-setup/lesson-04-wds-initialization/01-quick-checklist.md +73 -0
  79. package/docs/learn-wds/module-02-installation-setup/lesson-04-wds-initialization/02-full-lesson.md +206 -0
  80. package/docs/learn-wds/module-02-installation-setup/lesson-04-wds-initialization/04-lesson.md +206 -0
  81. package/docs/learn-wds/module-02-installation-setup/lesson-04-wds-initialization/04-quick-checklist.md +73 -0
  82. package/docs/learn-wds/module-02-installation-setup/lesson-05-initiate-mimir/checklist.md +79 -0
  83. package/docs/learn-wds/module-02-installation-setup/lesson-05-initiate-mimir/tutorial.md +244 -0
  84. package/docs/learn-wds/module-02-installation-setup/module-02-overview.md +77 -0
  85. package/docs/learn-wds/module-03-alignment-signoff/lesson-01-understanding-alignment.md +175 -0
  86. package/docs/learn-wds/module-03-alignment-signoff/lesson-02-creating-alignment-document.md +289 -0
  87. package/docs/learn-wds/module-03-alignment-signoff/lesson-03-negotiation-acceptance.md +115 -0
  88. package/docs/learn-wds/module-03-alignment-signoff/lesson-04-external-contracts.md +201 -0
  89. package/docs/learn-wds/module-03-alignment-signoff/lesson-05-internal-signoff.md +189 -0
  90. package/docs/learn-wds/module-03-alignment-signoff/module-03-overview.md +170 -0
  91. package/docs/learn-wds/module-03-alignment-signoff/tutorial-03.md +344 -0
  92. package/docs/learn-wds/module-04-product-brief/lesson-01-chaos-problem.md +193 -0
  93. package/docs/learn-wds/module-04-product-brief/lesson-02-five-questions.md +364 -0
  94. package/docs/learn-wds/module-04-product-brief/lesson-03-document-structure.md +388 -0
  95. package/docs/learn-wds/module-04-product-brief/lesson-04-wds-advantage.md +402 -0
  96. package/docs/learn-wds/module-04-product-brief/lesson-05-using-brief.md +491 -0
  97. package/docs/learn-wds/module-04-product-brief/lesson-06-additional-documents.md +645 -0
  98. package/docs/learn-wds/module-04-product-brief/module-04-overview.md +194 -0
  99. package/docs/learn-wds/module-04-product-brief/tutorial-04.md +400 -0
  100. package/docs/learn-wds/module-05-map-triggers-outcomes/tutorial-04.md +460 -0
  101. package/docs/learn-wds/module-05-trigger-mapping/lesson-01-missing-link.md +237 -0
  102. package/docs/learn-wds/module-05-trigger-mapping/lesson-02-heritage-evolution.md +364 -0
  103. package/docs/learn-wds/module-05-trigger-mapping/lesson-03-five-workshops-overview.md +459 -0
  104. package/docs/learn-wds/module-05-trigger-mapping/lesson-04-workshop-1-business-goals.md +274 -0
  105. package/docs/learn-wds/module-05-trigger-mapping/lesson-05-workshop-2-target-groups.md +504 -0
  106. package/docs/learn-wds/module-05-trigger-mapping/lesson-06-workshop-3-driving-forces.md +458 -0
  107. package/docs/learn-wds/module-05-trigger-mapping/lesson-07-workshop-4-prioritization.md +313 -0
  108. package/docs/learn-wds/module-05-trigger-mapping/lesson-08-workshop-5-feature-impact.md +474 -0
  109. package/docs/learn-wds/module-05-trigger-mapping/lesson-09-positive-negative-drivers.md +348 -0
  110. package/docs/learn-wds/module-05-trigger-mapping/lesson-10-visual-trigger-map.md +411 -0
  111. package/docs/learn-wds/module-05-trigger-mapping/lesson-11-feature-impact-scoring.md +403 -0
  112. package/docs/learn-wds/module-05-trigger-mapping/module-05-overview.md +283 -0
  113. package/docs/learn-wds/module-05-trigger-mapping/tutorial-05.md +595 -0
  114. package/docs/learn-wds/module-05-trigger-mapping/tutorial-05b-value-trigger-chain.md +393 -0
  115. package/docs/learn-wds/module-05-trigger-mapping/tutorial-05c-documentation-synthesis.md +475 -0
  116. package/docs/learn-wds/module-06-platform-architecture/tutorial-06.md +358 -0
  117. package/docs/learn-wds/module-08-initialize-scenario/tutorial-08.md +521 -0
  118. package/docs/learn-wds/module-09-design-system/tutorial-09.md +515 -0
  119. package/docs/learn-wds/module-10-design-delivery/tutorial-10.md +604 -0
  120. package/docs/learn-wds/module-12-conceptual-specs/tutorial-12.md +734 -0
  121. package/docs/method/content-creation-philosophy.md +311 -0
  122. package/docs/method/content-purpose-guide.md +436 -0
  123. package/docs/method/phase-1-product-exploration-guide.md +178 -0
  124. package/docs/method/phase-2-trigger-mapping-guide.md +399 -0
  125. package/docs/method/phase-3-prd-platform-guide.md +284 -0
  126. package/docs/method/phase-4-ux-design-guide.md +388 -0
  127. package/docs/method/phase-5-design-system-guide.md +916 -0
  128. package/docs/method/phase-6-prd-finalization-guide.md +510 -0
  129. package/docs/method/tone-of-voice-guide.md +466 -0
  130. package/docs/method/value-trigger-chain-guide.md +474 -0
  131. package/docs/method/wds-method-guide.md +378 -0
  132. package/docs/models/action-mapping.md +681 -0
  133. package/docs/models/customer-awareness-cycle.md +530 -0
  134. package/docs/models/golden-circle.md +532 -0
  135. package/docs/models/gtd-getting-things-done.md +193 -0
  136. package/docs/models/impact-effect-mapping.md +600 -0
  137. package/docs/models/kathy-sierra-badass-users.md +672 -0
  138. package/docs/models/models-guide.md +297 -0
  139. package/docs/models/smart-goals-model.md +294 -0
  140. package/docs/tools/cursor-windsurf.md +190 -0
  141. package/docs/tools/figma-mcp.md +453 -0
  142. package/docs/tools/figma.md +212 -0
  143. package/docs/tools/git.md +285 -0
  144. package/docs/tools/html-to-design.md +185 -0
  145. package/docs/tools/nanobanana.md +240 -0
  146. package/docs/tools/prepare-for-figma-export.md +690 -0
  147. package/docs/tools/wds-tools-guide.md +115 -0
  148. package/package.json +114 -0
  149. package/src/agents/freya-ux.agent.yaml +128 -0
  150. package/src/agents/idunn-pm.agent.yaml +94 -0
  151. package/src/agents/mimir-orchestrator.agent.yaml +139 -0
  152. package/src/agents/saga-analyst.agent.yaml +128 -0
  153. package/src/data/agent-guides/freya/agentic-development.md +200 -0
  154. package/src/data/agent-guides/freya/content-creation.md +270 -0
  155. package/src/data/agent-guides/freya/design-system.md +336 -0
  156. package/src/data/agent-guides/freya/meta-content-guide.md +483 -0
  157. package/src/data/agent-guides/freya/specification-quality.md +250 -0
  158. package/src/data/agent-guides/freya/strategic-design.md +118 -0
  159. package/src/data/agent-guides/idunn/design-handoffs.md +411 -0
  160. package/src/data/agent-guides/idunn/platform-requirements.md +351 -0
  161. package/src/data/agent-guides/mimir/emotional-intelligence.md +295 -0
  162. package/src/data/agent-guides/mimir/teaching-styles.md +286 -0
  163. package/src/data/agent-guides/mimir/wds-overview.md +369 -0
  164. package/src/data/agent-guides/saga/discovery-conversation.md +245 -0
  165. package/src/data/agent-guides/saga/strategic-documentation.md +456 -0
  166. package/src/data/agent-guides/saga/trigger-mapping.md +403 -0
  167. package/src/data/design-system/component-boundaries.md +318 -0
  168. package/src/data/design-system/figma-component-structure.md +697 -0
  169. package/src/data/design-system/naming-conventions.md +200 -0
  170. package/src/data/design-system/state-management.md +93 -0
  171. package/src/data/design-system/token-architecture.md +474 -0
  172. package/src/data/design-system/validation-patterns.md +74 -0
  173. package/src/data/presentations/freya-intro.md +275 -0
  174. package/src/data/presentations/freya-presentation.md +78 -0
  175. package/src/data/presentations/idunn-intro.md +231 -0
  176. package/src/data/presentations/idunn-presentation.md +80 -0
  177. package/src/data/presentations/mimir-presentation.md +123 -0
  178. package/src/data/presentations/saga-intro.md +285 -0
  179. package/src/data/presentations/saga-presentation.md +75 -0
  180. package/src/gems/eira-visual-designer.md +571 -0
  181. package/src/module.yaml +111 -0
  182. package/src/templates/design-delivery.template.yaml +104 -0
  183. package/src/templates/platform-requirements.template.yaml +69 -0
  184. package/src/templates/test-scenario.template.yaml +192 -0
  185. package/src/workflows/00-system/FILE-NAMING-CONVENTIONS.md +286 -0
  186. package/src/workflows/00-system/INSTRUCTION-FILE-GUIDELINES.md +284 -0
  187. package/src/workflows/00-system/SPECIFICATION-FORMATTING-STANDARDS.md +516 -0
  188. package/src/workflows/00-system/language-configuration-guide.md +472 -0
  189. package/src/workflows/00-system/language-flow-diagram.md +446 -0
  190. package/src/workflows/00-system/wds-workflow-status-template.yaml +106 -0
  191. package/src/workflows/1-project-brief/alignment-signoff/contract.template.md +297 -0
  192. package/src/workflows/1-project-brief/alignment-signoff/pitch.template.md +101 -0
  193. package/src/workflows/1-project-brief/alignment-signoff/section-guide.md +212 -0
  194. package/src/workflows/1-project-brief/alignment-signoff/service-agreement.template.md +277 -0
  195. package/src/workflows/1-project-brief/alignment-signoff/signoff.template.md +188 -0
  196. package/src/workflows/1-project-brief/alignment-signoff/steps-c/step-01-start.md +81 -0
  197. package/src/workflows/1-project-brief/alignment-signoff/steps-c/step-01.5-extract-communications.md +78 -0
  198. package/src/workflows/1-project-brief/alignment-signoff/steps-c/step-02-explore-sections.md +159 -0
  199. package/src/workflows/1-project-brief/alignment-signoff/steps-c/step-03-synthesize.md +48 -0
  200. package/src/workflows/1-project-brief/alignment-signoff/steps-c/step-03.5-generate-contract.md +87 -0
  201. package/src/workflows/1-project-brief/alignment-signoff/steps-c/step-04-present-for-approval.md +89 -0
  202. package/src/workflows/1-project-brief/alignment-signoff/substeps/01-start-understand/01-understand-situation.md +27 -0
  203. package/src/workflows/1-project-brief/alignment-signoff/substeps/01-start-understand/02-determine-if-needed.md +32 -0
  204. package/src/workflows/1-project-brief/alignment-signoff/substeps/01-start-understand/03-offer-extract-communications.md +31 -0
  205. package/src/workflows/1-project-brief/alignment-signoff/substeps/01-start-understand/04-extract-info.md +39 -0
  206. package/src/workflows/1-project-brief/alignment-signoff/substeps/01-start-understand/05-detect-starting-point.md +34 -0
  207. package/src/workflows/1-project-brief/alignment-signoff/substeps/02-explore-sections/06-explore-realization.md +45 -0
  208. package/src/workflows/1-project-brief/alignment-signoff/substeps/02-explore-sections/07-explore-solution.md +25 -0
  209. package/src/workflows/1-project-brief/alignment-signoff/substeps/02-explore-sections/08-explore-why-it-matters.md +33 -0
  210. package/src/workflows/1-project-brief/alignment-signoff/substeps/02-explore-sections/09-explore-how-we-see-it-working.md +29 -0
  211. package/src/workflows/1-project-brief/alignment-signoff/substeps/02-explore-sections/10-explore-paths-we-explored.md +28 -0
  212. package/src/workflows/1-project-brief/alignment-signoff/substeps/02-explore-sections/11-explore-recommended-solution.md +26 -0
  213. package/src/workflows/1-project-brief/alignment-signoff/substeps/02-explore-sections/12-explore-path-forward.md +38 -0
  214. package/src/workflows/1-project-brief/alignment-signoff/substeps/02-explore-sections/13-explore-value-we-create.md +40 -0
  215. package/src/workflows/1-project-brief/alignment-signoff/substeps/02-explore-sections/14-explore-cost-of-inaction.md +37 -0
  216. package/src/workflows/1-project-brief/alignment-signoff/substeps/02-explore-sections/15-explore-our-commitment.md +33 -0
  217. package/src/workflows/1-project-brief/alignment-signoff/substeps/02-explore-sections/16-explore-summary.md +26 -0
  218. package/src/workflows/1-project-brief/alignment-signoff/substeps/03-synthesize-present/17-reflect-back.md +33 -0
  219. package/src/workflows/1-project-brief/alignment-signoff/substeps/03-synthesize-present/18-synthesize-document.md +41 -0
  220. package/src/workflows/1-project-brief/alignment-signoff/substeps/03-synthesize-present/18.5-create-vtc.md +76 -0
  221. package/src/workflows/1-project-brief/alignment-signoff/substeps/03-synthesize-present/19-present-for-approval.md +44 -0
  222. package/src/workflows/1-project-brief/alignment-signoff/substeps/04-generate-signoff/20-offer-signoff-document.md +38 -0
  223. package/src/workflows/1-project-brief/alignment-signoff/substeps/04-generate-signoff/21-determine-business-model.md +50 -0
  224. package/src/workflows/1-project-brief/alignment-signoff/substeps/05-build-contract/22-build-section-01-project-overview.md +29 -0
  225. package/src/workflows/1-project-brief/alignment-signoff/substeps/05-build-contract/23-build-section-02-business-model.md +66 -0
  226. package/src/workflows/1-project-brief/alignment-signoff/substeps/05-build-contract/24-build-section-03-scope-of-work.md +46 -0
  227. package/src/workflows/1-project-brief/alignment-signoff/substeps/05-build-contract/25-build-section-04-payment-terms.md +81 -0
  228. package/src/workflows/1-project-brief/alignment-signoff/substeps/05-build-contract/26-build-section-05-timeline.md +31 -0
  229. package/src/workflows/1-project-brief/alignment-signoff/substeps/05-build-contract/27-build-section-06-availability.md +38 -0
  230. package/src/workflows/1-project-brief/alignment-signoff/substeps/05-build-contract/28-build-section-07-confidentiality.md +42 -0
  231. package/src/workflows/1-project-brief/alignment-signoff/substeps/05-build-contract/29-build-section-08-not-to-exceed.md +54 -0
  232. package/src/workflows/1-project-brief/alignment-signoff/substeps/05-build-contract/30-build-section-09-work-initiation.md +41 -0
  233. package/src/workflows/1-project-brief/alignment-signoff/substeps/05-build-contract/31-build-section-10-terms-and-conditions.md +38 -0
  234. package/src/workflows/1-project-brief/alignment-signoff/substeps/05-build-contract/32-build-section-11-approval.md +36 -0
  235. package/src/workflows/1-project-brief/alignment-signoff/substeps/05-build-contract/33-finalize-contract.md +40 -0
  236. package/src/workflows/1-project-brief/alignment-signoff/substeps/06-build-signoff-internal/34-build-internal-signoff.md +65 -0
  237. package/src/workflows/1-project-brief/alignment-signoff/substeps/06-build-signoff-internal/35-finalize-signoff.md +39 -0
  238. package/src/workflows/1-project-brief/alignment-signoff/substeps/substeps-guide.md +81 -0
  239. package/src/workflows/1-project-brief/alignment-signoff/validation-report-alignment-signoff.md +360 -0
  240. package/src/workflows/1-project-brief/alignment-signoff/workflow.md +157 -0
  241. package/src/workflows/1-project-brief/complete/validation-report-complete.md +142 -0
  242. package/src/workflows/1-project-brief/complete/workflow.md +60 -0
  243. package/src/workflows/1-project-brief/handover/instructions.md +16 -0
  244. package/src/workflows/1-project-brief/handover/steps/step-01-analyze-brief.md +31 -0
  245. package/src/workflows/1-project-brief/handover/steps/step-02-create-summary.md +46 -0
  246. package/src/workflows/1-project-brief/handover/steps/step-03-provide-activation.md +44 -0
  247. package/src/workflows/1-project-brief/project-brief/complete/instructions.md +273 -0
  248. package/src/workflows/1-project-brief/project-brief/complete/project-brief.template.md +193 -0
  249. package/src/workflows/1-project-brief/project-brief/complete/steps-c/step-01-init.md +35 -0
  250. package/src/workflows/1-project-brief/project-brief/complete/steps-c/step-02-vision.md +43 -0
  251. package/src/workflows/1-project-brief/project-brief/complete/steps-c/step-03-positioning.md +34 -0
  252. package/src/workflows/1-project-brief/project-brief/complete/steps-c/step-04-create-vtc.md +118 -0
  253. package/src/workflows/1-project-brief/project-brief/complete/steps-c/step-05-business-model.md +26 -0
  254. package/src/workflows/1-project-brief/project-brief/complete/steps-c/step-06-business-customers.md +28 -0
  255. package/src/workflows/1-project-brief/project-brief/complete/steps-c/step-07-target-users.md +40 -0
  256. package/src/workflows/1-project-brief/project-brief/complete/steps-c/step-08-success-criteria.md +40 -0
  257. package/src/workflows/1-project-brief/project-brief/complete/steps-c/step-09-competitive-landscape.md +42 -0
  258. package/src/workflows/1-project-brief/project-brief/complete/steps-c/step-10-constraints.md +43 -0
  259. package/src/workflows/1-project-brief/project-brief/complete/steps-c/step-10a-platform-strategy.md +73 -0
  260. package/src/workflows/1-project-brief/project-brief/complete/steps-c/step-11-create-vtc.md +133 -0
  261. package/src/workflows/1-project-brief/project-brief/complete/steps-c/step-11-tone-of-voice.md +233 -0
  262. package/src/workflows/1-project-brief/project-brief/complete/steps-c/step-12-synthesize.md +44 -0
  263. package/src/workflows/1-project-brief/project-brief/complete/steps-c/substeps/11-tone-of-voice-example.md +52 -0
  264. package/src/workflows/1-project-brief/project-brief/complete/workflow.md +60 -0
  265. package/src/workflows/1-project-brief/project-brief/simplified/instructions.md +126 -0
  266. package/src/workflows/1-project-brief/project-brief/simplified/simplified-brief.template.md +44 -0
  267. package/src/workflows/1-project-brief/project-brief/validation-report-project-brief.md +343 -0
  268. package/src/workflows/1-project-brief/workflow.yaml +37 -0
  269. package/src/workflows/2-trigger-mapping/REVIEW-FINDINGS.md +160 -0
  270. package/src/workflows/2-trigger-mapping/document-generation/instructions.md +16 -0
  271. package/src/workflows/2-trigger-mapping/document-generation/steps-c/step-01-generate-hub.md +188 -0
  272. package/src/workflows/2-trigger-mapping/document-generation/steps-c/step-02-generate-business-goals.md +231 -0
  273. package/src/workflows/2-trigger-mapping/document-generation/steps-c/step-03a-generate-primary-persona.md +96 -0
  274. package/src/workflows/2-trigger-mapping/document-generation/steps-c/step-03b-generate-secondary-persona.md +104 -0
  275. package/src/workflows/2-trigger-mapping/document-generation/steps-c/step-03c-generate-tertiary-persona.md +96 -0
  276. package/src/workflows/2-trigger-mapping/document-generation/steps-c/step-04-generate-key-insights.md +88 -0
  277. package/src/workflows/2-trigger-mapping/document-generation/steps-c/step-05-quality-check.md +68 -0
  278. package/src/workflows/2-trigger-mapping/document-generation/steps-c/substeps/04-key-insights-structure.md +222 -0
  279. package/src/workflows/2-trigger-mapping/document-generation/steps-c/substeps/05-quality-checklist.md +212 -0
  280. package/src/workflows/2-trigger-mapping/document-generation/templates/persona-document-template.md +485 -0
  281. package/src/workflows/2-trigger-mapping/document-generation/validation-report-document-generation.md +321 -0
  282. package/src/workflows/2-trigger-mapping/document-generation/workflow.md +66 -0
  283. package/src/workflows/2-trigger-mapping/handover/instructions.md +15 -0
  284. package/src/workflows/2-trigger-mapping/handover/steps/step-01-finalize-hub.md +25 -0
  285. package/src/workflows/2-trigger-mapping/handover/steps/step-02-add-cross-references.md +27 -0
  286. package/src/workflows/2-trigger-mapping/handover/steps/step-03-quality-check.md +25 -0
  287. package/src/workflows/2-trigger-mapping/handover/steps/step-04-create-handover-package.md +73 -0
  288. package/src/workflows/2-trigger-mapping/handover/steps/step-05-provide-activation.md +64 -0
  289. package/src/workflows/2-trigger-mapping/instructions.md +159 -0
  290. package/src/workflows/2-trigger-mapping/mermaid-diagram/instructions.md +28 -0
  291. package/src/workflows/2-trigger-mapping/mermaid-diagram/steps-c/step-01-initialize-structure.md +84 -0
  292. package/src/workflows/2-trigger-mapping/mermaid-diagram/steps-c/step-02-format-business-goals.md +86 -0
  293. package/src/workflows/2-trigger-mapping/mermaid-diagram/steps-c/step-03-format-platform.md +94 -0
  294. package/src/workflows/2-trigger-mapping/mermaid-diagram/steps-c/step-04-format-target-groups.md +113 -0
  295. package/src/workflows/2-trigger-mapping/mermaid-diagram/steps-c/step-05-format-driving-forces.md +118 -0
  296. package/src/workflows/2-trigger-mapping/mermaid-diagram/steps-c/step-06-create-connections.md +136 -0
  297. package/src/workflows/2-trigger-mapping/mermaid-diagram/steps-c/step-07-apply-styling.md +171 -0
  298. package/src/workflows/2-trigger-mapping/mermaid-diagram/steps-c/step-08-quality-check.md +183 -0
  299. package/src/workflows/2-trigger-mapping/mermaid-diagram/validation-report-mermaid-diagram.md +185 -0
  300. package/src/workflows/2-trigger-mapping/mermaid-diagram/workflow.md +70 -0
  301. package/src/workflows/2-trigger-mapping/micro-instructions-mermaid-diagram.md +262 -0
  302. package/src/workflows/2-trigger-mapping/templates/feature-impact.template.md +47 -0
  303. package/src/workflows/2-trigger-mapping/templates/trigger-map.template.md +169 -0
  304. package/src/workflows/2-trigger-mapping/workflow.yaml +55 -0
  305. package/src/workflows/2-trigger-mapping/workshops/0-documentation-synthesis/instructions.md +140 -0
  306. package/src/workflows/2-trigger-mapping/workshops/0-documentation-synthesis/step-01-business-goals.md +124 -0
  307. package/src/workflows/2-trigger-mapping/workshops/0-documentation-synthesis/step-02-target-groups.md +143 -0
  308. package/src/workflows/2-trigger-mapping/workshops/0-documentation-synthesis/step-03-driving-forces.md +133 -0
  309. package/src/workflows/2-trigger-mapping/workshops/0-documentation-synthesis/step-04-prioritization.md +130 -0
  310. package/src/workflows/2-trigger-mapping/workshops/0-documentation-synthesis/step-05-gap-analysis.md +141 -0
  311. package/src/workflows/2-trigger-mapping/workshops/1-business-goals/instructions.md +106 -0
  312. package/src/workflows/2-trigger-mapping/workshops/2-target-groups/instructions.md +106 -0
  313. package/src/workflows/2-trigger-mapping/workshops/3-driving-forces/instructions.md +130 -0
  314. package/src/workflows/2-trigger-mapping/workshops/4-prioritization/instructions.md +203 -0
  315. package/src/workflows/2-trigger-mapping/workshops/5-feature-impact/instructions.md +24 -0
  316. package/src/workflows/2-trigger-mapping/workshops/5-feature-impact/steps/step-01-extract-features.md +52 -0
  317. package/src/workflows/2-trigger-mapping/workshops/5-feature-impact/steps/step-02-confirm-assessment.md +41 -0
  318. package/src/workflows/2-trigger-mapping/workshops/5-feature-impact/steps/step-03-make-assessment.md +84 -0
  319. package/src/workflows/2-trigger-mapping/workshops/5-feature-impact/steps/step-04-generate-document.md +81 -0
  320. package/src/workflows/2-trigger-mapping/workshops/5-feature-impact/steps/step-05-wrap-up.md +55 -0
  321. package/src/workflows/3-prd-platform/handover/instructions.md +16 -0
  322. package/src/workflows/3-prd-platform/handover/steps/step-01-compile-deliverables.md +38 -0
  323. package/src/workflows/3-prd-platform/handover/steps/step-02-extract-epic-structure.md +30 -0
  324. package/src/workflows/3-prd-platform/handover/steps/step-03-prepare-prd-materials.md +31 -0
  325. package/src/workflows/3-prd-platform/handover/steps/step-04-create-handover-package.md +57 -0
  326. package/src/workflows/3-prd-platform/handover/steps/step-05-provide-activation.md +68 -0
  327. package/src/workflows/3-prd-platform/instructions.md +1161 -0
  328. package/src/workflows/3-prd-platform/templates/experimental-endpoints.template.md +221 -0
  329. package/src/workflows/3-prd-platform/templates/platform-architecture.template.md +159 -0
  330. package/src/workflows/3-prd-platform/templates/technical-constraints.template.md +191 -0
  331. package/src/workflows/3-prd-platform/workflow.yaml +39 -0
  332. package/src/workflows/4-ux-design/ARCHITECTURE.md +275 -0
  333. package/src/workflows/4-ux-design/COMPONENT-FILE-STRUCTURE.md +742 -0
  334. package/src/workflows/4-ux-design/CONCEPTUAL-SPECIFICATIONS.md +557 -0
  335. package/src/workflows/4-ux-design/CONTENT-PLACEMENT-GUIDE.md +552 -0
  336. package/src/workflows/4-ux-design/CROSS-PAGE-CONSISTENCY.md +301 -0
  337. package/src/workflows/4-ux-design/DOCUMENTATION-ARCHITECTURE.md +161 -0
  338. package/src/workflows/4-ux-design/HTML-VS-VISUAL-STYLES.md +243 -0
  339. package/src/workflows/4-ux-design/IMAGE-SKETCHING-BEST-PRACTICES.md +272 -0
  340. package/src/workflows/4-ux-design/PROACTIVE-TRANSLATION-WORKFLOW.md +447 -0
  341. package/src/workflows/4-ux-design/SKETCH-FIRST-IMPLEMENTATION-PLAN.md +617 -0
  342. package/src/workflows/4-ux-design/SKETCH-TEXT-ANALYSIS-GUIDE.md +532 -0
  343. package/src/workflows/4-ux-design/SKETCH-TEXT-QUICK-REFERENCE.md +222 -0
  344. package/src/workflows/4-ux-design/SKETCH-TEXT-STRATEGY.md +509 -0
  345. package/src/workflows/4-ux-design/STORYBOARD-INTEGRATION.md +714 -0
  346. package/src/workflows/4-ux-design/TRANSLATION-ORGANIZATION-GUIDE.md +513 -0
  347. package/src/workflows/4-ux-design/WDS-SPECIFICATION-PATTERN.md +436 -0
  348. package/src/workflows/4-ux-design/agentic-development/guides/AGENTIC-DEVELOPMENT-GUIDE.md +380 -0
  349. package/src/workflows/4-ux-design/agentic-development/guides/CREATION-GUIDE.md +1148 -0
  350. package/src/workflows/4-ux-design/agentic-development/guides/FILE-INDEX.md +212 -0
  351. package/src/workflows/4-ux-design/agentic-development/guides/PROTOTYPE-ANALYSIS.md +832 -0
  352. package/src/workflows/4-ux-design/agentic-development/guides/PROTOTYPE-INITIATION-DIALOG.md +409 -0
  353. package/src/workflows/4-ux-design/agentic-development/steps-c/1-prototype-setup.md +95 -0
  354. package/src/workflows/4-ux-design/agentic-development/steps-c/2-scenario-analysis.md +174 -0
  355. package/src/workflows/4-ux-design/agentic-development/steps-c/3-logical-view-breakdown.md +197 -0
  356. package/src/workflows/4-ux-design/agentic-development/steps-c/4a-announce-and-gather.md +69 -0
  357. package/src/workflows/4-ux-design/agentic-development/steps-c/4b-create-story-file.md +144 -0
  358. package/src/workflows/4-ux-design/agentic-development/steps-c/4c-implement-section.md +113 -0
  359. package/src/workflows/4-ux-design/agentic-development/steps-c/4d-present-for-testing.md +68 -0
  360. package/src/workflows/4-ux-design/agentic-development/steps-c/4e-handle-issue.md +85 -0
  361. package/src/workflows/4-ux-design/agentic-development/steps-c/4f-handle-improvement.md +104 -0
  362. package/src/workflows/4-ux-design/agentic-development/steps-c/4g-section-approved.md +146 -0
  363. package/src/workflows/4-ux-design/agentic-development/steps-c/5-finalization.md +158 -0
  364. package/src/workflows/4-ux-design/agentic-development/templates/PROTOTYPE-ROADMAP-template.md +382 -0
  365. package/src/workflows/4-ux-design/agentic-development/templates/components/DEV-MODE-GUIDE.md +189 -0
  366. package/src/workflows/4-ux-design/agentic-development/templates/components/dev-mode.css +164 -0
  367. package/src/workflows/4-ux-design/agentic-development/templates/components/dev-mode.html +18 -0
  368. package/src/workflows/4-ux-design/agentic-development/templates/components/dev-mode.js +430 -0
  369. package/src/workflows/4-ux-design/agentic-development/templates/demo-data-template.json +63 -0
  370. package/src/workflows/4-ux-design/agentic-development/templates/page-template.html +465 -0
  371. package/src/workflows/4-ux-design/agentic-development/templates/story-file-template.md +167 -0
  372. package/src/workflows/4-ux-design/agentic-development/templates/work-file-template.yaml +264 -0
  373. package/src/workflows/4-ux-design/agentic-development/validation-report-agentic-development.md +251 -0
  374. package/src/workflows/4-ux-design/agentic-development/workflow.md +631 -0
  375. package/src/workflows/4-ux-design/excalidraw-integration/guides/ai-collaboration.md +565 -0
  376. package/src/workflows/4-ux-design/excalidraw-integration/guides/excalidraw-guide.md +320 -0
  377. package/src/workflows/4-ux-design/excalidraw-integration/guides/excalidraw-setup.md +529 -0
  378. package/src/workflows/4-ux-design/excalidraw-integration/guides/export-workflow.md +563 -0
  379. package/src/workflows/4-ux-design/excalidraw-integration/guides/sketching-guide.md +693 -0
  380. package/src/workflows/4-ux-design/excalidraw-integration/validation-report-excalidraw-integration.md +208 -0
  381. package/src/workflows/4-ux-design/excalidraw-integration/workflow.md +226 -0
  382. package/src/workflows/4-ux-design/handover/instructions.md +15 -0
  383. package/src/workflows/4-ux-design/handover/steps/step-01-analyze-scenarios.md +32 -0
  384. package/src/workflows/4-ux-design/handover/steps/step-01-identify-delivery-scope.md +61 -0
  385. package/src/workflows/4-ux-design/handover/steps/step-02-create-summary.md +59 -0
  386. package/src/workflows/4-ux-design/handover/steps/step-02-extract-technical-needs.md +33 -0
  387. package/src/workflows/4-ux-design/handover/steps/step-03-create-delivery-package.md +79 -0
  388. package/src/workflows/4-ux-design/handover/steps/step-03-provide-activation.md +47 -0
  389. package/src/workflows/4-ux-design/handover/steps/step-04-log-delivery.md +41 -0
  390. package/src/workflows/4-ux-design/handover/steps/step-05-provide-activation.md +75 -0
  391. package/src/workflows/4-ux-design/modular-architecture/00-MODULAR-ARCHITECTURE-GUIDE.md +71 -0
  392. package/src/workflows/4-ux-design/modular-architecture/00-foundation/agent-designer-collaboration.md +488 -0
  393. package/src/workflows/4-ux-design/modular-architecture/01-core-concepts/complexity-detection.md +123 -0
  394. package/src/workflows/4-ux-design/modular-architecture/01-core-concepts/content-placement-rules.md +144 -0
  395. package/src/workflows/4-ux-design/modular-architecture/01-core-concepts/three-tier-overview.md +144 -0
  396. package/src/workflows/4-ux-design/modular-architecture/02-workflows/01-what-are-storyboards.md +70 -0
  397. package/src/workflows/4-ux-design/modular-architecture/02-workflows/01-when-to-use.md +68 -0
  398. package/src/workflows/4-ux-design/modular-architecture/02-workflows/02-file-structure.md +86 -0
  399. package/src/workflows/4-ux-design/modular-architecture/02-workflows/complexity-router-workflow.md +155 -0
  400. package/src/workflows/4-ux-design/modular-architecture/02-workflows/page-specification-workflow.md +312 -0
  401. package/src/workflows/4-ux-design/modular-architecture/02-workflows/storyboards-guide.md +75 -0
  402. package/src/workflows/4-ux-design/modular-architecture/03-quick-refs/benefits.md +128 -0
  403. package/src/workflows/4-ux-design/modular-architecture/03-quick-refs/decision-tree.md +67 -0
  404. package/src/workflows/4-ux-design/modular-architecture/validation-report-modular-architecture.md +220 -0
  405. package/src/workflows/4-ux-design/modular-architecture/workflow.md +289 -0
  406. package/src/workflows/4-ux-design/object-types/COMPLEXITY-ROUTER.md +842 -0
  407. package/src/workflows/4-ux-design/object-types/ROUTER-FLOW-DIAGRAM.md +275 -0
  408. package/src/workflows/4-ux-design/object-types/TEXT-DETECTION-PRIORITY.md +391 -0
  409. package/src/workflows/4-ux-design/object-types/object-router.md +349 -0
  410. package/src/workflows/4-ux-design/object-types/templates/button.md +345 -0
  411. package/src/workflows/4-ux-design/object-types/templates/heading-text.md +549 -0
  412. package/src/workflows/4-ux-design/object-types/templates/image.md +165 -0
  413. package/src/workflows/4-ux-design/object-types/templates/link.md +167 -0
  414. package/src/workflows/4-ux-design/object-types/templates/text-input.md +463 -0
  415. package/src/workflows/4-ux-design/object-types/validation-report-object-types.md +295 -0
  416. package/src/workflows/4-ux-design/object-types/workflow.md +439 -0
  417. package/src/workflows/4-ux-design/page-specification-quality/data/validation-standards.md +215 -0
  418. package/src/workflows/4-ux-design/page-specification-quality/instructions.md +32 -0
  419. package/src/workflows/4-ux-design/page-specification-quality/quality-guide.md +653 -0
  420. package/src/workflows/4-ux-design/page-specification-quality/steps-v/step-01-page-metadata.md +55 -0
  421. package/src/workflows/4-ux-design/page-specification-quality/steps-v/step-02-navigation.md +54 -0
  422. package/src/workflows/4-ux-design/page-specification-quality/steps-v/step-03-page-overview.md +47 -0
  423. package/src/workflows/4-ux-design/page-specification-quality/steps-v/step-04-page-sections.md +58 -0
  424. package/src/workflows/4-ux-design/page-specification-quality/steps-v/step-05-section-order.md +59 -0
  425. package/src/workflows/4-ux-design/page-specification-quality/steps-v/step-06-object-registry.md +52 -0
  426. package/src/workflows/4-ux-design/page-specification-quality/steps-v/step-07-design-system-separation.md +64 -0
  427. package/src/workflows/4-ux-design/page-specification-quality/steps-v/step-08-final-validation.md +92 -0
  428. package/src/workflows/4-ux-design/page-specification-quality/templates/diagnostic-report-template.md +227 -0
  429. package/src/workflows/4-ux-design/page-specification-quality/validation-report-page-specification-quality.md +357 -0
  430. package/src/workflows/4-ux-design/page-specification-quality/workflow.md +146 -0
  431. package/src/workflows/4-ux-design/scenario-init/SCENARIO-INIT-DIALOG.md +538 -0
  432. package/src/workflows/4-ux-design/scenario-init/SCENARIO-INIT-PROCESS.md +221 -0
  433. package/src/workflows/4-ux-design/scenario-init/steps-c/00-SCENARIO-INIT-GUIDE.md +76 -0
  434. package/src/workflows/4-ux-design/scenario-init/steps-c/01-platform-confirmation.md +167 -0
  435. package/src/workflows/4-ux-design/scenario-init/steps-c/02-feature-selection.md +70 -0
  436. package/src/workflows/4-ux-design/scenario-init/steps-c/03-entry-point.md +67 -0
  437. package/src/workflows/4-ux-design/scenario-init/steps-c/04-mental-state.md +74 -0
  438. package/src/workflows/4-ux-design/scenario-init/steps-c/05-mutual-success.md +69 -0
  439. package/src/workflows/4-ux-design/scenario-init/steps-c/06-shortest-path.md +92 -0
  440. package/src/workflows/4-ux-design/scenario-init/steps-c/07-create-vtc.md +132 -0
  441. package/src/workflows/4-ux-design/scenario-init/steps-c/examples/booking-example.md +64 -0
  442. package/src/workflows/4-ux-design/scenario-init/steps-c/examples/ecommerce-example.md +64 -0
  443. package/src/workflows/4-ux-design/scenario-init/steps-c/examples/saas-example.md +64 -0
  444. package/src/workflows/4-ux-design/scenario-init/validation-report-scenario-init.md +290 -0
  445. package/src/workflows/4-ux-design/scenario-init/workflow.md +117 -0
  446. package/src/workflows/4-ux-design/specification-audit-workflow.md +697 -0
  447. package/src/workflows/4-ux-design/steps/step-01-init.md +116 -0
  448. package/src/workflows/4-ux-design/steps/step-02-setup-scenario-structure.md +67 -0
  449. package/src/workflows/4-ux-design/steps/step-02-substeps/page-init/page-init-lightweight.md +355 -0
  450. package/src/workflows/4-ux-design/steps/step-02-substeps/page-init/step-01-page-context.md +61 -0
  451. package/src/workflows/4-ux-design/steps/step-02-substeps/page-init/step-02-page-name.md +26 -0
  452. package/src/workflows/4-ux-design/steps/step-02-substeps/page-init/step-03-page-purpose.md +25 -0
  453. package/src/workflows/4-ux-design/steps/step-02-substeps/page-init/step-04-entry-point.md +27 -0
  454. package/src/workflows/4-ux-design/steps/step-02-substeps/page-init/step-05-mental-state.md +22 -0
  455. package/src/workflows/4-ux-design/steps/step-02-substeps/page-init/step-06-desired-outcome.md +22 -0
  456. package/src/workflows/4-ux-design/steps/step-02-substeps/page-init/step-07-variants.md +29 -0
  457. package/src/workflows/4-ux-design/steps/step-02-substeps/page-init/step-08-create-page-structure.md +141 -0
  458. package/src/workflows/4-ux-design/steps/step-02-substeps/page-init/workshop-c-placeholder-pages.md +406 -0
  459. package/src/workflows/4-ux-design/steps/step-02-substeps/page-init/workshop-page-creation.md +578 -0
  460. package/src/workflows/4-ux-design/steps/step-02-substeps/page-init/workshop-page-process.md +333 -0
  461. package/src/workflows/4-ux-design/steps/step-02-substeps/scenario-init/step-01-core-feature.md +26 -0
  462. package/src/workflows/4-ux-design/steps/step-02-substeps/scenario-init/step-02-entry-point.md +26 -0
  463. package/src/workflows/4-ux-design/steps/step-02-substeps/scenario-init/step-03-mental-state.md +24 -0
  464. package/src/workflows/4-ux-design/steps/step-02-substeps/scenario-init/step-04-mutual-success.md +27 -0
  465. package/src/workflows/4-ux-design/steps/step-02-substeps/scenario-init/step-05-shortest-path.md +39 -0
  466. package/src/workflows/4-ux-design/steps/step-02-substeps/scenario-init/step-06-scenario-name.md +24 -0
  467. package/src/workflows/4-ux-design/steps/step-02-substeps/scenario-init/step-07-create-scenario-folder.md +145 -0
  468. package/src/workflows/4-ux-design/steps/step-02-substeps/substeps-guide.md +110 -0
  469. package/src/workflows/4-ux-design/steps/step-03-design-page.md +189 -0
  470. package/src/workflows/4-ux-design/steps/step-04-complete-scenario.md +59 -0
  471. package/src/workflows/4-ux-design/steps/step-05-next-steps.md +76 -0
  472. package/src/workflows/4-ux-design/stitch-generation/stitch-prompt.template.md +174 -0
  473. package/src/workflows/4-ux-design/stitch-generation/workflow.md +288 -0
  474. package/src/workflows/4-ux-design/substeps/4a-exploration.md +106 -0
  475. package/src/workflows/4-ux-design/substeps/4b-sketch-analysis.md +536 -0
  476. package/src/workflows/4-ux-design/substeps/4c-01-page-basics.md +59 -0
  477. package/src/workflows/4-ux-design/substeps/4c-02-layout-sections.md +66 -0
  478. package/src/workflows/4-ux-design/substeps/4c-03-components-objects.md +154 -0
  479. package/src/workflows/4-ux-design/substeps/4c-04-content-languages.md +83 -0
  480. package/src/workflows/4-ux-design/substeps/4c-05-interactions.md +82 -0
  481. package/src/workflows/4-ux-design/substeps/4c-06-states.md +125 -0
  482. package/src/workflows/4-ux-design/substeps/4c-07-validation.md +124 -0
  483. package/src/workflows/4-ux-design/substeps/4c-08-generate-spec.md +105 -0
  484. package/src/workflows/4-ux-design/substeps/4d-prototype.md +282 -0
  485. package/src/workflows/4-ux-design/substeps/4e-prd-update.md +139 -0
  486. package/src/workflows/4-ux-design/templates/audit-report.template.md +430 -0
  487. package/src/workflows/4-ux-design/templates/instructions/accessibility-audit.workflow.md +166 -0
  488. package/src/workflows/4-ux-design/templates/instructions/accessibility.instructions.md +102 -0
  489. package/src/workflows/4-ux-design/templates/instructions/data-api.instructions.md +69 -0
  490. package/src/workflows/4-ux-design/templates/instructions/form-validation.instructions.md +54 -0
  491. package/src/workflows/4-ux-design/templates/instructions/meta-content.instructions.md +37 -0
  492. package/src/workflows/4-ux-design/templates/instructions/open-questions.instructions.md +164 -0
  493. package/src/workflows/4-ux-design/templates/instructions/responsive.instructions.md +64 -0
  494. package/src/workflows/4-ux-design/templates/page-specification.template.md +227 -0
  495. package/src/workflows/4-ux-design/templates/scenario-overview.template.md +159 -0
  496. package/src/workflows/4-ux-design/templates/storyboard-specification.template.md +94 -0
  497. package/src/workflows/4-ux-design/ux-design-guide.md +223 -0
  498. package/src/workflows/4-ux-design/workflow-new.yaml +18 -0
  499. package/src/workflows/4-ux-design/workflow.md +61 -0
  500. package/src/workflows/4-ux-design/workflow.yaml +18 -0
  501. package/src/workflows/5-design-system/assessment/01-scan-existing.md +166 -0
  502. package/src/workflows/5-design-system/assessment/02-compare-attributes.md +287 -0
  503. package/src/workflows/5-design-system/assessment/03-calculate-similarity.md +357 -0
  504. package/src/workflows/5-design-system/assessment/04-identify-opportunities.md +339 -0
  505. package/src/workflows/5-design-system/assessment/05-identify-risks.md +357 -0
  506. package/src/workflows/5-design-system/assessment/06-present-decision.md +435 -0
  507. package/src/workflows/5-design-system/assessment/07-execute-decision.md +523 -0
  508. package/src/workflows/5-design-system/design-system-guide.md +353 -0
  509. package/src/workflows/5-design-system/design-system-router.md +370 -0
  510. package/src/workflows/5-design-system/figma-integration/INTEGRATION-SUMMARY.md +458 -0
  511. package/src/workflows/5-design-system/figma-integration/code-to-figma/steps/step-01-connection-check.md +118 -0
  512. package/src/workflows/5-design-system/figma-integration/code-to-figma/steps/step-01-substeps/substep-01-plugin-installation.md +37 -0
  513. package/src/workflows/5-design-system/figma-integration/code-to-figma/steps/step-01-substeps/substep-02-activate-plugin.md +37 -0
  514. package/src/workflows/5-design-system/figma-integration/code-to-figma/steps/step-01-substeps/substep-03-verify-mcp.md +51 -0
  515. package/src/workflows/5-design-system/figma-integration/code-to-figma/steps/step-02-identify-export-type.md +161 -0
  516. package/src/workflows/5-design-system/figma-integration/code-to-figma/steps/step-03-prepare-specifications.md +138 -0
  517. package/src/workflows/5-design-system/figma-integration/code-to-figma/steps/step-03-substeps/substep-01-analyze-code.md +62 -0
  518. package/src/workflows/5-design-system/figma-integration/code-to-figma/steps/step-03-substeps/substep-02-generate-ids.md +69 -0
  519. package/src/workflows/5-design-system/figma-integration/code-to-figma/steps/step-03-substeps/substep-03-create-spec.md +98 -0
  520. package/src/workflows/5-design-system/figma-integration/code-to-figma/steps/step-03-substeps/substep-04-review-spec.md +86 -0
  521. package/src/workflows/5-design-system/figma-integration/code-to-figma/steps/step-04-generate-validate.md +207 -0
  522. package/src/workflows/5-design-system/figma-integration/code-to-figma/steps/step-05-execute-export.md +229 -0
  523. package/src/workflows/5-design-system/figma-integration/code-to-figma/workflow.md +64 -0
  524. package/src/workflows/5-design-system/figma-integration/figma-to-code/README.md +0 -0
  525. package/src/workflows/5-design-system/figma-integration/figma-to-code/figma-integration-guide.md +37 -0
  526. package/src/workflows/5-design-system/figma-integration/reference/figma-designer-guide.md +687 -0
  527. package/src/workflows/5-design-system/figma-integration/reference/figma-mcp-integration.md +661 -0
  528. package/src/workflows/5-design-system/figma-integration/reference/mcp-server-integration.md +922 -0
  529. package/src/workflows/5-design-system/figma-integration/reference/prototype-to-figma-workflow.md +933 -0
  530. package/src/workflows/5-design-system/figma-integration/reference/tools-reference.md +665 -0
  531. package/src/workflows/5-design-system/figma-integration/reference/when-to-extract-decision-guide.md +663 -0
  532. package/src/workflows/5-design-system/operations/add-variant.md +490 -0
  533. package/src/workflows/5-design-system/operations/create-new-component.md +711 -0
  534. package/src/workflows/5-design-system/operations/generate-catalog.md +686 -0
  535. package/src/workflows/5-design-system/operations/initialize-design-system.md +467 -0
  536. package/src/workflows/5-design-system/operations/update-component.md +600 -0
  537. package/src/workflows/5-design-system/templates/catalog.template.html +363 -0
  538. package/src/workflows/5-design-system/templates/component-library-config.template.md +65 -0
  539. package/src/workflows/5-design-system/templates/component.template.md +134 -0
  540. package/src/workflows/5-design-system/templates/design-tokens.template.md +168 -0
  541. package/src/workflows/5-design-system/workflow.yaml +22 -0
  542. package/src/workflows/6-design-deliveries/design-deliveries-guide.md +489 -0
  543. package/src/workflows/6-design-deliveries/steps/step-6.1-detect-completion.md +131 -0
  544. package/src/workflows/6-design-deliveries/steps/step-6.2-create-delivery.md +156 -0
  545. package/src/workflows/6-design-deliveries/steps/step-6.2-create-delivery.md.bak +309 -0
  546. package/src/workflows/6-design-deliveries/steps/step-6.3-create-test-scenario.md +155 -0
  547. package/src/workflows/6-design-deliveries/steps/step-6.3-create-test-scenario.md.bak +432 -0
  548. package/src/workflows/6-design-deliveries/steps/step-6.4-handoff-dialog.md +441 -0
  549. package/src/workflows/6-design-deliveries/steps/step-6.5-hand-off.md +327 -0
  550. package/src/workflows/6-design-deliveries/steps/step-6.6-continue.md +414 -0
  551. package/src/workflows/6-design-deliveries/workflow.md +67 -0
  552. package/src/workflows/7-testing/steps/step-7.1-receive-notification.md +261 -0
  553. package/src/workflows/7-testing/steps/step-7.2-prepare-testing.md +399 -0
  554. package/src/workflows/7-testing/steps/step-7.3-run-tests.md +683 -0
  555. package/src/workflows/7-testing/steps/step-7.4-create-issues.md +517 -0
  556. package/src/workflows/7-testing/steps/step-7.5-create-report.md +441 -0
  557. package/src/workflows/7-testing/steps/step-7.6-send-to-bmad.md +392 -0
  558. package/src/workflows/7-testing/steps/step-7.7-iterate-or-approve.md +596 -0
  559. package/src/workflows/7-testing/testing-guide.md +613 -0
  560. package/src/workflows/7-testing/workflow.md +79 -0
  561. package/src/workflows/8-ongoing-development/existing-product-guide.md +929 -0
  562. package/src/workflows/8-ongoing-development/steps/step-8.1-identify-opportunity.md +497 -0
  563. package/src/workflows/8-ongoing-development/steps/step-8.2-gather-context.md +380 -0
  564. package/src/workflows/8-ongoing-development/steps/step-8.3-design-update.md +495 -0
  565. package/src/workflows/8-ongoing-development/steps/step-8.4-create-delivery.md +402 -0
  566. package/src/workflows/8-ongoing-development/steps/step-8.5-hand-off.md +163 -0
  567. package/src/workflows/8-ongoing-development/steps/step-8.6-validate.md +265 -0
  568. package/src/workflows/8-ongoing-development/steps/step-8.7-monitor.md +432 -0
  569. package/src/workflows/8-ongoing-development/steps/step-8.8-iterate.md +547 -0
  570. package/src/workflows/8-ongoing-development/workflow.md +302 -0
  571. package/src/workflows/9-agent-dialogs/steps/step-01-initialize-dialog.md +244 -0
  572. package/src/workflows/9-agent-dialogs/steps/step-02-analyze-scope.md +195 -0
  573. package/src/workflows/9-agent-dialogs/steps/step-03-create-steps.md +186 -0
  574. package/src/workflows/9-agent-dialogs/steps/step-04-execute-steps.md +250 -0
  575. package/src/workflows/9-agent-dialogs/steps/step-05-complete-dialog.md +177 -0
  576. package/src/workflows/9-agent-dialogs/templates/dialog-capture.template.md +75 -0
  577. package/src/workflows/9-agent-dialogs/templates/dialog-types/INDEX.md +142 -0
  578. package/src/workflows/9-agent-dialogs/templates/dialog-types/bug-fix.template.md +164 -0
  579. package/src/workflows/9-agent-dialogs/templates/dialog-types/design-exploration.template.md +180 -0
  580. package/src/workflows/9-agent-dialogs/templates/dialog-types/prototype-implementation.template.md +292 -0
  581. package/src/workflows/9-agent-dialogs/templates/dialog-types/stitch-generation.template.md +311 -0
  582. package/src/workflows/9-agent-dialogs/templates/dialog.template.md +200 -0
  583. package/src/workflows/9-agent-dialogs/templates/step.template.md +118 -0
  584. package/src/workflows/9-agent-dialogs/workflow.md +401 -0
  585. package/src/workflows/PROJECT-STRUCTURE-SYSTEM.md +226 -0
  586. package/src/workflows/VALIDATION-SUMMARY-REPORT.md +329 -0
  587. package/src/workflows/paths/design-system-only.yaml +62 -0
  588. package/src/workflows/paths/digital-strategy.yaml +39 -0
  589. package/src/workflows/paths/feature-enhancement.yaml +93 -0
  590. package/src/workflows/paths/full-product.yaml +96 -0
  591. package/src/workflows/paths/landing-page.yaml +54 -0
  592. package/src/workflows/paths/quick-prototype.yaml +39 -0
  593. package/src/workflows/project-analysis/AGENT-INITIATION-FLOW.md +295 -0
  594. package/src/workflows/project-analysis/LINK-VERIFICATION.md +179 -0
  595. package/src/workflows/project-analysis/ROUTER-ARCHITECTURE.md +224 -0
  596. package/src/workflows/project-analysis/SYSTEM-GUIDE.md +105 -0
  597. package/src/workflows/project-analysis/agent-domains/freya-domain.md +144 -0
  598. package/src/workflows/project-analysis/agent-domains/idunn-domain.md +112 -0
  599. package/src/workflows/project-analysis/agent-domains/saga-domain.md +132 -0
  600. package/src/workflows/project-analysis/agent-handoff-guide.md +233 -0
  601. package/src/workflows/project-analysis/analysis-types/empty-project-response.md +141 -0
  602. package/src/workflows/project-analysis/analysis-types/folder-based-analysis.md +135 -0
  603. package/src/workflows/project-analysis/analysis-types/new-project-response.md +194 -0
  604. package/src/workflows/project-analysis/analysis-types/outline-based-analysis.md +207 -0
  605. package/src/workflows/project-analysis/analysis-types/unknown-structure-response.md +216 -0
  606. package/src/workflows/project-analysis/context-aware-activation.md +99 -0
  607. package/src/workflows/project-analysis/conversation-persistence/check-conversations.md +162 -0
  608. package/src/workflows/project-analysis/conversation-persistence/conversation-template.md +70 -0
  609. package/src/workflows/project-analysis/conversation-persistence/persistence-guide.md +81 -0
  610. package/src/workflows/project-analysis/conversation-persistence/save-conversation.md +146 -0
  611. package/src/workflows/project-analysis/instructions.md +30 -0
  612. package/src/workflows/project-analysis/project-analysis-router.md +76 -0
  613. package/src/workflows/project-analysis/task-reflection.md +303 -0
  614. package/src/workflows/project-analysis/validation/deep-validation-before-work.md +235 -0
  615. package/src/workflows/project-analysis/work-types/strategy-work.md +88 -0
  616. package/src/workflows/project-analysis/workflow.yaml +82 -0
  617. package/src/workflows/shared/content-creation-workshop/content-creation-workshop-guide.md +320 -0
  618. package/src/workflows/shared/content-creation-workshop/content-output.template.md +349 -0
  619. package/src/workflows/shared/content-creation-workshop/steps-c/OPTIMIZATION-COMPLETE.md +143 -0
  620. package/src/workflows/shared/content-creation-workshop/steps-c/step-00-define-purpose.md +196 -0
  621. package/src/workflows/shared/content-creation-workshop/steps-c/step-01-load-vtc-context.md +126 -0
  622. package/src/workflows/shared/content-creation-workshop/steps-c/step-02-awareness-strategy.md +245 -0
  623. package/src/workflows/shared/content-creation-workshop/steps-c/step-03-action-filter.md +230 -0
  624. package/src/workflows/shared/content-creation-workshop/steps-c/step-04-empowerment-frame.md +248 -0
  625. package/src/workflows/shared/content-creation-workshop/steps-c/step-05-structural-order.md +227 -0
  626. package/src/workflows/shared/content-creation-workshop/steps-c/step-06-generate-content.md +247 -0
  627. package/src/workflows/shared/content-creation-workshop/steps-c/substeps/00-purpose-examples.md +131 -0
  628. package/src/workflows/shared/content-creation-workshop/steps-c/substeps/03-action-filter-example.md +97 -0
  629. package/src/workflows/shared/content-creation-workshop/steps-c/substeps/04-badass-users-principles.md +159 -0
  630. package/src/workflows/shared/content-creation-workshop/steps-c/substeps/04-example-empowerment-frame.md +88 -0
  631. package/src/workflows/shared/content-creation-workshop/steps-c/substeps/05-example-golden-circle.md +96 -0
  632. package/src/workflows/shared/content-creation-workshop/steps-c/substeps/05-golden-circle-guide.md +160 -0
  633. package/src/workflows/shared/content-creation-workshop/steps-c/substeps/06-example-hairdresser-newsletter.md +136 -0
  634. package/src/workflows/shared/content-creation-workshop/steps-c/substeps/06-generation-instructions.md +95 -0
  635. package/src/workflows/shared/content-creation-workshop/steps-c/workflow.md +41 -0
  636. package/src/workflows/shared/content-creation-workshop/validation-report-content-creation-workshop.md +303 -0
  637. package/src/workflows/shared/content-creation-workshop/workflow.md +87 -0
  638. package/src/workflows/shared/vtc-workshop/creation-steps-c/step-01-define-business-goal.md +115 -0
  639. package/src/workflows/shared/vtc-workshop/creation-steps-c/step-02-identify-solution.md +105 -0
  640. package/src/workflows/shared/vtc-workshop/creation-steps-c/step-03-describe-user.md +131 -0
  641. package/src/workflows/shared/vtc-workshop/creation-steps-c/step-04-positive-driving-forces.md +150 -0
  642. package/src/workflows/shared/vtc-workshop/creation-steps-c/step-05-negative-driving-forces.md +190 -0
  643. package/src/workflows/shared/vtc-workshop/creation-steps-c/step-06-customer-awareness.md +256 -0
  644. package/src/workflows/shared/vtc-workshop/creation-steps-c/step-07-review-and-save.md +233 -0
  645. package/src/workflows/shared/vtc-workshop/creation-steps-c/workflow.md +43 -0
  646. package/src/workflows/shared/vtc-workshop/selection-steps-c/step-01-load-trigger-map.md +81 -0
  647. package/src/workflows/shared/vtc-workshop/selection-steps-c/step-02-select-business-goal.md +84 -0
  648. package/src/workflows/shared/vtc-workshop/selection-steps-c/step-03-select-user.md +88 -0
  649. package/src/workflows/shared/vtc-workshop/selection-steps-c/step-04-select-driving-forces.md +100 -0
  650. package/src/workflows/shared/vtc-workshop/selection-steps-c/step-05-define-solution.md +59 -0
  651. package/src/workflows/shared/vtc-workshop/selection-steps-c/step-06-customer-awareness.md +75 -0
  652. package/src/workflows/shared/vtc-workshop/selection-steps-c/step-07-review-and-save.md +151 -0
  653. package/src/workflows/shared/vtc-workshop/selection-steps-c/workflow.md +48 -0
  654. package/src/workflows/shared/vtc-workshop/validation-report-vtc-workshop.md +269 -0
  655. package/src/workflows/shared/vtc-workshop/vtc-creation-workshop.md +457 -0
  656. package/src/workflows/shared/vtc-workshop/vtc-selection-workshop.md +557 -0
  657. package/src/workflows/shared/vtc-workshop/vtc-template.yaml +210 -0
  658. package/src/workflows/shared/vtc-workshop/vtc-workshop-guide.md +418 -0
  659. package/src/workflows/shared/vtc-workshop/vtc-workshop-router.md +146 -0
  660. package/src/workflows/shared/vtc-workshop/workflow.md +174 -0
  661. package/src/workflows/workflow-init/COMPLETE-SYSTEM-SUMMARY.md +314 -0
  662. package/src/workflows/workflow-init/FINAL-SYSTEM-SUMMARY.md +321 -0
  663. package/src/workflows/workflow-init/PROJECT-OUTLINE-SYSTEM.md +240 -0
  664. package/src/workflows/workflow-init/excalidraw-setup-prompt.md +365 -0
  665. package/src/workflows/workflow-init/instructions.md +22 -0
  666. package/src/workflows/workflow-init/methodology-instructions/custom-methodology-template.md +299 -0
  667. package/src/workflows/workflow-init/methodology-instructions/methodology-guide.md +252 -0
  668. package/src/workflows/workflow-init/methodology-instructions/wds-v6-instructions.md +221 -0
  669. package/src/workflows/workflow-init/methodology-instructions/wps2c-v4-instructions.md +231 -0
  670. package/src/workflows/workflow-init/project-config.template.yaml +87 -0
  671. package/src/workflows/workflow-init/project-initiation-conversation.md +957 -0
  672. package/src/workflows/workflow-init/project-outline.template.yaml +429 -0
  673. package/src/workflows/workflow-init/project-type-selection.md +318 -0
  674. package/src/workflows/workflow-init/steps/step-02-project-structure.md +54 -0
  675. package/src/workflows/workflow-init/steps/step-03-delivery-config.md +76 -0
  676. package/src/workflows/workflow-init/steps/step-04-phases-selection.md +180 -0
  677. package/src/workflows/workflow-init/workflow.yaml +32 -0
  678. package/src/workflows/workflow-status/instructions.md +143 -0
  679. package/src/workflows/workflow-status/workflow.yaml +25 -0
  680. package/tools/cli/commands/install.js +34 -0
  681. package/tools/cli/lib/compiler.js +407 -0
  682. package/tools/cli/lib/ide-configs.js +104 -0
  683. package/tools/cli/lib/installer.js +257 -0
  684. package/tools/cli/lib/ui.js +127 -0
  685. package/tools/cli/wds-cli.js +43 -0
  686. package/tools/wds-npx-wrapper.js +37 -0
@@ -0,0 +1,1161 @@
1
+ # Phase 3: PRD Platform (Technical Foundation)
2
+
3
+ **Agent:** Freya the PM
4
+ **Output Folder:** `C-Requirements/` (or user's configured prefix)
5
+
6
+ ---
7
+
8
+ ## Overview
9
+
10
+ This phase establishes the technical foundation for the product—everything that can be validated and documented **before** the final UI is designed. The goal is to prove that innovative features are technically feasible, establish platform decisions, and set up experimental endpoints that enable parallel development work.
11
+
12
+ **Core Principle:** Prove our concept works technically — in parallel with design work.
13
+
14
+ ---
15
+
16
+ ## What You'll Create
17
+
18
+ By the end of this phase, the `C-Requirements/` folder will contain comprehensive technical specifications:
19
+
20
+ 1. **00-Platform-Architecture.md** - Technology stack and infrastructure decisions
21
+ 2. **01-Integration-Map.md** - External services and how they connect
22
+ 3. **02-Technical-Proofs-Of-Concept.md** - Validation of risky features
23
+ 4. **03-Security-Framework.md** - Authentication, authorization, compliance
24
+ 5. **04-API-Specifications.md** - Service contracts and endpoint definitions (API-first)
25
+ 6. **05-Data-Models.md** - Database schemas and entity relationships
26
+ 7. **06-Performance-Requirements.md** - Scalability and benchmarks
27
+ 8. **07-Technical-Constraints.md** - What UX design needs to know
28
+ 9. **08-Acceptance-Criteria.md** - Testable success definitions
29
+ 10. **09-Platform-Backlog-Recommendations.md** - Suggested epics/initiatives for BMM
30
+ 11. **10-PRD.md** - Product Requirements Document (started here, grows in Phase 4)
31
+
32
+ **Note:** These are requirements documents. The actual backlog creation (epics, stories, E-Backlog/ structure) will be handled by BMM agents based on these recommendations.
33
+
34
+ ---
35
+
36
+ ## Prerequisites
37
+
38
+ Before starting, ensure you have:
39
+
40
+ - ✅ Product Brief (Phase 1) - Strategic context
41
+ - ✅ Trigger Map with Feature Impact Analysis (Phase 2) - Prioritized features
42
+ - ✅ Development team availability (for PoC work if needed)
43
+
44
+ ---
45
+
46
+ ## Workflow Steps
47
+
48
+ ### Step 1: Welcome and Context Review
49
+
50
+ **Freya's Role:**
51
+
52
+ Greet the user and explain this phase:
53
+
54
+ - "We're establishing your technical foundation—proving that innovative features work before investing in design."
55
+ - "We'll make platform decisions, validate risky features with PoCs, and set up experimental endpoints."
56
+ - "This enables backend development to start in parallel with UX design."
57
+
58
+ Review available context:
59
+
60
+ - Read the Product Brief to understand project scope and constraints
61
+ - Read the Feature Impact Analysis to identify high-priority features
62
+ - Ask: "Do you already have any technical constraints or platform preferences?"
63
+
64
+ ---
65
+
66
+ ### Step 2: Platform Architecture Decisions
67
+
68
+ **Goal:** Define the technology stack and infrastructure through systematic discussion.
69
+
70
+ **Freya's Approach:**
71
+
72
+ "Let's establish your technical foundation. I'll walk through each major area, and we'll document your decisions, business rules, and constraints as we go."
73
+
74
+ **2A: Technology Stack**
75
+
76
+ Ask each question and document the answer:
77
+
78
+ 1. **Backend:**
79
+ - "What backend framework/language are you using?"
80
+ - "Why this choice? Any specific requirements or constraints?"
81
+ - **Business Rules to Capture:**
82
+ - Language version requirements
83
+ - Framework-specific patterns or conventions
84
+ - Performance characteristics needed
85
+
86
+ 2. **Frontend:**
87
+ - "What frontend framework are you using?"
88
+ - "Any UI library or component framework?"
89
+ - "Why this choice?"
90
+ - **Business Rules to Capture:**
91
+ - Browser support requirements
92
+ - Mobile responsiveness needs
93
+ - Accessibility standards
94
+
95
+ 3. **Database:**
96
+ - "What database system(s) will you use?"
97
+ - "What are your core data entities?" (Start listing them)
98
+ - "How do they relate to each other?"
99
+ - **Business Rules to Capture:**
100
+ - Data retention policies
101
+ - Backup/recovery requirements
102
+ - Data consistency needs (ACID vs. eventual consistency)
103
+
104
+ **2B: Architecture Style**
105
+
106
+ Ask systematically:
107
+
108
+ 1. "Are you building a monolith, microservices, or serverless architecture?"
109
+ 2. Based on answer, dive deeper:
110
+ - **If Monolith:** "How will you structure the codebase? Any module boundaries?"
111
+ - **If Microservices:** "What are your service boundaries? How will they communicate?"
112
+ - **If Serverless:** "What functions/lambdas? What triggers them?"
113
+ 3. **Business Rules to Capture:**
114
+ - Deployment patterns
115
+ - Service boundaries and responsibilities
116
+ - Communication protocols
117
+
118
+ **2C: Infrastructure & Hosting**
119
+
120
+ Ask systematically:
121
+
122
+ 1. "What cloud provider or hosting platform?"
123
+ 2. "Any specific infrastructure services needed?" (CDN, load balancers, etc.)
124
+ 3. "What's your deployment approach?" (containers, VMs, serverless)
125
+ 4. **Business Rules to Capture:**
126
+ - Geographic regions/data residency
127
+ - Disaster recovery requirements
128
+ - Cost constraints
129
+
130
+ **2D: Platform Requirements & Standards**
131
+
132
+ Ask systematically about critical platform concerns:
133
+
134
+ 1. **Accessibility:**
135
+ - "What accessibility standards do you need to meet?" (WCAG 2.1 Level AA, etc.)
136
+ - "Who are your accessibility-dependent users?" (screen reader users, keyboard-only, etc.)
137
+ - **Business Rules to Capture:**
138
+ - WCAG compliance level required
139
+ - Keyboard navigation requirements
140
+ - Screen reader compatibility
141
+ - Color contrast standards
142
+ - Alt text and ARIA label policies
143
+
144
+ 2. **Internationalization & Localization:**
145
+ - "What languages/regions do you need to support?"
146
+ - "Are there currency, date, or number format requirements?"
147
+ - **Business Rules to Capture:**
148
+ - Supported languages and locales
149
+ - RTL (right-to-left) language support
150
+ - Translation management approach
151
+ - Regional data formats
152
+
153
+ 3. **Browser & Device Compatibility:**
154
+ - "What browsers and versions must you support?"
155
+ - "What devices?" (desktop, mobile, tablet)
156
+ - "Any specific OS requirements?"
157
+ - **Business Rules to Capture:**
158
+ - Minimum browser versions
159
+ - Mobile responsiveness requirements
160
+ - Tablet-specific considerations
161
+ - Progressive web app (PWA) capabilities
162
+
163
+ 4. **Monitoring & Observability:**
164
+ - "What monitoring and logging do you need?"
165
+ - "Error tracking? Performance monitoring?"
166
+ - **Business Rules to Capture:**
167
+ - Logging level requirements
168
+ - Error tracking service
169
+ - Performance monitoring tools
170
+ - Uptime monitoring
171
+ - Alert thresholds
172
+
173
+ **2E: Performance & Scale**
174
+
175
+ Ask systematically:
176
+
177
+ 1. "What are your performance requirements?"
178
+ - Expected response times?
179
+ - How many concurrent users?
180
+ - Peak load expectations?
181
+ 2. "What's your availability target?" (99%, 99.9%, 99.99%?)
182
+ 3. "Any scalability concerns?"
183
+ 4. **Business Rules to Capture:**
184
+ - SLA requirements
185
+ - Peak usage patterns
186
+ - Growth projections
187
+
188
+ **After completing all sections:**
189
+
190
+ "Let me summarize what we've covered for platform architecture... [summarize key points]"
191
+
192
+ **Ask:** "Is there anything about the platform or infrastructure we should add? Any constraints or requirements we missed?"
193
+
194
+ **Output:** Create `00-Platform-Architecture.md` using the template, incorporating all documented answers.
195
+
196
+ ---
197
+
198
+ ### Step 3: Integration Mapping
199
+
200
+ **Goal:** Systematically identify all external dependencies through intelligent, context-aware discussion.
201
+
202
+ **Freya's Approach:**
203
+
204
+ "Let me review your Product Brief to understand which integrations you'll likely need, then we'll go through each relevant category systematically."
205
+
206
+ **First: Analyze Product Brief**
207
+
208
+ Read the Product Brief and identify relevant integration categories based on features mentioned:
209
+
210
+ - **Payment Processing:** Transactions, subscriptions, e-commerce, paid features, pricing
211
+ - **Communication:** User notifications, emails, SMS, alerts, reminders
212
+ - **Maps/Location:** Geographic features, addresses, directions, proximity, location-based services
213
+ - **Search:** Large content volumes, filtering, discovery features
214
+ - **Calendar/Scheduling:** Bookings, appointments, events, availability
215
+ - **Social Media:** Sharing, social login, content from social platforms
216
+ - **Analytics:** User tracking, behavior analysis, conversion tracking
217
+ - **Storage/Media:** File uploads, images, videos, documents
218
+ - **Customer Support:** Help features, ticketing, live chat
219
+ - **Authentication:** User accounts, SSO, enterprise login
220
+ - **Domain-Specific:** Industry-specific services mentioned
221
+
222
+ **Present Relevant Categories:**
223
+
224
+ "Based on your Product Brief, I've identified these integration categories that seem relevant:"
225
+
226
+ [List only applicable categories with reasons from brief]
227
+
228
+ "Let's go through each of these, then check if there are others you need."
229
+
230
+ ---
231
+
232
+ **Go through each relevant category systematically:**
233
+
234
+ **3A: Authentication & Identity**
235
+
236
+ - "How will users authenticate?" (OAuth, email/password, SSO, passwordless)
237
+ - "Which providers?" (Google, Microsoft, Auth0, etc.)
238
+ - **Document for each:**
239
+ - Service name & purpose
240
+ - Business rules (token lifetime, MFA requirements)
241
+ - Priority (must-have/nice-to-have)
242
+ - Cost estimate
243
+ - Technical risk (high/medium/low)
244
+
245
+ **3B: Payment Processing** (if applicable)
246
+
247
+ - "Do you need payment processing?"
248
+ - "Which payment providers?" (Stripe, PayPal, Klarna, Swish, regional systems)
249
+ - "What payment methods?" (credit cards, bank transfers, mobile payments, digital wallets)
250
+ - "What currencies do you need to support?"
251
+ - "Do you need subscription/recurring billing?"
252
+ - **Document for each:**
253
+ - Service name & purpose
254
+ - **Business rules:**
255
+ - Supported payment methods
256
+ - Currency handling
257
+ - Refund policies and workflows
258
+ - Failed payment retry logic
259
+ - Subscription management (if applicable)
260
+ - Tax calculation and collection
261
+ - Invoice generation requirements
262
+ - Payment confirmation/receipt delivery
263
+ - **Compliance needs:** PCI-DSS requirements
264
+ - **Integration complexity:** Webhooks, payment status tracking
265
+ - Priority & cost (transaction fees, monthly costs)
266
+ - Technical risk level
267
+
268
+ **3C: Communication Services**
269
+
270
+ - "Do you need to send emails?" → Which service? (SendGrid, Mailgun, AWS SES, Postmark)
271
+ - "Do you need SMS?" → Which service? (Twilio, MessageBird, Vonage)
272
+ - "Push notifications?" → Which service? (Firebase Cloud Messaging, OneSignal, Pusher)
273
+ - "In-app messaging or chat?" → Which service? (Twilio, Stream, PubNub)
274
+ - **Document for each:**
275
+ - Service name & purpose
276
+ - **Business rules:**
277
+ - Message templates and customization
278
+ - Delivery guarantees and retries
279
+ - Opt-out/unsubscribe handling
280
+ - Bounce and complaint management
281
+ - Multi-language support
282
+ - Transactional vs marketing messages
283
+ - Volume estimates (messages per month)
284
+ - Priority & cost
285
+
286
+ **3D: Search Services** (if applicable)
287
+
288
+ - "Do you need advanced search functionality?"
289
+ - "Which service?" (Algolia, Elasticsearch, Typesense, Meilisearch)
290
+ - **Document for each:**
291
+ - Service name & purpose
292
+ - **Business rules:**
293
+ - What needs to be searchable?
294
+ - Faceted search requirements
295
+ - Auto-complete/type-ahead needs
296
+ - Search result ranking logic
297
+ - Filter and sort options
298
+ - Multi-language search
299
+ - Index size estimates
300
+ - Query volume expectations
301
+ - Priority & cost
302
+
303
+ **3E: Maps & Location** (if applicable)
304
+
305
+ - "Do you need maps or geolocation?"
306
+ - "Which service?" (Google Maps, Mapbox, OpenStreetMap, Here)
307
+ - **Document for each:**
308
+ - Service name & purpose
309
+ - **Business rules:**
310
+ - Geocoding (address → coordinates)
311
+ - Reverse geocoding (coordinates → address)
312
+ - Route calculation
313
+ - Distance/duration estimation
314
+ - Map display and interaction
315
+ - Geofencing requirements
316
+ - API call limits and caching strategy
317
+ - Accuracy requirements
318
+ - Expected API call volume
319
+ - Cost per API call
320
+ - Priority & risk level
321
+
322
+ **3F: Data & Analytics**
323
+
324
+ - "What analytics do you need?" (Google Analytics, Mixpanel, Amplitude, custom)
325
+ - "Error tracking?" (Sentry, Rollbar, Bugsnag)
326
+ - "Application monitoring?" (New Relic, Datadog, AppDynamics)
327
+ - "User session recording?" (FullStory, Hotjar, LogRocket)
328
+ - **Document for each:**
329
+ - Service name & purpose
330
+ - **Business rules:**
331
+ - Events to track
332
+ - User privacy considerations
333
+ - Data retention policies
334
+ - GDPR compliance for tracking
335
+ - Custom dashboards/reports needed
336
+ - Data volume estimates
337
+ - Priority & cost
338
+
339
+ **3G: Storage & Media**
340
+
341
+ - "Do you need file/image storage?" (S3, Azure Blob, Google Cloud Storage, Cloudinary)
342
+ - "CDN for assets?" (CloudFlare, Fastly, AWS CloudFront)
343
+ - "Video hosting/streaming?" (Vimeo, YouTube, Mux, AWS Media Services)
344
+ - "Document processing?" (PDF generation, document conversion)
345
+ - **Document for each:**
346
+ - Service name & purpose
347
+ - **Business rules:**
348
+ - File size limits
349
+ - Supported file types
350
+ - Image/video processing (resizing, transcoding)
351
+ - Retention policies and backup
352
+ - Access control (public/private)
353
+ - Virus scanning requirements
354
+ - Volume estimates (storage, bandwidth)
355
+ - Priority & cost
356
+
357
+ **3H: Calendar & Scheduling** (if applicable)
358
+
359
+ - "Do you need calendar integrations?"
360
+ - "Which services?" (Google Calendar, Outlook/Microsoft 365, iCal)
361
+ - "Scheduling/booking systems?" (Calendly-style booking)
362
+ - **Document for each:**
363
+ - Service name & purpose
364
+ - **Business rules:**
365
+ - Event creation and updates
366
+ - Availability checking
367
+ - Timezone handling
368
+ - Recurring events
369
+ - Reminders and notifications
370
+ - Priority & cost
371
+
372
+ **3I: Social Media & Content** (if applicable)
373
+
374
+ - "Do you need social media integrations?"
375
+ - "Which platforms?" (Facebook, Twitter/X, LinkedIn, Instagram)
376
+ - "Social login?" (covered in 3A, but cross-reference)
377
+ - "Content sharing?" (Open Graph, Twitter Cards)
378
+ - **Document for each:**
379
+ - Service name & purpose
380
+ - **Business rules:**
381
+ - What data to fetch/post
382
+ - Authentication flow
383
+ - Rate limits
384
+ - Content moderation needs
385
+ - Priority & cost
386
+
387
+ **3J: Customer Support & Help** (if applicable)
388
+
389
+ - "Do you need customer support tools?"
390
+ - "Which services?" (Intercom, Zendesk, Helpscout, Crisp)
391
+ - "Live chat?" (service or custom)
392
+ - "Knowledge base/docs?" (service or custom)
393
+ - **Document for each:**
394
+ - Service name & purpose
395
+ - **Business rules:**
396
+ - User identification and context
397
+ - Ticket creation workflow
398
+ - SLA requirements
399
+ - Multi-language support
400
+ - Priority & cost
401
+
402
+ **3K: Marketing & Growth** (if applicable)
403
+
404
+ - "Do you need marketing automation?"
405
+ - "Which services?" (Mailchimp, HubSpot, ActiveCampaign)
406
+ - "A/B testing?" (Optimizely, VWO, custom)
407
+ - "Feature flags?" (LaunchDarkly, Flagsmith, custom)
408
+ - **Document for each:**
409
+ - Service name & purpose
410
+ - **Business rules:**
411
+ - Audience segmentation
412
+ - Campaign triggers
413
+ - Testing methodology
414
+ - Rollout strategies
415
+ - Priority & cost
416
+
417
+ **3L: Domain-Specific APIs**
418
+
419
+ - "Any other APIs specific to your domain?" (industry-specific services)
420
+ - Examples: Weather APIs, financial data, shipping/logistics, government data, industry databases
421
+ - **Document for each:**
422
+ - Service name & purpose
423
+ - Business rules & constraints
424
+ - Data format requirements
425
+ - Priority & risk level
426
+
427
+ **After completing all categories:**
428
+
429
+ "Let me list all the external services we've identified... [summarize]"
430
+
431
+ **Ask:** "Are there any other external services, APIs, or integrations we should include? Anything we missed?"
432
+
433
+ **Output:** Create `01-Integration-Map.md` with all services categorized and documented.
434
+
435
+ ---
436
+
437
+ ### Step 4: Identify Features Needing Technical Validation
438
+
439
+ **Goal:** Determine which features need Proofs of Concept (PoCs).
440
+
441
+ Review the Feature Impact Analysis and ask:
442
+
443
+ - **Which features are innovative or unproven?**
444
+ - **Which features depend on external APIs that might have limitations?**
445
+ - **Which features have unknown performance characteristics?**
446
+ - **Which features might not be technically feasible?**
447
+
448
+ **Red Flags That Suggest PoC Needed:**
449
+
450
+ - "Can we actually get X data from Y service?"
451
+ - "Will this perform fast enough?"
452
+ - "Does this API return data in a usable format?"
453
+ - "Can we achieve real-time updates at scale?"
454
+
455
+ Create a list of features requiring validation, prioritized by:
456
+
457
+ 1. **High Feature Impact Score** (from Phase 2) + **High Technical Risk**
458
+ 2. **Medium Feature Impact** + **High Technical Risk**
459
+ 3. **High Feature Impact** + **Medium Technical Risk**
460
+
461
+ ---
462
+
463
+ ### Step 5: Technical Proofs of Concept (PoCs)
464
+
465
+ **Goal:** Validate that risky features are technically feasible.
466
+
467
+ For each feature identified in Step 4:
468
+
469
+ 1. **Define the Question:**
470
+ - What exactly needs to be proven?
471
+ - Example: "Can we get walking time between two coordinates from Google Maps API?"
472
+
473
+ 2. **Create or Request PoC:**
474
+ - If development team is available: Assign PoC task
475
+ - If conducting PoC now: Guide user through quick validation
476
+ - Document the approach taken
477
+
478
+ 3. **Document Results:**
479
+ - **Status:** ✅ Proven / ⚠️ Limited / ❌ Not Feasible
480
+ - **Findings:** What worked, what didn't
481
+ - **Limitations:** Edge cases, performance concerns, cost implications
482
+ - **Recommendation:** Go / No-Go / Modify Feature
483
+
484
+ 4. **Code Snippets:** Include working code examples when possible
485
+
486
+ **Output:** Create `02-Technical-Proofs-Of-Concept.md` documenting all PoC work.
487
+
488
+ **Positive Framing:**
489
+
490
+ - When features work: "Great! This proves [feature] is technically sound. Design can proceed with confidence."
491
+ - When features have limitations: "Valuable discovery! We found [limitation] early. This helps design account for it from the start."
492
+ - When features don't work: "Important learning! This saves weeks of design work on an infeasible feature. Let's explore alternatives."
493
+
494
+ ---
495
+
496
+ ### Step 6: Security & Compliance Framework
497
+
498
+ **Goal:** Systematically define security, authentication, and compliance through detailed discussion.
499
+
500
+ **Freya's Approach:**
501
+
502
+ "Security is critical. Let's go through each security area methodically and document all business rules and requirements."
503
+
504
+ **6A: Authentication**
505
+
506
+ Ask systematically:
507
+
508
+ 1. "How will users authenticate?" (List options: email/password, OAuth, SSO, passwordless, biometric)
509
+ 2. "Do you need multi-factor authentication?"
510
+ 3. "What's your session management approach?"
511
+ - Session lifetime?
512
+ - Remember me functionality?
513
+ - Concurrent session handling?
514
+ 4. **Business Rules to Capture:**
515
+ - Password requirements (length, complexity, expiration)
516
+ - Account lockout policies
517
+ - Password reset flow
518
+ - Session timeout rules
519
+
520
+ **6B: Authorization**
521
+
522
+ Ask systematically:
523
+
524
+ 1. "What user roles do you need?" (List them: admin, user, moderator, etc.)
525
+ 2. "What can each role do?" (Go through each role)
526
+ 3. "Do you need row-level security?" (Can users only see their own data?)
527
+ 4. "How will API access be controlled?"
528
+ 5. **Business Rules to Capture:**
529
+ - Permission matrix (role × action)
530
+ - Data visibility rules
531
+ - API rate limiting per role
532
+ - Admin capabilities and restrictions
533
+
534
+ **6C: Data Protection**
535
+
536
+ Ask systematically:
537
+
538
+ 1. "What sensitive data needs encryption at rest?"
539
+ - Passwords? (always yes)
540
+ - Personal information?
541
+ - Payment data?
542
+ - Other sensitive fields?
543
+ 2. "TLS/HTTPS for all traffic?" (should be yes)
544
+ 3. "What's your backup strategy?"
545
+ - Backup frequency?
546
+ - Retention period?
547
+ - Recovery time objective (RTO)?
548
+ - Recovery point objective (RPO)?
549
+ 4. **Business Rules to Capture:**
550
+ - Encryption algorithms
551
+ - Key management approach
552
+ - Data deletion policies (right to be forgotten)
553
+ - Backup and recovery procedures
554
+
555
+ **6D: Compliance & Regulations**
556
+
557
+ Ask systematically about all regulatory requirements:
558
+
559
+ 1. **GDPR (EU General Data Protection Regulation):**
560
+ - "Do you have EU users or process EU citizen data?"
561
+ - If yes, document requirements:
562
+ - **Consent Management:**
563
+ - Cookie consent mechanism
564
+ - Data processing consent
565
+ - Consent withdrawal process
566
+ - **User Rights:**
567
+ - Right to access (data export)
568
+ - Right to deletion (right to be forgotten)
569
+ - Right to rectification (data correction)
570
+ - Right to data portability
571
+ - Right to object to processing
572
+ - **Data Protection:**
573
+ - Privacy policy requirements
574
+ - Data processing agreements
575
+ - Data breach notification procedures (72-hour rule)
576
+ - Data Protection Impact Assessment (DPIA) needs
577
+ - **Business Rules to Capture:**
578
+ - Consent storage and tracking
579
+ - Data retention periods
580
+ - Data deletion workflows
581
+ - User data export format
582
+ - Third-party data processor agreements
583
+
584
+ 2. **Other Privacy Regulations:**
585
+ - "Are you subject to CCPA (California)?" → California Consumer Privacy Act requirements
586
+ - "HIPAA (Healthcare)?" → Health data protection standards
587
+ - "PCI-DSS (Payments)?" → Payment card data security
588
+ - "COPPA (Children)?" → Children's online privacy protection
589
+ - **Business Rules for each applicable regulation**
590
+
591
+ 3. **Data Residency & Sovereignty:**
592
+ - "Must data stay in specific geographic regions?"
593
+ - "Any country-specific data laws?"
594
+ - **Business Rules to Capture:**
595
+ - Data storage location requirements
596
+ - Cross-border data transfer restrictions
597
+ - Regional compliance needs
598
+
599
+ 4. **Industry-Specific Regulations:**
600
+ - "Any industry-specific compliance?" (Financial, healthcare, education, etc.)
601
+ - **Business Rules to Capture:**
602
+ - Specific regulatory requirements
603
+ - Compliance documentation needs
604
+ - Regular audit requirements
605
+
606
+ 5. **Audit Logging & Compliance Tracking:**
607
+ - "Do you need audit trails for compliance?"
608
+ - "What actions must be logged?"
609
+ - **Business Rules to Capture:**
610
+ - Events requiring audit logs (user actions, data access, changes)
611
+ - Log retention period (often 7 years for compliance)
612
+ - Who can access audit logs
613
+ - Tamper-proof logging requirements
614
+ - Regular compliance reporting needs
615
+
616
+ **After completing all security areas:**
617
+
618
+ "Let me summarize our security framework... [summarize key points]"
619
+
620
+ **Ask:** "Is there anything about security, privacy, or compliance we should add? Any requirements or constraints we missed?"
621
+
622
+ **Output:** Create `03-Security-Framework.md` with all security rules and requirements documented.
623
+
624
+ ---
625
+
626
+ ### Step 7: API Specifications (API-First Design)
627
+
628
+ **Goal:** Define comprehensive API contracts through systematic category-by-category discussion.
629
+
630
+ **Freya explains:**
631
+
632
+ "We're taking an API-first approach. By defining clear service contracts now, we enable backend development to proceed in parallel with UX design. These APIs will serve as the foundation for all future UI work."
633
+
634
+ **7A: Authentication APIs**
635
+
636
+ "Let's start with authentication. Based on our security framework, what auth endpoints do you need?"
637
+
638
+ For each endpoint:
639
+
640
+ - Method & Path (e.g., `POST /api/auth/login`)
641
+ - Purpose & business value
642
+ - Request/response format with detailed schemas
643
+ - **Business Rules:**
644
+ - Token lifetime & refresh behavior
645
+ - Error responses (invalid credentials, locked account, etc.)
646
+ - Security requirements (HTTPS, rate limiting, etc.)
647
+ - Status (planned/in-progress/complete)
648
+
649
+ Common auth endpoints: login, logout, token refresh, password reset, email verification
650
+
651
+ **7B: Core Entity APIs (CRUD Operations)**
652
+
653
+ "Now let's define APIs for your main data entities."
654
+
655
+ Go through each entity from the data model systematically:
656
+
657
+ For each entity, define all CRUD operations:
658
+
659
+ - `GET /api/{entity}` - List with pagination
660
+ - `GET /api/{entity}/:id` - Get single item
661
+ - `POST /api/{entity}` - Create new
662
+ - `PUT /api/{entity}/:id` - Update existing
663
+ - `DELETE /api/{entity}/:id` - Delete item
664
+
665
+ **Business Rules for each:**
666
+
667
+ - Validation rules (required fields, formats, constraints)
668
+ - Authorization (who can perform this operation?)
669
+ - Pagination parameters (page size, sorting, filtering)
670
+ - Related data inclusion (nested objects, joins)
671
+ - Business logic constraints
672
+
673
+ **7C: External Integration APIs**
674
+
675
+ "Which external services need API endpoints? Let's create wrappers for each."
676
+
677
+ For each external service from Step 3:
678
+
679
+ - Method & Path
680
+ - Purpose ("Wraps Google Maps API to get walking time")
681
+ - Request/response format
682
+ - **Business Rules:**
683
+ - Pre-call validation
684
+ - Caching strategy
685
+ - Fallback behavior on external failure
686
+ - Rate limiting
687
+ - Cost tracking per call
688
+ - External service dependencies
689
+
690
+ **7D: Business Logic APIs**
691
+
692
+ "What calculations or business operations need dedicated endpoints?"
693
+
694
+ Examples: availability checks, pricing, recommendations, aggregations
695
+
696
+ For each:
697
+
698
+ - Method & Path
699
+ - Purpose & business value
700
+ - Request/response format
701
+ - **Business Rules:**
702
+ - Calculation logic
703
+ - Data sources
704
+ - Edge cases & error handling
705
+ - Performance expectations
706
+ - Dependencies
707
+
708
+ **After defining all APIs:**
709
+
710
+ "Let me summarize the API surface... [list by category]"
711
+
712
+ **Ask:** "Are there any other API operations we should include? Any data needs we forgot?"
713
+
714
+ **Output:** Create `04-API-Specifications.md` with complete service contracts.
715
+
716
+ ---
717
+
718
+ ### Step 8: Data Models & Performance Requirements
719
+
720
+ **Goal:** Document database schemas and performance benchmarks.
721
+
722
+ **Freya's Approach:**
723
+
724
+ "Let's formalize the data model and set clear performance expectations."
725
+
726
+ **8A: Data Models**
727
+
728
+ "We identified your core entities earlier. Now let's document the complete data model."
729
+
730
+ For each entity:
731
+
732
+ - Entity name & purpose
733
+ - All fields with types, constraints, defaults
734
+ - Relationships to other entities (one-to-many, many-to-many)
735
+ - Indexes for performance
736
+ - **Business Rules:**
737
+ - Data validation rules
738
+ - Required vs. optional fields
739
+ - Unique constraints
740
+ - Cascade delete behavior
741
+ - Audit trail needs
742
+
743
+ Create entity relationship diagram (ERD) showing all connections.
744
+
745
+ **8B: Performance Requirements**
746
+
747
+ "What are your performance and scalability expectations?"
748
+
749
+ Document systematically:
750
+
751
+ - **Response Times:** Expected latency for each API category
752
+ - **Throughput:** Concurrent users, requests per second
753
+ - **Data Volume:** Expected record counts, storage needs
754
+ - **Availability:** Uptime requirements (99%, 99.9%, 99.99%?)
755
+ - **Scalability:** Growth projections and scaling triggers
756
+
757
+ **Ask:** "Any other data modeling or performance considerations we should capture?"
758
+
759
+ **Outputs:**
760
+
761
+ - `05-Data-Models.md` - Complete schemas and ERD
762
+ - `06-Performance-Requirements.md` - Benchmarks and scalability specs
763
+
764
+ ---
765
+
766
+ ### Step 9: Technical Constraints & Acceptance Criteria
767
+
768
+ **Goal:** Create UX design handoff document and define success criteria.
769
+
770
+ **9A: Technical Constraints Document**
771
+
772
+ "This document tells the UX team what they need to know about technical possibilities and limitations."
773
+
774
+ **Include:**
775
+
776
+ - **What's Possible:** Validated features from PoCs, platform capabilities
777
+ - **What Has Limitations:** Technical constraints, API limits, performance characteristics
778
+ - **What Affects Design:** Loading states, offline behavior, real-time vs. polling
779
+ - **What's Expensive:** Cost-sensitive features requiring careful UX
780
+
781
+ **9B: Acceptance Criteria**
782
+
783
+ "How do we know when each platform component is 'done'?"
784
+
785
+ For each major platform area (auth, integrations, security, etc.):
786
+
787
+ - **Functional Criteria:** What must work?
788
+ - **Performance Criteria:** How fast/scalable must it be?
789
+ - **Security Criteria:** What security standards must be met?
790
+ - **Testing Criteria:** What tests must pass?
791
+
792
+ **Ask:** "Any other constraints or success criteria we should document?"
793
+
794
+ **Outputs:**
795
+
796
+ - `07-Technical-Constraints.md` - UX design handoff
797
+ - `08-Acceptance-Criteria.md` - Testable success definitions
798
+
799
+ ---
800
+
801
+ ### Step 10: Platform Backlog Recommendations
802
+
803
+ **Goal:** Recommend platform infrastructure work for BMM to organize into epics and stories, prioritized by Feature Impact Analysis.
804
+
805
+ **Freya explains:**
806
+
807
+ "Based on all the technical requirements we've documented AND the Feature Impact Analysis from Phase 2, let me suggest how this platform work could be organized for development. We'll prioritize platform work that enables your highest-impact features first."
808
+
809
+ **10A: Review Feature Impact Analysis**
810
+
811
+ "Let's look at your high-priority features from Phase 2..."
812
+
813
+ Read the Feature Impact Analysis (B-Trigger-Map/03-Feature-Impact-Analysis.md) and identify:
814
+
815
+ - **Must Have features** (high scores, high for primary persona)
816
+ - **Consider for MVP features** (balanced scores)
817
+ - **Platform dependencies** - What platform work is needed to enable each high-impact feature?
818
+
819
+ **10B: Identify Recommended Initiatives & Epics**
820
+
821
+ "Based on your Feature Impact Analysis and technical requirements, here are the major platform initiatives I recommend:"
822
+
823
+ For each recommended epic, note which high-priority features it enables:
824
+
825
+ **Initiative: Platform Foundation**
826
+
827
+ - **Epic: Trusted User Access** (Authentication & user management)
828
+ - Suggested from: Security Framework, API Specifications (auth endpoints)
829
+ - **Enables features:** [List high-impact features requiring authentication]
830
+ - **Feature Impact scores:** [Reference specific features from Phase 2]
831
+ - Business value: Enable secure user access and identity management
832
+ - Key deliverables: Auth system, user management, session handling
833
+
834
+ - **Epic: [External Service] Integration** (One per major integration)
835
+ - Suggested from: Integration Map, API Specifications (integration endpoints)
836
+ - **Enables features:** [List high-impact features requiring this integration]
837
+ - **Feature Impact scores:** [Reference specific features from Phase 2]
838
+ - Business value: Connect to [service] to enable [specific high-priority features]
839
+ - Key deliverables: Service integration, error handling, data sync
840
+
841
+ - **Epic: Data Platform Foundation** (Database, models, synchronization)
842
+ - Suggested from: Data Models, Performance Requirements
843
+ - **Enables features:** [List high-impact features requiring data storage]
844
+ - **Feature Impact scores:** [Reference specific features from Phase 2]
845
+ - Business value: Reliable data storage and access for all features
846
+ - Key deliverables: Database setup, schema implementation, migrations
847
+
848
+ - **Epic: Enterprise Security & Compliance**
849
+ - Suggested from: Security Framework, Acceptance Criteria
850
+ - **Enables features:** [Security-dependent features]
851
+ - Business value: Meet security and compliance requirements
852
+ - Key deliverables: Encryption, audit logging, compliance controls
853
+
854
+ - **Epic: High-Performance Infrastructure**
855
+ - Suggested from: Performance Requirements, Platform Architecture
856
+ - **Enables features:** [Performance-sensitive features from Phase 2]
857
+ - Business value: Scalable, responsive system that meets performance targets
858
+ - Key deliverables: Caching, optimization, monitoring
859
+
860
+ **10C: Recommended Development Sequence (Priority-Driven)**
861
+
862
+ "Here's the order I'd recommend, based on Feature Impact Analysis:"
863
+
864
+ **Priority 1: Enable Must-Have Features**
865
+
866
+ 1. **Foundation First:** Core infrastructure (hosting, database, basic security)
867
+ 2. **High-Impact Dependencies:** Platform work needed for Must-Have features
868
+ - [Epic] enables [Feature] (Score: X) for [Primary Persona]
869
+ - [Epic] enables [Feature] (Score: Y) for [Primary Persona]
870
+
871
+ **Priority 2: Risk Mitigation** 3. **Complex Integrations:** External APIs that are risky or complex (fail fast)
872
+
873
+ - [Integration Epic] enables [Feature] (Score: X)
874
+
875
+ **Priority 3: Secondary Features** 4. **Remaining Integrations:** Other external services 5. **Advanced Features:** Performance optimization, advanced security
876
+
877
+ **Priority 4: Operations** 6. **Monitoring & Tools:** Logging, analytics, maintenance tools
878
+
879
+ **10D: Feature-to-Epic Mapping**
880
+
881
+ "Here's how each high-priority feature maps to platform work:"
882
+
883
+ Create a table:
884
+ | Feature (from Phase 2) | Score | Priority | Required Platform Epics | Notes |
885
+ |------------------------|-------|----------|-------------------------|-------|
886
+ | [Feature Name] | 7 | Must Have | Trusted User Access, Data Platform | Needs auth + storage |
887
+ | [Feature Name] | 7 | Must Have | [Integration] Epic, Data Platform | Critical integration |
888
+ | [Feature Name] | 5 | Must Have | Data Platform, High-Performance | Primary persona critical |
889
+
890
+ **10E: API Contracts for Future UI Development**
891
+
892
+ "These API specifications are ready for frontend development:"
893
+
894
+ - [List key API categories organized by priority features they enable]
895
+ - Backend can implement these in parallel with Phase 4 (UX Design)
896
+
897
+ **10F: Dependencies & Parallel Work**
898
+
899
+ "Key dependencies to consider:"
900
+
901
+ - What must be done before high-impact features can be built?
902
+ - What can be developed independently in parallel?
903
+ - What provides the most risk reduction AND feature enablement if done early?
904
+
905
+ **Ask:** "Does this platform work organization make sense based on your feature priorities? Any initiatives or priorities you'd adjust?"
906
+
907
+ **Output:** Create `09-Platform-Backlog-Recommendations.md` with:
908
+
909
+ - **Feature Impact Summary** - High-priority features from Phase 2
910
+ - **Feature-to-Epic Mapping** - Clear connections between features and platform work
911
+ - Recommended initiative structure
912
+ - Suggested epic breakdown with business value statements
913
+ - **Priority-driven development sequence** - Based on Feature Impact Analysis
914
+ - Dependencies and parallel work opportunities
915
+ - API contract readiness for future UI
916
+ - Notes for BMM agents on implementation approach
917
+
918
+ **Handoff to BMM:** "These recommendations, informed by your Feature Impact Analysis, will guide BMM agents when they create the actual E-Backlog/ structure with detailed epics and stories. They'll know exactly which platform work enables your highest-value features."
919
+
920
+ ---
921
+
922
+ ### Step 11: Finalize the PRD
923
+
924
+ **Goal:** Create the master PRD that references all Phase 3 work.
925
+
926
+ **Freya explains:**
927
+
928
+ "The PRD is your single source of truth. It starts here with technical foundation and will grow during Phase 4 as functional requirements are added from UX design."
929
+
930
+ **PRD Structure:**
931
+
932
+ ```markdown
933
+ # Product Requirements Document: [Project Name]
934
+
935
+ _Phase 3 Complete: Technical Foundation Established_
936
+ _Last Updated: [Date]_
937
+
938
+ ---
939
+
940
+ ## 1. Executive Summary
941
+
942
+ [Link to Product Brief from Phase 1]
943
+ [Link to Trigger Map from Phase 2]
944
+
945
+ ---
946
+
947
+ ## 2. Technical Foundation (Phase 3)
948
+
949
+ ### 2.1 Platform Architecture
950
+
951
+ [Link to C-Requirements/00-Platform-Architecture.md]
952
+
953
+ ### 2.2 External Integrations
954
+
955
+ [Link to C-Requirements/01-Integration-Map.md]
956
+
957
+ ### 2.3 Technical Validation
958
+
959
+ [Link to C-Requirements/02-Technical-Proofs-Of-Concept.md]
960
+
961
+ ### 2.4 Security & Compliance
962
+
963
+ [Link to C-Requirements/03-Security-Framework.md]
964
+
965
+ ### 2.5 API Specifications
966
+
967
+ [Link to C-Requirements/04-API-Specifications.md]
968
+
969
+ ### 2.6 Data Models
970
+
971
+ [Link to C-Requirements/05-Data-Models.md]
972
+
973
+ ### 2.7 Performance Requirements
974
+
975
+ [Link to C-Requirements/06-Performance-Requirements.md]
976
+
977
+ ### 2.8 Technical Constraints
978
+
979
+ [Link to C-Requirements/07-Technical-Constraints.md]
980
+
981
+ ### 2.9 Acceptance Criteria
982
+
983
+ [Link to C-Requirements/08-Acceptance-Criteria.md]
984
+
985
+ ---
986
+
987
+ ## 3. Platform Backlog Recommendations
988
+
989
+ [Link to C-Requirements/09-Platform-Backlog-Recommendations.md]
990
+
991
+ **Summary:**
992
+
993
+ - **Recommended Initiatives:** [List]
994
+ - **Suggested Epics:** [Count]
995
+ - **API Contracts Ready:** [Key APIs]
996
+ - **Ready for BMM:** Platform requirements complete for backlog creation
997
+
998
+ ---
999
+
1000
+ ## 4. Functional Requirements (Phase 4)
1001
+
1002
+ _This section will be populated during Phase 4 (UX Design) as each page/scenario is completed._
1003
+
1004
+ ### [Feature Area 1]
1005
+
1006
+ _Coming from Phase 4_
1007
+
1008
+ ### [Feature Area 2]
1009
+
1010
+ _Coming from Phase 4_
1011
+
1012
+ ---
1013
+
1014
+ ## 5. Next Steps
1015
+
1016
+ **For BMM Agents:**
1017
+
1018
+ - Use platform backlog recommendations to create E-Backlog/ structure
1019
+ - Create detailed epics and stories from requirements documents
1020
+ - Establish implementation roadmap with dependencies
1021
+
1022
+ **For Phase 4 (UX Design):**
1023
+
1024
+ - Technical constraints document provides design boundaries
1025
+ - API specifications define data available to UI
1026
+ - Begin UX design with confidence in technical feasibility
1027
+
1028
+ ---
1029
+
1030
+ ## 6. Change Log
1031
+
1032
+ - [Date] - Phase 3 complete: Technical foundation established
1033
+ - [Date] - Platform backlog recommendations provided for BMM
1034
+ ```
1035
+
1036
+ **Output:** Create `C-Requirements/10-PRD.md`
1037
+
1038
+ ---
1039
+
1040
+ ### Step 12: Summary and Completeness Check
1041
+
1042
+ **Freya congratulates the user:**
1043
+
1044
+ "Excellent work! We've systematically documented your technical foundation. Let me summarize what we've created:"
1045
+
1046
+ **Review each document:**
1047
+
1048
+ 1. ✅ **Platform Architecture** - Technology stack, infrastructure, data model
1049
+ 2. ✅ **Integration Map** - All external services with business rules
1050
+ 3. ✅ **Technical Proofs of Concept** - Validated risky features
1051
+ 4. ✅ **Security Framework** - Authentication, authorization, compliance rules
1052
+ 5. ✅ **API Specifications** - Service contracts for all endpoints (API-first)
1053
+ 6. ✅ **Data Models** - Complete schemas and ERD
1054
+ 7. ✅ **Performance Requirements** - Scalability and benchmarks
1055
+ 8. ✅ **Technical Constraints** - What UX design needs to know
1056
+ 9. ✅ **Acceptance Criteria** - Success definitions
1057
+ 10. ✅ **Platform Backlog Recommendations** - Suggested work organization for BMM
1058
+ 11. ✅ **PRD Initialized** - Ready to grow in Phase 4
1059
+
1060
+ **Completeness Check:**
1061
+
1062
+ "Before we finish, let's make sure we haven't missed anything important:"
1063
+
1064
+ **Ask systematically:**
1065
+
1066
+ 1. **"Looking at your platform architecture - is there any technology choice, constraint, or requirement we didn't discuss?"**
1067
+
1068
+ 2. **"For integrations - are there any external services, APIs, or third-party tools we forgot to include?"**
1069
+
1070
+ 3. **"Thinking about security - any authentication flows, data protection needs, or compliance requirements we should add?"**
1071
+
1072
+ 4. **"For API specifications - any endpoints, data operations, or service contracts we missed?"**
1073
+
1074
+ 5. **"Looking at the platform backlog recommendations - any initiatives, epics, or priorities we should adjust before handing off to BMM?"**
1075
+
1076
+ 6. **"Are there any business rules, limitations, or requirements that came to mind as we went through this that we should document somewhere?"**
1077
+
1078
+ 7. **"Anything about performance, scalability, or deployment we should capture?"**
1079
+
1080
+ **If user identifies gaps:**
1081
+
1082
+ - Document the additional items in the appropriate files
1083
+ - "Great catch! Let me add that to [relevant document]..."
1084
+ - After adding, return to completeness check
1085
+
1086
+ **When user confirms nothing missing:**
1087
+
1088
+ "Perfect! Your technical foundation is solid and complete."
1089
+
1090
+ **Parallel Workflows Enabled:**
1091
+
1092
+ "With Phase 3 complete, multiple work streams can now proceed:"
1093
+
1094
+ 1. **BMM Backlog Creation:**
1095
+ - BMM agents use platform backlog recommendations
1096
+ - Create E-Backlog/ structure with detailed epics and stories
1097
+ - Establish implementation roadmap
1098
+
1099
+ 2. **Backend/Platform Development:**
1100
+ - Infrastructure setup can begin
1101
+ - API endpoints can be implemented
1102
+ - Database schema can be created
1103
+ - External integrations can be configured
1104
+
1105
+ 3. **Phase 4: UX Design:**
1106
+ - Design work proceeds with confidence about technical feasibility
1107
+ - Technical constraints inform design decisions
1108
+ - Each completed page will add functional requirements to the PRD
1109
+
1110
+ **What happens next:**
1111
+
1112
+ - Platform backlog recommendations guide BMM agents in creating E-Backlog/
1113
+ - Development teams can begin platform work based on requirements
1114
+ - Phase 4 (UX Design) can begin, informed by technical constraints
1115
+
1116
+ **Ask:** "Would you like to proceed to Phase 4 (UX Design) now, hand off to BMM for backlog creation, or need time for backend development planning?"
1117
+
1118
+ ---
1119
+
1120
+ ## Tips for Great Sessions
1121
+
1122
+ ### For Freya the PM:
1123
+
1124
+ **Validate Early, Often:**
1125
+
1126
+ - Don't let risky features proceed without PoC validation
1127
+ - "Let's prove this works before investing in design"
1128
+
1129
+ **Positive Language:**
1130
+
1131
+ - Frame discoveries as valuable, not failures
1132
+ - "Great that we learned this now, not after design is complete"
1133
+
1134
+ **Stay Connected to Strategy:**
1135
+
1136
+ - Reference Feature Impact Analysis scores when prioritizing PoCs
1137
+ - High-impact features deserve thorough validation
1138
+
1139
+ **Enable Parallel Work:**
1140
+
1141
+ - Think about what backend teams can start building immediately
1142
+ - Experimental endpoints should focus on clear, achievable tasks
1143
+
1144
+ **Document for Design:**
1145
+
1146
+ - Technical Constraints doc is crucial for Phase 4 success
1147
+ - Be specific about what design needs to accommodate
1148
+
1149
+ ---
1150
+
1151
+ ## Template Files
1152
+
1153
+ Use these templates to structure outputs:
1154
+
1155
+ - `templates/platform-architecture.template.md`
1156
+ - `templates/technical-constraints.template.md`
1157
+ - `templates/experimental-endpoints.template.md`
1158
+
1159
+ ---
1160
+
1161
+ _Phase 3 workflow for Whiteport Design Studio (WDS) methodology_