@amrhas82/agentic-kit 1.2.0 → 1.2.1

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 (964) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +5 -11
  3. package/scripts/validate-all-packages.js +0 -255
  4. package/tests/VARIANT_TESTING_REPORT.md +0 -362
  5. package/tests/fixtures/README.md +0 -311
  6. package/tests/fixtures/helpers/test-helpers.js +0 -319
  7. package/tests/fixtures/manifests/manifest-lite.json +0 -32
  8. package/tests/fixtures/manifests/manifest-pro.json +0 -65
  9. package/tests/fixtures/manifests/manifest-standard.json +0 -51
  10. package/tests/fixtures/packages/mock-package/agents/test-agent.md +0 -11
  11. package/tests/fixtures/packages/mock-package/hooks/test-hook.js +0 -16
  12. package/tests/fixtures/packages/mock-package/resources/test-resource.txt +0 -4
  13. package/tests/fixtures/packages/mock-package/skills/test-skill/skill.md +0 -10
  14. package/tests/fixtures/packages/mock-package/variants.json +0 -28
  15. package/tests/fixtures/variants/variants-corrupted.json +0 -11
  16. package/tests/fixtures/variants/variants-lite.json +0 -42
  17. package/tests/fixtures/variants/variants-minimal.json +0 -12
  18. package/tests/fixtures/variants/variants-pro.json +0 -75
  19. package/tests/fixtures/variants/variants-standard.json +0 -61
  20. package/tests/installer/cli.test.js +0 -751
  21. package/tests/installer/cross-platform-testing.test.js +0 -530
  22. package/tests/installer/demo-cli-args.js +0 -241
  23. package/tests/installer/demo-error-handling.js +0 -127
  24. package/tests/installer/demo-silent-mode.js +0 -329
  25. package/tests/installer/demo-summary-display.js +0 -140
  26. package/tests/installer/demo-tool-selection.js +0 -129
  27. package/tests/installer/error-scenario-testing.test.js +0 -513
  28. package/tests/installer/installation-engine.test.js +0 -1540
  29. package/tests/installer/integration.test.js +0 -1039
  30. package/tests/installer/multi-tool-testing.test.js +0 -482
  31. package/tests/installer/package-manager.test.js +0 -1025
  32. package/tests/installer/path-handling-testing.test.js +0 -585
  33. package/tests/installer/state-manager.test.js +0 -499
  34. package/tests/installer/test-cli-args.js +0 -329
  35. package/tests/installer/test-error-handling.js +0 -387
  36. package/tests/installer/test-install-method.js +0 -305
  37. package/tests/installer/test-path-confirmation.js +0 -318
  38. package/tests/installer/test-silent-mode.js +0 -505
  39. package/tests/installer/test-summary-display.js +0 -255
  40. package/tests/installer/test-tool-selection-ui.js +0 -152
  41. package/tests/installer/upgrade-variant.test.js +0 -757
  42. package/tests/installer/variant-testing.test.js +0 -452
  43. package/tests/run-all-tests.js +0 -359
  44. package/tests/test-progress-real-installation.js +0 -126
  45. package/tests/test-variants-parsing.js +0 -475
  46. package/tests/tmp/test-cli-install-1762170060156/claude-lite-test/agents/master.md +0 -55
  47. package/tests/tmp/test-cli-install-1762170060156/claude-lite-test/agents/orchestrator.md +0 -103
  48. package/tests/tmp/test-cli-install-1762170060156/claude-lite-test/agents/scrum-master.md +0 -64
  49. package/tests/tmp/test-cli-install-1762170060156/claude-lite-test/hooks/register-agents.js +0 -123
  50. package/tests/tmp/test-cli-install-1762170060156/claude-lite-test/hooks/session-start.js +0 -159
  51. package/tests/tmp/test-cli-install-1762170060156/claude-lite-test/manifest.json +0 -63
  52. package/tests/tmp/test-cli-install-1762170060156/claude-lite-test/resources/agent-teams.yaml +0 -50
  53. package/tests/tmp/test-cli-install-1762170060156/claude-lite-test/resources/checklists.md +0 -1724
  54. package/tests/tmp/test-cli-install-1762170060156/claude-lite-test/resources/data.md +0 -1372
  55. package/tests/tmp/test-cli-install-1762170060156/claude-lite-test/resources/task-briefs.md +0 -4428
  56. package/tests/tmp/test-cli-install-1762170060156/claude-lite-test/resources/templates.yaml +0 -5810
  57. package/tests/tmp/test-cli-install-1762170060156/claude-lite-test/resources/workflows.yaml +0 -1513
  58. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/agents/1-create-prd.md +0 -56
  59. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/agents/2-generate-tasks.md +0 -73
  60. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/agents/3-process-task-list.md +0 -101
  61. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/agents/business-analyst.md +0 -76
  62. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/agents/full-stack-dev.md +0 -80
  63. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/agents/holistic-architect.md +0 -91
  64. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/agents/master.md +0 -55
  65. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/agents/orchestrator.md +0 -103
  66. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/agents/product-manager.md +0 -82
  67. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/agents/product-owner.md +0 -97
  68. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/agents/qa-test-architect.md +0 -72
  69. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/agents/scrum-master.md +0 -64
  70. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/agents/ux-expert.md +0 -74
  71. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/hooks/register-agents.js +0 -123
  72. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/hooks/session-start.js +0 -159
  73. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/manifest.json +0 -82
  74. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/resources/agent-teams.yaml +0 -50
  75. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/resources/checklists.md +0 -1724
  76. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/resources/data.md +0 -1372
  77. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/resources/task-briefs.md +0 -4428
  78. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/resources/templates.yaml +0 -5810
  79. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/resources/workflows.yaml +0 -1513
  80. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/brand-guidelines/LICENSE.txt +0 -202
  81. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/brand-guidelines/SKILL.md +0 -73
  82. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/LICENSE.txt +0 -202
  83. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/SKILL.md +0 -130
  84. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/ArsenalSC-OFL.txt +0 -93
  85. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
  86. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/BigShoulders-Bold.ttf +0 -0
  87. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/BigShoulders-OFL.txt +0 -93
  88. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/BigShoulders-Regular.ttf +0 -0
  89. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/Boldonse-OFL.txt +0 -93
  90. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/Boldonse-Regular.ttf +0 -0
  91. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
  92. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt +0 -93
  93. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
  94. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
  95. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
  96. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/CrimsonPro-OFL.txt +0 -93
  97. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
  98. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/DMMono-OFL.txt +0 -93
  99. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/DMMono-Regular.ttf +0 -0
  100. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/EricaOne-OFL.txt +0 -94
  101. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/EricaOne-Regular.ttf +0 -0
  102. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/GeistMono-Bold.ttf +0 -0
  103. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/GeistMono-OFL.txt +0 -93
  104. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/GeistMono-Regular.ttf +0 -0
  105. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/Gloock-OFL.txt +0 -93
  106. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/Gloock-Regular.ttf +0 -0
  107. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
  108. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/IBMPlexMono-OFL.txt +0 -93
  109. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
  110. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
  111. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
  112. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
  113. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
  114. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
  115. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
  116. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
  117. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/InstrumentSans-OFL.txt +0 -93
  118. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
  119. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
  120. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
  121. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/Italiana-OFL.txt +0 -93
  122. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/Italiana-Regular.ttf +0 -0
  123. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
  124. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt +0 -93
  125. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
  126. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/Jura-Light.ttf +0 -0
  127. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/Jura-Medium.ttf +0 -0
  128. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/Jura-OFL.txt +0 -93
  129. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/LibreBaskerville-OFL.txt +0 -93
  130. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
  131. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
  132. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
  133. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
  134. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/Lora-OFL.txt +0 -93
  135. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
  136. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/NationalPark-Bold.ttf +0 -0
  137. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/NationalPark-OFL.txt +0 -93
  138. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/NationalPark-Regular.ttf +0 -0
  139. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt +0 -93
  140. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
  141. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
  142. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/Outfit-OFL.txt +0 -93
  143. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
  144. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/PixelifySans-Medium.ttf +0 -0
  145. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/PixelifySans-OFL.txt +0 -93
  146. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/PoiretOne-OFL.txt +0 -93
  147. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/PoiretOne-Regular.ttf +0 -0
  148. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/RedHatMono-Bold.ttf +0 -0
  149. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/RedHatMono-OFL.txt +0 -93
  150. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/RedHatMono-Regular.ttf +0 -0
  151. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/Silkscreen-OFL.txt +0 -93
  152. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/Silkscreen-Regular.ttf +0 -0
  153. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/SmoochSans-Medium.ttf +0 -0
  154. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/SmoochSans-OFL.txt +0 -93
  155. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
  156. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/Tektur-OFL.txt +0 -93
  157. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
  158. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/WorkSans-Bold.ttf +0 -0
  159. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
  160. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/WorkSans-Italic.ttf +0 -0
  161. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/WorkSans-OFL.txt +0 -93
  162. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/WorkSans-Regular.ttf +0 -0
  163. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/YoungSerif-OFL.txt +0 -93
  164. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
  165. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/LICENSE.txt +0 -30
  166. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/SKILL.md +0 -197
  167. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/docx-js.md +0 -350
  168. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +0 -1499
  169. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +0 -146
  170. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +0 -1085
  171. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +0 -11
  172. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +0 -3081
  173. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +0 -23
  174. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +0 -185
  175. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +0 -287
  176. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +0 -1676
  177. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +0 -28
  178. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +0 -144
  179. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +0 -174
  180. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +0 -25
  181. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +0 -18
  182. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +0 -59
  183. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +0 -56
  184. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +0 -195
  185. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +0 -582
  186. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +0 -25
  187. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +0 -4439
  188. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +0 -570
  189. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +0 -509
  190. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +0 -12
  191. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +0 -108
  192. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +0 -96
  193. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +0 -3646
  194. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +0 -116
  195. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +0 -42
  196. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +0 -50
  197. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +0 -49
  198. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +0 -33
  199. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/mce/mc.xsd +0 -75
  200. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/microsoft/wml-2010.xsd +0 -560
  201. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/microsoft/wml-2012.xsd +0 -67
  202. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/microsoft/wml-2018.xsd +0 -14
  203. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/microsoft/wml-cex-2018.xsd +0 -20
  204. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/microsoft/wml-cid-2016.xsd +0 -13
  205. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +0 -4
  206. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/schemas/microsoft/wml-symex-2015.xsd +0 -8
  207. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/scripts/pack.py +0 -159
  208. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/scripts/unpack.py +0 -29
  209. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/scripts/validate.py +0 -69
  210. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/scripts/validation/__init__.py +0 -15
  211. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/scripts/validation/base.py +0 -951
  212. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/scripts/validation/docx.py +0 -274
  213. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/scripts/validation/pptx.py +0 -315
  214. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml/scripts/validation/redlining.py +0 -279
  215. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/ooxml.md +0 -610
  216. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/scripts/__init__.py +0 -1
  217. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/scripts/document.py +0 -1276
  218. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/scripts/templates/comments.xml +0 -3
  219. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/scripts/templates/commentsExtended.xml +0 -3
  220. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/scripts/templates/commentsExtensible.xml +0 -3
  221. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/scripts/templates/commentsIds.xml +0 -3
  222. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/scripts/templates/people.xml +0 -3
  223. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/docx/scripts/utilities.py +0 -374
  224. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/internal-comms/LICENSE.txt +0 -202
  225. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/internal-comms/SKILL.md +0 -32
  226. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/internal-comms/examples/3p-updates.md +0 -47
  227. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/internal-comms/examples/company-newsletter.md +0 -65
  228. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/internal-comms/examples/faq-answers.md +0 -30
  229. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/internal-comms/examples/general-comms.md +0 -16
  230. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pdf/LICENSE.txt +0 -30
  231. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pdf/SKILL.md +0 -294
  232. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pdf/forms.md +0 -205
  233. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pdf/reference.md +0 -612
  234. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pdf/scripts/check_bounding_boxes.py +0 -70
  235. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pdf/scripts/check_bounding_boxes_test.py +0 -226
  236. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pdf/scripts/check_fillable_fields.py +0 -12
  237. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pdf/scripts/convert_pdf_to_images.py +0 -35
  238. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pdf/scripts/create_validation_image.py +0 -41
  239. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pdf/scripts/extract_form_field_info.py +0 -152
  240. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pdf/scripts/fill_fillable_fields.py +0 -114
  241. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pdf/scripts/fill_pdf_form_with_annotations.py +0 -108
  242. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/LICENSE.txt +0 -30
  243. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/SKILL.md +0 -484
  244. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/html2pptx.md +0 -625
  245. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +0 -1499
  246. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +0 -146
  247. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +0 -1085
  248. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +0 -11
  249. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +0 -3081
  250. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +0 -23
  251. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +0 -185
  252. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +0 -287
  253. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +0 -1676
  254. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +0 -28
  255. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +0 -144
  256. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +0 -174
  257. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +0 -25
  258. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +0 -18
  259. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +0 -59
  260. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +0 -56
  261. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +0 -195
  262. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +0 -582
  263. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +0 -25
  264. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +0 -4439
  265. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +0 -570
  266. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +0 -509
  267. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +0 -12
  268. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +0 -108
  269. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +0 -96
  270. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +0 -3646
  271. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +0 -116
  272. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +0 -42
  273. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +0 -50
  274. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +0 -49
  275. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +0 -33
  276. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/mce/mc.xsd +0 -75
  277. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/microsoft/wml-2010.xsd +0 -560
  278. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/microsoft/wml-2012.xsd +0 -67
  279. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/microsoft/wml-2018.xsd +0 -14
  280. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/microsoft/wml-cex-2018.xsd +0 -20
  281. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/microsoft/wml-cid-2016.xsd +0 -13
  282. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +0 -4
  283. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/schemas/microsoft/wml-symex-2015.xsd +0 -8
  284. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/scripts/pack.py +0 -159
  285. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/scripts/unpack.py +0 -29
  286. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/scripts/validate.py +0 -69
  287. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/scripts/validation/__init__.py +0 -15
  288. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/scripts/validation/base.py +0 -951
  289. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/scripts/validation/docx.py +0 -274
  290. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/scripts/validation/pptx.py +0 -315
  291. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml/scripts/validation/redlining.py +0 -279
  292. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/ooxml.md +0 -427
  293. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/scripts/html2pptx.js +0 -979
  294. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/scripts/inventory.py +0 -1020
  295. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/scripts/rearrange.py +0 -231
  296. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/scripts/replace.py +0 -385
  297. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/pptx/scripts/thumbnail.py +0 -450
  298. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/theme-factory/LICENSE.txt +0 -202
  299. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/theme-factory/SKILL.md +0 -59
  300. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/theme-factory/theme-showcase.pdf +0 -0
  301. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/theme-factory/themes/arctic-frost.md +0 -19
  302. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/theme-factory/themes/botanical-garden.md +0 -19
  303. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/theme-factory/themes/desert-rose.md +0 -19
  304. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/theme-factory/themes/forest-canopy.md +0 -19
  305. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/theme-factory/themes/golden-hour.md +0 -19
  306. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/theme-factory/themes/midnight-galaxy.md +0 -19
  307. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/theme-factory/themes/modern-minimalist.md +0 -19
  308. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/theme-factory/themes/ocean-depths.md +0 -19
  309. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/theme-factory/themes/sunset-boulevard.md +0 -19
  310. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/theme-factory/themes/tech-innovation.md +0 -19
  311. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/xlsx/LICENSE.txt +0 -30
  312. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/xlsx/SKILL.md +0 -289
  313. package/tests/tmp/test-cli-install-1762170060156/claude-standard-test/skills/xlsx/recalc.py +0 -178
  314. package/tests/tmp/test-cli-install-1762170060156/multi-claude/agents/master.md +0 -55
  315. package/tests/tmp/test-cli-install-1762170060156/multi-claude/agents/orchestrator.md +0 -103
  316. package/tests/tmp/test-cli-install-1762170060156/multi-claude/agents/scrum-master.md +0 -64
  317. package/tests/tmp/test-cli-install-1762170060156/multi-claude/hooks/register-agents.js +0 -123
  318. package/tests/tmp/test-cli-install-1762170060156/multi-claude/hooks/session-start.js +0 -159
  319. package/tests/tmp/test-cli-install-1762170060156/multi-claude/manifest.json +0 -63
  320. package/tests/tmp/test-cli-install-1762170060156/multi-claude/resources/agent-teams.yaml +0 -50
  321. package/tests/tmp/test-cli-install-1762170060156/multi-claude/resources/checklists.md +0 -1724
  322. package/tests/tmp/test-cli-install-1762170060156/multi-claude/resources/data.md +0 -1372
  323. package/tests/tmp/test-cli-install-1762170060156/multi-claude/resources/task-briefs.md +0 -4428
  324. package/tests/tmp/test-cli-install-1762170060156/multi-claude/resources/templates.yaml +0 -5810
  325. package/tests/tmp/test-cli-install-1762170060156/multi-claude/resources/workflows.yaml +0 -1513
  326. package/tests/tmp/test-cli-install-1762170060156/rollback-test-claude/agents/master.md +0 -55
  327. package/tests/tmp/test-cli-install-1762170060156/rollback-test-claude/agents/orchestrator.md +0 -103
  328. package/tests/tmp/test-cli-install-1762170060156/rollback-test-claude/agents/scrum-master.md +0 -64
  329. package/tests/tmp/test-cli-install-1762170060156/rollback-test-claude/hooks/register-agents.js +0 -123
  330. package/tests/tmp/test-cli-install-1762170060156/rollback-test-claude/hooks/session-start.js +0 -159
  331. package/tests/tmp/test-cli-install-1762170060156/rollback-test-claude/manifest.json +0 -63
  332. package/tests/tmp/test-cli-install-1762170060156/rollback-test-claude/resources/agent-teams.yaml +0 -50
  333. package/tests/tmp/test-cli-install-1762170060156/rollback-test-claude/resources/checklists.md +0 -1724
  334. package/tests/tmp/test-cli-install-1762170060156/rollback-test-claude/resources/data.md +0 -1372
  335. package/tests/tmp/test-cli-install-1762170060156/rollback-test-claude/resources/task-briefs.md +0 -4428
  336. package/tests/tmp/test-cli-install-1762170060156/rollback-test-claude/resources/templates.yaml +0 -5810
  337. package/tests/tmp/test-cli-install-1762170060156/rollback-test-claude/resources/workflows.yaml +0 -1513
  338. package/tests/tmp/test-cli-install-1762170095553/claude-lite-test/agents/master.md +0 -55
  339. package/tests/tmp/test-cli-install-1762170095553/claude-lite-test/agents/orchestrator.md +0 -103
  340. package/tests/tmp/test-cli-install-1762170095553/claude-lite-test/agents/scrum-master.md +0 -64
  341. package/tests/tmp/test-cli-install-1762170095553/claude-lite-test/hooks/register-agents.js +0 -123
  342. package/tests/tmp/test-cli-install-1762170095553/claude-lite-test/hooks/session-start.js +0 -159
  343. package/tests/tmp/test-cli-install-1762170095553/claude-lite-test/manifest.json +0 -63
  344. package/tests/tmp/test-cli-install-1762170095553/claude-lite-test/resources/agent-teams.yaml +0 -50
  345. package/tests/tmp/test-cli-install-1762170095553/claude-lite-test/resources/checklists.md +0 -1724
  346. package/tests/tmp/test-cli-install-1762170095553/claude-lite-test/resources/data.md +0 -1372
  347. package/tests/tmp/test-cli-install-1762170095553/claude-lite-test/resources/task-briefs.md +0 -4428
  348. package/tests/tmp/test-cli-install-1762170095553/claude-lite-test/resources/templates.yaml +0 -5810
  349. package/tests/tmp/test-cli-install-1762170095553/claude-lite-test/resources/workflows.yaml +0 -1513
  350. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/agents/1-create-prd.md +0 -56
  351. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/agents/2-generate-tasks.md +0 -73
  352. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/agents/3-process-task-list.md +0 -101
  353. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/agents/business-analyst.md +0 -76
  354. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/agents/full-stack-dev.md +0 -80
  355. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/agents/holistic-architect.md +0 -91
  356. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/agents/master.md +0 -55
  357. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/agents/orchestrator.md +0 -103
  358. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/agents/product-manager.md +0 -82
  359. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/agents/product-owner.md +0 -97
  360. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/agents/qa-test-architect.md +0 -72
  361. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/agents/scrum-master.md +0 -64
  362. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/agents/ux-expert.md +0 -74
  363. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/hooks/register-agents.js +0 -123
  364. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/hooks/session-start.js +0 -159
  365. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/manifest.json +0 -82
  366. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/resources/agent-teams.yaml +0 -50
  367. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/resources/checklists.md +0 -1724
  368. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/resources/data.md +0 -1372
  369. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/resources/task-briefs.md +0 -4428
  370. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/resources/templates.yaml +0 -5810
  371. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/resources/workflows.yaml +0 -1513
  372. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/brand-guidelines/LICENSE.txt +0 -202
  373. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/brand-guidelines/SKILL.md +0 -73
  374. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/LICENSE.txt +0 -202
  375. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/SKILL.md +0 -130
  376. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/ArsenalSC-OFL.txt +0 -93
  377. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
  378. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/BigShoulders-Bold.ttf +0 -0
  379. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/BigShoulders-OFL.txt +0 -93
  380. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/BigShoulders-Regular.ttf +0 -0
  381. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/Boldonse-OFL.txt +0 -93
  382. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/Boldonse-Regular.ttf +0 -0
  383. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
  384. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt +0 -93
  385. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
  386. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
  387. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
  388. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/CrimsonPro-OFL.txt +0 -93
  389. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
  390. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/DMMono-OFL.txt +0 -93
  391. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/DMMono-Regular.ttf +0 -0
  392. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/EricaOne-OFL.txt +0 -94
  393. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/EricaOne-Regular.ttf +0 -0
  394. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/GeistMono-Bold.ttf +0 -0
  395. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/GeistMono-OFL.txt +0 -93
  396. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/GeistMono-Regular.ttf +0 -0
  397. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/Gloock-OFL.txt +0 -93
  398. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/Gloock-Regular.ttf +0 -0
  399. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
  400. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/IBMPlexMono-OFL.txt +0 -93
  401. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
  402. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
  403. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
  404. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
  405. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
  406. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
  407. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
  408. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
  409. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/InstrumentSans-OFL.txt +0 -93
  410. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
  411. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
  412. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
  413. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/Italiana-OFL.txt +0 -93
  414. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/Italiana-Regular.ttf +0 -0
  415. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
  416. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt +0 -93
  417. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
  418. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/Jura-Light.ttf +0 -0
  419. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/Jura-Medium.ttf +0 -0
  420. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/Jura-OFL.txt +0 -93
  421. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/LibreBaskerville-OFL.txt +0 -93
  422. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
  423. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
  424. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
  425. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
  426. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/Lora-OFL.txt +0 -93
  427. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
  428. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/NationalPark-Bold.ttf +0 -0
  429. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/NationalPark-OFL.txt +0 -93
  430. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/NationalPark-Regular.ttf +0 -0
  431. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt +0 -93
  432. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
  433. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
  434. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/Outfit-OFL.txt +0 -93
  435. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
  436. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/PixelifySans-Medium.ttf +0 -0
  437. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/PixelifySans-OFL.txt +0 -93
  438. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/PoiretOne-OFL.txt +0 -93
  439. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/PoiretOne-Regular.ttf +0 -0
  440. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/RedHatMono-Bold.ttf +0 -0
  441. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/RedHatMono-OFL.txt +0 -93
  442. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/RedHatMono-Regular.ttf +0 -0
  443. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/Silkscreen-OFL.txt +0 -93
  444. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/Silkscreen-Regular.ttf +0 -0
  445. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/SmoochSans-Medium.ttf +0 -0
  446. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/SmoochSans-OFL.txt +0 -93
  447. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
  448. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/Tektur-OFL.txt +0 -93
  449. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
  450. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/WorkSans-Bold.ttf +0 -0
  451. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
  452. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/WorkSans-Italic.ttf +0 -0
  453. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/WorkSans-OFL.txt +0 -93
  454. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/WorkSans-Regular.ttf +0 -0
  455. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/YoungSerif-OFL.txt +0 -93
  456. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
  457. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/LICENSE.txt +0 -30
  458. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/SKILL.md +0 -197
  459. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/docx-js.md +0 -350
  460. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +0 -1499
  461. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +0 -146
  462. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +0 -1085
  463. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +0 -11
  464. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +0 -3081
  465. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +0 -23
  466. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +0 -185
  467. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +0 -287
  468. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +0 -1676
  469. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +0 -28
  470. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +0 -144
  471. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +0 -174
  472. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +0 -25
  473. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +0 -18
  474. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +0 -59
  475. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +0 -56
  476. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +0 -195
  477. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +0 -582
  478. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +0 -25
  479. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +0 -4439
  480. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +0 -570
  481. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +0 -509
  482. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +0 -12
  483. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +0 -108
  484. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +0 -96
  485. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +0 -3646
  486. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +0 -116
  487. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +0 -42
  488. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +0 -50
  489. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +0 -49
  490. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +0 -33
  491. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/mce/mc.xsd +0 -75
  492. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/microsoft/wml-2010.xsd +0 -560
  493. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/microsoft/wml-2012.xsd +0 -67
  494. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/microsoft/wml-2018.xsd +0 -14
  495. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/microsoft/wml-cex-2018.xsd +0 -20
  496. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/microsoft/wml-cid-2016.xsd +0 -13
  497. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +0 -4
  498. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/schemas/microsoft/wml-symex-2015.xsd +0 -8
  499. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/scripts/pack.py +0 -159
  500. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/scripts/unpack.py +0 -29
  501. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/scripts/validate.py +0 -69
  502. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/scripts/validation/__init__.py +0 -15
  503. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/scripts/validation/base.py +0 -951
  504. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/scripts/validation/docx.py +0 -274
  505. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/scripts/validation/pptx.py +0 -315
  506. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml/scripts/validation/redlining.py +0 -279
  507. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/ooxml.md +0 -610
  508. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/scripts/__init__.py +0 -1
  509. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/scripts/document.py +0 -1276
  510. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/scripts/templates/comments.xml +0 -3
  511. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/scripts/templates/commentsExtended.xml +0 -3
  512. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/scripts/templates/commentsExtensible.xml +0 -3
  513. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/scripts/templates/commentsIds.xml +0 -3
  514. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/scripts/templates/people.xml +0 -3
  515. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/docx/scripts/utilities.py +0 -374
  516. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/internal-comms/LICENSE.txt +0 -202
  517. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/internal-comms/SKILL.md +0 -32
  518. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/internal-comms/examples/3p-updates.md +0 -47
  519. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/internal-comms/examples/company-newsletter.md +0 -65
  520. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/internal-comms/examples/faq-answers.md +0 -30
  521. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/internal-comms/examples/general-comms.md +0 -16
  522. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pdf/LICENSE.txt +0 -30
  523. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pdf/SKILL.md +0 -294
  524. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pdf/forms.md +0 -205
  525. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pdf/reference.md +0 -612
  526. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pdf/scripts/check_bounding_boxes.py +0 -70
  527. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pdf/scripts/check_bounding_boxes_test.py +0 -226
  528. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pdf/scripts/check_fillable_fields.py +0 -12
  529. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pdf/scripts/convert_pdf_to_images.py +0 -35
  530. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pdf/scripts/create_validation_image.py +0 -41
  531. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pdf/scripts/extract_form_field_info.py +0 -152
  532. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pdf/scripts/fill_fillable_fields.py +0 -114
  533. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pdf/scripts/fill_pdf_form_with_annotations.py +0 -108
  534. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/LICENSE.txt +0 -30
  535. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/SKILL.md +0 -484
  536. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/html2pptx.md +0 -625
  537. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +0 -1499
  538. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +0 -146
  539. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +0 -1085
  540. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +0 -11
  541. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +0 -3081
  542. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +0 -23
  543. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +0 -185
  544. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +0 -287
  545. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +0 -1676
  546. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +0 -28
  547. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +0 -144
  548. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +0 -174
  549. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +0 -25
  550. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +0 -18
  551. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +0 -59
  552. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +0 -56
  553. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +0 -195
  554. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +0 -582
  555. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +0 -25
  556. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +0 -4439
  557. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +0 -570
  558. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +0 -509
  559. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +0 -12
  560. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +0 -108
  561. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +0 -96
  562. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +0 -3646
  563. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +0 -116
  564. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +0 -42
  565. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +0 -50
  566. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +0 -49
  567. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +0 -33
  568. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/mce/mc.xsd +0 -75
  569. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/microsoft/wml-2010.xsd +0 -560
  570. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/microsoft/wml-2012.xsd +0 -67
  571. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/microsoft/wml-2018.xsd +0 -14
  572. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/microsoft/wml-cex-2018.xsd +0 -20
  573. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/microsoft/wml-cid-2016.xsd +0 -13
  574. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +0 -4
  575. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/schemas/microsoft/wml-symex-2015.xsd +0 -8
  576. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/scripts/pack.py +0 -159
  577. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/scripts/unpack.py +0 -29
  578. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/scripts/validate.py +0 -69
  579. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/scripts/validation/__init__.py +0 -15
  580. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/scripts/validation/base.py +0 -951
  581. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/scripts/validation/docx.py +0 -274
  582. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/scripts/validation/pptx.py +0 -315
  583. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml/scripts/validation/redlining.py +0 -279
  584. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/ooxml.md +0 -427
  585. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/scripts/html2pptx.js +0 -979
  586. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/scripts/inventory.py +0 -1020
  587. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/scripts/rearrange.py +0 -231
  588. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/scripts/replace.py +0 -385
  589. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/pptx/scripts/thumbnail.py +0 -450
  590. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/theme-factory/LICENSE.txt +0 -202
  591. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/theme-factory/SKILL.md +0 -59
  592. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/theme-factory/theme-showcase.pdf +0 -0
  593. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/theme-factory/themes/arctic-frost.md +0 -19
  594. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/theme-factory/themes/botanical-garden.md +0 -19
  595. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/theme-factory/themes/desert-rose.md +0 -19
  596. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/theme-factory/themes/forest-canopy.md +0 -19
  597. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/theme-factory/themes/golden-hour.md +0 -19
  598. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/theme-factory/themes/midnight-galaxy.md +0 -19
  599. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/theme-factory/themes/modern-minimalist.md +0 -19
  600. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/theme-factory/themes/ocean-depths.md +0 -19
  601. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/theme-factory/themes/sunset-boulevard.md +0 -19
  602. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/theme-factory/themes/tech-innovation.md +0 -19
  603. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/xlsx/LICENSE.txt +0 -30
  604. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/xlsx/SKILL.md +0 -289
  605. package/tests/tmp/test-cli-install-1762170095553/claude-standard-test/skills/xlsx/recalc.py +0 -178
  606. package/tests/tmp/test-cli-install-1762170095553/multi-claude/agents/master.md +0 -55
  607. package/tests/tmp/test-cli-install-1762170095553/multi-claude/agents/orchestrator.md +0 -103
  608. package/tests/tmp/test-cli-install-1762170095553/multi-claude/agents/scrum-master.md +0 -64
  609. package/tests/tmp/test-cli-install-1762170095553/multi-claude/hooks/register-agents.js +0 -123
  610. package/tests/tmp/test-cli-install-1762170095553/multi-claude/hooks/session-start.js +0 -159
  611. package/tests/tmp/test-cli-install-1762170095553/multi-claude/manifest.json +0 -63
  612. package/tests/tmp/test-cli-install-1762170095553/multi-claude/resources/agent-teams.yaml +0 -50
  613. package/tests/tmp/test-cli-install-1762170095553/multi-claude/resources/checklists.md +0 -1724
  614. package/tests/tmp/test-cli-install-1762170095553/multi-claude/resources/data.md +0 -1372
  615. package/tests/tmp/test-cli-install-1762170095553/multi-claude/resources/task-briefs.md +0 -4428
  616. package/tests/tmp/test-cli-install-1762170095553/multi-claude/resources/templates.yaml +0 -5810
  617. package/tests/tmp/test-cli-install-1762170095553/multi-claude/resources/workflows.yaml +0 -1513
  618. package/tests/tmp/test-cli-install-1762170095553/rollback-test-claude/agents/master.md +0 -55
  619. package/tests/tmp/test-cli-install-1762170095553/rollback-test-claude/agents/orchestrator.md +0 -103
  620. package/tests/tmp/test-cli-install-1762170095553/rollback-test-claude/agents/scrum-master.md +0 -64
  621. package/tests/tmp/test-cli-install-1762170095553/rollback-test-claude/hooks/register-agents.js +0 -123
  622. package/tests/tmp/test-cli-install-1762170095553/rollback-test-claude/hooks/session-start.js +0 -159
  623. package/tests/tmp/test-cli-install-1762170095553/rollback-test-claude/manifest.json +0 -63
  624. package/tests/tmp/test-cli-install-1762170095553/rollback-test-claude/resources/agent-teams.yaml +0 -50
  625. package/tests/tmp/test-cli-install-1762170095553/rollback-test-claude/resources/checklists.md +0 -1724
  626. package/tests/tmp/test-cli-install-1762170095553/rollback-test-claude/resources/data.md +0 -1372
  627. package/tests/tmp/test-cli-install-1762170095553/rollback-test-claude/resources/task-briefs.md +0 -4428
  628. package/tests/tmp/test-cli-install-1762170095553/rollback-test-claude/resources/templates.yaml +0 -5810
  629. package/tests/tmp/test-cli-install-1762170095553/rollback-test-claude/resources/workflows.yaml +0 -1513
  630. package/tests/tmp/test-installation-engine-1762169302975/install-lite/agents/master.md +0 -3
  631. package/tests/tmp/test-installation-engine-1762169302975/install-lite/agents/orchestrator.md +0 -3
  632. package/tests/tmp/test-installation-engine-1762169302975/install-lite/agents/scrum-master.md +0 -3
  633. package/tests/tmp/test-installation-engine-1762169302975/install-lite/hooks/session-start.js +0 -1
  634. package/tests/tmp/test-installation-engine-1762169302975/install-lite/manifest.json +0 -45
  635. package/tests/tmp/test-installation-engine-1762169302975/install-lite/resources/workflows.yaml +0 -2
  636. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-agents-test/agents/master.md +0 -3
  637. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-agents-test/agents/orchestrator.md +0 -3
  638. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-agents-test/agents/scrum-master.md +0 -3
  639. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-agents-test/hooks/session-start.js +0 -1
  640. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-agents-test/manifest.json +0 -45
  641. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-agents-test/resources/workflows.yaml +0 -2
  642. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-compat-test/agents/master.md +0 -3
  643. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-compat-test/agents/orchestrator.md +0 -3
  644. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-compat-test/agents/scrum-master.md +0 -3
  645. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-compat-test/hooks/session-start.js +0 -1
  646. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-compat-test/manifest.json +0 -45
  647. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-compat-test/resources/workflows.yaml +0 -2
  648. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-counts-test/agents/analyst.md +0 -3
  649. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-counts-test/agents/designer.md +0 -3
  650. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-counts-test/agents/developer.md +0 -3
  651. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-counts-test/agents/documenter.md +0 -3
  652. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-counts-test/agents/executor.md +0 -3
  653. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-counts-test/agents/master.md +0 -3
  654. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-counts-test/agents/monitor.md +0 -3
  655. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-counts-test/agents/orchestrator.md +0 -3
  656. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-counts-test/agents/planner.md +0 -3
  657. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-counts-test/agents/reporter.md +0 -3
  658. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-counts-test/agents/reviewer.md +0 -3
  659. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-counts-test/agents/scrum-master.md +0 -3
  660. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-counts-test/agents/tester.md +0 -3
  661. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-counts-test/hooks/session-start.js +0 -1
  662. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-counts-test/manifest.json +0 -58
  663. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-counts-test/resources/workflows.yaml +0 -2
  664. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-counts-test/skills/docx/docx.md +0 -3
  665. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-counts-test/skills/pdf/pdf.md +0 -3
  666. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-lite/agents/master.md +0 -3
  667. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-lite/agents/orchestrator.md +0 -3
  668. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-lite/agents/scrum-master.md +0 -3
  669. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-lite/hooks/session-start.js +0 -1
  670. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-lite/manifest.json +0 -45
  671. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-lite/resources/workflows.yaml +0 -2
  672. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-metadata-test/agents/analyst.md +0 -3
  673. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-metadata-test/agents/designer.md +0 -3
  674. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-metadata-test/agents/developer.md +0 -3
  675. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-metadata-test/agents/documenter.md +0 -3
  676. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-metadata-test/agents/executor.md +0 -3
  677. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-metadata-test/agents/master.md +0 -3
  678. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-metadata-test/agents/monitor.md +0 -3
  679. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-metadata-test/agents/orchestrator.md +0 -3
  680. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-metadata-test/agents/planner.md +0 -3
  681. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-metadata-test/agents/reporter.md +0 -3
  682. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-metadata-test/agents/reviewer.md +0 -3
  683. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-metadata-test/agents/scrum-master.md +0 -3
  684. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-metadata-test/agents/tester.md +0 -3
  685. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-metadata-test/hooks/session-start.js +0 -1
  686. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-metadata-test/manifest.json +0 -58
  687. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-metadata-test/resources/workflows.yaml +0 -2
  688. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-metadata-test/skills/docx/docx.md +0 -3
  689. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-metadata-test/skills/pdf/pdf.md +0 -3
  690. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-pro/agents/analyst.md +0 -3
  691. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-pro/agents/designer.md +0 -3
  692. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-pro/agents/developer.md +0 -3
  693. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-pro/agents/documenter.md +0 -3
  694. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-pro/agents/executor.md +0 -3
  695. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-pro/agents/master.md +0 -3
  696. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-pro/agents/monitor.md +0 -3
  697. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-pro/agents/orchestrator.md +0 -3
  698. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-pro/agents/planner.md +0 -3
  699. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-pro/agents/reporter.md +0 -3
  700. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-pro/agents/reviewer.md +0 -3
  701. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-pro/agents/scrum-master.md +0 -3
  702. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-pro/agents/tester.md +0 -3
  703. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-pro/hooks/session-start.js +0 -1
  704. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-pro/manifest.json +0 -58
  705. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-pro/resources/workflows.yaml +0 -2
  706. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-pro/skills/docx/docx.md +0 -3
  707. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-pro/skills/pdf/pdf.md +0 -3
  708. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-resources-hooks-test/agents/analyst.md +0 -3
  709. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-resources-hooks-test/agents/designer.md +0 -3
  710. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-resources-hooks-test/agents/developer.md +0 -3
  711. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-resources-hooks-test/agents/documenter.md +0 -3
  712. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-resources-hooks-test/agents/executor.md +0 -3
  713. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-resources-hooks-test/agents/master.md +0 -3
  714. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-resources-hooks-test/agents/monitor.md +0 -3
  715. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-resources-hooks-test/agents/orchestrator.md +0 -3
  716. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-resources-hooks-test/agents/planner.md +0 -3
  717. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-resources-hooks-test/agents/reporter.md +0 -3
  718. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-resources-hooks-test/agents/reviewer.md +0 -3
  719. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-resources-hooks-test/agents/scrum-master.md +0 -3
  720. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-resources-hooks-test/agents/tester.md +0 -3
  721. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-resources-hooks-test/hooks/session-start.js +0 -1
  722. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-resources-hooks-test/manifest.json +0 -58
  723. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-resources-hooks-test/resources/workflows.yaml +0 -2
  724. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-resources-hooks-test/skills/docx/docx.md +0 -3
  725. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-resources-hooks-test/skills/pdf/pdf.md +0 -3
  726. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-skills-test/agents/analyst.md +0 -3
  727. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-skills-test/agents/designer.md +0 -3
  728. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-skills-test/agents/developer.md +0 -3
  729. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-skills-test/agents/documenter.md +0 -3
  730. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-skills-test/agents/executor.md +0 -3
  731. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-skills-test/agents/master.md +0 -3
  732. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-skills-test/agents/monitor.md +0 -3
  733. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-skills-test/agents/orchestrator.md +0 -3
  734. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-skills-test/agents/planner.md +0 -3
  735. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-skills-test/agents/reporter.md +0 -3
  736. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-skills-test/agents/reviewer.md +0 -3
  737. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-skills-test/agents/scrum-master.md +0 -3
  738. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-skills-test/agents/tester.md +0 -3
  739. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-skills-test/hooks/session-start.js +0 -1
  740. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-skills-test/manifest.json +0 -58
  741. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-skills-test/resources/workflows.yaml +0 -2
  742. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-skills-test/skills/docx/docx.md +0 -3
  743. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-skills-test/skills/pdf/pdf.md +0 -3
  744. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-test/agents/master.md +0 -3
  745. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-test/agents/orchestrator.md +0 -3
  746. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-test/agents/scrum-master.md +0 -3
  747. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-test/hooks/session-start.js +0 -1
  748. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-test/manifest.json +0 -45
  749. package/tests/tmp/test-installation-engine-1762169302975/install-manifest-test/resources/workflows.yaml +0 -2
  750. package/tests/tmp/test-installation-engine-1762169302975/install-no-callback-test/agents/master.md +0 -3
  751. package/tests/tmp/test-installation-engine-1762169302975/install-no-callback-test/agents/orchestrator.md +0 -3
  752. package/tests/tmp/test-installation-engine-1762169302975/install-no-callback-test/agents/scrum-master.md +0 -3
  753. package/tests/tmp/test-installation-engine-1762169302975/install-no-callback-test/hooks/session-start.js +0 -1
  754. package/tests/tmp/test-installation-engine-1762169302975/install-no-callback-test/manifest.json +0 -45
  755. package/tests/tmp/test-installation-engine-1762169302975/install-no-callback-test/resources/workflows.yaml +0 -2
  756. package/tests/tmp/test-installation-engine-1762169302975/install-pro/agents/analyst.md +0 -3
  757. package/tests/tmp/test-installation-engine-1762169302975/install-pro/agents/designer.md +0 -3
  758. package/tests/tmp/test-installation-engine-1762169302975/install-pro/agents/developer.md +0 -3
  759. package/tests/tmp/test-installation-engine-1762169302975/install-pro/agents/documenter.md +0 -3
  760. package/tests/tmp/test-installation-engine-1762169302975/install-pro/agents/executor.md +0 -3
  761. package/tests/tmp/test-installation-engine-1762169302975/install-pro/agents/master.md +0 -3
  762. package/tests/tmp/test-installation-engine-1762169302975/install-pro/agents/monitor.md +0 -3
  763. package/tests/tmp/test-installation-engine-1762169302975/install-pro/agents/orchestrator.md +0 -3
  764. package/tests/tmp/test-installation-engine-1762169302975/install-pro/agents/planner.md +0 -3
  765. package/tests/tmp/test-installation-engine-1762169302975/install-pro/agents/reporter.md +0 -3
  766. package/tests/tmp/test-installation-engine-1762169302975/install-pro/agents/reviewer.md +0 -3
  767. package/tests/tmp/test-installation-engine-1762169302975/install-pro/agents/scrum-master.md +0 -3
  768. package/tests/tmp/test-installation-engine-1762169302975/install-pro/agents/tester.md +0 -3
  769. package/tests/tmp/test-installation-engine-1762169302975/install-pro/hooks/session-start.js +0 -1
  770. package/tests/tmp/test-installation-engine-1762169302975/install-pro/manifest.json +0 -58
  771. package/tests/tmp/test-installation-engine-1762169302975/install-pro/resources/workflows.yaml +0 -2
  772. package/tests/tmp/test-installation-engine-1762169302975/install-pro/skills/docx/docx.md +0 -3
  773. package/tests/tmp/test-installation-engine-1762169302975/install-pro/skills/pdf/pdf.md +0 -3
  774. package/tests/tmp/test-installation-engine-1762169302975/install-progress-bytes-test/agents/analyst.md +0 -3
  775. package/tests/tmp/test-installation-engine-1762169302975/install-progress-bytes-test/agents/designer.md +0 -3
  776. package/tests/tmp/test-installation-engine-1762169302975/install-progress-bytes-test/agents/developer.md +0 -3
  777. package/tests/tmp/test-installation-engine-1762169302975/install-progress-bytes-test/agents/documenter.md +0 -3
  778. package/tests/tmp/test-installation-engine-1762169302975/install-progress-bytes-test/agents/executor.md +0 -3
  779. package/tests/tmp/test-installation-engine-1762169302975/install-progress-bytes-test/agents/master.md +0 -3
  780. package/tests/tmp/test-installation-engine-1762169302975/install-progress-bytes-test/agents/monitor.md +0 -3
  781. package/tests/tmp/test-installation-engine-1762169302975/install-progress-bytes-test/agents/orchestrator.md +0 -3
  782. package/tests/tmp/test-installation-engine-1762169302975/install-progress-bytes-test/agents/planner.md +0 -3
  783. package/tests/tmp/test-installation-engine-1762169302975/install-progress-bytes-test/agents/reporter.md +0 -3
  784. package/tests/tmp/test-installation-engine-1762169302975/install-progress-bytes-test/agents/reviewer.md +0 -3
  785. package/tests/tmp/test-installation-engine-1762169302975/install-progress-bytes-test/agents/scrum-master.md +0 -3
  786. package/tests/tmp/test-installation-engine-1762169302975/install-progress-bytes-test/agents/tester.md +0 -3
  787. package/tests/tmp/test-installation-engine-1762169302975/install-progress-bytes-test/hooks/session-start.js +0 -1
  788. package/tests/tmp/test-installation-engine-1762169302975/install-progress-bytes-test/manifest.json +0 -58
  789. package/tests/tmp/test-installation-engine-1762169302975/install-progress-bytes-test/resources/workflows.yaml +0 -2
  790. package/tests/tmp/test-installation-engine-1762169302975/install-progress-bytes-test/skills/docx/docx.md +0 -3
  791. package/tests/tmp/test-installation-engine-1762169302975/install-progress-bytes-test/skills/pdf/pdf.md +0 -3
  792. package/tests/tmp/test-installation-engine-1762169302975/install-progress-info-test/agents/master.md +0 -3
  793. package/tests/tmp/test-installation-engine-1762169302975/install-progress-info-test/agents/orchestrator.md +0 -3
  794. package/tests/tmp/test-installation-engine-1762169302975/install-progress-info-test/agents/scrum-master.md +0 -3
  795. package/tests/tmp/test-installation-engine-1762169302975/install-progress-info-test/hooks/session-start.js +0 -1
  796. package/tests/tmp/test-installation-engine-1762169302975/install-progress-info-test/manifest.json +0 -45
  797. package/tests/tmp/test-installation-engine-1762169302975/install-progress-info-test/resources/workflows.yaml +0 -2
  798. package/tests/tmp/test-installation-engine-1762169302975/install-progress-percentage-test/agents/master.md +0 -3
  799. package/tests/tmp/test-installation-engine-1762169302975/install-progress-percentage-test/agents/orchestrator.md +0 -3
  800. package/tests/tmp/test-installation-engine-1762169302975/install-progress-percentage-test/agents/scrum-master.md +0 -3
  801. package/tests/tmp/test-installation-engine-1762169302975/install-progress-percentage-test/hooks/session-start.js +0 -1
  802. package/tests/tmp/test-installation-engine-1762169302975/install-progress-percentage-test/manifest.json +0 -45
  803. package/tests/tmp/test-installation-engine-1762169302975/install-progress-percentage-test/resources/workflows.yaml +0 -2
  804. package/tests/tmp/test-installation-engine-1762169302975/install-progress-pro-test/agents/analyst.md +0 -3
  805. package/tests/tmp/test-installation-engine-1762169302975/install-progress-pro-test/agents/designer.md +0 -3
  806. package/tests/tmp/test-installation-engine-1762169302975/install-progress-pro-test/agents/developer.md +0 -3
  807. package/tests/tmp/test-installation-engine-1762169302975/install-progress-pro-test/agents/documenter.md +0 -3
  808. package/tests/tmp/test-installation-engine-1762169302975/install-progress-pro-test/agents/executor.md +0 -3
  809. package/tests/tmp/test-installation-engine-1762169302975/install-progress-pro-test/agents/master.md +0 -3
  810. package/tests/tmp/test-installation-engine-1762169302975/install-progress-pro-test/agents/monitor.md +0 -3
  811. package/tests/tmp/test-installation-engine-1762169302975/install-progress-pro-test/agents/orchestrator.md +0 -3
  812. package/tests/tmp/test-installation-engine-1762169302975/install-progress-pro-test/agents/planner.md +0 -3
  813. package/tests/tmp/test-installation-engine-1762169302975/install-progress-pro-test/agents/reporter.md +0 -3
  814. package/tests/tmp/test-installation-engine-1762169302975/install-progress-pro-test/agents/reviewer.md +0 -3
  815. package/tests/tmp/test-installation-engine-1762169302975/install-progress-pro-test/agents/scrum-master.md +0 -3
  816. package/tests/tmp/test-installation-engine-1762169302975/install-progress-pro-test/agents/tester.md +0 -3
  817. package/tests/tmp/test-installation-engine-1762169302975/install-progress-pro-test/hooks/session-start.js +0 -1
  818. package/tests/tmp/test-installation-engine-1762169302975/install-progress-pro-test/manifest.json +0 -58
  819. package/tests/tmp/test-installation-engine-1762169302975/install-progress-pro-test/resources/workflows.yaml +0 -2
  820. package/tests/tmp/test-installation-engine-1762169302975/install-progress-pro-test/skills/docx/docx.md +0 -3
  821. package/tests/tmp/test-installation-engine-1762169302975/install-progress-pro-test/skills/pdf/pdf.md +0 -3
  822. package/tests/tmp/test-installation-engine-1762169302975/install-progress-sequential-test/agents/master.md +0 -3
  823. package/tests/tmp/test-installation-engine-1762169302975/install-progress-sequential-test/agents/orchestrator.md +0 -3
  824. package/tests/tmp/test-installation-engine-1762169302975/install-progress-sequential-test/agents/scrum-master.md +0 -3
  825. package/tests/tmp/test-installation-engine-1762169302975/install-progress-sequential-test/hooks/session-start.js +0 -1
  826. package/tests/tmp/test-installation-engine-1762169302975/install-progress-sequential-test/manifest.json +0 -45
  827. package/tests/tmp/test-installation-engine-1762169302975/install-progress-sequential-test/resources/workflows.yaml +0 -2
  828. package/tests/tmp/test-installation-engine-1762169302975/install-progress-skills-test/agents/analyst.md +0 -3
  829. package/tests/tmp/test-installation-engine-1762169302975/install-progress-skills-test/agents/designer.md +0 -3
  830. package/tests/tmp/test-installation-engine-1762169302975/install-progress-skills-test/agents/developer.md +0 -3
  831. package/tests/tmp/test-installation-engine-1762169302975/install-progress-skills-test/agents/documenter.md +0 -3
  832. package/tests/tmp/test-installation-engine-1762169302975/install-progress-skills-test/agents/executor.md +0 -3
  833. package/tests/tmp/test-installation-engine-1762169302975/install-progress-skills-test/agents/master.md +0 -3
  834. package/tests/tmp/test-installation-engine-1762169302975/install-progress-skills-test/agents/monitor.md +0 -3
  835. package/tests/tmp/test-installation-engine-1762169302975/install-progress-skills-test/agents/orchestrator.md +0 -3
  836. package/tests/tmp/test-installation-engine-1762169302975/install-progress-skills-test/agents/planner.md +0 -3
  837. package/tests/tmp/test-installation-engine-1762169302975/install-progress-skills-test/agents/reporter.md +0 -3
  838. package/tests/tmp/test-installation-engine-1762169302975/install-progress-skills-test/agents/reviewer.md +0 -3
  839. package/tests/tmp/test-installation-engine-1762169302975/install-progress-skills-test/agents/scrum-master.md +0 -3
  840. package/tests/tmp/test-installation-engine-1762169302975/install-progress-skills-test/agents/tester.md +0 -3
  841. package/tests/tmp/test-installation-engine-1762169302975/install-progress-skills-test/hooks/session-start.js +0 -1
  842. package/tests/tmp/test-installation-engine-1762169302975/install-progress-skills-test/manifest.json +0 -58
  843. package/tests/tmp/test-installation-engine-1762169302975/install-progress-skills-test/resources/workflows.yaml +0 -2
  844. package/tests/tmp/test-installation-engine-1762169302975/install-progress-skills-test/skills/docx/docx.md +0 -3
  845. package/tests/tmp/test-installation-engine-1762169302975/install-progress-skills-test/skills/pdf/pdf.md +0 -3
  846. package/tests/tmp/test-installation-engine-1762169302975/install-progress-test/agents/analyst.md +0 -3
  847. package/tests/tmp/test-installation-engine-1762169302975/install-progress-test/agents/designer.md +0 -3
  848. package/tests/tmp/test-installation-engine-1762169302975/install-progress-test/agents/developer.md +0 -3
  849. package/tests/tmp/test-installation-engine-1762169302975/install-progress-test/agents/documenter.md +0 -3
  850. package/tests/tmp/test-installation-engine-1762169302975/install-progress-test/agents/executor.md +0 -3
  851. package/tests/tmp/test-installation-engine-1762169302975/install-progress-test/agents/master.md +0 -3
  852. package/tests/tmp/test-installation-engine-1762169302975/install-progress-test/agents/monitor.md +0 -3
  853. package/tests/tmp/test-installation-engine-1762169302975/install-progress-test/agents/orchestrator.md +0 -3
  854. package/tests/tmp/test-installation-engine-1762169302975/install-progress-test/agents/planner.md +0 -3
  855. package/tests/tmp/test-installation-engine-1762169302975/install-progress-test/agents/reporter.md +0 -3
  856. package/tests/tmp/test-installation-engine-1762169302975/install-progress-test/agents/reviewer.md +0 -3
  857. package/tests/tmp/test-installation-engine-1762169302975/install-progress-test/agents/scrum-master.md +0 -3
  858. package/tests/tmp/test-installation-engine-1762169302975/install-progress-test/agents/tester.md +0 -3
  859. package/tests/tmp/test-installation-engine-1762169302975/install-progress-test/hooks/session-start.js +0 -1
  860. package/tests/tmp/test-installation-engine-1762169302975/install-progress-test/manifest.json +0 -58
  861. package/tests/tmp/test-installation-engine-1762169302975/install-progress-test/resources/workflows.yaml +0 -2
  862. package/tests/tmp/test-installation-engine-1762169302975/install-progress-test/skills/docx/docx.md +0 -3
  863. package/tests/tmp/test-installation-engine-1762169302975/install-progress-test/skills/pdf/pdf.md +0 -3
  864. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-granular-test/my-custom-file.txt +0 -1
  865. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-preserve-test/agents/analyst.md +0 -3
  866. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-preserve-test/agents/designer.md +0 -3
  867. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-preserve-test/agents/developer.md +0 -3
  868. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-preserve-test/agents/documenter.md +0 -3
  869. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-preserve-test/agents/executor.md +0 -3
  870. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-preserve-test/agents/master.md +0 -3
  871. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-preserve-test/agents/monitor.md +0 -3
  872. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-preserve-test/agents/my-custom-agent.md +0 -1
  873. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-preserve-test/agents/orchestrator.md +0 -3
  874. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-preserve-test/agents/planner.md +0 -3
  875. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-preserve-test/agents/reporter.md +0 -3
  876. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-preserve-test/agents/reviewer.md +0 -3
  877. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-preserve-test/agents/scrum-master.md +0 -3
  878. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-preserve-test/agents/tester.md +0 -3
  879. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-preserve-test/hooks/session-start.js +0 -1
  880. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-preserve-test/resources/workflows.yaml +0 -2
  881. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-preserve-test/skills/custom-skill/skill.md +0 -1
  882. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-preserve-test/skills/docx/docx.md +0 -3
  883. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-preserve-test/skills/pdf/pdf.md +0 -3
  884. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-tracking-test/agents/master.md +0 -3
  885. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-tracking-test/agents/orchestrator.md +0 -3
  886. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-tracking-test/agents/scrum-master.md +0 -3
  887. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-tracking-test/hooks/session-start.js +0 -1
  888. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-tracking-test/manifest.json +0 -45
  889. package/tests/tmp/test-installation-engine-1762169302975/install-rollback-tracking-test/resources/workflows.yaml +0 -2
  890. package/tests/tmp/test-installation-engine-1762169302975/install-skills-test/agents/analyst.md +0 -3
  891. package/tests/tmp/test-installation-engine-1762169302975/install-skills-test/agents/designer.md +0 -3
  892. package/tests/tmp/test-installation-engine-1762169302975/install-skills-test/agents/developer.md +0 -3
  893. package/tests/tmp/test-installation-engine-1762169302975/install-skills-test/agents/documenter.md +0 -3
  894. package/tests/tmp/test-installation-engine-1762169302975/install-skills-test/agents/executor.md +0 -3
  895. package/tests/tmp/test-installation-engine-1762169302975/install-skills-test/agents/master.md +0 -3
  896. package/tests/tmp/test-installation-engine-1762169302975/install-skills-test/agents/monitor.md +0 -3
  897. package/tests/tmp/test-installation-engine-1762169302975/install-skills-test/agents/orchestrator.md +0 -3
  898. package/tests/tmp/test-installation-engine-1762169302975/install-skills-test/agents/planner.md +0 -3
  899. package/tests/tmp/test-installation-engine-1762169302975/install-skills-test/agents/reporter.md +0 -3
  900. package/tests/tmp/test-installation-engine-1762169302975/install-skills-test/agents/reviewer.md +0 -3
  901. package/tests/tmp/test-installation-engine-1762169302975/install-skills-test/agents/scrum-master.md +0 -3
  902. package/tests/tmp/test-installation-engine-1762169302975/install-skills-test/agents/tester.md +0 -3
  903. package/tests/tmp/test-installation-engine-1762169302975/install-skills-test/hooks/session-start.js +0 -1
  904. package/tests/tmp/test-installation-engine-1762169302975/install-skills-test/manifest.json +0 -58
  905. package/tests/tmp/test-installation-engine-1762169302975/install-skills-test/resources/workflows.yaml +0 -2
  906. package/tests/tmp/test-installation-engine-1762169302975/install-skills-test/skills/docx/docx.md +0 -3
  907. package/tests/tmp/test-installation-engine-1762169302975/install-skills-test/skills/pdf/pdf.md +0 -3
  908. package/tests/tmp/test-installation-engine-1762169302975/install-standard/agents/analyst.md +0 -3
  909. package/tests/tmp/test-installation-engine-1762169302975/install-standard/agents/designer.md +0 -3
  910. package/tests/tmp/test-installation-engine-1762169302975/install-standard/agents/developer.md +0 -3
  911. package/tests/tmp/test-installation-engine-1762169302975/install-standard/agents/documenter.md +0 -3
  912. package/tests/tmp/test-installation-engine-1762169302975/install-standard/agents/executor.md +0 -3
  913. package/tests/tmp/test-installation-engine-1762169302975/install-standard/agents/master.md +0 -3
  914. package/tests/tmp/test-installation-engine-1762169302975/install-standard/agents/monitor.md +0 -3
  915. package/tests/tmp/test-installation-engine-1762169302975/install-standard/agents/orchestrator.md +0 -3
  916. package/tests/tmp/test-installation-engine-1762169302975/install-standard/agents/planner.md +0 -3
  917. package/tests/tmp/test-installation-engine-1762169302975/install-standard/agents/reporter.md +0 -3
  918. package/tests/tmp/test-installation-engine-1762169302975/install-standard/agents/reviewer.md +0 -3
  919. package/tests/tmp/test-installation-engine-1762169302975/install-standard/agents/scrum-master.md +0 -3
  920. package/tests/tmp/test-installation-engine-1762169302975/install-standard/agents/tester.md +0 -3
  921. package/tests/tmp/test-installation-engine-1762169302975/install-standard/hooks/session-start.js +0 -1
  922. package/tests/tmp/test-installation-engine-1762169302975/install-standard/manifest.json +0 -58
  923. package/tests/tmp/test-installation-engine-1762169302975/install-standard/resources/workflows.yaml +0 -2
  924. package/tests/tmp/test-installation-engine-1762169302975/install-standard/skills/docx/docx.md +0 -3
  925. package/tests/tmp/test-installation-engine-1762169302975/install-standard/skills/pdf/pdf.md +0 -3
  926. package/tests/tmp/test-installation-engine-1762169302975/packages/testool/agents/analyst.md +0 -3
  927. package/tests/tmp/test-installation-engine-1762169302975/packages/testool/agents/designer.md +0 -3
  928. package/tests/tmp/test-installation-engine-1762169302975/packages/testool/agents/developer.md +0 -3
  929. package/tests/tmp/test-installation-engine-1762169302975/packages/testool/agents/documenter.md +0 -3
  930. package/tests/tmp/test-installation-engine-1762169302975/packages/testool/agents/executor.md +0 -3
  931. package/tests/tmp/test-installation-engine-1762169302975/packages/testool/agents/master.md +0 -3
  932. package/tests/tmp/test-installation-engine-1762169302975/packages/testool/agents/monitor.md +0 -3
  933. package/tests/tmp/test-installation-engine-1762169302975/packages/testool/agents/orchestrator.md +0 -3
  934. package/tests/tmp/test-installation-engine-1762169302975/packages/testool/agents/planner.md +0 -3
  935. package/tests/tmp/test-installation-engine-1762169302975/packages/testool/agents/reporter.md +0 -3
  936. package/tests/tmp/test-installation-engine-1762169302975/packages/testool/agents/reviewer.md +0 -3
  937. package/tests/tmp/test-installation-engine-1762169302975/packages/testool/agents/scrum-master.md +0 -3
  938. package/tests/tmp/test-installation-engine-1762169302975/packages/testool/agents/tester.md +0 -3
  939. package/tests/tmp/test-installation-engine-1762169302975/packages/testool/hooks/session-start.js +0 -1
  940. package/tests/tmp/test-installation-engine-1762169302975/packages/testool/resources/workflows.yaml +0 -2
  941. package/tests/tmp/test-installation-engine-1762169302975/packages/testool/skills/docx/docx.md +0 -3
  942. package/tests/tmp/test-installation-engine-1762169302975/packages/testool/skills/pdf/pdf.md +0 -3
  943. package/tests/tmp/test-installation-engine-1762169302975/packages/testool/variants.json +0 -47
  944. package/tests/tmp/test-installation-engine-1762169302975/tools/testool/manifest-template.json +0 -6
  945. package/tests/tmp/tests/tmp/test-installation-engine-1762152629295/packages/testool/agents/analyst.md +0 -3
  946. package/tests/tmp/tests/tmp/test-installation-engine-1762152629295/packages/testool/agents/designer.md +0 -3
  947. package/tests/tmp/tests/tmp/test-installation-engine-1762152629295/packages/testool/agents/developer.md +0 -3
  948. package/tests/tmp/tests/tmp/test-installation-engine-1762152629295/packages/testool/agents/documenter.md +0 -3
  949. package/tests/tmp/tests/tmp/test-installation-engine-1762152629295/packages/testool/agents/executor.md +0 -3
  950. package/tests/tmp/tests/tmp/test-installation-engine-1762152629295/packages/testool/agents/master.md +0 -3
  951. package/tests/tmp/tests/tmp/test-installation-engine-1762152629295/packages/testool/agents/monitor.md +0 -3
  952. package/tests/tmp/tests/tmp/test-installation-engine-1762152629295/packages/testool/agents/orchestrator.md +0 -3
  953. package/tests/tmp/tests/tmp/test-installation-engine-1762152629295/packages/testool/agents/planner.md +0 -3
  954. package/tests/tmp/tests/tmp/test-installation-engine-1762152629295/packages/testool/agents/reporter.md +0 -3
  955. package/tests/tmp/tests/tmp/test-installation-engine-1762152629295/packages/testool/agents/reviewer.md +0 -3
  956. package/tests/tmp/tests/tmp/test-installation-engine-1762152629295/packages/testool/agents/scrum-master.md +0 -3
  957. package/tests/tmp/tests/tmp/test-installation-engine-1762152629295/packages/testool/agents/tester.md +0 -3
  958. package/tests/tmp/tests/tmp/test-installation-engine-1762152629295/packages/testool/hooks/session-start.js +0 -1
  959. package/tests/tmp/tests/tmp/test-installation-engine-1762152629295/packages/testool/resources/workflows.yaml +0 -2
  960. package/tests/tmp/tests/tmp/test-installation-engine-1762152629295/packages/testool/skills/docx/docx.md +0 -3
  961. package/tests/tmp/tests/tmp/test-installation-engine-1762152629295/packages/testool/skills/pdf/pdf.md +0 -3
  962. package/tests/validation-test.js +0 -271
  963. package/validate-package.js +0 -312
  964. package/validate-references.sh +0 -86
@@ -1,1724 +0,0 @@
1
- # Checklists Library
2
- Consolidated on: 2025-11-01T17:48:47.225040
3
- This file consolidates all checklists used across the system.
4
- ## Table of Contents
5
- - [Architect Checklist](#architect-checklist)
6
- - [Change Checklist](#change-checklist)
7
- - [Pm Checklist](#pm-checklist)
8
- - [Po Master Checklist](#po-master-checklist)
9
- - [Story Dod Checklist](#story-dod-checklist)
10
- - [Story Draft Checklist](#story-draft-checklist)
11
-
12
- ---
13
-
14
- ## Architect Checklist {#architect-checklist}
15
-
16
-
17
- # Architect Solution Validation Checklist
18
-
19
- This checklist serves as a comprehensive framework for the Architect to validate the technical design and architecture before development execution. The Architect should systematically work through each item, ensuring the architecture is robust, scalable, secure, and aligned with the product requirements.
20
-
21
- [[LLM: INITIALIZATION INSTRUCTIONS - REQUIRED ARTIFACTS
22
-
23
- Before proceeding with this checklist, ensure you have access to:
24
-
25
- 1. architecture.md - The primary architecture document (check docs/architecture.md)
26
- 2. prd.md - Product Requirements Document for requirements alignment (check docs/prd.md)
27
- 3. frontend-architecture.md or fe-architecture.md - If this is a UI project (check docs/frontend-architecture.md)
28
- 4. Any system diagrams referenced in the architecture
29
- 5. API documentation if available
30
- 6. Technology stack details and version specifications
31
-
32
- IMPORTANT: If any required documents are missing or inaccessible, immediately ask the user for their location or content before proceeding.
33
-
34
- PROJECT TYPE DETECTION:
35
- First, determine the project type by checking:
36
-
37
- - Does the architecture include a frontend/UI component?
38
- - Is there a frontend-architecture.md document?
39
- - Does the PRD mention user interfaces or frontend requirements?
40
-
41
- If this is a backend-only or service-only project:
42
-
43
- - Skip sections marked with [[FRONTEND ONLY]]
44
- - Focus extra attention on API design, service architecture, and integration patterns
45
- - Note in your final report that frontend sections were skipped due to project type
46
-
47
- VALIDATION APPROACH:
48
- For each section, you must:
49
-
50
- 1. Deep Analysis - Don't just check boxes, thoroughly analyze each item against the provided documentation
51
- 2. Evidence-Based - Cite specific sections or quotes from the documents when validating
52
- 3. Critical Thinking - Question assumptions and identify gaps, not just confirm what's present
53
- 4. Risk Assessment - Consider what could go wrong with each architectural decision
54
-
55
- EXECUTION MODE:
56
- Ask the user if they want to work through the checklist:
57
-
58
- - Section by section (interactive mode) - Review each section, present findings, get confirmation before proceeding
59
- - All at once (comprehensive mode) - Complete full analysis and present comprehensive report at end]]
60
-
61
- ## 1. REQUIREMENTS ALIGNMENT
62
-
63
- [[LLM: Before evaluating this section, take a moment to fully understand the product's purpose and goals from the PRD. What is the core problem being solved? Who are the users? What are the critical success factors? Keep these in mind as you validate alignment. For each item, don't just check if it's mentioned - verify that the architecture provides a concrete technical solution.]]
64
-
65
- ### 1.1 Functional Requirements Coverage
66
-
67
- - [ ] Architecture supports all functional requirements in the PRD
68
- - [ ] Technical approaches for all epics and stories are addressed
69
- - [ ] Edge cases and performance scenarios are considered
70
- - [ ] All required integrations are accounted for
71
- - [ ] User journeys are supported by the technical architecture
72
-
73
- ### 1.2 Non-Functional Requirements Alignment
74
-
75
- - [ ] Performance requirements are addressed with specific solutions
76
- - [ ] Scalability considerations are documented with approach
77
- - [ ] Security requirements have corresponding technical controls
78
- - [ ] Reliability and resilience approaches are defined
79
- - [ ] Compliance requirements have technical implementations
80
-
81
- ### 1.3 Technical Constraints Adherence
82
-
83
- - [ ] All technical constraints from PRD are satisfied
84
- - [ ] Platform/language requirements are followed
85
- - [ ] Infrastructure constraints are accommodated
86
- - [ ] Third-party service constraints are addressed
87
- - [ ] Organizational technical standards are followed
88
-
89
- ## 2. ARCHITECTURE FUNDAMENTALS
90
-
91
- [[LLM: Architecture clarity is crucial for successful implementation. As you review this section, visualize the system as if you were explaining it to a new developer. Are there any ambiguities that could lead to misinterpretation? Would an AI agent be able to implement this architecture without confusion? Look for specific diagrams, component definitions, and clear interaction patterns.]]
92
-
93
- ### 2.1 Architecture Clarity
94
-
95
- - [ ] Architecture is documented with clear diagrams
96
- - [ ] Major components and their responsibilities are defined
97
- - [ ] Component interactions and dependencies are mapped
98
- - [ ] Data flows are clearly illustrated
99
- - [ ] Technology choices for each component are specified
100
-
101
- ### 2.2 Separation of Concerns
102
-
103
- - [ ] Clear boundaries between UI, business logic, and data layers
104
- - [ ] Responsibilities are cleanly divided between components
105
- - [ ] Interfaces between components are well-defined
106
- - [ ] Components adhere to single responsibility principle
107
- - [ ] Cross-cutting concerns (logging, auth, etc.) are properly addressed
108
-
109
- ### 2.3 Design Patterns & Best Practices
110
-
111
- - [ ] Appropriate design patterns are employed
112
- - [ ] Industry best practices are followed
113
- - [ ] Anti-patterns are avoided
114
- - [ ] Consistent architectural style throughout
115
- - [ ] Pattern usage is documented and explained
116
-
117
- ### 2.4 Modularity & Maintainability
118
-
119
- - [ ] System is divided into cohesive, loosely-coupled modules
120
- - [ ] Components can be developed and tested independently
121
- - [ ] Changes can be localized to specific components
122
- - [ ] Code organization promotes discoverability
123
- - [ ] Architecture specifically designed for AI agent implementation
124
-
125
- ## 3. TECHNICAL STACK & DECISIONS
126
-
127
- [[LLM: Technology choices have long-term implications. For each technology decision, consider: Is this the simplest solution that could work? Are we over-engineering? Will this scale? What are the maintenance implications? Are there security vulnerabilities in the chosen versions? Verify that specific versions are defined, not ranges.]]
128
-
129
- ### 3.1 Technology Selection
130
-
131
- - [ ] Selected technologies meet all requirements
132
- - [ ] Technology versions are specifically defined (not ranges)
133
- - [ ] Technology choices are justified with clear rationale
134
- - [ ] Alternatives considered are documented with pros/cons
135
- - [ ] Selected stack components work well together
136
-
137
- ### 3.2 Frontend Architecture [[FRONTEND ONLY]]
138
-
139
- [[LLM: Skip this entire section if this is a backend-only or service-only project. Only evaluate if the project includes a user interface.]]
140
-
141
- - [ ] UI framework and libraries are specifically selected
142
- - [ ] State management approach is defined
143
- - [ ] Component structure and organization is specified
144
- - [ ] Responsive/adaptive design approach is outlined
145
- - [ ] Build and bundling strategy is determined
146
-
147
- ### 3.3 Backend Architecture
148
-
149
- - [ ] API design and standards are defined
150
- - [ ] Service organization and boundaries are clear
151
- - [ ] Authentication and authorization approach is specified
152
- - [ ] Error handling strategy is outlined
153
- - [ ] Backend scaling approach is defined
154
-
155
- ### 3.4 Data Architecture
156
-
157
- - [ ] Data models are fully defined
158
- - [ ] Database technologies are selected with justification
159
- - [ ] Data access patterns are documented
160
- - [ ] Data migration/seeding approach is specified
161
- - [ ] Data backup and recovery strategies are outlined
162
-
163
- ## 4. FRONTEND DESIGN & IMPLEMENTATION [[FRONTEND ONLY]]
164
-
165
- [[LLM: This entire section should be skipped for backend-only projects. Only evaluate if the project includes a user interface. When evaluating, ensure alignment between the main architecture document and the frontend-specific architecture document.]]
166
-
167
- ### 4.1 Frontend Philosophy & Patterns
168
-
169
- - [ ] Framework & Core Libraries align with main architecture document
170
- - [ ] Component Architecture (e.g., Atomic Design) is clearly described
171
- - [ ] State Management Strategy is appropriate for application complexity
172
- - [ ] Data Flow patterns are consistent and clear
173
- - [ ] Styling Approach is defined and tooling specified
174
-
175
- ### 4.2 Frontend Structure & Organization
176
-
177
- - [ ] Directory structure is clearly documented with ASCII diagram
178
- - [ ] Component organization follows stated patterns
179
- - [ ] File naming conventions are explicit
180
- - [ ] Structure supports chosen framework's best practices
181
- - [ ] Clear guidance on where new components should be placed
182
-
183
- ### 4.3 Component Design
184
-
185
- - [ ] Component template/specification format is defined
186
- - [ ] Component props, state, and events are well-documented
187
- - [ ] Shared/foundational components are identified
188
- - [ ] Component reusability patterns are established
189
- - [ ] Accessibility requirements are built into component design
190
-
191
- ### 4.4 Frontend-Backend Integration
192
-
193
- - [ ] API interaction layer is clearly defined
194
- - [ ] HTTP client setup and configuration documented
195
- - [ ] Error handling for API calls is comprehensive
196
- - [ ] Service definitions follow consistent patterns
197
- - [ ] Authentication integration with backend is clear
198
-
199
- ### 4.5 Routing & Navigation
200
-
201
- - [ ] Routing strategy and library are specified
202
- - [ ] Route definitions table is comprehensive
203
- - [ ] Route protection mechanisms are defined
204
- - [ ] Deep linking considerations addressed
205
- - [ ] Navigation patterns are consistent
206
-
207
- ### 4.6 Frontend Performance
208
-
209
- - [ ] Image optimization strategies defined
210
- - [ ] Code splitting approach documented
211
- - [ ] Lazy loading patterns established
212
- - [ ] Re-render optimization techniques specified
213
- - [ ] Performance monitoring approach defined
214
-
215
- ## 5. RESILIENCE & OPERATIONAL READINESS
216
-
217
- [[LLM: Production systems fail in unexpected ways. As you review this section, think about Murphy's Law - what could go wrong? Consider real-world scenarios: What happens during peak load? How does the system behave when a critical service is down? Can the operations team diagnose issues at 3 AM? Look for specific resilience patterns, not just mentions of "error handling".]]
218
-
219
- ### 5.1 Error Handling & Resilience
220
-
221
- - [ ] Error handling strategy is comprehensive
222
- - [ ] Retry policies are defined where appropriate
223
- - [ ] Circuit breakers or fallbacks are specified for critical services
224
- - [ ] Graceful degradation approaches are defined
225
- - [ ] System can recover from partial failures
226
-
227
- ### 5.2 Monitoring & Observability
228
-
229
- - [ ] Logging strategy is defined
230
- - [ ] Monitoring approach is specified
231
- - [ ] Key metrics for system health are identified
232
- - [ ] Alerting thresholds and strategies are outlined
233
- - [ ] Debugging and troubleshooting capabilities are built in
234
-
235
- ### 5.3 Performance & Scaling
236
-
237
- - [ ] Performance bottlenecks are identified and addressed
238
- - [ ] Caching strategy is defined where appropriate
239
- - [ ] Load balancing approach is specified
240
- - [ ] Horizontal and vertical scaling strategies are outlined
241
- - [ ] Resource sizing recommendations are provided
242
-
243
- ### 5.4 Deployment & DevOps
244
-
245
- - [ ] Deployment strategy is defined
246
- - [ ] CI/CD pipeline approach is outlined
247
- - [ ] Environment strategy (dev, staging, prod) is specified
248
- - [ ] Infrastructure as Code approach is defined
249
- - [ ] Rollback and recovery procedures are outlined
250
-
251
- ## 6. SECURITY & COMPLIANCE
252
-
253
- [[LLM: Security is not optional. Review this section with a hacker's mindset - how could someone exploit this system? Also consider compliance: Are there industry-specific regulations that apply? GDPR? HIPAA? PCI? Ensure the architecture addresses these proactively. Look for specific security controls, not just general statements.]]
254
-
255
- ### 6.1 Authentication & Authorization
256
-
257
- - [ ] Authentication mechanism is clearly defined
258
- - [ ] Authorization model is specified
259
- - [ ] Role-based access control is outlined if required
260
- - [ ] Session management approach is defined
261
- - [ ] Credential management is addressed
262
-
263
- ### 6.2 Data Security
264
-
265
- - [ ] Data encryption approach (at rest and in transit) is specified
266
- - [ ] Sensitive data handling procedures are defined
267
- - [ ] Data retention and purging policies are outlined
268
- - [ ] Backup encryption is addressed if required
269
- - [ ] Data access audit trails are specified if required
270
-
271
- ### 6.3 API & Service Security
272
-
273
- - [ ] API security controls are defined
274
- - [ ] Rate limiting and throttling approaches are specified
275
- - [ ] Input validation strategy is outlined
276
- - [ ] CSRF/XSS prevention measures are addressed
277
- - [ ] Secure communication protocols are specified
278
-
279
- ### 6.4 Infrastructure Security
280
-
281
- - [ ] Network security design is outlined
282
- - [ ] Firewall and security group configurations are specified
283
- - [ ] Service isolation approach is defined
284
- - [ ] Least privilege principle is applied
285
- - [ ] Security monitoring strategy is outlined
286
-
287
- ## 7. IMPLEMENTATION GUIDANCE
288
-
289
- [[LLM: Clear implementation guidance prevents costly mistakes. As you review this section, imagine you're a developer starting on day one. Do they have everything they need to be productive? Are coding standards clear enough to maintain consistency across the team? Look for specific examples and patterns.]]
290
-
291
- ### 7.1 Coding Standards & Practices
292
-
293
- - [ ] Coding standards are defined
294
- - [ ] Documentation requirements are specified
295
- - [ ] Testing expectations are outlined
296
- - [ ] Code organization principles are defined
297
- - [ ] Naming conventions are specified
298
-
299
- ### 7.2 Testing Strategy
300
-
301
- - [ ] Unit testing approach is defined
302
- - [ ] Integration testing strategy is outlined
303
- - [ ] E2E testing approach is specified
304
- - [ ] Performance testing requirements are outlined
305
- - [ ] Security testing approach is defined
306
-
307
- ### 7.3 Frontend Testing [[FRONTEND ONLY]]
308
-
309
- [[LLM: Skip this subsection for backend-only projects.]]
310
-
311
- - [ ] Component testing scope and tools defined
312
- - [ ] UI integration testing approach specified
313
- - [ ] Visual regression testing considered
314
- - [ ] Accessibility testing tools identified
315
- - [ ] Frontend-specific test data management addressed
316
-
317
- ### 7.4 Development Environment
318
-
319
- - [ ] Local development environment setup is documented
320
- - [ ] Required tools and configurations are specified
321
- - [ ] Development workflows are outlined
322
- - [ ] Source control practices are defined
323
- - [ ] Dependency management approach is specified
324
-
325
- ### 7.5 Technical Documentation
326
-
327
- - [ ] API documentation standards are defined
328
- - [ ] Architecture documentation requirements are specified
329
- - [ ] Code documentation expectations are outlined
330
- - [ ] System diagrams and visualizations are included
331
- - [ ] Decision records for key choices are included
332
-
333
- ## 8. DEPENDENCY & INTEGRATION MANAGEMENT
334
-
335
- [[LLM: Dependencies are often the source of production issues. For each dependency, consider: What happens if it's unavailable? Is there a newer version with security patches? Are we locked into a vendor? What's our contingency plan? Verify specific versions and fallback strategies.]]
336
-
337
- ### 8.1 External Dependencies
338
-
339
- - [ ] All external dependencies are identified
340
- - [ ] Versioning strategy for dependencies is defined
341
- - [ ] Fallback approaches for critical dependencies are specified
342
- - [ ] Licensing implications are addressed
343
- - [ ] Update and patching strategy is outlined
344
-
345
- ### 8.2 Internal Dependencies
346
-
347
- - [ ] Component dependencies are clearly mapped
348
- - [ ] Build order dependencies are addressed
349
- - [ ] Shared services and utilities are identified
350
- - [ ] Circular dependencies are eliminated
351
- - [ ] Versioning strategy for internal components is defined
352
-
353
- ### 8.3 Third-Party Integrations
354
-
355
- - [ ] All third-party integrations are identified
356
- - [ ] Integration approaches are defined
357
- - [ ] Authentication with third parties is addressed
358
- - [ ] Error handling for integration failures is specified
359
- - [ ] Rate limits and quotas are considered
360
-
361
- ## 9. AI AGENT IMPLEMENTATION SUITABILITY
362
-
363
- [[LLM: This architecture may be implemented by AI agents. Review with extreme clarity in mind. Are patterns consistent? Is complexity minimized? Would an AI agent make incorrect assumptions? Remember: explicit is better than implicit. Look for clear file structures, naming conventions, and implementation patterns.]]
364
-
365
- ### 9.1 Modularity for AI Agents
366
-
367
- - [ ] Components are sized appropriately for AI agent implementation
368
- - [ ] Dependencies between components are minimized
369
- - [ ] Clear interfaces between components are defined
370
- - [ ] Components have singular, well-defined responsibilities
371
- - [ ] File and code organization optimized for AI agent understanding
372
-
373
- ### 9.2 Clarity & Predictability
374
-
375
- - [ ] Patterns are consistent and predictable
376
- - [ ] Complex logic is broken down into simpler steps
377
- - [ ] Architecture avoids overly clever or obscure approaches
378
- - [ ] Examples are provided for unfamiliar patterns
379
- - [ ] Component responsibilities are explicit and clear
380
-
381
- ### 9.3 Implementation Guidance
382
-
383
- - [ ] Detailed implementation guidance is provided
384
- - [ ] Code structure templates are defined
385
- - [ ] Specific implementation patterns are documented
386
- - [ ] Common pitfalls are identified with solutions
387
- - [ ] References to similar implementations are provided when helpful
388
-
389
- ### 9.4 Error Prevention & Handling
390
-
391
- - [ ] Design reduces opportunities for implementation errors
392
- - [ ] Validation and error checking approaches are defined
393
- - [ ] Self-healing mechanisms are incorporated where possible
394
- - [ ] Testing patterns are clearly defined
395
- - [ ] Debugging guidance is provided
396
-
397
- ## 10. ACCESSIBILITY IMPLEMENTATION [[FRONTEND ONLY]]
398
-
399
- [[LLM: Skip this section for backend-only projects. Accessibility is a core requirement for any user interface.]]
400
-
401
- ### 10.1 Accessibility Standards
402
-
403
- - [ ] Semantic HTML usage is emphasized
404
- - [ ] ARIA implementation guidelines provided
405
- - [ ] Keyboard navigation requirements defined
406
- - [ ] Focus management approach specified
407
- - [ ] Screen reader compatibility addressed
408
-
409
- ### 10.2 Accessibility Testing
410
-
411
- - [ ] Accessibility testing tools identified
412
- - [ ] Testing process integrated into workflow
413
- - [ ] Compliance targets (WCAG level) specified
414
- - [ ] Manual testing procedures defined
415
- - [ ] Automated testing approach outlined
416
-
417
- [[LLM: FINAL VALIDATION REPORT GENERATION
418
-
419
- Now that you've completed the checklist, generate a comprehensive validation report that includes:
420
-
421
- 1. Executive Summary
422
- - Overall architecture readiness (High/Medium/Low)
423
- - Critical risks identified
424
- - Key strengths of the architecture
425
- - Project type (Full-stack/Frontend/Backend) and sections evaluated
426
-
427
- 2. Section Analysis
428
- - Pass rate for each major section (percentage of items passed)
429
- - Most concerning failures or gaps
430
- - Sections requiring immediate attention
431
- - Note any sections skipped due to project type
432
-
433
- 3. Risk Assessment
434
- - Top 5 risks by severity
435
- - Mitigation recommendations for each
436
- - Timeline impact of addressing issues
437
-
438
- 4. Recommendations
439
- - Must-fix items before development
440
- - Should-fix items for better quality
441
- - Nice-to-have improvements
442
-
443
- 5. AI Implementation Readiness
444
- - Specific concerns for AI agent implementation
445
- - Areas needing additional clarification
446
- - Complexity hotspots to address
447
-
448
- 6. Frontend-Specific Assessment (if applicable)
449
- - Frontend architecture completeness
450
- - Alignment between main and frontend architecture docs
451
- - UI/UX specification coverage
452
- - Component design clarity
453
-
454
- After presenting the report, ask the user if they would like detailed analysis of any specific section, especially those with warnings or failures.]]
455
-
456
-
457
- ---
458
-
459
- ## Change Checklist {#change-checklist}
460
-
461
-
462
- # Change Navigation Checklist
463
-
464
- **Purpose:** To systematically guide the selected Agent and user through the analysis and planning required when a significant change (pivot, tech issue, missing requirement, failed story) is identified during the Agentic Kit workflow.
465
-
466
- **Instructions:** Review each item with the user. Mark `[x]` for completed/confirmed, `[N/A]` if not applicable, or add notes for discussion points.
467
-
468
- [[LLM: INITIALIZATION INSTRUCTIONS - CHANGE NAVIGATION
469
-
470
- Changes during development are inevitable, but how we handle them determines project success or failure.
471
-
472
- Before proceeding, understand:
473
-
474
- 1. This checklist is for SIGNIFICANT changes that affect the project direction
475
- 2. Minor adjustments within a story don't require this process
476
- 3. The goal is to minimize wasted work while adapting to new realities
477
- 4. User buy-in is critical - they must understand and approve changes
478
-
479
- Required context:
480
-
481
- - The triggering story or issue
482
- - Current project state (completed stories, current epic)
483
- - Access to PRD, architecture, and other key documents
484
- - Understanding of remaining work planned
485
-
486
- APPROACH:
487
- This is an interactive process with the user. Work through each section together, discussing implications and options. The user makes final decisions, but provide expert guidance on technical feasibility and impact.
488
-
489
- REMEMBER: Changes are opportunities to improve, not failures. Handle them professionally and constructively.]]
490
-
491
- ---
492
-
493
- ## 1. Understand the Trigger & Context
494
-
495
- [[LLM: Start by fully understanding what went wrong and why. Don't jump to solutions yet. Ask probing questions:
496
-
497
- - What exactly happened that triggered this review?
498
- - Is this a one-time issue or symptomatic of a larger problem?
499
- - Could this have been anticipated earlier?
500
- - What assumptions were incorrect?
501
-
502
- Be specific and factual, not blame-oriented.]]
503
-
504
- - [ ] **Identify Triggering Story:** Clearly identify the story (or stories) that revealed the issue.
505
- - [ ] **Define the Issue:** Articulate the core problem precisely.
506
- - [ ] Is it a technical limitation/dead-end?
507
- - [ ] Is it a newly discovered requirement?
508
- - [ ] Is it a fundamental misunderstanding of existing requirements?
509
- - [ ] Is it a necessary pivot based on feedback or new information?
510
- - [ ] Is it a failed/abandoned story needing a new approach?
511
- - [ ] **Assess Initial Impact:** Describe the immediate observed consequences (e.g., blocked progress, incorrect functionality, non-viable tech).
512
- - [ ] **Gather Evidence:** Note any specific logs, error messages, user feedback, or analysis that supports the issue definition.
513
-
514
- ## 2. Epic Impact Assessment
515
-
516
- [[LLM: Changes ripple through the project structure. Systematically evaluate:
517
-
518
- 1. Can we salvage the current epic with modifications?
519
- 2. Do future epics still make sense given this change?
520
- 3. Are we creating or eliminating dependencies?
521
- 4. Does the epic sequence need reordering?
522
-
523
- Think about both immediate and downstream effects.]]
524
-
525
- - [ ] **Analyze Current Epic:**
526
- - [ ] Can the current epic containing the trigger story still be completed?
527
- - [ ] Does the current epic need modification (story changes, additions, removals)?
528
- - [ ] Should the current epic be abandoned or fundamentally redefined?
529
- - [ ] **Analyze Future Epics:**
530
- - [ ] Review all remaining planned epics.
531
- - [ ] Does the issue require changes to planned stories in future epics?
532
- - [ ] Does the issue invalidate any future epics?
533
- - [ ] Does the issue necessitate the creation of entirely new epics?
534
- - [ ] Should the order/priority of future epics be changed?
535
- - [ ] **Summarize Epic Impact:** Briefly document the overall effect on the project's epic structure and flow.
536
-
537
- ## 3. Artifact Conflict & Impact Analysis
538
-
539
- [[LLM: Documentation drives development in Agentic Kit. Check each artifact:
540
-
541
- 1. Does this change invalidate documented decisions?
542
- 2. Are architectural assumptions still valid?
543
- 3. Do user flows need rethinking?
544
- 4. Are technical constraints different than documented?
545
-
546
- Be thorough - missed conflicts cause future problems.]]
547
-
548
- - [ ] **Review PRD:**
549
- - [ ] Does the issue conflict with the core goals or requirements stated in the PRD?
550
- - [ ] Does the PRD need clarification or updates based on the new understanding?
551
- - [ ] **Review Architecture Document:**
552
- - [ ] Does the issue conflict with the documented architecture (components, patterns, tech choices)?
553
- - [ ] Are specific components/diagrams/sections impacted?
554
- - [ ] Does the technology list need updating?
555
- - [ ] Do data models or schemas need revision?
556
- - [ ] Are external API integrations affected?
557
- - [ ] **Review Frontend Spec (if applicable):**
558
- - [ ] Does the issue conflict with the FE architecture, component library choice, or UI/UX design?
559
- - [ ] Are specific FE components or user flows impacted?
560
- - [ ] **Review Other Artifacts (if applicable):**
561
- - [ ] Consider impact on deployment scripts, IaC, monitoring setup, etc.
562
- - [ ] **Summarize Artifact Impact:** List all artifacts requiring updates and the nature of the changes needed.
563
-
564
- ## 4. Path Forward Evaluation
565
-
566
- [[LLM: Present options clearly with pros/cons. For each path:
567
-
568
- 1. What's the effort required?
569
- 2. What work gets thrown away?
570
- 3. What risks are we taking?
571
- 4. How does this affect timeline?
572
- 5. Is this sustainable long-term?
573
-
574
- Be honest about trade-offs. There's rarely a perfect solution.]]
575
-
576
- - [ ] **Option 1: Direct Adjustment / Integration:**
577
- - [ ] Can the issue be addressed by modifying/adding future stories within the existing plan?
578
- - [ ] Define the scope and nature of these adjustments.
579
- - [ ] Assess feasibility, effort, and risks of this path.
580
- - [ ] **Option 2: Potential Rollback:**
581
- - [ ] Would reverting completed stories significantly simplify addressing the issue?
582
- - [ ] Identify specific stories/commits to consider for rollback.
583
- - [ ] Assess the effort required for rollback.
584
- - [ ] Assess the impact of rollback (lost work, data implications).
585
- - [ ] Compare the net benefit/cost vs. Direct Adjustment.
586
- - [ ] **Option 3: PRD MVP Review & Potential Re-scoping:**
587
- - [ ] Is the original PRD MVP still achievable given the issue and constraints?
588
- - [ ] Does the MVP scope need reduction (removing features/epics)?
589
- - [ ] Do the core MVP goals need modification?
590
- - [ ] Are alternative approaches needed to meet the original MVP intent?
591
- - [ ] **Extreme Case:** Does the issue necessitate a fundamental replan or potentially a new PRD V2 (to be handled by PM)?
592
- - [ ] **Select Recommended Path:** Based on the evaluation, agree on the most viable path forward.
593
-
594
- ## 5. Sprint Change Proposal Components
595
-
596
- [[LLM: The proposal must be actionable and clear. Ensure:
597
-
598
- 1. The issue is explained in plain language
599
- 2. Impacts are quantified where possible
600
- 3. The recommended path has clear rationale
601
- 4. Next steps are specific and assigned
602
- 5. Success criteria for the change are defined
603
-
604
- This proposal guides all subsequent work.]]
605
-
606
- (Ensure all agreed-upon points from previous sections are captured in the proposal)
607
-
608
- - [ ] **Identified Issue Summary:** Clear, concise problem statement.
609
- - [ ] **Epic Impact Summary:** How epics are affected.
610
- - [ ] **Artifact Adjustment Needs:** List of documents to change.
611
- - [ ] **Recommended Path Forward:** Chosen solution with rationale.
612
- - [ ] **PRD MVP Impact:** Changes to scope/goals (if any).
613
- - [ ] **High-Level Action Plan:** Next steps for stories/updates.
614
- - [ ] **Agent Handoff Plan:** Identify roles needed (product-manager, Arch, Design Arch, PO).
615
-
616
- ## 6. Final Review & Handoff
617
-
618
- [[LLM: Changes require coordination. Before concluding:
619
-
620
- 1. Is the user fully aligned with the plan?
621
- 2. Do all stakeholders understand the impacts?
622
- 3. Are handoffs to other agents clear?
623
- 4. Is there a rollback plan if the change fails?
624
- 5. How will we validate the change worked?
625
-
626
- Get explicit approval - implicit agreement causes problems.
627
-
628
- FINAL REPORT:
629
- After completing the checklist, provide a concise summary:
630
-
631
- - What changed and why
632
- - What we're doing about it
633
- - Who needs to do what
634
- - When we'll know if it worked
635
-
636
- Keep it action-oriented and forward-looking.]]
637
-
638
- - [ ] **Review Checklist:** Confirm all relevant items were discussed.
639
- - [ ] **Review Sprint Change Proposal:** Ensure it accurately reflects the discussion and decisions.
640
- - [ ] **User Approval:** Obtain explicit user approval for the proposal.
641
- - [ ] **Confirm Next Steps:** Reiterate the handoff plan and the next actions to be taken by specific agents.
642
-
643
- ---
644
-
645
-
646
- ---
647
-
648
- ## Pm Checklist {#pm-checklist}
649
-
650
-
651
- # Product Manager (PM) Requirements Checklist
652
-
653
- This checklist serves as a comprehensive framework to ensure the Product Requirements Document (PRD) and Epic definitions are complete, well-structured, and appropriately scoped for MVP development. The product-manager should systematically work through each item during the product definition process.
654
-
655
- [[LLM: INITIALIZATION INSTRUCTIONS - product-manager CHECKLIST
656
-
657
- Before proceeding with this checklist, ensure you have access to:
658
-
659
- 1. prd.md - The Product Requirements Document (check docs/prd.md)
660
- 2. Any user research, market analysis, or competitive analysis documents
661
- 3. Business goals and strategy documents
662
- 4. Any existing epic definitions or user stories
663
-
664
- IMPORTANT: If the PRD is missing, immediately ask the user for its location or content before proceeding.
665
-
666
- VALIDATION APPROACH:
667
-
668
- 1. User-Centric - Every requirement should tie back to user value
669
- 2. MVP Focus - Ensure scope is truly minimal while viable
670
- 3. Clarity - Requirements should be unambiguous and testable
671
- 4. Completeness - All aspects of the product vision are covered
672
- 5. Feasibility - Requirements are technically achievable
673
-
674
- EXECUTION MODE:
675
- Ask the user if they want to work through the checklist:
676
-
677
- - Section by section (interactive mode) - Review each section, present findings, get confirmation before proceeding
678
- - All at once (comprehensive mode) - Complete full analysis and present comprehensive report at end]]
679
-
680
- ## 1. PROBLEM DEFINITION & CONTEXT
681
-
682
- [[LLM: The foundation of any product is a clear problem statement. As you review this section:
683
-
684
- 1. Verify the problem is real and worth solving
685
- 2. Check that the target audience is specific, not "everyone"
686
- 3. Ensure success metrics are measurable, not vague aspirations
687
- 4. Look for evidence of user research, not just assumptions
688
- 5. Confirm the problem-solution fit is logical]]
689
-
690
- ### 1.1 Problem Statement
691
-
692
- - [ ] Clear articulation of the problem being solved
693
- - [ ] Identification of who experiences the problem
694
- - [ ] Explanation of why solving this problem matters
695
- - [ ] Quantification of problem impact (if possible)
696
- - [ ] Differentiation from existing solutions
697
-
698
- ### 1.2 Business Goals & Success Metrics
699
-
700
- - [ ] Specific, measurable business objectives defined
701
- - [ ] Clear success metrics and KPIs established
702
- - [ ] Metrics are tied to user and business value
703
- - [ ] Baseline measurements identified (if applicable)
704
- - [ ] Timeframe for achieving goals specified
705
-
706
- ### 1.3 User Research & Insights
707
-
708
- - [ ] Target user personas clearly defined
709
- - [ ] User needs and pain points documented
710
- - [ ] User research findings summarized (if available)
711
- - [ ] Competitive analysis included
712
- - [ ] Market context provided
713
-
714
- ## 2. MVP SCOPE DEFINITION
715
-
716
- [[LLM: MVP scope is critical - too much and you waste resources, too little and you can't validate. Check:
717
-
718
- 1. Is this truly minimal? Challenge every feature
719
- 2. Does each feature directly address the core problem?
720
- 3. Are "nice-to-haves" clearly separated from "must-haves"?
721
- 4. Is the rationale for inclusion/exclusion documented?
722
- 5. Can you ship this in the target timeframe?]]
723
-
724
- ### 2.1 Core Functionality
725
-
726
- - [ ] Essential features clearly distinguished from nice-to-haves
727
- - [ ] Features directly address defined problem statement
728
- - [ ] Each Epic ties back to specific user needs
729
- - [ ] Features and Stories are described from user perspective
730
- - [ ] Minimum requirements for success defined
731
-
732
- ### 2.2 Scope Boundaries
733
-
734
- - [ ] Clear articulation of what is OUT of scope
735
- - [ ] Future enhancements section included
736
- - [ ] Rationale for scope decisions documented
737
- - [ ] MVP minimizes functionality while maximizing learning
738
- - [ ] Scope has been reviewed and refined multiple times
739
-
740
- ### 2.3 MVP Validation Approach
741
-
742
- - [ ] Method for testing MVP success defined
743
- - [ ] Initial user feedback mechanisms planned
744
- - [ ] Criteria for moving beyond MVP specified
745
- - [ ] Learning goals for MVP articulated
746
- - [ ] Timeline expectations set
747
-
748
- ## 3. USER EXPERIENCE REQUIREMENTS
749
-
750
- [[LLM: UX requirements bridge user needs and technical implementation. Validate:
751
-
752
- 1. User flows cover the primary use cases completely
753
- 2. Edge cases are identified (even if deferred)
754
- 3. Accessibility isn't an afterthought
755
- 4. Performance expectations are realistic
756
- 5. Error states and recovery are planned]]
757
-
758
- ### 3.1 User Journeys & Flows
759
-
760
- - [ ] Primary user flows documented
761
- - [ ] Entry and exit points for each flow identified
762
- - [ ] Decision points and branches mapped
763
- - [ ] Critical path highlighted
764
- - [ ] Edge cases considered
765
-
766
- ### 3.2 Usability Requirements
767
-
768
- - [ ] Accessibility considerations documented
769
- - [ ] Platform/device compatibility specified
770
- - [ ] Performance expectations from user perspective defined
771
- - [ ] Error handling and recovery approaches outlined
772
- - [ ] User feedback mechanisms identified
773
-
774
- ### 3.3 UI Requirements
775
-
776
- - [ ] Information architecture outlined
777
- - [ ] Critical UI components identified
778
- - [ ] Visual design guidelines referenced (if applicable)
779
- - [ ] Content requirements specified
780
- - [ ] High-level navigation structure defined
781
-
782
- ## 4. FUNCTIONAL REQUIREMENTS
783
-
784
- [[LLM: Functional requirements must be clear enough for implementation. Check:
785
-
786
- 1. Requirements focus on WHAT not HOW (no implementation details)
787
- 2. Each requirement is testable (how would QA verify it?)
788
- 3. Dependencies are explicit (what needs to be built first?)
789
- 4. Requirements use consistent terminology
790
- 5. Complex features are broken into manageable pieces]]
791
-
792
- ### 4.1 Feature Completeness
793
-
794
- - [ ] All required features for MVP documented
795
- - [ ] Features have clear, user-focused descriptions
796
- - [ ] Feature priority/criticality indicated
797
- - [ ] Requirements are testable and verifiable
798
- - [ ] Dependencies between features identified
799
-
800
- ### 4.2 Requirements Quality
801
-
802
- - [ ] Requirements are specific and unambiguous
803
- - [ ] Requirements focus on WHAT not HOW
804
- - [ ] Requirements use consistent terminology
805
- - [ ] Complex requirements broken into simpler parts
806
- - [ ] Technical jargon minimized or explained
807
-
808
- ### 4.3 User Stories & Acceptance Criteria
809
-
810
- - [ ] Stories follow consistent format
811
- - [ ] Acceptance criteria are testable
812
- - [ ] Stories are sized appropriately (not too large)
813
- - [ ] Stories are independent where possible
814
- - [ ] Stories include necessary context
815
- - [ ] Local testability requirements (e.g., via CLI) defined in ACs for relevant backend/data stories
816
-
817
- ## 5. NON-FUNCTIONAL REQUIREMENTS
818
-
819
- ### 5.1 Performance Requirements
820
-
821
- - [ ] Response time expectations defined
822
- - [ ] Throughput/capacity requirements specified
823
- - [ ] Scalability needs documented
824
- - [ ] Resource utilization constraints identified
825
- - [ ] Load handling expectations set
826
-
827
- ### 5.2 Security & Compliance
828
-
829
- - [ ] Data protection requirements specified
830
- - [ ] Authentication/authorization needs defined
831
- - [ ] Compliance requirements documented
832
- - [ ] Security testing requirements outlined
833
- - [ ] Privacy considerations addressed
834
-
835
- ### 5.3 Reliability & Resilience
836
-
837
- - [ ] Availability requirements defined
838
- - [ ] Backup and recovery needs documented
839
- - [ ] Fault tolerance expectations set
840
- - [ ] Error handling requirements specified
841
- - [ ] Maintenance and support considerations included
842
-
843
- ### 5.4 Technical Constraints
844
-
845
- - [ ] Platform/technology constraints documented
846
- - [ ] Integration requirements outlined
847
- - [ ] Third-party service dependencies identified
848
- - [ ] Infrastructure requirements specified
849
- - [ ] Development environment needs identified
850
-
851
- ## 6. EPIC & STORY STRUCTURE
852
-
853
- ### 6.1 Epic Definition
854
-
855
- - [ ] Epics represent cohesive units of functionality
856
- - [ ] Epics focus on user/business value delivery
857
- - [ ] Epic goals clearly articulated
858
- - [ ] Epics are sized appropriately for incremental delivery
859
- - [ ] Epic sequence and dependencies identified
860
-
861
- ### 6.2 Story Breakdown
862
-
863
- - [ ] Stories are broken down to appropriate size
864
- - [ ] Stories have clear, independent value
865
- - [ ] Stories include appropriate acceptance criteria
866
- - [ ] Story dependencies and sequence documented
867
- - [ ] Stories aligned with epic goals
868
-
869
- ### 6.3 First Epic Completeness
870
-
871
- - [ ] First epic includes all necessary setup steps
872
- - [ ] Project scaffolding and initialization addressed
873
- - [ ] Core infrastructure setup included
874
- - [ ] Development environment setup addressed
875
- - [ ] Local testability established early
876
-
877
- ## 7. TECHNICAL GUIDANCE
878
-
879
- ### 7.1 Architecture Guidance
880
-
881
- - [ ] Initial architecture direction provided
882
- - [ ] Technical constraints clearly communicated
883
- - [ ] Integration points identified
884
- - [ ] Performance considerations highlighted
885
- - [ ] Security requirements articulated
886
- - [ ] Known areas of high complexity or technical risk flagged for architectural deep-dive
887
-
888
- ### 7.2 Technical Decision Framework
889
-
890
- - [ ] Decision criteria for technical choices provided
891
- - [ ] Trade-offs articulated for key decisions
892
- - [ ] Rationale for selecting primary approach over considered alternatives documented (for key design/feature choices)
893
- - [ ] Non-negotiable technical requirements highlighted
894
- - [ ] Areas requiring technical investigation identified
895
- - [ ] Guidance on technical debt approach provided
896
-
897
- ### 7.3 Implementation Considerations
898
-
899
- - [ ] Development approach guidance provided
900
- - [ ] Testing requirements articulated
901
- - [ ] Deployment expectations set
902
- - [ ] Monitoring needs identified
903
- - [ ] Documentation requirements specified
904
-
905
- ## 8. CROSS-FUNCTIONAL REQUIREMENTS
906
-
907
- ### 8.1 Data Requirements
908
-
909
- - [ ] Data entities and relationships identified
910
- - [ ] Data storage requirements specified
911
- - [ ] Data quality requirements defined
912
- - [ ] Data retention policies identified
913
- - [ ] Data migration needs addressed (if applicable)
914
- - [ ] Schema changes planned iteratively, tied to stories requiring them
915
-
916
- ### 8.2 Integration Requirements
917
-
918
- - [ ] External system integrations identified
919
- - [ ] API requirements documented
920
- - [ ] Authentication for integrations specified
921
- - [ ] Data exchange formats defined
922
- - [ ] Integration testing requirements outlined
923
-
924
- ### 8.3 Operational Requirements
925
-
926
- - [ ] Deployment frequency expectations set
927
- - [ ] Environment requirements defined
928
- - [ ] Monitoring and alerting needs identified
929
- - [ ] Support requirements documented
930
- - [ ] Performance monitoring approach specified
931
-
932
- ## 9. CLARITY & COMMUNICATION
933
-
934
- ### 9.1 Documentation Quality
935
-
936
- - [ ] Documents use clear, consistent language
937
- - [ ] Documents are well-structured and organized
938
- - [ ] Technical terms are defined where necessary
939
- - [ ] Diagrams/visuals included where helpful
940
- - [ ] Documentation is versioned appropriately
941
-
942
- ### 9.2 Stakeholder Alignment
943
-
944
- - [ ] Key stakeholders identified
945
- - [ ] Stakeholder input incorporated
946
- - [ ] Potential areas of disagreement addressed
947
- - [ ] Communication plan for updates established
948
- - [ ] Approval process defined
949
-
950
- ## PRD & EPIC VALIDATION SUMMARY
951
-
952
- [[LLM: FINAL product-manager CHECKLIST REPORT GENERATION
953
-
954
- Create a comprehensive validation report that includes:
955
-
956
- 1. Executive Summary
957
- - Overall PRD completeness (percentage)
958
- - MVP scope appropriateness (Too Large/Just Right/Too Small)
959
- - Readiness for architecture phase (Ready/Nearly Ready/Not Ready)
960
- - Most critical gaps or concerns
961
-
962
- 2. Category Analysis Table
963
- Fill in the actual table with:
964
- - Status: PASS (90%+ complete), PARTIAL (60-89%), FAIL (<60%)
965
- - Critical Issues: Specific problems that block progress
966
-
967
- 3. Top Issues by Priority
968
- - BLOCKERS: Must fix before architect can proceed
969
- - HIGH: Should fix for quality
970
- - MEDIUM: Would improve clarity
971
- - LOW: Nice to have
972
-
973
- 4. MVP Scope Assessment
974
- - Features that might be cut for true MVP
975
- - Missing features that are essential
976
- - Complexity concerns
977
- - Timeline realism
978
-
979
- 5. Technical Readiness
980
- - Clarity of technical constraints
981
- - Identified technical risks
982
- - Areas needing architect investigation
983
-
984
- 6. Recommendations
985
- - Specific actions to address each blocker
986
- - Suggested improvements
987
- - Next steps
988
-
989
- After presenting the report, ask if the user wants:
990
-
991
- - Detailed analysis of any failed sections
992
- - Suggestions for improving specific areas
993
- - Help with refining MVP scope]]
994
-
995
- ### Category Statuses
996
-
997
- | Category | Status | Critical Issues |
998
- | -------------------------------- | ------ | --------------- |
999
- | 1. Problem Definition & Context | _TBD_ | |
1000
- | 2. MVP Scope Definition | _TBD_ | |
1001
- | 3. User Experience Requirements | _TBD_ | |
1002
- | 4. Functional Requirements | _TBD_ | |
1003
- | 5. Non-Functional Requirements | _TBD_ | |
1004
- | 6. Epic & Story Structure | _TBD_ | |
1005
- | 7. Technical Guidance | _TBD_ | |
1006
- | 8. Cross-Functional Requirements | _TBD_ | |
1007
- | 9. Clarity & Communication | _TBD_ | |
1008
-
1009
- ### Critical Deficiencies
1010
-
1011
- (To be populated during validation)
1012
-
1013
- ### Recommendations
1014
-
1015
- (To be populated during validation)
1016
-
1017
- ### Final Decision
1018
-
1019
- - **READY FOR ARCHITECT**: The PRD and epics are comprehensive, properly structured, and ready for architectural design.
1020
- - **NEEDS REFINEMENT**: The requirements documentation requires additional work to address the identified deficiencies.
1021
-
1022
-
1023
- ---
1024
-
1025
- ## Po Master Checklist {#po-master-checklist}
1026
-
1027
-
1028
- # Product Owner (PO) Master Validation Checklist
1029
-
1030
- This checklist serves as a comprehensive framework for the Product Owner to validate project plans before development execution. It adapts intelligently based on project type (greenfield vs brownfield) and includes UI/UX considerations when applicable.
1031
-
1032
- [[LLM: INITIALIZATION INSTRUCTIONS - PO MASTER CHECKLIST
1033
-
1034
- PROJECT TYPE DETECTION:
1035
- First, determine the project type by checking:
1036
-
1037
- 1. Is this a GREENFIELD project (new from scratch)?
1038
- - Look for: New project initialization, no existing codebase references
1039
- - Check for: prd.md, architecture.md, new project setup stories
1040
-
1041
- 2. Is this a BROWNFIELD project (enhancing existing system)?
1042
- - Look for: References to existing codebase, enhancement/modification language
1043
- - Check for: prd.md, architecture.md, existing system analysis
1044
-
1045
- 3. Does the project include UI/UX components?
1046
- - Check for: frontend-architecture.md, UI/UX specifications, design files
1047
- - Look for: Frontend stories, component specifications, user interface mentions
1048
-
1049
- DOCUMENT REQUIREMENTS:
1050
- Based on project type, ensure you have access to:
1051
-
1052
- For GREENFIELD projects:
1053
-
1054
- - prd.md - The Product Requirements Document
1055
- - architecture.md - The system architecture
1056
- - frontend-architecture.md - If UI/UX is involved
1057
- - All epic and story definitions
1058
-
1059
- For BROWNFIELD projects:
1060
-
1061
- - prd.md - The brownfield enhancement requirements
1062
- - architecture.md - The enhancement architecture
1063
- - Existing project codebase access (CRITICAL - cannot proceed without this)
1064
- - Current deployment configuration and infrastructure details
1065
- - Database schemas, API documentation, monitoring setup
1066
-
1067
- SKIP INSTRUCTIONS:
1068
-
1069
- - Skip sections marked [[BROWNFIELD ONLY]] for greenfield projects
1070
- - Skip sections marked [[GREENFIELD ONLY]] for brownfield projects
1071
- - Skip sections marked [[UI/UX ONLY]] for backend-only projects
1072
- - Note all skipped sections in your final report
1073
-
1074
- VALIDATION APPROACH:
1075
-
1076
- 1. Deep Analysis - Thoroughly analyze each item against documentation
1077
- 2. Evidence-Based - Cite specific sections or code when validating
1078
- 3. Critical Thinking - Question assumptions and identify gaps
1079
- 4. Risk Assessment - Consider what could go wrong with each decision
1080
-
1081
- EXECUTION MODE:
1082
- Ask the user if they want to work through the checklist:
1083
-
1084
- - Section by section (interactive mode) - Review each section, get confirmation before proceeding
1085
- - All at once (comprehensive mode) - Complete full analysis and present report at end]]
1086
-
1087
- ## 1. PROJECT SETUP & INITIALIZATION
1088
-
1089
- [[LLM: Project setup is the foundation. For greenfield, ensure clean start. For brownfield, ensure safe integration with existing system. Verify setup matches project type.]]
1090
-
1091
- ### 1.1 Project Scaffolding [[GREENFIELD ONLY]]
1092
-
1093
- - [ ] Epic 1 includes explicit steps for project creation/initialization
1094
- - [ ] If using a starter template, steps for cloning/setup are included
1095
- - [ ] If building from scratch, all necessary scaffolding steps are defined
1096
- - [ ] Initial README or documentation setup is included
1097
- - [ ] Repository setup and initial commit processes are defined
1098
-
1099
- ### 1.2 Existing System Integration [[BROWNFIELD ONLY]]
1100
-
1101
- - [ ] Existing project analysis has been completed and documented
1102
- - [ ] Integration points with current system are identified
1103
- - [ ] Development environment preserves existing functionality
1104
- - [ ] Local testing approach validated for existing features
1105
- - [ ] Rollback procedures defined for each integration point
1106
-
1107
- ### 1.3 Development Environment
1108
-
1109
- - [ ] Local development environment setup is clearly defined
1110
- - [ ] Required tools and versions are specified
1111
- - [ ] Steps for installing dependencies are included
1112
- - [ ] Configuration files are addressed appropriately
1113
- - [ ] Development server setup is included
1114
-
1115
- ### 1.4 Core Dependencies
1116
-
1117
- - [ ] All critical packages/libraries are installed early
1118
- - [ ] Package management is properly addressed
1119
- - [ ] Version specifications are appropriately defined
1120
- - [ ] Dependency conflicts or special requirements are noted
1121
- - [ ] [[BROWNFIELD ONLY]] Version compatibility with existing stack verified
1122
-
1123
- ## 2. INFRASTRUCTURE & DEPLOYMENT
1124
-
1125
- [[LLM: Infrastructure must exist before use. For brownfield, must integrate with existing infrastructure without breaking it.]]
1126
-
1127
- ### 2.1 Database & Data Store Setup
1128
-
1129
- - [ ] Database selection/setup occurs before any operations
1130
- - [ ] Schema definitions are created before data operations
1131
- - [ ] Migration strategies are defined if applicable
1132
- - [ ] Seed data or initial data setup is included if needed
1133
- - [ ] [[BROWNFIELD ONLY]] Database migration risks identified and mitigated
1134
- - [ ] [[BROWNFIELD ONLY]] Backward compatibility ensured
1135
-
1136
- ### 2.2 API & Service Configuration
1137
-
1138
- - [ ] API frameworks are set up before implementing endpoints
1139
- - [ ] Service architecture is established before implementing services
1140
- - [ ] Authentication framework is set up before protected routes
1141
- - [ ] Middleware and common utilities are created before use
1142
- - [ ] [[BROWNFIELD ONLY]] API compatibility with existing system maintained
1143
- - [ ] [[BROWNFIELD ONLY]] Integration with existing authentication preserved
1144
-
1145
- ### 2.3 Deployment Pipeline
1146
-
1147
- - [ ] CI/CD pipeline is established before deployment actions
1148
- - [ ] Infrastructure as Code (IaC) is set up before use
1149
- - [ ] Environment configurations are defined early
1150
- - [ ] Deployment strategies are defined before implementation
1151
- - [ ] [[BROWNFIELD ONLY]] Deployment minimizes downtime
1152
- - [ ] [[BROWNFIELD ONLY]] Blue-green or canary deployment implemented
1153
-
1154
- ### 2.4 Testing Infrastructure
1155
-
1156
- - [ ] Testing frameworks are installed before writing tests
1157
- - [ ] Test environment setup precedes test implementation
1158
- - [ ] Mock services or data are defined before testing
1159
- - [ ] [[BROWNFIELD ONLY]] Regression testing covers existing functionality
1160
- - [ ] [[BROWNFIELD ONLY]] Integration testing validates new-to-existing connections
1161
-
1162
- ## 3. EXTERNAL DEPENDENCIES & INTEGRATIONS
1163
-
1164
- [[LLM: External dependencies often block progress. For brownfield, ensure new dependencies don't conflict with existing ones.]]
1165
-
1166
- ### 3.1 Third-Party Services
1167
-
1168
- - [ ] Account creation steps are identified for required services
1169
- - [ ] API key acquisition processes are defined
1170
- - [ ] Steps for securely storing credentials are included
1171
- - [ ] Fallback or offline development options are considered
1172
- - [ ] [[BROWNFIELD ONLY]] Compatibility with existing services verified
1173
- - [ ] [[BROWNFIELD ONLY]] Impact on existing integrations assessed
1174
-
1175
- ### 3.2 External APIs
1176
-
1177
- - [ ] Integration points with external APIs are clearly identified
1178
- - [ ] Authentication with external services is properly sequenced
1179
- - [ ] API limits or constraints are acknowledged
1180
- - [ ] Backup strategies for API failures are considered
1181
- - [ ] [[BROWNFIELD ONLY]] Existing API dependencies maintained
1182
-
1183
- ### 3.3 Infrastructure Services
1184
-
1185
- - [ ] Cloud resource provisioning is properly sequenced
1186
- - [ ] DNS or domain registration needs are identified
1187
- - [ ] Email or messaging service setup is included if needed
1188
- - [ ] CDN or static asset hosting setup precedes their use
1189
- - [ ] [[BROWNFIELD ONLY]] Existing infrastructure services preserved
1190
-
1191
- ## 4. UI/UX CONSIDERATIONS [[UI/UX ONLY]]
1192
-
1193
- [[LLM: Only evaluate this section if the project includes user interface components. Skip entirely for backend-only projects.]]
1194
-
1195
- ### 4.1 Design System Setup
1196
-
1197
- - [ ] UI framework and libraries are selected and installed early
1198
- - [ ] Design system or component library is established
1199
- - [ ] Styling approach (CSS modules, styled-components, etc.) is defined
1200
- - [ ] Responsive design strategy is established
1201
- - [ ] Accessibility requirements are defined upfront
1202
-
1203
- ### 4.2 Frontend Infrastructure
1204
-
1205
- - [ ] Frontend build pipeline is configured before development
1206
- - [ ] Asset optimization strategy is defined
1207
- - [ ] Frontend testing framework is set up
1208
- - [ ] Component development workflow is established
1209
- - [ ] [[BROWNFIELD ONLY]] UI consistency with existing system maintained
1210
-
1211
- ### 4.3 User Experience Flow
1212
-
1213
- - [ ] User journeys are mapped before implementation
1214
- - [ ] Navigation patterns are defined early
1215
- - [ ] Error states and loading states are planned
1216
- - [ ] Form validation patterns are established
1217
- - [ ] [[BROWNFIELD ONLY]] Existing user workflows preserved or migrated
1218
-
1219
- ## 5. USER/AGENT RESPONSIBILITY
1220
-
1221
- [[LLM: Clear ownership prevents confusion. Ensure tasks are assigned appropriately based on what only humans can do.]]
1222
-
1223
- ### 5.1 User Actions
1224
-
1225
- - [ ] User responsibilities limited to human-only tasks
1226
- - [ ] Account creation on external services assigned to users
1227
- - [ ] Purchasing or payment actions assigned to users
1228
- - [ ] Credential provision appropriately assigned to users
1229
-
1230
- ### 5.2 Developer Agent Actions
1231
-
1232
- - [ ] All code-related tasks assigned to developer agents
1233
- - [ ] Automated processes identified as agent responsibilities
1234
- - [ ] Configuration management properly assigned
1235
- - [ ] Testing and validation assigned to appropriate agents
1236
-
1237
- ## 6. FEATURE SEQUENCING & DEPENDENCIES
1238
-
1239
- [[LLM: Dependencies create the critical path. For brownfield, ensure new features don't break existing ones.]]
1240
-
1241
- ### 6.1 Functional Dependencies
1242
-
1243
- - [ ] Features depending on others are sequenced correctly
1244
- - [ ] Shared components are built before their use
1245
- - [ ] User flows follow logical progression
1246
- - [ ] Authentication features precede protected features
1247
- - [ ] [[BROWNFIELD ONLY]] Existing functionality preserved throughout
1248
-
1249
- ### 6.2 Technical Dependencies
1250
-
1251
- - [ ] Lower-level services built before higher-level ones
1252
- - [ ] Libraries and utilities created before their use
1253
- - [ ] Data models defined before operations on them
1254
- - [ ] API endpoints defined before client consumption
1255
- - [ ] [[BROWNFIELD ONLY]] Integration points tested at each step
1256
-
1257
- ### 6.3 Cross-Epic Dependencies
1258
-
1259
- - [ ] Later epics build upon earlier epic functionality
1260
- - [ ] No epic requires functionality from later epics
1261
- - [ ] Infrastructure from early epics utilized consistently
1262
- - [ ] Incremental value delivery maintained
1263
- - [ ] [[BROWNFIELD ONLY]] Each epic maintains system integrity
1264
-
1265
- ## 7. RISK MANAGEMENT [[BROWNFIELD ONLY]]
1266
-
1267
- [[LLM: This section is CRITICAL for brownfield projects. Think pessimistically about what could break.]]
1268
-
1269
- ### 7.1 Breaking Change Risks
1270
-
1271
- - [ ] Risk of breaking existing functionality assessed
1272
- - [ ] Database migration risks identified and mitigated
1273
- - [ ] API breaking change risks evaluated
1274
- - [ ] Performance degradation risks identified
1275
- - [ ] Security vulnerability risks evaluated
1276
-
1277
- ### 7.2 Rollback Strategy
1278
-
1279
- - [ ] Rollback procedures clearly defined per story
1280
- - [ ] Feature flag strategy implemented
1281
- - [ ] Backup and recovery procedures updated
1282
- - [ ] Monitoring enhanced for new components
1283
- - [ ] Rollback triggers and thresholds defined
1284
-
1285
- ### 7.3 User Impact Mitigation
1286
-
1287
- - [ ] Existing user workflows analyzed for impact
1288
- - [ ] User communication plan developed
1289
- - [ ] Training materials updated
1290
- - [ ] Support documentation comprehensive
1291
- - [ ] Migration path for user data validated
1292
-
1293
- ## 8. MVP SCOPE ALIGNMENT
1294
-
1295
- [[LLM: MVP means MINIMUM viable product. For brownfield, ensure enhancements are truly necessary.]]
1296
-
1297
- ### 8.1 Core Goals Alignment
1298
-
1299
- - [ ] All core goals from PRD are addressed
1300
- - [ ] Features directly support MVP goals
1301
- - [ ] No extraneous features beyond MVP scope
1302
- - [ ] Critical features prioritized appropriately
1303
- - [ ] [[BROWNFIELD ONLY]] Enhancement complexity justified
1304
-
1305
- ### 8.2 User Journey Completeness
1306
-
1307
- - [ ] All critical user journeys fully implemented
1308
- - [ ] Edge cases and error scenarios addressed
1309
- - [ ] User experience considerations included
1310
- - [ ] [[UI/UX ONLY]] Accessibility requirements incorporated
1311
- - [ ] [[BROWNFIELD ONLY]] Existing workflows preserved or improved
1312
-
1313
- ### 8.3 Technical Requirements
1314
-
1315
- - [ ] All technical constraints from PRD addressed
1316
- - [ ] Non-functional requirements incorporated
1317
- - [ ] Architecture decisions align with constraints
1318
- - [ ] Performance considerations addressed
1319
- - [ ] [[BROWNFIELD ONLY]] Compatibility requirements met
1320
-
1321
- ## 9. DOCUMENTATION & HANDOFF
1322
-
1323
- [[LLM: Good documentation enables smooth development. For brownfield, documentation of integration points is critical.]]
1324
-
1325
- ### 9.1 Developer Documentation
1326
-
1327
- - [ ] API documentation created alongside implementation
1328
- - [ ] Setup instructions are comprehensive
1329
- - [ ] Architecture decisions documented
1330
- - [ ] Patterns and conventions documented
1331
- - [ ] [[BROWNFIELD ONLY]] Integration points documented in detail
1332
-
1333
- ### 9.2 User Documentation
1334
-
1335
- - [ ] User guides or help documentation included if required
1336
- - [ ] Error messages and user feedback considered
1337
- - [ ] Onboarding flows fully specified
1338
- - [ ] [[BROWNFIELD ONLY]] Changes to existing features documented
1339
-
1340
- ### 9.3 Knowledge Transfer
1341
-
1342
- - [ ] [[BROWNFIELD ONLY]] Existing system knowledge captured
1343
- - [ ] [[BROWNFIELD ONLY]] Integration knowledge documented
1344
- - [ ] Code review knowledge sharing planned
1345
- - [ ] Deployment knowledge transferred to operations
1346
- - [ ] Historical context preserved
1347
-
1348
- ## 10. POST-MVP CONSIDERATIONS
1349
-
1350
- [[LLM: Planning for success prevents technical debt. For brownfield, ensure enhancements don't limit future growth.]]
1351
-
1352
- ### 10.1 Future Enhancements
1353
-
1354
- - [ ] Clear separation between MVP and future features
1355
- - [ ] Architecture supports planned enhancements
1356
- - [ ] Technical debt considerations documented
1357
- - [ ] Extensibility points identified
1358
- - [ ] [[BROWNFIELD ONLY]] Integration patterns reusable
1359
-
1360
- ### 10.2 Monitoring & Feedback
1361
-
1362
- - [ ] Analytics or usage tracking included if required
1363
- - [ ] User feedback collection considered
1364
- - [ ] Monitoring and alerting addressed
1365
- - [ ] Performance measurement incorporated
1366
- - [ ] [[BROWNFIELD ONLY]] Existing monitoring preserved/enhanced
1367
-
1368
- ## VALIDATION SUMMARY
1369
-
1370
- [[LLM: FINAL PO VALIDATION REPORT GENERATION
1371
-
1372
- Generate a comprehensive validation report that adapts to project type:
1373
-
1374
- 1. Executive Summary
1375
- - Project type: [Greenfield/Brownfield] with [UI/No UI]
1376
- - Overall readiness (percentage)
1377
- - Go/No-Go recommendation
1378
- - Critical blocking issues count
1379
- - Sections skipped due to project type
1380
-
1381
- 2. Project-Specific Analysis
1382
-
1383
- FOR GREENFIELD:
1384
- - Setup completeness
1385
- - Dependency sequencing
1386
- - MVP scope appropriateness
1387
- - Development timeline feasibility
1388
-
1389
- FOR BROWNFIELD:
1390
- - Integration risk level (High/Medium/Low)
1391
- - Existing system impact assessment
1392
- - Rollback readiness
1393
- - User disruption potential
1394
-
1395
- 3. Risk Assessment
1396
- - Top 5 risks by severity
1397
- - Mitigation recommendations
1398
- - Timeline impact of addressing issues
1399
- - [BROWNFIELD] Specific integration risks
1400
-
1401
- 4. MVP Completeness
1402
- - Core features coverage
1403
- - Missing essential functionality
1404
- - Scope creep identified
1405
- - True MVP vs over-engineering
1406
-
1407
- 5. Implementation Readiness
1408
- - Developer clarity score (1-10)
1409
- - Ambiguous requirements count
1410
- - Missing technical details
1411
- - [BROWNFIELD] Integration point clarity
1412
-
1413
- 6. Recommendations
1414
- - Must-fix before development
1415
- - Should-fix for quality
1416
- - Consider for improvement
1417
- - Post-MVP deferrals
1418
-
1419
- 7. [BROWNFIELD ONLY] Integration Confidence
1420
- - Confidence in preserving existing functionality
1421
- - Rollback procedure completeness
1422
- - Monitoring coverage for integration points
1423
- - Support team readiness
1424
-
1425
- After presenting the report, ask if the user wants:
1426
-
1427
- - Detailed analysis of any failed sections
1428
- - Specific story reordering suggestions
1429
- - Risk mitigation strategies
1430
- - [BROWNFIELD] Integration risk deep-dive]]
1431
-
1432
- ### Category Statuses
1433
-
1434
- | Category | Status | Critical Issues |
1435
- | --------------------------------------- | ------ | --------------- |
1436
- | 1. Project Setup & Initialization | _TBD_ | |
1437
- | 2. Infrastructure & Deployment | _TBD_ | |
1438
- | 3. External Dependencies & Integrations | _TBD_ | |
1439
- | 4. UI/UX Considerations | _TBD_ | |
1440
- | 5. User/Agent Responsibility | _TBD_ | |
1441
- | 6. Feature Sequencing & Dependencies | _TBD_ | |
1442
- | 7. Risk Management (Brownfield) | _TBD_ | |
1443
- | 8. MVP Scope Alignment | _TBD_ | |
1444
- | 9. Documentation & Handoff | _TBD_ | |
1445
- | 10. Post-MVP Considerations | _TBD_ | |
1446
-
1447
- ### Critical Deficiencies
1448
-
1449
- (To be populated during validation)
1450
-
1451
- ### Recommendations
1452
-
1453
- (To be populated during validation)
1454
-
1455
- ### Final Decision
1456
-
1457
- - **APPROVED**: The plan is comprehensive, properly sequenced, and ready for implementation.
1458
- - **CONDITIONAL**: The plan requires specific adjustments before proceeding.
1459
- - **REJECTED**: The plan requires significant revision to address critical deficiencies.
1460
-
1461
-
1462
- ---
1463
-
1464
- ## Story Dod Checklist {#story-dod-checklist}
1465
-
1466
-
1467
- # Story Definition of Done (DoD) Checklist
1468
-
1469
- ## Instructions for Developer Agent
1470
-
1471
- Before marking a story as 'Review', please go through each item in this checklist. Report the status of each item (e.g., [x] Done, [ ] Not Done, [N/A] Not Applicable) and provide brief comments if necessary.
1472
-
1473
- [[LLM: INITIALIZATION INSTRUCTIONS - STORY DOD VALIDATION
1474
-
1475
- This checklist is for DEVELOPER AGENTS to self-validate their work before marking a story complete.
1476
-
1477
- IMPORTANT: This is a self-assessment. Be honest about what's actually done vs what should be done. It's better to identify issues now than have them found in review.
1478
-
1479
- EXECUTION APPROACH:
1480
-
1481
- 1. Go through each section systematically
1482
- 2. Mark items as [x] Done, [ ] Not Done, or [N/A] Not Applicable
1483
- 3. Add brief comments explaining any [ ] or [N/A] items
1484
- 4. Be specific about what was actually implemented
1485
- 5. Flag any concerns or technical debt created
1486
-
1487
- The goal is quality delivery, not just checking boxes.]]
1488
-
1489
- ## Checklist Items
1490
-
1491
- 1. **Requirements Met:**
1492
-
1493
- [[LLM: Be specific - list each requirement and whether it's complete]]
1494
- - [ ] All functional requirements specified in the story are implemented.
1495
- - [ ] All acceptance criteria defined in the story are met.
1496
-
1497
- 2. **Coding Standards & Project Structure:**
1498
-
1499
- [[LLM: Code quality matters for maintainability. Check each item carefully]]
1500
- - [ ] All new/modified code strictly adheres to `Operational Guidelines`.
1501
- - [ ] All new/modified code aligns with `Project Structure` (file locations, naming, etc.).
1502
- - [ ] Adherence to `Tech Stack` for technologies/versions used (if story introduces or modifies tech usage).
1503
- - [ ] Adherence to `Api Reference` and `Data Models` (if story involves API or data model changes).
1504
- - [ ] Basic security best practices (e.g., input validation, proper error handling, no hardcoded secrets) applied for new/modified code.
1505
- - [ ] No new linter errors or warnings introduced.
1506
- - [ ] Code is well-commented where necessary (clarifying complex logic, not obvious statements).
1507
-
1508
- 3. **Testing:**
1509
-
1510
- [[LLM: Testing proves your code works. Be honest about test coverage]]
1511
- - [ ] All required unit tests as per the story and `Operational Guidelines` Testing Strategy are implemented.
1512
- - [ ] All required integration tests (if applicable) as per the story and `Operational Guidelines` Testing Strategy are implemented.
1513
- - [ ] All tests (unit, integration, E2E if applicable) pass successfully.
1514
- - [ ] Test coverage meets project standards (if defined).
1515
-
1516
- 4. **Functionality & Verification:**
1517
-
1518
- [[LLM: Did you actually run and test your code? Be specific about what you tested]]
1519
- - [ ] Functionality has been manually verified by the developer (e.g., running the app locally, checking UI, testing API endpoints).
1520
- - [ ] Edge cases and potential error conditions considered and handled gracefully.
1521
-
1522
- 5. **Story Administration:**
1523
-
1524
- [[LLM: Documentation helps the next developer. What should they know?]]
1525
- - [ ] All tasks within the story file are marked as complete.
1526
- - [ ] Any clarifications or decisions made during development are documented in the story file or linked appropriately.
1527
- - [ ] The story wrap up section has been completed with notes of changes or information relevant to the next story or overall project, the agent model that was primarily used during development, and the changelog of any changes is properly updated.
1528
-
1529
- 6. **Dependencies, Build & Configuration:**
1530
-
1531
- [[LLM: Build issues block everyone. Ensure everything compiles and runs cleanly]]
1532
- - [ ] Project builds successfully without errors.
1533
- - [ ] Project linting passes
1534
- - [ ] Any new dependencies added were either pre-approved in the story requirements OR explicitly approved by the user during development (approval documented in story file).
1535
- - [ ] If new dependencies were added, they are recorded in the appropriate project files (e.g., `package.json`, `requirements.txt`) with justification.
1536
- - [ ] No known security vulnerabilities introduced by newly added and approved dependencies.
1537
- - [ ] If new environment variables or configurations were introduced by the story, they are documented and handled securely.
1538
-
1539
- 7. **Documentation (If Applicable):**
1540
-
1541
- [[LLM: Good documentation prevents future confusion. What needs explaining?]]
1542
- - [ ] Relevant inline code documentation (e.g., JSDoc, TSDoc, Python docstrings) for new public APIs or complex logic is complete.
1543
- - [ ] User-facing documentation updated, if changes impact users.
1544
- - [ ] Technical documentation (e.g., READMEs, system diagrams) updated if significant architectural changes were made.
1545
-
1546
- ## Final Confirmation
1547
-
1548
- [[LLM: FINAL DOD SUMMARY
1549
-
1550
- After completing the checklist:
1551
-
1552
- 1. Summarize what was accomplished in this story
1553
- 2. List any items marked as [ ] Not Done with explanations
1554
- 3. Identify any technical debt or follow-up work needed
1555
- 4. Note any challenges or learnings for future stories
1556
- 5. Confirm whether the story is truly ready for review
1557
-
1558
- Be honest - it's better to flag issues now than have them discovered later.]]
1559
-
1560
- - [ ] I, the Developer Agent, confirm that all applicable items above have been addressed.
1561
-
1562
-
1563
- ---
1564
-
1565
- ## Story Draft Checklist {#story-draft-checklist}
1566
-
1567
-
1568
- # Story Draft Checklist
1569
-
1570
- The Scrum Master should use this checklist to validate that each story contains sufficient context for a developer agent to implement it successfully, while assuming the dev agent has reasonable capabilities to figure things out.
1571
-
1572
- [[LLM: INITIALIZATION INSTRUCTIONS - STORY DRAFT VALIDATION
1573
-
1574
- Before proceeding with this checklist, ensure you have access to:
1575
-
1576
- 1. The story document being validated (usually in docs/stories/ or provided directly)
1577
- 2. The parent epic context
1578
- 3. Any referenced architecture or design documents
1579
- 4. Previous related stories if this builds on prior work
1580
-
1581
- IMPORTANT: This checklist validates individual stories BEFORE implementation begins.
1582
-
1583
- VALIDATION PRINCIPLES:
1584
-
1585
- 1. Clarity - A developer should understand WHAT to build
1586
- 2. Context - WHY this is being built and how it fits
1587
- 3. Guidance - Key technical decisions and patterns to follow
1588
- 4. Testability - How to verify the implementation works
1589
- 5. Self-Contained - Most info needed is in the story itself
1590
-
1591
- REMEMBER: We assume competent developer agents who can:
1592
-
1593
- - Research documentation and codebases
1594
- - Make reasonable technical decisions
1595
- - Follow established patterns
1596
- - Ask for clarification when truly stuck
1597
-
1598
- We're checking for SUFFICIENT guidance, not exhaustive detail.]]
1599
-
1600
- ## 1. GOAL & CONTEXT CLARITY
1601
-
1602
- [[LLM: Without clear goals, developers build the wrong thing. Verify:
1603
-
1604
- 1. The story states WHAT functionality to implement
1605
- 2. The business value or user benefit is clear
1606
- 3. How this fits into the larger epic/product is explained
1607
- 4. Dependencies are explicit ("requires Story X to be complete")
1608
- 5. Success looks like something specific, not vague]]
1609
-
1610
- - [ ] Story goal/purpose is clearly stated
1611
- - [ ] Relationship to epic goals is evident
1612
- - [ ] How the story fits into overall system flow is explained
1613
- - [ ] Dependencies on previous stories are identified (if applicable)
1614
- - [ ] Business context and value are clear
1615
-
1616
- ## 2. TECHNICAL IMPLEMENTATION GUIDANCE
1617
-
1618
- [[LLM: Developers need enough technical context to start coding. Check:
1619
-
1620
- 1. Key files/components to create or modify are mentioned
1621
- 2. Technology choices are specified where non-obvious
1622
- 3. Integration points with existing code are identified
1623
- 4. Data models or API contracts are defined or referenced
1624
- 5. Non-standard patterns or exceptions are called out
1625
-
1626
- Note: We don't need every file listed - just the important ones.]]
1627
-
1628
- - [ ] Key files to create/modify are identified (not necessarily exhaustive)
1629
- - [ ] Technologies specifically needed for this story are mentioned
1630
- - [ ] Critical APIs or interfaces are sufficiently described
1631
- - [ ] Necessary data models or structures are referenced
1632
- - [ ] Required environment variables are listed (if applicable)
1633
- - [ ] Any exceptions to standard coding patterns are noted
1634
-
1635
- ## 3. REFERENCE EFFECTIVENESS
1636
-
1637
- [[LLM: References should help, not create a treasure hunt. Ensure:
1638
-
1639
- 1. References point to specific sections, not whole documents
1640
- 2. The relevance of each reference is explained
1641
- 3. Critical information is summarized in the story
1642
- 4. References are accessible (not broken links)
1643
- 5. Previous story context is summarized if needed]]
1644
-
1645
- - [ ] References to external documents point to specific relevant sections
1646
- - [ ] Critical information from previous stories is summarized (not just referenced)
1647
- - [ ] Context is provided for why references are relevant
1648
- - [ ] References use consistent format (e.g., `docs/filename.md#section`)
1649
-
1650
- ## 4. SELF-CONTAINMENT ASSESSMENT
1651
-
1652
- [[LLM: Stories should be mostly self-contained to avoid context switching. Verify:
1653
-
1654
- 1. Core requirements are in the story, not just in references
1655
- 2. Domain terms are explained or obvious from context
1656
- 3. Assumptions are stated explicitly
1657
- 4. Edge cases are mentioned (even if deferred)
1658
- 5. The story could be understood without reading 10 other documents]]
1659
-
1660
- - [ ] Core information needed is included (not overly reliant on external docs)
1661
- - [ ] Implicit assumptions are made explicit
1662
- - [ ] Domain-specific terms or concepts are explained
1663
- - [ ] Edge cases or error scenarios are addressed
1664
-
1665
- ## 5. TESTING GUIDANCE
1666
-
1667
- [[LLM: Testing ensures the implementation actually works. Check:
1668
-
1669
- 1. Test approach is specified (unit, integration, e2e)
1670
- 2. Key test scenarios are listed
1671
- 3. Success criteria are measurable
1672
- 4. Special test considerations are noted
1673
- 5. Acceptance criteria in the story are testable]]
1674
-
1675
- - [ ] Required testing approach is outlined
1676
- - [ ] Key test scenarios are identified
1677
- - [ ] Success criteria are defined
1678
- - [ ] Special testing considerations are noted (if applicable)
1679
-
1680
- ## VALIDATION RESULT
1681
-
1682
- [[LLM: FINAL STORY VALIDATION REPORT
1683
-
1684
- Generate a concise validation report:
1685
-
1686
- 1. Quick Summary
1687
- - Story readiness: READY / NEEDS REVISION / BLOCKED
1688
- - Clarity score (1-10)
1689
- - Major gaps identified
1690
-
1691
- 2. Fill in the validation table with:
1692
- - PASS: Requirements clearly met
1693
- - PARTIAL: Some gaps but workable
1694
- - FAIL: Critical information missing
1695
-
1696
- 3. Specific Issues (if any)
1697
- - List concrete problems to fix
1698
- - Suggest specific improvements
1699
- - Identify any blocking dependencies
1700
-
1701
- 4. Developer Perspective
1702
- - Could YOU implement this story as written?
1703
- - What questions would you have?
1704
- - What might cause delays or rework?
1705
-
1706
- Be pragmatic - perfect documentation doesn't exist, but it must be enough to provide the extreme context a dev agent needs to get the work down and not create a mess.]]
1707
-
1708
- | Category | Status | Issues |
1709
- | ------------------------------------ | ------ | ------ |
1710
- | 1. Goal & Context Clarity | _TBD_ | |
1711
- | 2. Technical Implementation Guidance | _TBD_ | |
1712
- | 3. Reference Effectiveness | _TBD_ | |
1713
- | 4. Self-Containment Assessment | _TBD_ | |
1714
- | 5. Testing Guidance | _TBD_ | |
1715
-
1716
- **Final Assessment:**
1717
-
1718
- - READY: The story provides sufficient context for implementation
1719
- - NEEDS REVISION: The story requires updates (see issues)
1720
- - BLOCKED: External information required (specify what information)
1721
-
1722
-
1723
- ---
1724
-