drt-method 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (299) hide show
  1. package/AGENTS.md +45 -0
  2. package/GETTING-STARTED.md +269 -0
  3. package/README.md +233 -0
  4. package/drt-method-1.0.0.tgz +0 -0
  5. package/drt-modules.yaml +1 -0
  6. package/package.json +51 -0
  7. package/scripts/install-from-github.ps1 +22 -0
  8. package/scripts/install-from-github.sh +17 -0
  9. package/src/core-skills/drt-advanced-elicitation/SKILL.md +142 -0
  10. package/src/core-skills/drt-advanced-elicitation/methods.csv +72 -0
  11. package/src/core-skills/drt-brainstorming/SKILL.md +80 -0
  12. package/src/core-skills/drt-brainstorming/assets/brain-icons.json +166 -0
  13. package/src/core-skills/drt-brainstorming/assets/brain-methods.csv +109 -0
  14. package/src/core-skills/drt-brainstorming/assets/brain-selector.html +326 -0
  15. package/src/core-skills/drt-brainstorming/customize.toml +84 -0
  16. package/src/core-skills/drt-brainstorming/references/converge.md +24 -0
  17. package/src/core-skills/drt-brainstorming/references/finalize.md +26 -0
  18. package/src/core-skills/drt-brainstorming/references/headless.md +54 -0
  19. package/src/core-skills/drt-brainstorming/references/in-chat-techniques.md +18 -0
  20. package/src/core-skills/drt-brainstorming/references/mode-autonomous.md +10 -0
  21. package/src/core-skills/drt-brainstorming/references/mode-facilitator.md +11 -0
  22. package/src/core-skills/drt-brainstorming/references/mode-partner.md +16 -0
  23. package/src/core-skills/drt-brainstorming/references/resume.md +5 -0
  24. package/src/core-skills/drt-brainstorming/scripts/brain.py +740 -0
  25. package/src/core-skills/drt-customize/SKILL.md +111 -0
  26. package/src/core-skills/drt-customize/scripts/list_customizable_skills.py +231 -0
  27. package/src/core-skills/drt-editorial-review-prose/SKILL.md +86 -0
  28. package/src/core-skills/drt-editorial-review-structure/SKILL.md +179 -0
  29. package/src/core-skills/drt-forge-idea/SKILL.md +107 -0
  30. package/src/core-skills/drt-forge-idea/customize.toml +42 -0
  31. package/src/core-skills/drt-forge-idea/scripts/resolve_personas.py +270 -0
  32. package/src/core-skills/drt-help/SKILL.md +75 -0
  33. package/src/core-skills/drt-index-docs/SKILL.md +66 -0
  34. package/src/core-skills/drt-party-mode/SKILL.md +60 -0
  35. package/src/core-skills/drt-party-mode/customize.toml +211 -0
  36. package/src/core-skills/drt-party-mode/references/create-party.md +70 -0
  37. package/src/core-skills/drt-party-mode/references/mode-agent-team.md +13 -0
  38. package/src/core-skills/drt-party-mode/references/mode-auto.md +13 -0
  39. package/src/core-skills/drt-party-mode/references/mode-subagent.md +31 -0
  40. package/src/core-skills/drt-party-mode/references/party-memory.md +51 -0
  41. package/src/core-skills/drt-party-mode/scripts/resolve_party.py +272 -0
  42. package/src/core-skills/drt-review-adversarial-general/SKILL.md +37 -0
  43. package/src/core-skills/drt-review-edge-case-hunter/SKILL.md +73 -0
  44. package/src/core-skills/drt-review-edge-case-hunter/references/deletion-check.md +14 -0
  45. package/src/core-skills/drt-review-verification-gap/SKILL.md +106 -0
  46. package/src/core-skills/drt-shard-doc/SKILL.md +105 -0
  47. package/src/core-skills/drt-spec/SKILL.md +160 -0
  48. package/src/core-skills/drt-spec/assets/headless-schemas.md +33 -0
  49. package/src/core-skills/drt-spec/assets/spec-template.md +49 -0
  50. package/src/core-skills/drt-spec/assets/stories-schema.md +44 -0
  51. package/src/core-skills/drt-spec/customize.toml +53 -0
  52. package/src/core-skills/module-help.csv +14 -0
  53. package/src/core-skills/module.yaml +33 -0
  54. package/src/drt-skills/1-analysis/drt-agent-analyst/SKILL.md +76 -0
  55. package/src/drt-skills/1-analysis/drt-agent-analyst/customize.toml +90 -0
  56. package/src/drt-skills/1-analysis/drt-agent-tech-writer/SKILL.md +76 -0
  57. package/src/drt-skills/1-analysis/drt-agent-tech-writer/customize.toml +81 -0
  58. package/src/drt-skills/1-analysis/drt-agent-tech-writer/explain-concept.md +20 -0
  59. package/src/drt-skills/1-analysis/drt-agent-tech-writer/mermaid-gen.md +20 -0
  60. package/src/drt-skills/1-analysis/drt-agent-tech-writer/validate-doc.md +19 -0
  61. package/src/drt-skills/1-analysis/drt-agent-tech-writer/write-document.md +20 -0
  62. package/src/drt-skills/1-analysis/drt-document-project/SKILL.md +62 -0
  63. package/src/drt-skills/1-analysis/drt-document-project/checklist.md +245 -0
  64. package/src/drt-skills/1-analysis/drt-document-project/customize.toml +41 -0
  65. package/src/drt-skills/1-analysis/drt-document-project/documentation-requirements.csv +12 -0
  66. package/src/drt-skills/1-analysis/drt-document-project/instructions.md +128 -0
  67. package/src/drt-skills/1-analysis/drt-document-project/templates/deep-dive-template.md +345 -0
  68. package/src/drt-skills/1-analysis/drt-document-project/templates/index-template.md +169 -0
  69. package/src/drt-skills/1-analysis/drt-document-project/templates/project-overview-template.md +103 -0
  70. package/src/drt-skills/1-analysis/drt-document-project/templates/project-scan-report-schema.json +160 -0
  71. package/src/drt-skills/1-analysis/drt-document-project/templates/source-tree-template.md +135 -0
  72. package/src/drt-skills/1-analysis/drt-document-project/workflows/deep-dive-instructions.md +300 -0
  73. package/src/drt-skills/1-analysis/drt-document-project/workflows/deep-dive-workflow.md +34 -0
  74. package/src/drt-skills/1-analysis/drt-document-project/workflows/full-scan-instructions.md +1111 -0
  75. package/src/drt-skills/1-analysis/drt-document-project/workflows/full-scan-workflow.md +34 -0
  76. package/src/drt-skills/1-analysis/drt-prfaq/SKILL.md +135 -0
  77. package/src/drt-skills/1-analysis/drt-prfaq/agents/artifact-analyzer.md +60 -0
  78. package/src/drt-skills/1-analysis/drt-prfaq/agents/web-researcher.md +49 -0
  79. package/src/drt-skills/1-analysis/drt-prfaq/assets/prfaq-template.md +62 -0
  80. package/src/drt-skills/1-analysis/drt-prfaq/bmad-manifest.json +16 -0
  81. package/src/drt-skills/1-analysis/drt-prfaq/customize.toml +41 -0
  82. package/src/drt-skills/1-analysis/drt-prfaq/references/customer-faq.md +55 -0
  83. package/src/drt-skills/1-analysis/drt-prfaq/references/internal-faq.md +51 -0
  84. package/src/drt-skills/1-analysis/drt-prfaq/references/press-release.md +60 -0
  85. package/src/drt-skills/1-analysis/drt-prfaq/references/verdict.md +83 -0
  86. package/src/drt-skills/1-analysis/drt-product-brief/SKILL.md +91 -0
  87. package/src/drt-skills/1-analysis/drt-product-brief/assets/brief-template.md +41 -0
  88. package/src/drt-skills/1-analysis/drt-product-brief/customize.toml +99 -0
  89. package/src/drt-skills/1-analysis/research/drt-domain-research/SKILL.md +96 -0
  90. package/src/drt-skills/1-analysis/research/drt-domain-research/customize.toml +41 -0
  91. package/src/drt-skills/1-analysis/research/drt-domain-research/domain-steps/step-01-init.md +137 -0
  92. package/src/drt-skills/1-analysis/research/drt-domain-research/domain-steps/step-02-domain-analysis.md +229 -0
  93. package/src/drt-skills/1-analysis/research/drt-domain-research/domain-steps/step-03-competitive-landscape.md +238 -0
  94. package/src/drt-skills/1-analysis/research/drt-domain-research/domain-steps/step-04-regulatory-focus.md +206 -0
  95. package/src/drt-skills/1-analysis/research/drt-domain-research/domain-steps/step-05-technical-trends.md +234 -0
  96. package/src/drt-skills/1-analysis/research/drt-domain-research/domain-steps/step-06-research-synthesis.md +450 -0
  97. package/src/drt-skills/1-analysis/research/drt-domain-research/research.template.md +29 -0
  98. package/src/drt-skills/1-analysis/research/drt-market-research/SKILL.md +96 -0
  99. package/src/drt-skills/1-analysis/research/drt-market-research/customize.toml +41 -0
  100. package/src/drt-skills/1-analysis/research/drt-market-research/research.template.md +29 -0
  101. package/src/drt-skills/1-analysis/research/drt-market-research/steps/step-01-init.md +184 -0
  102. package/src/drt-skills/1-analysis/research/drt-market-research/steps/step-02-customer-behavior.md +239 -0
  103. package/src/drt-skills/1-analysis/research/drt-market-research/steps/step-03-customer-pain-points.md +251 -0
  104. package/src/drt-skills/1-analysis/research/drt-market-research/steps/step-04-customer-decisions.md +261 -0
  105. package/src/drt-skills/1-analysis/research/drt-market-research/steps/step-05-competitive-analysis.md +173 -0
  106. package/src/drt-skills/1-analysis/research/drt-market-research/steps/step-06-research-completion.md +484 -0
  107. package/src/drt-skills/1-analysis/research/drt-technical-research/SKILL.md +96 -0
  108. package/src/drt-skills/1-analysis/research/drt-technical-research/customize.toml +41 -0
  109. package/src/drt-skills/1-analysis/research/drt-technical-research/research.template.md +29 -0
  110. package/src/drt-skills/1-analysis/research/drt-technical-research/technical-steps/step-01-init.md +137 -0
  111. package/src/drt-skills/1-analysis/research/drt-technical-research/technical-steps/step-02-technical-overview.md +239 -0
  112. package/src/drt-skills/1-analysis/research/drt-technical-research/technical-steps/step-03-integration-patterns.md +248 -0
  113. package/src/drt-skills/1-analysis/research/drt-technical-research/technical-steps/step-04-architectural-patterns.md +202 -0
  114. package/src/drt-skills/1-analysis/research/drt-technical-research/technical-steps/step-05-implementation-research.md +233 -0
  115. package/src/drt-skills/1-analysis/research/drt-technical-research/technical-steps/step-06-research-synthesis.md +493 -0
  116. package/src/drt-skills/2-plan-workflows/drt-agent-pm/SKILL.md +76 -0
  117. package/src/drt-skills/2-plan-workflows/drt-agent-pm/customize.toml +75 -0
  118. package/src/drt-skills/2-plan-workflows/drt-agent-ux-designer/SKILL.md +76 -0
  119. package/src/drt-skills/2-plan-workflows/drt-agent-ux-designer/customize.toml +60 -0
  120. package/src/drt-skills/2-plan-workflows/drt-create-prd/SKILL.md +30 -0
  121. package/src/drt-skills/2-plan-workflows/drt-create-prd/customize.toml +41 -0
  122. package/src/drt-skills/2-plan-workflows/drt-edit-prd/SKILL.md +30 -0
  123. package/src/drt-skills/2-plan-workflows/drt-edit-prd/customize.toml +42 -0
  124. package/src/drt-skills/2-plan-workflows/drt-prd/SKILL.md +92 -0
  125. package/src/drt-skills/2-plan-workflows/drt-prd/assets/headless-schemas.md +76 -0
  126. package/src/drt-skills/2-plan-workflows/drt-prd/assets/prd-template.md +165 -0
  127. package/src/drt-skills/2-plan-workflows/drt-prd/assets/prd-validation-checklist.md +135 -0
  128. package/src/drt-skills/2-plan-workflows/drt-prd/assets/validation-report-template.html +325 -0
  129. package/src/drt-skills/2-plan-workflows/drt-prd/customize.toml +147 -0
  130. package/src/drt-skills/2-plan-workflows/drt-prd/references/headless.md +39 -0
  131. package/src/drt-skills/2-plan-workflows/drt-prd/references/validate.md +97 -0
  132. package/src/drt-skills/2-plan-workflows/drt-ux/SKILL.md +90 -0
  133. package/src/drt-skills/2-plan-workflows/drt-ux/assets/color-themes.md +9 -0
  134. package/src/drt-skills/2-plan-workflows/drt-ux/assets/design-directions.md +9 -0
  135. package/src/drt-skills/2-plan-workflows/drt-ux/assets/design-example-editorial.md +158 -0
  136. package/src/drt-skills/2-plan-workflows/drt-ux/assets/design-example-mobile.md +93 -0
  137. package/src/drt-skills/2-plan-workflows/drt-ux/assets/design-example-shadcn.md +109 -0
  138. package/src/drt-skills/2-plan-workflows/drt-ux/assets/excalidraw-wireframe.md +19 -0
  139. package/src/drt-skills/2-plan-workflows/drt-ux/assets/experience-example-mobile.md +112 -0
  140. package/src/drt-skills/2-plan-workflows/drt-ux/assets/experience-example-shadcn.md +133 -0
  141. package/src/drt-skills/2-plan-workflows/drt-ux/assets/headless-schemas.md +84 -0
  142. package/src/drt-skills/2-plan-workflows/drt-ux/assets/key-screens.md +29 -0
  143. package/src/drt-skills/2-plan-workflows/drt-ux/assets/validation-report-template.html +319 -0
  144. package/src/drt-skills/2-plan-workflows/drt-ux/customize.toml +100 -0
  145. package/src/drt-skills/2-plan-workflows/drt-ux/references/creative-tools.md +19 -0
  146. package/src/drt-skills/2-plan-workflows/drt-ux/references/design-md-spec.md +50 -0
  147. package/src/drt-skills/2-plan-workflows/drt-ux/references/headless.md +37 -0
  148. package/src/drt-skills/2-plan-workflows/drt-ux/references/validate.md +115 -0
  149. package/src/drt-skills/2-plan-workflows/drt-validate-prd/SKILL.md +30 -0
  150. package/src/drt-skills/2-plan-workflows/drt-validate-prd/customize.toml +42 -0
  151. package/src/drt-skills/3-solutioning/drt-agent-architect/SKILL.md +76 -0
  152. package/src/drt-skills/3-solutioning/drt-agent-architect/customize.toml +65 -0
  153. package/src/drt-skills/3-solutioning/drt-architecture/SKILL.md +85 -0
  154. package/src/drt-skills/3-solutioning/drt-architecture/assets/spine-template.md +79 -0
  155. package/src/drt-skills/3-solutioning/drt-architecture/customize.toml +100 -0
  156. package/src/drt-skills/3-solutioning/drt-architecture/references/headless.md +26 -0
  157. package/src/drt-skills/3-solutioning/drt-architecture/references/reviewer-gate.md +13 -0
  158. package/src/drt-skills/3-solutioning/drt-architecture/scripts/lint_spine.py +257 -0
  159. package/src/drt-skills/3-solutioning/drt-check-implementation-readiness/SKILL.md +91 -0
  160. package/src/drt-skills/3-solutioning/drt-check-implementation-readiness/customize.toml +41 -0
  161. package/src/drt-skills/3-solutioning/drt-check-implementation-readiness/steps/step-01-document-discovery.md +179 -0
  162. package/src/drt-skills/3-solutioning/drt-check-implementation-readiness/steps/step-02-prd-analysis.md +168 -0
  163. package/src/drt-skills/3-solutioning/drt-check-implementation-readiness/steps/step-03-epic-coverage-validation.md +169 -0
  164. package/src/drt-skills/3-solutioning/drt-check-implementation-readiness/steps/step-04-ux-alignment.md +129 -0
  165. package/src/drt-skills/3-solutioning/drt-check-implementation-readiness/steps/step-05-epic-quality-review.md +241 -0
  166. package/src/drt-skills/3-solutioning/drt-check-implementation-readiness/steps/step-06-final-assessment.md +132 -0
  167. package/src/drt-skills/3-solutioning/drt-check-implementation-readiness/templates/readiness-report-template.md +4 -0
  168. package/src/drt-skills/3-solutioning/drt-create-architecture/SKILL.md +30 -0
  169. package/src/drt-skills/3-solutioning/drt-create-architecture/customize.toml +41 -0
  170. package/src/drt-skills/3-solutioning/drt-create-epics-and-stories/SKILL.md +93 -0
  171. package/src/drt-skills/3-solutioning/drt-create-epics-and-stories/customize.toml +41 -0
  172. package/src/drt-skills/3-solutioning/drt-create-epics-and-stories/steps/step-01-validate-prerequisites.md +263 -0
  173. package/src/drt-skills/3-solutioning/drt-create-epics-and-stories/steps/step-02-design-epics.md +242 -0
  174. package/src/drt-skills/3-solutioning/drt-create-epics-and-stories/steps/step-03-create-stories.md +255 -0
  175. package/src/drt-skills/3-solutioning/drt-create-epics-and-stories/steps/step-04-final-validation.md +143 -0
  176. package/src/drt-skills/3-solutioning/drt-create-epics-and-stories/templates/epics-template.md +61 -0
  177. package/src/drt-skills/3-solutioning/drt-generate-project-context/SKILL.md +81 -0
  178. package/src/drt-skills/3-solutioning/drt-generate-project-context/customize.toml +41 -0
  179. package/src/drt-skills/3-solutioning/drt-generate-project-context/project-context-template.md +21 -0
  180. package/src/drt-skills/3-solutioning/drt-generate-project-context/steps/step-01-discover.md +186 -0
  181. package/src/drt-skills/3-solutioning/drt-generate-project-context/steps/step-02-generate.md +321 -0
  182. package/src/drt-skills/3-solutioning/drt-generate-project-context/steps/step-03-complete.md +284 -0
  183. package/src/drt-skills/4-implementation/drt-agent-dev/SKILL.md +76 -0
  184. package/src/drt-skills/4-implementation/drt-agent-dev/customize.toml +95 -0
  185. package/src/drt-skills/4-implementation/drt-checkpoint-preview/SKILL.md +68 -0
  186. package/src/drt-skills/4-implementation/drt-checkpoint-preview/customize.toml +41 -0
  187. package/src/drt-skills/4-implementation/drt-checkpoint-preview/generate-trail.md +38 -0
  188. package/src/drt-skills/4-implementation/drt-checkpoint-preview/step-01-orientation.md +105 -0
  189. package/src/drt-skills/4-implementation/drt-checkpoint-preview/step-02-walkthrough.md +89 -0
  190. package/src/drt-skills/4-implementation/drt-checkpoint-preview/step-03-detail-pass.md +106 -0
  191. package/src/drt-skills/4-implementation/drt-checkpoint-preview/step-04-testing.md +74 -0
  192. package/src/drt-skills/4-implementation/drt-checkpoint-preview/step-05-wrapup.md +30 -0
  193. package/src/drt-skills/4-implementation/drt-code-review/SKILL.md +90 -0
  194. package/src/drt-skills/4-implementation/drt-code-review/customize.toml +93 -0
  195. package/src/drt-skills/4-implementation/drt-code-review/steps/step-01-gather-context.md +84 -0
  196. package/src/drt-skills/4-implementation/drt-code-review/steps/step-02-review.md +32 -0
  197. package/src/drt-skills/4-implementation/drt-code-review/steps/step-03-triage.md +50 -0
  198. package/src/drt-skills/4-implementation/drt-code-review/steps/step-04-present.md +132 -0
  199. package/src/drt-skills/4-implementation/drt-correct-course/SKILL.md +301 -0
  200. package/src/drt-skills/4-implementation/drt-correct-course/checklist.md +288 -0
  201. package/src/drt-skills/4-implementation/drt-correct-course/customize.toml +41 -0
  202. package/src/drt-skills/4-implementation/drt-create-story/SKILL.md +432 -0
  203. package/src/drt-skills/4-implementation/drt-create-story/checklist.md +357 -0
  204. package/src/drt-skills/4-implementation/drt-create-story/customize.toml +41 -0
  205. package/src/drt-skills/4-implementation/drt-create-story/discover-inputs.md +88 -0
  206. package/src/drt-skills/4-implementation/drt-create-story/template.md +49 -0
  207. package/src/drt-skills/4-implementation/drt-dev-auto/SKILL.md +123 -0
  208. package/src/drt-skills/4-implementation/drt-dev-auto/compile-epic-context.md +62 -0
  209. package/src/drt-skills/4-implementation/drt-dev-auto/customize.toml +108 -0
  210. package/src/drt-skills/4-implementation/drt-dev-auto/spec-template.md +98 -0
  211. package/src/drt-skills/4-implementation/drt-dev-auto/step-01-clarify-and-route.md +84 -0
  212. package/src/drt-skills/4-implementation/drt-dev-auto/step-02-plan.md +31 -0
  213. package/src/drt-skills/4-implementation/drt-dev-auto/step-03-implement.md +42 -0
  214. package/src/drt-skills/4-implementation/drt-dev-auto/step-04-review.md +95 -0
  215. package/src/drt-skills/4-implementation/drt-dev-story/SKILL.md +500 -0
  216. package/src/drt-skills/4-implementation/drt-dev-story/checklist.md +80 -0
  217. package/src/drt-skills/4-implementation/drt-dev-story/customize.toml +41 -0
  218. package/src/drt-skills/4-implementation/drt-implement-task/SKILL.md +101 -0
  219. package/src/drt-skills/4-implementation/drt-implement-task/assets/task-spec-template.md +60 -0
  220. package/src/drt-skills/4-implementation/drt-implement-task/customize.toml +17 -0
  221. package/src/drt-skills/4-implementation/drt-implement-task/steps/step-01-gather-intent.md +42 -0
  222. package/src/drt-skills/4-implementation/drt-implement-task/steps/step-02-plan-and-approve.md +43 -0
  223. package/src/drt-skills/4-implementation/drt-implement-task/steps/step-03-confirm-dependencies.md +38 -0
  224. package/src/drt-skills/4-implementation/drt-implement-task/steps/step-04-implement.md +42 -0
  225. package/src/drt-skills/4-implementation/drt-implement-task/steps/step-05-qc-test.md +31 -0
  226. package/src/drt-skills/4-implementation/drt-implement-task/steps/step-06-quality-review.md +30 -0
  227. package/src/drt-skills/4-implementation/drt-implement-task/steps/step-07-fix-findings.md +33 -0
  228. package/src/drt-skills/4-implementation/drt-implement-task/steps/step-08-complete.md +35 -0
  229. package/src/drt-skills/4-implementation/drt-qa-generate-e2e-tests/SKILL.md +176 -0
  230. package/src/drt-skills/4-implementation/drt-qa-generate-e2e-tests/checklist.md +33 -0
  231. package/src/drt-skills/4-implementation/drt-qa-generate-e2e-tests/customize.toml +41 -0
  232. package/src/drt-skills/4-implementation/drt-quick-dev/SKILL.md +13 -0
  233. package/src/drt-skills/4-implementation/drt-quick-dev/compile-epic-context.md +62 -0
  234. package/src/drt-skills/4-implementation/drt-quick-dev/customize.toml +83 -0
  235. package/src/drt-skills/4-implementation/drt-quick-dev/render.js +206 -0
  236. package/src/drt-skills/4-implementation/drt-quick-dev/spec-template.md +89 -0
  237. package/src/drt-skills/4-implementation/drt-quick-dev/step-01-clarify-and-route.md +103 -0
  238. package/src/drt-skills/4-implementation/drt-quick-dev/step-02-plan.md +47 -0
  239. package/src/drt-skills/4-implementation/drt-quick-dev/step-03-implement.md +45 -0
  240. package/src/drt-skills/4-implementation/drt-quick-dev/step-04-review.md +55 -0
  241. package/src/drt-skills/4-implementation/drt-quick-dev/step-05-present.md +78 -0
  242. package/src/drt-skills/4-implementation/drt-quick-dev/step-oneshot.md +78 -0
  243. package/src/drt-skills/4-implementation/drt-quick-dev/sync-sprint-status.md +19 -0
  244. package/src/drt-skills/4-implementation/drt-quick-dev/workflow.md +85 -0
  245. package/src/drt-skills/4-implementation/drt-retrospective/SKILL.md +1527 -0
  246. package/src/drt-skills/4-implementation/drt-retrospective/customize.toml +41 -0
  247. package/src/drt-skills/4-implementation/drt-sprint-planning/SKILL.md +319 -0
  248. package/src/drt-skills/4-implementation/drt-sprint-planning/checklist.md +34 -0
  249. package/src/drt-skills/4-implementation/drt-sprint-planning/customize.toml +41 -0
  250. package/src/drt-skills/4-implementation/drt-sprint-planning/sprint-status-template.yaml +69 -0
  251. package/src/drt-skills/4-implementation/drt-sprint-status/SKILL.md +311 -0
  252. package/src/drt-skills/4-implementation/drt-sprint-status/customize.toml +41 -0
  253. package/src/drt-skills/module-help.csv +32 -0
  254. package/src/drt-skills/module.yaml +95 -0
  255. package/src/scripts/lib/load-toml.js +43 -0
  256. package/src/scripts/lib/merge-utils.js +89 -0
  257. package/src/scripts/memlog.js +184 -0
  258. package/src/scripts/package.json +7 -0
  259. package/src/scripts/resolve-config.js +56 -0
  260. package/src/scripts/resolve-customization.js +77 -0
  261. package/tools/installer/cli-utils.js +53 -0
  262. package/tools/installer/commands/install.js +149 -0
  263. package/tools/installer/commands/status.js +65 -0
  264. package/tools/installer/commands/uninstall.js +167 -0
  265. package/tools/installer/core/config.js +73 -0
  266. package/tools/installer/core/existing-install.js +121 -0
  267. package/tools/installer/core/install-paths.js +132 -0
  268. package/tools/installer/core/installer.js +1762 -0
  269. package/tools/installer/core/legacy-warnings.js +151 -0
  270. package/tools/installer/core/manifest-generator.js +859 -0
  271. package/tools/installer/core/manifest.js +433 -0
  272. package/tools/installer/core/uv-check.js +97 -0
  273. package/tools/installer/core/wsl-node-check.js +109 -0
  274. package/tools/installer/drt-cli.js +104 -0
  275. package/tools/installer/file-ops.js +204 -0
  276. package/tools/installer/fs-native.js +116 -0
  277. package/tools/installer/ide/_config-driven.js +972 -0
  278. package/tools/installer/ide/manager.js +324 -0
  279. package/tools/installer/ide/platform-codes.js +80 -0
  280. package/tools/installer/ide/platform-codes.yaml +343 -0
  281. package/tools/installer/ide/shared/installed-skills.js +50 -0
  282. package/tools/installer/ide/shared/path-utils.js +217 -0
  283. package/tools/installer/ide/shared/skill-manifest.js +57 -0
  284. package/tools/installer/install-messages.yaml +29 -0
  285. package/tools/installer/list-options.js +210 -0
  286. package/tools/installer/message-loader.js +83 -0
  287. package/tools/installer/modules/channel-plan.js +203 -0
  288. package/tools/installer/modules/channel-resolver.js +241 -0
  289. package/tools/installer/modules/custom-module-manager.js +918 -0
  290. package/tools/installer/modules/external-manager.js +667 -0
  291. package/tools/installer/modules/module-help-schema.js +13 -0
  292. package/tools/installer/modules/official-modules.js +2257 -0
  293. package/tools/installer/modules/plugin-resolver.js +398 -0
  294. package/tools/installer/modules/version-resolver.js +336 -0
  295. package/tools/installer/project-root.js +224 -0
  296. package/tools/installer/prompts.js +852 -0
  297. package/tools/installer/set-overrides.js +330 -0
  298. package/tools/installer/ui.js +2090 -0
  299. package/tools/installer/yaml-format.js +245 -0
@@ -0,0 +1,263 @@
1
+ # Step 1: Validate Prerequisites and Extract Requirements
2
+
3
+ ## STEP GOAL:
4
+
5
+ To validate that all required input documents exist and extract all requirements (FRs, NFRs, and additional requirements from UX/Architecture) needed for epic and story creation.
6
+
7
+ ## MANDATORY EXECUTION RULES (READ FIRST):
8
+
9
+ ### Universal Rules:
10
+
11
+ - 🛑 NEVER generate content without user input
12
+ - 📖 CRITICAL: Read the complete step file before taking any action
13
+ - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
14
+ - 📋 YOU ARE A FACILITATOR, not a content generator
15
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
16
+
17
+ ### Role Reinforcement:
18
+
19
+ - ✅ You are a product strategist and technical specifications writer
20
+ - ✅ If you already have been given communication or persona patterns, continue to use those while playing this new role
21
+ - ✅ We engage in collaborative dialogue, not command-response
22
+ - ✅ You bring requirements extraction expertise
23
+ - ✅ User brings their product vision and context
24
+
25
+ ### Step-Specific Rules:
26
+
27
+ - 🎯 Focus ONLY on extracting and organizing requirements
28
+ - 🚫 FORBIDDEN to start creating epics or stories in this step
29
+ - 💬 Extract requirements from ALL available documents
30
+ - 🚪 POPULATE the template sections exactly as needed
31
+
32
+ ## EXECUTION PROTOCOLS:
33
+
34
+ - 🎯 Extract requirements systematically from all documents
35
+ - 💾 Populate {planning_artifacts}/epics.md with extracted requirements
36
+ - 📖 Update frontmatter with extraction progress
37
+ - 🚫 FORBIDDEN to load next step until user selects 'C' and requirements are extracted
38
+
39
+ ## REQUIREMENTS EXTRACTION PROCESS:
40
+
41
+ ### 1. Welcome and Overview
42
+
43
+ Welcome {user_name} to comprehensive epic and story creation!
44
+
45
+ **CRITICAL PREREQUISITE VALIDATION:**
46
+
47
+ Verify required documents exist and are complete:
48
+
49
+ 1. **PRD.md** - Contains requirements (FRs and NFRs) and product scope
50
+ 2. **Architecture.md** - Contains technical decisions, API contracts, data models
51
+ 3. **UX design contract** (if UI exists) - Contains visual identity, interaction patterns, mockups, and user flows
52
+
53
+ ### 2. Document Discovery and Validation
54
+
55
+ Search for required documents using these patterns (sharded means a large document was split into multiple small files with an index.md into a folder) - if the whole document is found, use that instead of the sharded version:
56
+
57
+ **PRD Document Search Priority:**
58
+
59
+ 1. `{planning_artifacts}/*prd*.md` (whole document)
60
+ 2. `{planning_artifacts}/*prd*/index.md` (sharded version)
61
+
62
+ **Architecture Document Search Priority:**
63
+
64
+ 1. `{planning_artifacts}/*architecture*.md` (whole document)
65
+ 2. `{planning_artifacts}/*architecture*/index.md` (sharded version)
66
+
67
+ **UX Design Document Search (Optional):**
68
+
69
+ 1. `{planning_artifacts}/ux-designs/ux-*/DESIGN.md` and `{planning_artifacts}/ux-designs/ux-*/EXPERIENCE.md` (drt-ux spine pair)
70
+ 2. `{planning_artifacts}/*ux*.md` (legacy whole document)
71
+ 3. `{planning_artifacts}/*ux*/index.md` (legacy sharded version)
72
+
73
+ For each matching drt-ux run folder, treat `DESIGN.md` and `EXPERIENCE.md` as one UX design contract:
74
+
75
+ - Confirm and load both files together. `DESIGN.md` owns visual identity and design tokens; `EXPERIENCE.md` owns information architecture, behavior, states, interactions, accessibility, and journeys.
76
+ - Add both files to the `inputDocuments: []` frontmatter array.
77
+ - If only one spine exists, report the incomplete pair and ask whether the user wants to include the partial UX handoff.
78
+ - If multiple run folders match, show each run folder with the spine frontmatter `status` and `updated` values when available, then ask the user which UX design contract to include.
79
+
80
+ Before proceeding, Ask the user if there are any other documents to include for analysis, and if anything found should be excluded. Wait for user confirmation. Once confirmed, create the {planning_artifacts}/epics.md from the ../templates/epics-template.md and in the front matter list the files in the array of `inputDocuments: []`.
81
+
82
+ ### 3. Extract Functional Requirements (FRs)
83
+
84
+ From the PRD document (full or sharded), read then entire document and extract ALL functional requirements:
85
+
86
+ **Extraction Method:**
87
+
88
+ - Look for numbered items like "FR1:", "Functional Requirement 1:", or similar
89
+ - Identify requirement statements that describe what the system must DO
90
+ - Include user actions, system behaviors, and business rules
91
+
92
+ **Format the FR list as:**
93
+
94
+ ```
95
+ FR1: [Clear, testable requirement description]
96
+ FR2: [Clear, testable requirement description]
97
+ ...
98
+ ```
99
+
100
+ ### 4. Extract Non-Functional Requirements (NFRs)
101
+
102
+ From the PRD document, extract ALL non-functional requirements:
103
+
104
+ **Extraction Method:**
105
+
106
+ - Look for performance, security, usability, reliability requirements
107
+ - Identify constraints and quality attributes
108
+ - Include technical standards and compliance requirements
109
+
110
+ **Format the NFR list as:**
111
+
112
+ ```
113
+ NFR1: [Performance/Security/Usability requirement]
114
+ NFR2: [Performance/Security/Usability requirement]
115
+ ...
116
+ ```
117
+
118
+ ### 5. Extract Additional Requirements from Architecture
119
+
120
+ Review the Architecture document for technical requirements that impact epic and story creation:
121
+
122
+ **Look for:**
123
+
124
+ - **Starter Template**: Does Architecture specify a starter/greenfield template? If YES, document this for Epic 1 Story 1
125
+ - Infrastructure and deployment requirements
126
+ - Integration requirements with external systems
127
+ - Data migration or setup requirements
128
+ - Monitoring and logging requirements
129
+ - API versioning or compatibility requirements
130
+ - Security implementation requirements
131
+
132
+ **IMPORTANT**: If a starter template is mentioned in Architecture, note it prominently. This will impact Epic 1 Story 1.
133
+
134
+ **Format Additional Requirements as:**
135
+
136
+ ```
137
+ - [Technical requirement from Architecture that affects implementation]
138
+ - [Infrastructure setup requirement]
139
+ - [Integration requirement]
140
+ ...
141
+ ```
142
+
143
+ ### 6. Extract UX Design Requirements (if UX document exists)
144
+
145
+ **IMPORTANT**: The UX Design Specification is a first-class input document, not supplementary material. Requirements from the UX spec must be extracted with the same rigor as PRD functional requirements.
146
+
147
+ Read the FULL UX design contract and extract ALL actionable work items. For a drt-ux spine pair, read both `DESIGN.md` and `EXPERIENCE.md`:
148
+
149
+ **Look for:**
150
+
151
+ - **Design token work**: Color systems, spacing scales, typography tokens that need implementation or consolidation
152
+ - **Component proposals**: Reusable UI components identified in the UX spec (e.g., ConfirmActions, StatusMessage, EmptyState, FocusIndicator)
153
+ - **Visual standardization**: Semantic CSS classes, consistent color palette usage, design pattern consolidation
154
+ - **Accessibility requirements**: Contrast audit fixes, ARIA patterns, keyboard navigation, screen reader support
155
+ - **Responsive design requirements**: Breakpoints, layout adaptations, mobile-specific interactions
156
+ - **Interaction patterns**: Animations, transitions, loading states, error handling UX
157
+ - **Browser/device compatibility**: Target platforms, progressive enhancement requirements
158
+
159
+ **Format UX Design Requirements as a SEPARATE section (not merged into Additional Requirements):**
160
+
161
+ ```
162
+ UX-DR1: [Actionable UX design requirement with clear implementation scope]
163
+ UX-DR2: [Actionable UX design requirement with clear implementation scope]
164
+ ...
165
+ ```
166
+
167
+ **🚨 CRITICAL**: Do NOT reduce UX requirements to vague summaries. Each UX-DR must be specific enough to generate a story with testable acceptance criteria. If the UX spec identifies 6 reusable components, list all 6 — not "create reusable components."
168
+
169
+ ### 7. Load and Initialize Template
170
+
171
+ Load ../templates/epics-template.md and initialize {planning_artifacts}/epics.md:
172
+
173
+ 1. Copy the entire template to {planning_artifacts}/epics.md
174
+ 2. Replace {{project_name}} with the actual project name
175
+ 3. Replace placeholder sections with extracted requirements:
176
+ - {{fr_list}} → extracted FRs
177
+ - {{nfr_list}} → extracted NFRs
178
+ - {{additional_requirements}} → extracted additional requirements (from Architecture)
179
+ - {{ux_design_requirements}} → extracted UX Design Requirements (if UX document exists)
180
+ 4. Leave {{requirements_coverage_map}} and {{epics_list}} as placeholders for now
181
+
182
+ ### 8. Present Extracted Requirements
183
+
184
+ Display to user:
185
+
186
+ **Functional Requirements Extracted:**
187
+
188
+ - Show count of FRs found
189
+ - Display the first few FRs as examples
190
+ - Ask if any FRs are missing or incorrectly captured
191
+
192
+ **Non-Functional Requirements Extracted:**
193
+
194
+ - Show count of NFRs found
195
+ - Display key NFRs
196
+ - Ask if any constraints were missed
197
+
198
+ **Additional Requirements (Architecture):**
199
+
200
+ - Summarize technical requirements from Architecture
201
+ - Verify completeness
202
+
203
+ **UX Design Requirements (if applicable):**
204
+
205
+ - Show count of UX-DRs found
206
+ - Display key UX Design requirements (design tokens, components, accessibility)
207
+ - Verify each UX-DR is specific enough for story creation
208
+
209
+ ### 9. Get User Confirmation
210
+
211
+ Ask: "Do these extracted requirements accurately represent what needs to be built? Any additions or corrections?"
212
+
213
+ Update the requirements based on user feedback until confirmation is received.
214
+
215
+ ## CONTENT TO SAVE TO DOCUMENT:
216
+
217
+ After extraction and confirmation, update {planning_artifacts}/epics.md with:
218
+
219
+ - Complete FR list in {{fr_list}} section
220
+ - Complete NFR list in {{nfr_list}} section
221
+ - All additional requirements in {{additional_requirements}} section
222
+ - UX Design requirements in {{ux_design_requirements}} section (if UX document exists)
223
+
224
+ ### 10. Present MENU OPTIONS
225
+
226
+ Display: `**Confirm the Requirements are complete and correct to [C] continue:**`
227
+
228
+ #### EXECUTION RULES:
229
+
230
+ - ALWAYS halt and wait for user input after presenting menu
231
+ - ONLY proceed to next step when user selects 'C'
232
+ - User can chat or ask questions - always respond and then end with display again of the menu option
233
+
234
+ #### Menu Handling Logic:
235
+
236
+ - IF C: Save all to {planning_artifacts}/epics.md, update frontmatter, then read fully and follow: ./step-02-design-epics.md
237
+ - IF Any other comments or queries: help user respond then [Redisplay Menu Options](#10-present-menu-options)
238
+
239
+ ## CRITICAL STEP COMPLETION NOTE
240
+
241
+ ONLY WHEN C is selected and all requirements are saved to document and frontmatter is updated, will you then read fully and follow: ./step-02-design-epics.md to begin epic design step.
242
+
243
+ ---
244
+
245
+ ## 🚨 SYSTEM SUCCESS/FAILURE METRICS
246
+
247
+ ### ✅ SUCCESS:
248
+
249
+ - All required documents found and validated
250
+ - All FRs extracted and formatted correctly
251
+ - All NFRs extracted and formatted correctly
252
+ - Additional requirements from Architecture/UX identified
253
+ - Template initialized with requirements
254
+ - User confirms requirements are complete and accurate
255
+
256
+ ### ❌ SYSTEM FAILURE:
257
+
258
+ - Missing required documents
259
+ - Incomplete requirements extraction
260
+ - Template not properly initialized
261
+ - Not saving requirements to output file
262
+
263
+ **Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.
@@ -0,0 +1,242 @@
1
+ # Step 2: Design Epic List
2
+
3
+ ## STEP GOAL:
4
+
5
+ To design and get approval for the epics_list that will organize all requirements into user-value-focused epics.
6
+
7
+ ## MANDATORY EXECUTION RULES (READ FIRST):
8
+
9
+ ### Universal Rules:
10
+
11
+ - 🛑 NEVER generate content without user input
12
+ - 📖 CRITICAL: Read the complete step file before taking any action
13
+ - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
14
+ - 📋 YOU ARE A FACILITATOR, not a content generator
15
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
16
+
17
+ ### Role Reinforcement:
18
+
19
+ - ✅ You are a product strategist and technical specifications writer
20
+ - ✅ If you already have been given communication or persona patterns, continue to use those while playing this new role
21
+ - ✅ We engage in collaborative dialogue, not command-response
22
+ - ✅ You bring product strategy and epic design expertise
23
+ - ✅ User brings their product vision and priorities
24
+
25
+ ### Step-Specific Rules:
26
+
27
+ - 🎯 Focus ONLY on creating the epics_list
28
+ - 🚫 FORBIDDEN to create individual stories in this step
29
+ - 💬 Organize epics around user value, not technical layers
30
+ - 🚪 GET explicit approval for the epics_list
31
+ - 🔗 **CRITICAL: Each epic must be standalone and enable future epics without requiring future epics to function**
32
+
33
+ ## EXECUTION PROTOCOLS:
34
+
35
+ - 🎯 Design epics collaboratively based on extracted requirements
36
+ - 💾 Update {{epics_list}} in {planning_artifacts}/epics.md
37
+ - 📖 Document the FR coverage mapping
38
+ - 🚫 FORBIDDEN to load next step until user approves epics_list
39
+
40
+ ## EPIC DESIGN PROCESS:
41
+
42
+ ### 1. Review Extracted Requirements
43
+
44
+ Load {planning_artifacts}/epics.md and review:
45
+
46
+ - **Functional Requirements:** Count and review FRs from Step 1
47
+ - **Non-Functional Requirements:** Review NFRs that need to be addressed
48
+ - **Additional Requirements:** Review technical and UX requirements
49
+
50
+ ### 2. Explain Epic Design Principles
51
+
52
+ **EPIC DESIGN PRINCIPLES:**
53
+
54
+ 1. **User-Value First**: Each epic must enable users to accomplish something meaningful
55
+ 2. **Requirements Grouping**: Group related FRs that deliver cohesive user outcomes
56
+ 3. **Incremental Delivery**: Each epic should deliver value independently
57
+ 4. **Logical Flow**: Natural progression from user's perspective
58
+ 5. **Dependency-Free Within Epic**: Stories within an epic must NOT depend on future stories
59
+ 6. **Implementation Efficiency**: Consider consolidating epics that all modify the same core files into fewer epics
60
+
61
+ **⚠️ CRITICAL PRINCIPLE:**
62
+ Organize by USER VALUE, not technical layers:
63
+
64
+ **✅ CORRECT Epic Examples (Standalone & Enable Future Epics):**
65
+
66
+ - Epic 1: User Authentication & Profiles (users can register, login, manage profiles) - **Standalone: Complete auth system**
67
+ - Epic 2: Content Creation (users can create, edit, publish content) - **Standalone: Uses auth, creates content**
68
+ - Epic 3: Social Interaction (users can follow, comment, like content) - **Standalone: Uses auth + content**
69
+ - Epic 4: Search & Discovery (users can find content and other users) - **Standalone: Uses all previous**
70
+
71
+ **❌ WRONG Epic Examples (Technical Layers or Dependencies):**
72
+
73
+ - Epic 1: Database Setup (creates all tables upfront) - **No user value**
74
+ - Epic 2: API Development (builds all endpoints) - **No user value**
75
+ - Epic 3: Frontend Components (creates reusable components) - **No user value**
76
+ - Epic 4: Deployment Pipeline (CI/CD setup) - **No user value**
77
+
78
+ **❌ WRONG Epic Examples (File Churn on Same Component):**
79
+
80
+ - Epic 1: File Upload (modifies model, controller, web form, web API)
81
+ - Epic 2: File Status (modifies model, controller, web form, web API)
82
+ - Epic 3: File Access permissions (modifies model, controller, web form, web API)
83
+ - All three epics touch the same files — consolidate into one epic with ordered stories
84
+
85
+ **✅ CORRECT Alternative:**
86
+
87
+ - Epic 1: File Management Enhancement (upload, status, permissions as stories within one epic)
88
+ - Rationale: Single component, fully pre-designed, no feedback loop between epics
89
+
90
+ **🔗 DEPENDENCY RULES:**
91
+
92
+ - Each epic must deliver COMPLETE functionality for its domain
93
+ - Epic 2 must not require Epic 3 to function
94
+ - Epic 3 can build upon Epic 1 & 2 but must stand alone
95
+
96
+ ### 3. Design Epic Structure Collaboratively
97
+
98
+ **Step A: Assess Context and Identify Themes**
99
+
100
+ First, assess how much of the solution design is already validated (Architecture, UX, Test Design).
101
+ When the outcome is certain and direction changes between epics are unlikely, prefer fewer but larger epics.
102
+ Split into multiple epics when there is a genuine risk boundary or when early feedback could change direction
103
+ of following epics.
104
+
105
+ Then, identify user value themes:
106
+
107
+ - Look for natural groupings in the FRs
108
+ - Identify user journeys or workflows
109
+ - Consider user types and their goals
110
+
111
+ **Step B: Propose Epic Structure**
112
+
113
+ For each proposed epic (considering whether epics share the same core files):
114
+
115
+ 1. **Epic Title**: User-centric, value-focused
116
+ 2. **User Outcome**: What users can accomplish after this epic
117
+ 3. **FR Coverage**: Which FR numbers this epic addresses
118
+ 4. **Implementation Notes**: Any technical or UX considerations
119
+
120
+ **Step C: Review for File Overlap**
121
+
122
+ Assess whether multiple proposed epics repeatedly target the same core files. If overlap is significant:
123
+
124
+ - Distinguish meaningful overlap (same component end-to-end) from incidental sharing
125
+ - Ask whether to consolidate into one epic with ordered stories
126
+ - If confirmed, merge the epic FRs into a single epic, preserving dependency flow: each story must still fit within
127
+ a single dev agent's context
128
+
129
+ **Step D: Create the epics_list**
130
+
131
+ Format the epics_list as:
132
+
133
+ ```
134
+ ## Epic List
135
+
136
+ ### Epic 1: [Epic Title]
137
+ [Epic goal statement - what users can accomplish]
138
+ **FRs covered:** FR1, FR2, FR3, etc.
139
+
140
+ ### Epic 2: [Epic Title]
141
+ [Epic goal statement - what users can accomplish]
142
+ **FRs covered:** FR4, FR5, FR6, etc.
143
+
144
+ [Continue for all epics]
145
+ ```
146
+
147
+ ### 4. Present Epic List for Review
148
+
149
+ Display the complete epics_list to user with:
150
+
151
+ - Total number of epics
152
+ - FR coverage per epic
153
+ - User value delivered by each epic
154
+ - Any natural dependencies
155
+
156
+ ### 5. Create Requirements Coverage Map
157
+
158
+ Create {{requirements_coverage_map}} showing how each FR maps to an epic:
159
+
160
+ ```
161
+ ### FR Coverage Map
162
+
163
+ FR1: Epic 1 - [Brief description]
164
+ FR2: Epic 1 - [Brief description]
165
+ FR3: Epic 2 - [Brief description]
166
+ ...
167
+ ```
168
+
169
+ This ensures no FRs are missed.
170
+
171
+ ### 6. Collaborative Refinement
172
+
173
+ Ask user:
174
+
175
+ - "Does this epic structure align with your product vision?"
176
+ - "Are all user outcomes properly captured?"
177
+ - "Should we adjust any epic groupings?"
178
+ - "Are there natural dependencies we've missed?"
179
+
180
+ ### 7. Get Final Approval
181
+
182
+ **CRITICAL:** Must get explicit user approval:
183
+ "Do you approve this epic structure for proceeding to story creation?"
184
+
185
+ If user wants changes:
186
+
187
+ - Make the requested adjustments
188
+ - Update the epics_list
189
+ - Re-present for approval
190
+ - Repeat until approval is received
191
+
192
+ ## CONTENT TO UPDATE IN DOCUMENT:
193
+
194
+ After approval, update {planning_artifacts}/epics.md:
195
+
196
+ 1. Replace {{epics_list}} placeholder with the approved epic list
197
+ 2. Replace {{requirements_coverage_map}} with the coverage map
198
+ 3. Ensure all FRs are mapped to epics
199
+
200
+ ### 8. Present MENU OPTIONS
201
+
202
+ Display: "**Select an Option:** [A] Advanced Elicitation [P] Party Mode [C] Continue"
203
+
204
+ #### Menu Handling Logic:
205
+
206
+ - IF A: Invoke the `drt-advanced-elicitation` skill
207
+ - IF P: Invoke the `drt-party-mode` skill
208
+ - IF C: Save approved epics_list to {planning_artifacts}/epics.md, update frontmatter, then read fully and follow: ./step-03-create-stories.md
209
+ - IF Any other comments or queries: help user respond then [Redisplay Menu Options](#8-present-menu-options)
210
+
211
+ #### EXECUTION RULES:
212
+
213
+ - ALWAYS halt and wait for user input after presenting menu
214
+ - ONLY proceed to next step when user selects 'C'
215
+ - After other menu items execution completes, redisplay the menu
216
+ - User can chat or ask questions - always respond when conversation ends, redisplay the menu options
217
+
218
+ ## CRITICAL STEP COMPLETION NOTE
219
+
220
+ ONLY WHEN C is selected and the approved epics_list is saved to document, will you then read fully and follow: ./step-03-create-stories.md to begin story creation step.
221
+
222
+ ---
223
+
224
+ ## 🚨 SYSTEM SUCCESS/FAILURE METRICS
225
+
226
+ ### ✅ SUCCESS:
227
+
228
+ - Epics designed around user value
229
+ - All FRs mapped to specific epics
230
+ - epics_list created and formatted correctly
231
+ - Requirements coverage map completed
232
+ - User gives explicit approval for epic structure
233
+ - Document updated with approved epics
234
+
235
+ ### ❌ SYSTEM FAILURE:
236
+
237
+ - Epics organized by technical layers
238
+ - Missing FRs in coverage map
239
+ - No user approval obtained
240
+ - epics_list not saved to document
241
+
242
+ **Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.