ma-agents 3.4.7 → 3.4.8

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 (575) hide show
  1. package/.opencode/skills/.ma-agents.json +48 -167
  2. package/.opencode/skills/MANIFEST.yaml +0 -128
  3. package/.opencode/skills/add-sprint/.gitkeep +0 -0
  4. package/.opencode/skills/add-sprint/SKILL.md +207 -0
  5. package/.opencode/skills/add-sprint/bmad-skill-manifest.yaml +3 -0
  6. package/.opencode/skills/add-to-sprint/.gitkeep +0 -0
  7. package/.opencode/skills/add-to-sprint/SKILL.md +189 -0
  8. package/.opencode/skills/add-to-sprint/bmad-skill-manifest.yaml +3 -0
  9. package/.opencode/skills/bmad-advanced-elicitation/SKILL.md +137 -0
  10. package/.opencode/skills/bmad-advanced-elicitation/methods.csv +51 -0
  11. package/.opencode/skills/bmad-agent-analyst/SKILL.md +56 -0
  12. package/.opencode/skills/bmad-agent-analyst/bmad-skill-manifest.yaml +11 -0
  13. package/.opencode/skills/bmad-agent-architect/SKILL.md +52 -0
  14. package/.opencode/skills/bmad-agent-architect/bmad-skill-manifest.yaml +11 -0
  15. package/.opencode/skills/bmad-agent-dev/SKILL.md +62 -0
  16. package/.opencode/skills/bmad-agent-dev/bmad-skill-manifest.yaml +11 -0
  17. package/.opencode/skills/bmad-agent-pm/SKILL.md +57 -0
  18. package/.opencode/skills/bmad-agent-pm/bmad-skill-manifest.yaml +11 -0
  19. package/.opencode/skills/bmad-agent-qa/SKILL.md +59 -0
  20. package/.opencode/skills/bmad-agent-qa/bmad-skill-manifest.yaml +11 -0
  21. package/.opencode/skills/bmad-agent-quick-flow-solo-dev/SKILL.md +51 -0
  22. package/.opencode/skills/bmad-agent-quick-flow-solo-dev/bmad-skill-manifest.yaml +11 -0
  23. package/.opencode/skills/bmad-agent-sm/SKILL.md +53 -0
  24. package/.opencode/skills/bmad-agent-sm/bmad-skill-manifest.yaml +11 -0
  25. package/.opencode/skills/bmad-agent-tech-writer/SKILL.md +55 -0
  26. package/.opencode/skills/bmad-agent-tech-writer/bmad-skill-manifest.yaml +11 -0
  27. package/.opencode/skills/bmad-agent-tech-writer/explain-concept.md +20 -0
  28. package/.opencode/skills/bmad-agent-tech-writer/mermaid-gen.md +20 -0
  29. package/.opencode/skills/bmad-agent-tech-writer/validate-doc.md +19 -0
  30. package/.opencode/skills/bmad-agent-tech-writer/write-document.md +20 -0
  31. package/.opencode/skills/bmad-agent-ux-designer/SKILL.md +53 -0
  32. package/.opencode/skills/bmad-agent-ux-designer/bmad-skill-manifest.yaml +11 -0
  33. package/.opencode/skills/bmad-brainstorming/SKILL.md +6 -0
  34. package/.opencode/skills/bmad-brainstorming/brain-methods.csv +62 -0
  35. package/.opencode/skills/bmad-brainstorming/steps/step-01-session-setup.md +214 -0
  36. package/.opencode/skills/bmad-brainstorming/steps/step-01b-continue.md +124 -0
  37. package/.opencode/skills/bmad-brainstorming/steps/step-02a-user-selected.md +229 -0
  38. package/.opencode/skills/bmad-brainstorming/steps/step-02b-ai-recommended.md +239 -0
  39. package/.opencode/skills/bmad-brainstorming/steps/step-02c-random-selection.md +211 -0
  40. package/.opencode/skills/bmad-brainstorming/steps/step-02d-progressive-flow.md +266 -0
  41. package/.opencode/skills/bmad-brainstorming/steps/step-03-technique-execution.md +401 -0
  42. package/.opencode/skills/bmad-brainstorming/steps/step-04-idea-organization.md +305 -0
  43. package/.opencode/skills/bmad-brainstorming/template.md +15 -0
  44. package/.opencode/skills/bmad-brainstorming/workflow.md +53 -0
  45. package/.opencode/skills/bmad-check-implementation-readiness/SKILL.md +6 -0
  46. package/.opencode/skills/bmad-check-implementation-readiness/steps/step-01-document-discovery.md +179 -0
  47. package/.opencode/skills/bmad-check-implementation-readiness/steps/step-02-prd-analysis.md +168 -0
  48. package/.opencode/skills/bmad-check-implementation-readiness/steps/step-03-epic-coverage-validation.md +169 -0
  49. package/.opencode/skills/bmad-check-implementation-readiness/steps/step-04-ux-alignment.md +129 -0
  50. package/.opencode/skills/bmad-check-implementation-readiness/steps/step-05-epic-quality-review.md +241 -0
  51. package/.opencode/skills/bmad-check-implementation-readiness/steps/step-06-final-assessment.md +126 -0
  52. package/.opencode/skills/bmad-check-implementation-readiness/templates/readiness-report-template.md +4 -0
  53. package/.opencode/skills/bmad-check-implementation-readiness/workflow.md +49 -0
  54. package/.opencode/skills/bmad-cis-design-thinking/SKILL.md +6 -0
  55. package/.opencode/skills/bmad-cis-design-thinking/bmad-skill-manifest.yaml +1 -0
  56. package/.opencode/skills/bmad-cis-design-thinking/design-methods.csv +31 -0
  57. package/.opencode/skills/bmad-cis-design-thinking/template.md +111 -0
  58. package/.opencode/skills/bmad-cis-design-thinking/workflow.md +242 -0
  59. package/.opencode/skills/bmad-cis-innovation-strategy/SKILL.md +6 -0
  60. package/.opencode/skills/bmad-cis-innovation-strategy/bmad-skill-manifest.yaml +1 -0
  61. package/.opencode/skills/bmad-cis-innovation-strategy/innovation-frameworks.csv +31 -0
  62. package/.opencode/skills/bmad-cis-innovation-strategy/template.md +189 -0
  63. package/.opencode/skills/bmad-cis-innovation-strategy/workflow.md +315 -0
  64. package/.opencode/skills/bmad-cis-problem-solving/SKILL.md +6 -0
  65. package/.opencode/skills/bmad-cis-problem-solving/bmad-skill-manifest.yaml +1 -0
  66. package/.opencode/skills/bmad-cis-problem-solving/solving-methods.csv +31 -0
  67. package/.opencode/skills/bmad-cis-problem-solving/template.md +165 -0
  68. package/.opencode/skills/bmad-cis-problem-solving/workflow.md +291 -0
  69. package/.opencode/skills/bmad-cis-storytelling/SKILL.md +6 -0
  70. package/.opencode/skills/bmad-cis-storytelling/bmad-skill-manifest.yaml +1 -0
  71. package/.opencode/skills/bmad-cis-storytelling/story-types.csv +26 -0
  72. package/.opencode/skills/bmad-cis-storytelling/template.md +113 -0
  73. package/.opencode/skills/bmad-cis-storytelling/workflow.md +321 -0
  74. package/.opencode/skills/bmad-code-review/SKILL.md +6 -0
  75. package/.opencode/skills/bmad-code-review/steps/step-01-gather-context.md +62 -0
  76. package/.opencode/skills/bmad-code-review/steps/step-02-review.md +34 -0
  77. package/.opencode/skills/bmad-code-review/steps/step-03-triage.md +49 -0
  78. package/.opencode/skills/bmad-code-review/steps/step-04-present.md +129 -0
  79. package/.opencode/skills/bmad-code-review/workflow.md +55 -0
  80. package/.opencode/skills/bmad-correct-course/SKILL.md +6 -0
  81. package/.opencode/skills/bmad-correct-course/checklist.md +288 -0
  82. package/.opencode/skills/bmad-correct-course/workflow.md +267 -0
  83. package/.opencode/skills/bmad-create-architecture/SKILL.md +6 -0
  84. package/.opencode/skills/bmad-create-architecture/architecture-decision-template.md +12 -0
  85. package/.opencode/skills/bmad-create-architecture/data/domain-complexity.csv +13 -0
  86. package/.opencode/skills/bmad-create-architecture/data/project-types.csv +7 -0
  87. package/.opencode/skills/bmad-create-architecture/steps/step-01-init.md +153 -0
  88. package/.opencode/skills/bmad-create-architecture/steps/step-01b-continue.md +173 -0
  89. package/.opencode/skills/bmad-create-architecture/steps/step-02-context.md +224 -0
  90. package/.opencode/skills/bmad-create-architecture/steps/step-03-starter.md +329 -0
  91. package/.opencode/skills/bmad-create-architecture/steps/step-04-decisions.md +318 -0
  92. package/.opencode/skills/bmad-create-architecture/steps/step-05-patterns.md +359 -0
  93. package/.opencode/skills/bmad-create-architecture/steps/step-06-structure.md +379 -0
  94. package/.opencode/skills/bmad-create-architecture/steps/step-07-validation.md +359 -0
  95. package/.opencode/skills/bmad-create-architecture/steps/step-08-complete.md +76 -0
  96. package/.opencode/skills/bmad-create-architecture/workflow.md +38 -0
  97. package/.opencode/skills/bmad-create-epics-and-stories/SKILL.md +6 -0
  98. package/.opencode/skills/bmad-create-epics-and-stories/steps/step-01-validate-prerequisites.md +255 -0
  99. package/.opencode/skills/bmad-create-epics-and-stories/steps/step-02-design-epics.md +212 -0
  100. package/.opencode/skills/bmad-create-epics-and-stories/steps/step-03-create-stories.md +255 -0
  101. package/.opencode/skills/bmad-create-epics-and-stories/steps/step-04-final-validation.md +131 -0
  102. package/.opencode/skills/bmad-create-epics-and-stories/templates/epics-template.md +61 -0
  103. package/.opencode/skills/bmad-create-epics-and-stories/workflow.md +53 -0
  104. package/.opencode/skills/bmad-create-prd/SKILL.md +6 -0
  105. package/.opencode/skills/bmad-create-prd/data/domain-complexity.csv +15 -0
  106. package/.opencode/skills/bmad-create-prd/data/prd-purpose.md +197 -0
  107. package/.opencode/skills/bmad-create-prd/data/project-types.csv +11 -0
  108. package/.opencode/skills/bmad-create-prd/steps-c/step-01-init.md +178 -0
  109. package/.opencode/skills/bmad-create-prd/steps-c/step-01b-continue.md +161 -0
  110. package/.opencode/skills/bmad-create-prd/steps-c/step-02-discovery.md +208 -0
  111. package/.opencode/skills/bmad-create-prd/steps-c/step-02b-vision.md +142 -0
  112. package/.opencode/skills/bmad-create-prd/steps-c/step-02c-executive-summary.md +158 -0
  113. package/.opencode/skills/bmad-create-prd/steps-c/step-03-success.md +214 -0
  114. package/.opencode/skills/bmad-create-prd/steps-c/step-04-journeys.md +201 -0
  115. package/.opencode/skills/bmad-create-prd/steps-c/step-05-domain.md +194 -0
  116. package/.opencode/skills/bmad-create-prd/steps-c/step-06-innovation.md +211 -0
  117. package/.opencode/skills/bmad-create-prd/steps-c/step-07-project-type.md +222 -0
  118. package/.opencode/skills/bmad-create-prd/steps-c/step-08-scoping.md +216 -0
  119. package/.opencode/skills/bmad-create-prd/steps-c/step-09-functional.md +219 -0
  120. package/.opencode/skills/bmad-create-prd/steps-c/step-10-nonfunctional.md +230 -0
  121. package/.opencode/skills/bmad-create-prd/steps-c/step-11-polish.md +221 -0
  122. package/.opencode/skills/bmad-create-prd/steps-c/step-12-complete.md +115 -0
  123. package/.opencode/skills/bmad-create-prd/templates/prd-template.md +10 -0
  124. package/.opencode/skills/bmad-create-prd/workflow.md +62 -0
  125. package/.opencode/skills/bmad-create-story/SKILL.md +6 -0
  126. package/.opencode/skills/bmad-create-story/checklist.md +357 -0
  127. package/.opencode/skills/bmad-create-story/discover-inputs.md +88 -0
  128. package/.opencode/skills/bmad-create-story/template.md +49 -0
  129. package/.opencode/skills/bmad-create-story/workflow.md +380 -0
  130. package/.opencode/skills/bmad-create-ux-design/SKILL.md +6 -0
  131. package/.opencode/skills/bmad-create-ux-design/steps/step-01-init.md +135 -0
  132. package/.opencode/skills/bmad-create-ux-design/steps/step-01b-continue.md +127 -0
  133. package/.opencode/skills/bmad-create-ux-design/steps/step-02-discovery.md +190 -0
  134. package/.opencode/skills/bmad-create-ux-design/steps/step-03-core-experience.md +217 -0
  135. package/.opencode/skills/bmad-create-ux-design/steps/step-04-emotional-response.md +220 -0
  136. package/.opencode/skills/bmad-create-ux-design/steps/step-05-inspiration.md +235 -0
  137. package/.opencode/skills/bmad-create-ux-design/steps/step-06-design-system.md +253 -0
  138. package/.opencode/skills/bmad-create-ux-design/steps/step-07-defining-experience.md +255 -0
  139. package/.opencode/skills/bmad-create-ux-design/steps/step-08-visual-foundation.md +225 -0
  140. package/.opencode/skills/bmad-create-ux-design/steps/step-09-design-directions.md +225 -0
  141. package/.opencode/skills/bmad-create-ux-design/steps/step-10-user-journeys.md +242 -0
  142. package/.opencode/skills/bmad-create-ux-design/steps/step-11-component-strategy.md +249 -0
  143. package/.opencode/skills/bmad-create-ux-design/steps/step-12-ux-patterns.md +238 -0
  144. package/.opencode/skills/bmad-create-ux-design/steps/step-13-responsive-accessibility.md +265 -0
  145. package/.opencode/skills/bmad-create-ux-design/steps/step-14-complete.md +171 -0
  146. package/.opencode/skills/bmad-create-ux-design/ux-design-template.md +13 -0
  147. package/.opencode/skills/bmad-create-ux-design/workflow.md +36 -0
  148. package/.opencode/skills/bmad-dev-story/SKILL.md +6 -0
  149. package/.opencode/skills/bmad-dev-story/checklist.md +80 -0
  150. package/.opencode/skills/bmad-dev-story/workflow.md +450 -0
  151. package/.opencode/skills/bmad-distillator/SKILL.md +178 -0
  152. package/.opencode/skills/bmad-distillator/agents/distillate-compressor.md +116 -0
  153. package/.opencode/skills/bmad-distillator/agents/round-trip-reconstructor.md +68 -0
  154. package/.opencode/skills/bmad-distillator/resources/compression-rules.md +51 -0
  155. package/.opencode/skills/bmad-distillator/resources/distillate-format-reference.md +227 -0
  156. package/.opencode/skills/bmad-distillator/resources/splitting-strategy.md +78 -0
  157. package/.opencode/skills/bmad-distillator/scripts/analyze_sources.py +300 -0
  158. package/.opencode/skills/bmad-distillator/scripts/tests/test_analyze_sources.py +204 -0
  159. package/.opencode/skills/bmad-document-project/SKILL.md +6 -0
  160. package/.opencode/skills/bmad-document-project/checklist.md +245 -0
  161. package/.opencode/skills/bmad-document-project/documentation-requirements.csv +12 -0
  162. package/.opencode/skills/bmad-document-project/instructions.md +128 -0
  163. package/.opencode/skills/bmad-document-project/templates/deep-dive-template.md +345 -0
  164. package/.opencode/skills/bmad-document-project/templates/index-template.md +169 -0
  165. package/.opencode/skills/bmad-document-project/templates/project-overview-template.md +103 -0
  166. package/.opencode/skills/bmad-document-project/templates/project-scan-report-schema.json +160 -0
  167. package/.opencode/skills/bmad-document-project/templates/source-tree-template.md +135 -0
  168. package/.opencode/skills/bmad-document-project/workflow.md +27 -0
  169. package/.opencode/skills/bmad-document-project/workflows/deep-dive-instructions.md +299 -0
  170. package/.opencode/skills/bmad-document-project/workflows/deep-dive-workflow.md +34 -0
  171. package/.opencode/skills/bmad-document-project/workflows/full-scan-instructions.md +1107 -0
  172. package/.opencode/skills/bmad-document-project/workflows/full-scan-workflow.md +34 -0
  173. package/.opencode/skills/bmad-domain-research/SKILL.md +6 -0
  174. package/.opencode/skills/bmad-domain-research/domain-steps/step-01-init.md +137 -0
  175. package/.opencode/skills/bmad-domain-research/domain-steps/step-02-domain-analysis.md +229 -0
  176. package/.opencode/skills/bmad-domain-research/domain-steps/step-03-competitive-landscape.md +238 -0
  177. package/.opencode/skills/bmad-domain-research/domain-steps/step-04-regulatory-focus.md +206 -0
  178. package/.opencode/skills/bmad-domain-research/domain-steps/step-05-technical-trends.md +234 -0
  179. package/.opencode/skills/bmad-domain-research/domain-steps/step-06-research-synthesis.md +444 -0
  180. package/.opencode/skills/bmad-domain-research/research.template.md +29 -0
  181. package/.opencode/skills/bmad-domain-research/workflow.md +49 -0
  182. package/.opencode/skills/bmad-edit-prd/SKILL.md +6 -0
  183. package/.opencode/skills/bmad-edit-prd/steps-e/step-e-01-discovery.md +242 -0
  184. package/.opencode/skills/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md +204 -0
  185. package/.opencode/skills/bmad-edit-prd/steps-e/step-e-02-review.md +245 -0
  186. package/.opencode/skills/bmad-edit-prd/steps-e/step-e-03-edit.md +250 -0
  187. package/.opencode/skills/bmad-edit-prd/steps-e/step-e-04-complete.md +165 -0
  188. package/.opencode/skills/bmad-edit-prd/workflow.md +63 -0
  189. package/.opencode/skills/bmad-editorial-review-prose/SKILL.md +86 -0
  190. package/.opencode/skills/bmad-editorial-review-structure/SKILL.md +179 -0
  191. package/.opencode/skills/bmad-generate-project-context/SKILL.md +6 -0
  192. package/.opencode/skills/bmad-generate-project-context/project-context-template.md +21 -0
  193. package/.opencode/skills/bmad-generate-project-context/steps/step-01-discover.md +186 -0
  194. package/.opencode/skills/bmad-generate-project-context/steps/step-02-generate.md +321 -0
  195. package/.opencode/skills/bmad-generate-project-context/steps/step-03-complete.md +278 -0
  196. package/.opencode/skills/bmad-generate-project-context/workflow.md +43 -0
  197. package/.opencode/skills/bmad-help/SKILL.md +73 -0
  198. package/.opencode/skills/bmad-index-docs/SKILL.md +66 -0
  199. package/.opencode/skills/bmad-init/SKILL.md +100 -0
  200. package/.opencode/skills/bmad-init/resources/core-module.yaml +25 -0
  201. package/.opencode/skills/bmad-init/scripts/bmad_init.py +593 -0
  202. package/.opencode/skills/bmad-init/scripts/tests/test_bmad_init.py +329 -0
  203. package/.opencode/skills/bmad-ma-agent-cyber/.gitkeep +0 -0
  204. package/.opencode/skills/bmad-ma-agent-cyber/SKILL.md +49 -0
  205. package/.opencode/skills/bmad-ma-agent-cyber/bmad-skill-manifest.yaml +11 -0
  206. package/.opencode/skills/bmad-ma-agent-devops/.gitkeep +0 -0
  207. package/.opencode/skills/bmad-ma-agent-devops/SKILL.md +49 -0
  208. package/.opencode/skills/bmad-ma-agent-devops/bmad-skill-manifest.yaml +11 -0
  209. package/.opencode/skills/bmad-ma-agent-mil498/.gitkeep +0 -0
  210. package/.opencode/skills/bmad-ma-agent-mil498/SKILL.md +53 -0
  211. package/.opencode/skills/bmad-ma-agent-mil498/bmad-skill-manifest.yaml +11 -0
  212. package/.opencode/skills/bmad-ma-agent-ml/.gitkeep +0 -0
  213. package/.opencode/skills/bmad-ma-agent-ml/SKILL.md +59 -0
  214. package/.opencode/skills/bmad-ma-agent-ml/bmad-skill-manifest.yaml +11 -0
  215. package/.opencode/skills/bmad-ma-agent-sre/.gitkeep +0 -0
  216. package/.opencode/skills/bmad-ma-agent-sre/SKILL.md +49 -0
  217. package/.opencode/skills/bmad-ma-agent-sre/bmad-skill-manifest.yaml +11 -0
  218. package/.opencode/skills/bmad-market-research/SKILL.md +6 -0
  219. package/.opencode/skills/bmad-market-research/research.template.md +29 -0
  220. package/.opencode/skills/bmad-market-research/steps/step-01-init.md +184 -0
  221. package/.opencode/skills/bmad-market-research/steps/step-02-customer-behavior.md +239 -0
  222. package/.opencode/skills/bmad-market-research/steps/step-03-customer-pain-points.md +251 -0
  223. package/.opencode/skills/bmad-market-research/steps/step-04-customer-decisions.md +261 -0
  224. package/.opencode/skills/bmad-market-research/steps/step-05-competitive-analysis.md +173 -0
  225. package/.opencode/skills/bmad-market-research/steps/step-06-research-completion.md +478 -0
  226. package/.opencode/skills/bmad-market-research/workflow.md +49 -0
  227. package/.opencode/skills/bmad-party-mode/SKILL.md +6 -0
  228. package/.opencode/skills/bmad-party-mode/steps/step-01-agent-loading.md +138 -0
  229. package/.opencode/skills/bmad-party-mode/steps/step-02-discussion-orchestration.md +187 -0
  230. package/.opencode/skills/bmad-party-mode/steps/step-03-graceful-exit.md +167 -0
  231. package/.opencode/skills/bmad-party-mode/workflow.md +190 -0
  232. package/.opencode/skills/bmad-product-brief/SKILL.md +87 -0
  233. package/.opencode/skills/bmad-product-brief/agents/artifact-analyzer.md +60 -0
  234. package/.opencode/skills/bmad-product-brief/agents/opportunity-reviewer.md +44 -0
  235. package/.opencode/skills/bmad-product-brief/agents/skeptic-reviewer.md +44 -0
  236. package/.opencode/skills/bmad-product-brief/agents/web-researcher.md +49 -0
  237. package/.opencode/skills/bmad-product-brief/bmad-manifest.json +17 -0
  238. package/.opencode/skills/bmad-product-brief/prompts/contextual-discovery.md +57 -0
  239. package/.opencode/skills/bmad-product-brief/prompts/draft-and-review.md +86 -0
  240. package/.opencode/skills/bmad-product-brief/prompts/finalize.md +75 -0
  241. package/.opencode/skills/bmad-product-brief/prompts/guided-elicitation.md +70 -0
  242. package/.opencode/skills/bmad-product-brief/resources/brief-template.md +60 -0
  243. package/.opencode/skills/bmad-qa-generate-e2e-tests/SKILL.md +6 -0
  244. package/.opencode/skills/bmad-qa-generate-e2e-tests/checklist.md +33 -0
  245. package/.opencode/skills/bmad-qa-generate-e2e-tests/workflow.md +136 -0
  246. package/.opencode/skills/bmad-quick-dev/SKILL.md +6 -0
  247. package/.opencode/skills/bmad-quick-dev/spec-template.md +88 -0
  248. package/.opencode/skills/bmad-quick-dev/step-01-clarify-and-route.md +64 -0
  249. package/.opencode/skills/bmad-quick-dev/step-02-plan.md +35 -0
  250. package/.opencode/skills/bmad-quick-dev/step-03-implement.md +37 -0
  251. package/.opencode/skills/bmad-quick-dev/step-04-review.md +49 -0
  252. package/.opencode/skills/bmad-quick-dev/step-05-present.md +63 -0
  253. package/.opencode/skills/bmad-quick-dev/step-oneshot.md +49 -0
  254. package/.opencode/skills/bmad-quick-dev/workflow.md +79 -0
  255. package/.opencode/skills/bmad-retrospective/SKILL.md +6 -0
  256. package/.opencode/skills/bmad-retrospective/workflow.md +1479 -0
  257. package/.opencode/skills/bmad-review-adversarial-general/SKILL.md +37 -0
  258. package/.opencode/skills/bmad-review-edge-case-hunter/SKILL.md +67 -0
  259. package/.opencode/skills/bmad-shard-doc/SKILL.md +105 -0
  260. package/.opencode/skills/bmad-sprint-planning/SKILL.md +6 -0
  261. package/.opencode/skills/bmad-sprint-planning/checklist.md +33 -0
  262. package/.opencode/skills/bmad-sprint-planning/sprint-status-template.yaml +56 -0
  263. package/.opencode/skills/bmad-sprint-planning/workflow.md +263 -0
  264. package/.opencode/skills/bmad-sprint-status/SKILL.md +6 -0
  265. package/.opencode/skills/bmad-sprint-status/workflow.md +261 -0
  266. package/.opencode/skills/bmad-technical-research/SKILL.md +6 -0
  267. package/.opencode/skills/bmad-technical-research/research.template.md +29 -0
  268. package/.opencode/skills/bmad-technical-research/technical-steps/step-01-init.md +137 -0
  269. package/.opencode/skills/bmad-technical-research/technical-steps/step-02-technical-overview.md +239 -0
  270. package/.opencode/skills/bmad-technical-research/technical-steps/step-03-integration-patterns.md +248 -0
  271. package/.opencode/skills/bmad-technical-research/technical-steps/step-04-architectural-patterns.md +202 -0
  272. package/.opencode/skills/bmad-technical-research/technical-steps/step-05-implementation-research.md +233 -0
  273. package/.opencode/skills/bmad-technical-research/technical-steps/step-06-research-synthesis.md +487 -0
  274. package/.opencode/skills/bmad-technical-research/workflow.md +50 -0
  275. package/.opencode/skills/bmad-validate-prd/SKILL.md +6 -0
  276. package/.opencode/skills/bmad-validate-prd/data/domain-complexity.csv +15 -0
  277. package/.opencode/skills/bmad-validate-prd/data/prd-purpose.md +197 -0
  278. package/.opencode/skills/bmad-validate-prd/data/project-types.csv +11 -0
  279. package/.opencode/skills/bmad-validate-prd/steps-v/step-v-01-discovery.md +221 -0
  280. package/.opencode/skills/bmad-validate-prd/steps-v/step-v-02-format-detection.md +188 -0
  281. package/.opencode/skills/bmad-validate-prd/steps-v/step-v-02b-parity-check.md +206 -0
  282. package/.opencode/skills/bmad-validate-prd/steps-v/step-v-03-density-validation.md +171 -0
  283. package/.opencode/skills/bmad-validate-prd/steps-v/step-v-04-brief-coverage-validation.md +211 -0
  284. package/.opencode/skills/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md +225 -0
  285. package/.opencode/skills/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md +214 -0
  286. package/.opencode/skills/bmad-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md +202 -0
  287. package/.opencode/skills/bmad-validate-prd/steps-v/step-v-08-domain-compliance-validation.md +240 -0
  288. package/.opencode/skills/bmad-validate-prd/steps-v/step-v-09-project-type-validation.md +260 -0
  289. package/.opencode/skills/bmad-validate-prd/steps-v/step-v-10-smart-validation.md +206 -0
  290. package/.opencode/skills/bmad-validate-prd/steps-v/step-v-11-holistic-quality-validation.md +261 -0
  291. package/.opencode/skills/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md +239 -0
  292. package/.opencode/skills/bmad-validate-prd/steps-v/step-v-13-report-complete.md +229 -0
  293. package/.opencode/skills/bmad-validate-prd/workflow.md +62 -0
  294. package/.opencode/skills/cleanup-done/.gitkeep +0 -0
  295. package/.opencode/skills/cleanup-done/SKILL.md +159 -0
  296. package/.opencode/skills/cleanup-done/bmad-skill-manifest.yaml +3 -0
  297. package/.opencode/skills/create-bug-story/.gitkeep +0 -0
  298. package/.opencode/skills/create-bug-story/SKILL.md +263 -0
  299. package/.opencode/skills/create-bug-story/bmad-skill-manifest.yaml +3 -0
  300. package/.opencode/skills/cyber-generate-certs/.gitkeep +0 -0
  301. package/.opencode/skills/cyber-generate-certs/SKILL.md +27 -0
  302. package/.opencode/skills/cyber-generate-certs/bmad-skill-manifest.yaml +3 -0
  303. package/.opencode/skills/cyber-immunity-estimation/.gitkeep +0 -0
  304. package/.opencode/skills/cyber-immunity-estimation/SKILL.md +29 -0
  305. package/.opencode/skills/cyber-immunity-estimation/bmad-skill-manifest.yaml +3 -0
  306. package/.opencode/skills/cyber-security-audit/.gitkeep +0 -0
  307. package/.opencode/skills/cyber-security-audit/SKILL.md +27 -0
  308. package/.opencode/skills/cyber-security-audit/bmad-skill-manifest.yaml +3 -0
  309. package/.opencode/skills/cyber-vault-secrets/.gitkeep +0 -0
  310. package/.opencode/skills/cyber-vault-secrets/SKILL.md +28 -0
  311. package/.opencode/skills/cyber-vault-secrets/bmad-skill-manifest.yaml +3 -0
  312. package/.opencode/skills/cyber-verify-docker-users/.gitkeep +0 -0
  313. package/.opencode/skills/cyber-verify-docker-users/SKILL.md +23 -0
  314. package/.opencode/skills/cyber-verify-docker-users/bmad-skill-manifest.yaml +3 -0
  315. package/.opencode/skills/cyber-verify-image-signature/.gitkeep +0 -0
  316. package/.opencode/skills/cyber-verify-image-signature/SKILL.md +22 -0
  317. package/.opencode/skills/cyber-verify-image-signature/bmad-skill-manifest.yaml +3 -0
  318. package/.opencode/skills/cyber-vulnerability-scan/.gitkeep +0 -0
  319. package/.opencode/skills/cyber-vulnerability-scan/SKILL.md +28 -0
  320. package/.opencode/skills/cyber-vulnerability-scan/bmad-skill-manifest.yaml +3 -0
  321. package/.opencode/skills/devops-configure-infrastructure/.gitkeep +0 -0
  322. package/.opencode/skills/devops-configure-infrastructure/SKILL.md +27 -0
  323. package/.opencode/skills/devops-configure-infrastructure/bmad-skill-manifest.yaml +3 -0
  324. package/.opencode/skills/devops-disconnected-deployment/.gitkeep +0 -0
  325. package/.opencode/skills/devops-disconnected-deployment/SKILL.md +27 -0
  326. package/.opencode/skills/devops-disconnected-deployment/bmad-skill-manifest.yaml +3 -0
  327. package/.opencode/skills/devops-docker-compose-setup/.gitkeep +0 -0
  328. package/.opencode/skills/devops-docker-compose-setup/SKILL.md +26 -0
  329. package/.opencode/skills/devops-docker-compose-setup/bmad-skill-manifest.yaml +3 -0
  330. package/.opencode/skills/devops-manage-helm/.gitkeep +0 -0
  331. package/.opencode/skills/devops-manage-helm/SKILL.md +28 -0
  332. package/.opencode/skills/devops-manage-helm/bmad-skill-manifest.yaml +3 -0
  333. package/.opencode/skills/devops-sign-docker-image/.gitkeep +0 -0
  334. package/.opencode/skills/devops-sign-docker-image/SKILL.md +24 -0
  335. package/.opencode/skills/devops-sign-docker-image/bmad-skill-manifest.yaml +3 -0
  336. package/.opencode/skills/generate-backlog/.gitkeep +0 -0
  337. package/.opencode/skills/generate-backlog/SKILL.md +183 -0
  338. package/.opencode/skills/generate-backlog/bmad-skill-manifest.yaml +3 -0
  339. package/.opencode/skills/mil498-ocd/.gitkeep +0 -0
  340. package/.opencode/skills/mil498-ocd/SKILL.md +30 -0
  341. package/.opencode/skills/mil498-ocd/bmad-skill-manifest.yaml +5 -0
  342. package/.opencode/skills/mil498-ocd/prompts/01-discover-project-artifacts.md +26 -0
  343. package/.opencode/skills/mil498-ocd/prompts/02-load-template.md +10 -0
  344. package/.opencode/skills/mil498-ocd/prompts/03-generate-document.md +90 -0
  345. package/.opencode/skills/mil498-ocd/prompts/04-validate.md +14 -0
  346. package/.opencode/skills/mil498-ocd/prompts/05-review.md +15 -0
  347. package/.opencode/skills/mil498-ocd/prompts/06-save.md +15 -0
  348. package/.opencode/skills/mil498-ocd/template.md +169 -0
  349. package/.opencode/skills/mil498-sdd/.gitkeep +0 -0
  350. package/.opencode/skills/mil498-sdd/SKILL.md +30 -0
  351. package/.opencode/skills/mil498-sdd/bmad-skill-manifest.yaml +5 -0
  352. package/.opencode/skills/mil498-sdd/prompts/01-discover-project-artifacts.md +50 -0
  353. package/.opencode/skills/mil498-sdd/prompts/02-load-template.md +10 -0
  354. package/.opencode/skills/mil498-sdd/prompts/03-generate-document.md +98 -0
  355. package/.opencode/skills/mil498-sdd/prompts/04-validate.md +16 -0
  356. package/.opencode/skills/mil498-sdd/prompts/05-review.md +15 -0
  357. package/.opencode/skills/mil498-sdd/prompts/06-save.md +19 -0
  358. package/.opencode/skills/mil498-sdd/template.md +163 -0
  359. package/.opencode/skills/mil498-sdp/.gitkeep +0 -0
  360. package/.opencode/skills/mil498-sdp/SKILL.md +30 -0
  361. package/.opencode/skills/mil498-sdp/bmad-skill-manifest.yaml +5 -0
  362. package/.opencode/skills/mil498-sdp/prompts/01-discover-project-artifacts.md +32 -0
  363. package/.opencode/skills/mil498-sdp/prompts/02-load-template.md +10 -0
  364. package/.opencode/skills/mil498-sdp/prompts/03-generate-document.md +187 -0
  365. package/.opencode/skills/mil498-sdp/prompts/04-validate.md +13 -0
  366. package/.opencode/skills/mil498-sdp/prompts/05-review.md +15 -0
  367. package/.opencode/skills/mil498-sdp/prompts/06-save.md +14 -0
  368. package/.opencode/skills/mil498-sdp/template.md +307 -0
  369. package/.opencode/skills/mil498-srs/.gitkeep +0 -0
  370. package/.opencode/skills/mil498-srs/SKILL.md +30 -0
  371. package/.opencode/skills/mil498-srs/bmad-skill-manifest.yaml +5 -0
  372. package/.opencode/skills/mil498-srs/prompts/01-discover-project-artifacts.md +42 -0
  373. package/.opencode/skills/mil498-srs/prompts/02-load-template.md +10 -0
  374. package/.opencode/skills/mil498-srs/prompts/03-generate-document.md +100 -0
  375. package/.opencode/skills/mil498-srs/prompts/04-validate.md +16 -0
  376. package/.opencode/skills/mil498-srs/prompts/05-review.md +15 -0
  377. package/.opencode/skills/mil498-srs/prompts/06-save.md +18 -0
  378. package/.opencode/skills/mil498-srs/template.md +219 -0
  379. package/.opencode/skills/mil498-ssdd/.gitkeep +0 -0
  380. package/.opencode/skills/mil498-ssdd/SKILL.md +32 -0
  381. package/.opencode/skills/mil498-ssdd/bmad-skill-manifest.yaml +5 -0
  382. package/.opencode/skills/mil498-ssdd/prompts/01-discover-project-artifacts.md +32 -0
  383. package/.opencode/skills/mil498-ssdd/prompts/02-load-template.md +10 -0
  384. package/.opencode/skills/mil498-ssdd/prompts/03-csci-discovery-interview.md +43 -0
  385. package/.opencode/skills/mil498-ssdd/prompts/04-generate-document.md +96 -0
  386. package/.opencode/skills/mil498-ssdd/prompts/05-validate.md +14 -0
  387. package/.opencode/skills/mil498-ssdd/prompts/06-review.md +16 -0
  388. package/.opencode/skills/mil498-ssdd/prompts/07-save.md +16 -0
  389. package/.opencode/skills/mil498-ssdd/template.md +154 -0
  390. package/.opencode/skills/mil498-sss/.gitkeep +0 -0
  391. package/.opencode/skills/mil498-sss/SKILL.md +31 -0
  392. package/.opencode/skills/mil498-sss/bmad-skill-manifest.yaml +5 -0
  393. package/.opencode/skills/mil498-sss/prompts/01-discover-project-artifacts.md +31 -0
  394. package/.opencode/skills/mil498-sss/prompts/02-load-template.md +10 -0
  395. package/.opencode/skills/mil498-sss/prompts/03-generate-document.md +108 -0
  396. package/.opencode/skills/mil498-sss/prompts/04-validate.md +16 -0
  397. package/.opencode/skills/mil498-sss/prompts/05-review.md +15 -0
  398. package/.opencode/skills/mil498-sss/prompts/06-save.md +15 -0
  399. package/.opencode/skills/mil498-sss/template.md +225 -0
  400. package/.opencode/skills/mil498-std/.gitkeep +0 -0
  401. package/.opencode/skills/mil498-std/SKILL.md +30 -0
  402. package/.opencode/skills/mil498-std/bmad-skill-manifest.yaml +5 -0
  403. package/.opencode/skills/mil498-std/prompts/01-discover-project-artifacts.md +42 -0
  404. package/.opencode/skills/mil498-std/prompts/02-load-template.md +10 -0
  405. package/.opencode/skills/mil498-std/prompts/03-generate-document.md +117 -0
  406. package/.opencode/skills/mil498-std/prompts/04-validate.md +15 -0
  407. package/.opencode/skills/mil498-std/prompts/05-review.md +15 -0
  408. package/.opencode/skills/mil498-std/prompts/06-save.md +15 -0
  409. package/.opencode/skills/mil498-std/template.md +188 -0
  410. package/.opencode/skills/ml-advise/.gitkeep +0 -0
  411. package/.opencode/skills/ml-advise/SKILL.md +76 -0
  412. package/.opencode/skills/ml-advise/bmad-skill-manifest.yaml +3 -0
  413. package/.opencode/skills/ml-advise/skill.json +7 -0
  414. package/.opencode/skills/ml-analysis/.gitkeep +0 -0
  415. package/.opencode/skills/ml-analysis/SKILL.md +60 -0
  416. package/.opencode/skills/ml-analysis/bmad-skill-manifest.yaml +3 -0
  417. package/.opencode/skills/ml-analysis/skill.json +7 -0
  418. package/.opencode/skills/ml-architecture/.gitkeep +0 -0
  419. package/.opencode/skills/ml-architecture/SKILL.md +55 -0
  420. package/.opencode/skills/ml-architecture/bmad-skill-manifest.yaml +3 -0
  421. package/.opencode/skills/ml-architecture/skill.json +7 -0
  422. package/.opencode/skills/ml-detailed-design/.gitkeep +0 -0
  423. package/.opencode/skills/ml-detailed-design/SKILL.md +67 -0
  424. package/.opencode/skills/ml-detailed-design/bmad-skill-manifest.yaml +3 -0
  425. package/.opencode/skills/ml-detailed-design/skill.json +7 -0
  426. package/.opencode/skills/ml-eda/.gitkeep +0 -0
  427. package/.opencode/skills/ml-eda/SKILL.md +56 -0
  428. package/.opencode/skills/ml-eda/bmad-skill-manifest.yaml +3 -0
  429. package/.opencode/skills/ml-eda/scripts/baseline_classifier.py +522 -0
  430. package/.opencode/skills/ml-eda/scripts/class_weights_calculator.py +295 -0
  431. package/.opencode/skills/ml-eda/scripts/clustering_explorer.py +383 -0
  432. package/.opencode/skills/ml-eda/scripts/eda_analyzer.py +654 -0
  433. package/.opencode/skills/ml-eda/skill.json +7 -0
  434. package/.opencode/skills/ml-experiment/.gitkeep +0 -0
  435. package/.opencode/skills/ml-experiment/SKILL.md +74 -0
  436. package/.opencode/skills/ml-experiment/assets/advanced_trainer_configs.py +430 -0
  437. package/.opencode/skills/ml-experiment/assets/quick_trainer_setup.py +233 -0
  438. package/.opencode/skills/ml-experiment/assets/template_datamodule.py +219 -0
  439. package/.opencode/skills/ml-experiment/assets/template_gnn_module.py +341 -0
  440. package/.opencode/skills/ml-experiment/assets/template_lightning_module.py +158 -0
  441. package/.opencode/skills/ml-experiment/bmad-skill-manifest.yaml +3 -0
  442. package/.opencode/skills/ml-experiment/skill.json +7 -0
  443. package/.opencode/skills/ml-hparam/.gitkeep +0 -0
  444. package/.opencode/skills/ml-hparam/SKILL.md +81 -0
  445. package/.opencode/skills/ml-hparam/bmad-skill-manifest.yaml +3 -0
  446. package/.opencode/skills/ml-hparam/skill.json +7 -0
  447. package/.opencode/skills/ml-ideation/.gitkeep +0 -0
  448. package/.opencode/skills/ml-ideation/SKILL.md +50 -0
  449. package/.opencode/skills/ml-ideation/bmad-skill-manifest.yaml +3 -0
  450. package/.opencode/skills/ml-ideation/scripts/validate_ml_prd.py +287 -0
  451. package/.opencode/skills/ml-ideation/skill.json +7 -0
  452. package/.opencode/skills/ml-infra/.gitkeep +0 -0
  453. package/.opencode/skills/ml-infra/SKILL.md +58 -0
  454. package/.opencode/skills/ml-infra/bmad-skill-manifest.yaml +3 -0
  455. package/.opencode/skills/ml-infra/skill.json +7 -0
  456. package/.opencode/skills/ml-retrospective/.gitkeep +0 -0
  457. package/.opencode/skills/ml-retrospective/SKILL.md +63 -0
  458. package/.opencode/skills/ml-retrospective/bmad-skill-manifest.yaml +3 -0
  459. package/.opencode/skills/ml-retrospective/skill.json +7 -0
  460. package/.opencode/skills/ml-revision/.gitkeep +0 -0
  461. package/.opencode/skills/ml-revision/SKILL.md +82 -0
  462. package/.opencode/skills/ml-revision/bmad-skill-manifest.yaml +3 -0
  463. package/.opencode/skills/ml-revision/skill.json +7 -0
  464. package/.opencode/skills/ml-techspec/.gitkeep +0 -0
  465. package/.opencode/skills/ml-techspec/SKILL.md +80 -0
  466. package/.opencode/skills/ml-techspec/bmad-skill-manifest.yaml +3 -0
  467. package/.opencode/skills/ml-techspec/skill.json +7 -0
  468. package/.opencode/skills/modify-sprint/.gitkeep +0 -0
  469. package/.opencode/skills/modify-sprint/SKILL.md +322 -0
  470. package/.opencode/skills/modify-sprint/bmad-skill-manifest.yaml +3 -0
  471. package/.opencode/skills/prioritize-backlog/.gitkeep +0 -0
  472. package/.opencode/skills/prioritize-backlog/SKILL.md +195 -0
  473. package/.opencode/skills/prioritize-backlog/bmad-skill-manifest.yaml +3 -0
  474. package/.opencode/skills/project-context-expansion/.gitkeep +0 -0
  475. package/.opencode/skills/project-context-expansion/SKILL.md +238 -0
  476. package/.opencode/skills/project-context-expansion/bmad-skill-manifest.yaml +3 -0
  477. package/.opencode/skills/remove-from-sprint/.gitkeep +0 -0
  478. package/.opencode/skills/remove-from-sprint/SKILL.md +163 -0
  479. package/.opencode/skills/remove-from-sprint/bmad-skill-manifest.yaml +3 -0
  480. package/.opencode/skills/sprint-status-view/.gitkeep +0 -0
  481. package/.opencode/skills/sprint-status-view/SKILL.md +263 -0
  482. package/.opencode/skills/sprint-status-view/bmad-skill-manifest.yaml +3 -0
  483. package/.opencode/skills/sre-check-deployment-status/.gitkeep +0 -0
  484. package/.opencode/skills/sre-check-deployment-status/SKILL.md +32 -0
  485. package/.opencode/skills/sre-check-deployment-status/bmad-skill-manifest.yaml +3 -0
  486. package/.opencode/skills/sre-check-secrets/.gitkeep +0 -0
  487. package/.opencode/skills/sre-check-secrets/SKILL.md +23 -0
  488. package/.opencode/skills/sre-check-secrets/bmad-skill-manifest.yaml +3 -0
  489. package/.opencode/skills/sre-check-system-status/.gitkeep +0 -0
  490. package/.opencode/skills/sre-check-system-status/SKILL.md +27 -0
  491. package/.opencode/skills/sre-check-system-status/bmad-skill-manifest.yaml +3 -0
  492. package/.opencode/skills/sre-day-2-ops/.gitkeep +0 -0
  493. package/.opencode/skills/sre-day-2-ops/SKILL.md +26 -0
  494. package/.opencode/skills/sre-day-2-ops/bmad-skill-manifest.yaml +3 -0
  495. package/.opencode/skills/sre-deployment-strategies/.gitkeep +0 -0
  496. package/.opencode/skills/sre-deployment-strategies/SKILL.md +28 -0
  497. package/.opencode/skills/sre-deployment-strategies/bmad-skill-manifest.yaml +3 -0
  498. package/.opencode/skills/sre-fix-deployments/.gitkeep +0 -0
  499. package/.opencode/skills/sre-fix-deployments/SKILL.md +25 -0
  500. package/.opencode/skills/sre-fix-deployments/bmad-skill-manifest.yaml +3 -0
  501. package/.opencode/skills/sre-gitops-status/.gitkeep +0 -0
  502. package/.opencode/skills/sre-gitops-status/SKILL.md +25 -0
  503. package/.opencode/skills/sre-gitops-status/bmad-skill-manifest.yaml +3 -0
  504. package/.roo/skills/.ma-agents.json +48 -167
  505. package/.roo/skills/MANIFEST.yaml +0 -128
  506. package/bin/cli.js +20 -6
  507. package/lib/agents.js +5 -50
  508. package/lib/installer.js +13 -5
  509. package/package.json +1 -1
  510. package/.opencode/skills/ai-audit-trail/SKILL.md +0 -23
  511. package/.opencode/skills/auto-bug-detection/SKILL.md +0 -169
  512. package/.opencode/skills/cmake-best-practices/SKILL.md +0 -64
  513. package/.opencode/skills/cmake-best-practices/examples/cmake.md +0 -59
  514. package/.opencode/skills/code-documentation/SKILL.md +0 -57
  515. package/.opencode/skills/code-documentation/examples/cpp.md +0 -29
  516. package/.opencode/skills/code-documentation/examples/csharp.md +0 -28
  517. package/.opencode/skills/code-documentation/examples/javascript_typescript.md +0 -28
  518. package/.opencode/skills/code-documentation/examples/python.md +0 -57
  519. package/.opencode/skills/code-review/SKILL.md +0 -43
  520. package/.opencode/skills/commit-message/SKILL.md +0 -79
  521. package/.opencode/skills/cpp-best-practices/SKILL.md +0 -234
  522. package/.opencode/skills/cpp-best-practices/examples/modern-idioms.md +0 -189
  523. package/.opencode/skills/cpp-best-practices/examples/naming-and-organization.md +0 -102
  524. package/.opencode/skills/cpp-concurrency-safety/SKILL.md +0 -60
  525. package/.opencode/skills/cpp-concurrency-safety/examples/concurrency.md +0 -73
  526. package/.opencode/skills/cpp-const-correctness/SKILL.md +0 -63
  527. package/.opencode/skills/cpp-const-correctness/examples/const_correctness.md +0 -54
  528. package/.opencode/skills/cpp-memory-handling/SKILL.md +0 -42
  529. package/.opencode/skills/cpp-memory-handling/examples/modern-cpp.md +0 -49
  530. package/.opencode/skills/cpp-memory-handling/examples/smart-pointers.md +0 -46
  531. package/.opencode/skills/cpp-modern-composition/SKILL.md +0 -64
  532. package/.opencode/skills/cpp-modern-composition/examples/composition.md +0 -51
  533. package/.opencode/skills/cpp-robust-interfaces/SKILL.md +0 -55
  534. package/.opencode/skills/cpp-robust-interfaces/examples/interfaces.md +0 -56
  535. package/.opencode/skills/create-hardened-docker-skill/SKILL.md +0 -637
  536. package/.opencode/skills/create-hardened-docker-skill/scripts/create-all.sh +0 -489
  537. package/.opencode/skills/csharp-best-practices/SKILL.md +0 -278
  538. package/.opencode/skills/docker-hardening-verification/SKILL.md +0 -28
  539. package/.opencode/skills/docker-hardening-verification/scripts/verify-hardening.sh +0 -39
  540. package/.opencode/skills/docker-image-signing/SKILL.md +0 -28
  541. package/.opencode/skills/docker-image-signing/scripts/sign-image.sh +0 -33
  542. package/.opencode/skills/document-revision-history/SKILL.md +0 -104
  543. package/.roo/skills/ai-audit-trail/SKILL.md +0 -23
  544. package/.roo/skills/auto-bug-detection/SKILL.md +0 -169
  545. package/.roo/skills/cmake-best-practices/SKILL.md +0 -64
  546. package/.roo/skills/cmake-best-practices/examples/cmake.md +0 -59
  547. package/.roo/skills/code-documentation/SKILL.md +0 -57
  548. package/.roo/skills/code-documentation/examples/cpp.md +0 -29
  549. package/.roo/skills/code-documentation/examples/csharp.md +0 -28
  550. package/.roo/skills/code-documentation/examples/javascript_typescript.md +0 -28
  551. package/.roo/skills/code-documentation/examples/python.md +0 -57
  552. package/.roo/skills/code-review/SKILL.md +0 -43
  553. package/.roo/skills/commit-message/SKILL.md +0 -79
  554. package/.roo/skills/cpp-best-practices/SKILL.md +0 -234
  555. package/.roo/skills/cpp-best-practices/examples/modern-idioms.md +0 -189
  556. package/.roo/skills/cpp-best-practices/examples/naming-and-organization.md +0 -102
  557. package/.roo/skills/cpp-concurrency-safety/SKILL.md +0 -60
  558. package/.roo/skills/cpp-concurrency-safety/examples/concurrency.md +0 -73
  559. package/.roo/skills/cpp-const-correctness/SKILL.md +0 -63
  560. package/.roo/skills/cpp-const-correctness/examples/const_correctness.md +0 -54
  561. package/.roo/skills/cpp-memory-handling/SKILL.md +0 -42
  562. package/.roo/skills/cpp-memory-handling/examples/modern-cpp.md +0 -49
  563. package/.roo/skills/cpp-memory-handling/examples/smart-pointers.md +0 -46
  564. package/.roo/skills/cpp-modern-composition/SKILL.md +0 -64
  565. package/.roo/skills/cpp-modern-composition/examples/composition.md +0 -51
  566. package/.roo/skills/cpp-robust-interfaces/SKILL.md +0 -55
  567. package/.roo/skills/cpp-robust-interfaces/examples/interfaces.md +0 -56
  568. package/.roo/skills/create-hardened-docker-skill/SKILL.md +0 -637
  569. package/.roo/skills/create-hardened-docker-skill/scripts/create-all.sh +0 -489
  570. package/.roo/skills/csharp-best-practices/SKILL.md +0 -278
  571. package/.roo/skills/docker-hardening-verification/SKILL.md +0 -28
  572. package/.roo/skills/docker-hardening-verification/scripts/verify-hardening.sh +0 -39
  573. package/.roo/skills/docker-image-signing/SKILL.md +0 -28
  574. package/.roo/skills/docker-image-signing/scripts/sign-image.sh +0 -33
  575. package/.roo/skills/document-revision-history/SKILL.md +0 -104
@@ -1,169 +0,0 @@
1
- ---
2
- name: auto-bug-detection
3
- description: Instructs agents to identify and report defects in already-delivered code
4
- ---
5
- # Auto Bug Detection
6
-
7
- Proactively identify and report defects found in already-delivered code during all agent sessions.
8
-
9
- ## Purpose
10
-
11
- When you encounter code that has already been delivered (story/task marked done), you must scan for defects
12
- and report them using the structured format below. Do not silently ignore bugs in delivered code.
13
-
14
- ## Detection Scope
15
-
16
- ### Delivered Code (MUST scan and report bugs)
17
-
18
- - Code whose associated story/task is marked **done** or **completed**, regardless of branch.
19
- - Committed code on `main` or release branches.
20
- - Committed code on feature branches whose **parent story is completed**.
21
-
22
- ### Work-in-Progress (DO NOT flag as bugs)
23
-
24
- - Uncommitted changes in the working tree.
25
- - Committed code on a branch whose associated story is still **in-progress** or **not-started**.
26
- - `TODO` / `FIXME` markers in code added as part of the **current story under review**.
27
- - Incomplete implementations explicitly tied to an active story.
28
-
29
- ### Ambiguous Boundary — Feature Branches
30
-
31
- Committed code on a feature branch where the story status is **unknown** must be treated as WIP.
32
-
33
- To resolve the status, use the `story-status-lookup` skill — it defines how to identify the story slug,
34
- which file to read, and how to map status values to delivered vs WIP. Follow its fallback rule:
35
- when status cannot be determined, **default to WIP and do NOT flag as a bug**.
36
-
37
- ---
38
-
39
- ## Detection Criteria
40
-
41
- Scan delivered code for the following categories of defects. Each category includes examples of what qualifies.
42
-
43
- ### 1. Logic Errors
44
-
45
- Incorrect computational logic, wrong conditionals, or inverted boolean expressions that cause the code
46
- to produce incorrect results.
47
-
48
- **Examples:**
49
- - Using `>` instead of `>=` in a boundary check, silently excluding a valid edge value.
50
- - An accumulator initialized to `1` instead of `0`, skewing totals.
51
- - A loop that iterates one too many or one too few times (off-by-one error).
52
-
53
- ### 2. Unhandled Edge Cases
54
-
55
- Inputs or states that the code does not handle, leading to incorrect behavior or crashes.
56
-
57
- **Examples:**
58
- - A function that accepts a list but does not handle an empty list, throwing an index error.
59
- - A parser that crashes on a valid but empty string input.
60
- - Division without a zero-check on the divisor.
61
-
62
- ### 3. Missing Error Handling
63
-
64
- Absence of error handling for operations that can fail, causing unhandled exceptions or silent failures.
65
-
66
- **Examples:**
67
- - File I/O calls with no try/catch, crashing the process on a missing file.
68
- - Network requests with no timeout or error callback.
69
- - A database query whose rejection is swallowed without logging or recovery.
70
-
71
- ### 4. Broken Contracts
72
-
73
- Code that violates the API contract it published: wrong return types, missing required fields in
74
- responses, or side effects not documented in the interface.
75
-
76
- **Examples:**
77
- - A function documented to return `string | null` but sometimes returns `undefined`.
78
- - A REST endpoint returning HTTP 200 for a failed operation instead of the correct 4xx/5xx code.
79
- - A class method mutating shared state that is not documented as a side effect.
80
-
81
- ### 5. Regressions
82
-
83
- Previously working behavior that is now broken, typically introduced by a change in a related component.
84
-
85
- **Examples:**
86
- - A utility function refactored to accept a new parameter that broke all existing callers that pass no argument.
87
- - A config key renamed in one place but not updated in all consumers, causing silent runtime failures.
88
- - A test that was green before a dependency upgrade and now fails due to an incompatible API change.
89
-
90
- ### 6. Security Vulnerabilities
91
-
92
- Code patterns that introduce exploitable security weaknesses in existing, delivered functionality.
93
-
94
- **Examples:**
95
- - User-supplied input passed directly into a shell command without sanitization (command injection).
96
- - Secrets or API keys hard-coded in source files committed to the repository.
97
- - SQL queries constructed via string concatenation with unsanitized user input (SQL injection).
98
- - Sensitive data (passwords, tokens) logged at INFO level in production code.
99
-
100
- ---
101
-
102
- ## Reporting Format
103
-
104
- When a defect is detected in delivered code, report it using this structured template:
105
-
106
- ```
107
- ## Bug Report
108
-
109
- **Title:** [Short, descriptive title]
110
- **Severity:** [critical | high | medium | low]
111
- **Category:** [logic-error | unhandled-edge-case | missing-error-handling | broken-contract | regression | security-vulnerability]
112
- **Affected Component:** [Module, file, or system area]
113
-
114
- **Reproduction Steps:**
115
- 1. [Step 1]
116
- 2. [Step 2]
117
-
118
- **Expected Behavior:**
119
- [What should happen]
120
-
121
- **Actual Behavior:**
122
- [What actually happens]
123
-
124
- **Affected Files:**
125
- - path/to/file.ext (line N)
126
- ```
127
-
128
- **Severity Guidelines:**
129
- - `critical` — Data loss, security breach, or system crash in normal usage.
130
- - `high` — Core feature broken or serious security risk; blocks users.
131
- - `medium` — Feature partially broken or degraded; workaround exists.
132
- - `low` — Minor issue, cosmetic defect, or edge case with minimal user impact.
133
-
134
- ---
135
-
136
- ## What NOT to Flag
137
-
138
- Do **not** report the following as bugs:
139
-
140
- - **Work-in-progress code** — Uncommitted changes or code on a branch with an active story.
141
- - **TODO / FIXME comments** in code added as part of the **current story** being reviewed.
142
- - **Incomplete implementations** explicitly tied to an active or not-yet-started story.
143
- - **Style preferences** — Naming conventions, formatting, or architectural opinions not related to correctness.
144
- - **Speculative issues** — Theoretical attack scenarios or failure modes with no demonstrable code path in the current codebase (e.g., an attack vector that requires filesystem access the process can never obtain).
145
-
146
- ---
147
-
148
- ## Required Action on Detection
149
-
150
- The required action depends on severity:
151
-
152
- ### critical or high severity
153
-
154
- **Immediately run `/create-bug-story`** without waiting for user confirmation. These defects represent
155
- broken core functionality or security risks that must not be left untracked. Inform the user as you act:
156
-
157
- > "I found a **[severity]** bug in delivered code — running `create-bug-story` now to ensure it is tracked."
158
-
159
- Do not ask permission. Do not proceed with other tasks until the bug story is created.
160
-
161
- ### medium or low severity
162
-
163
- **Recommend** that the user create a formal bug story, but do not act without their confirmation:
164
-
165
- > "I found a **[severity]** bug in delivered code. Would you like me to run `create-bug-story` to log it
166
- > formally so it can be scheduled in the sprint?"
167
-
168
- If the user declines or does not respond, note the finding in your response and continue. The bug report
169
- remains visible in the conversation but is not written to a file.
@@ -1,64 +0,0 @@
1
- ---
2
- name: Modern CMake Best Practices
3
- description: Enforce target-based, property-oriented CMake patterns (CMake 3.0+).
4
- ---
5
- # Modern CMake Best Practices (Target-Based Approach)
6
-
7
- This skill ensures that CMake definitions follow the "Modern CMake" philosophy (3.0+), focusing on targets and properties rather than global variables.
8
-
9
- ## Policies
10
-
11
- ### 1. Target-Centric Philosophy
12
- * **Rule**: Treat targets as objects. Use `target_*` commands instead of global commands.
13
- * **Action**:
14
- - **Forbidden**: `include_directories()`, `link_libraries()`, `add_definitions()`.
15
- - **Mandatory**: `target_include_directories()`, `target_link_libraries()`, `target_compile_definitions()`.
16
- * **Rationale**: Encapsulates requirements and prevents property leakage to unrelated targets.
17
-
18
- ### 2. Visibility Hygiene (`PUBLIC`, `PRIVATE`, `INTERFACE`)
19
- * **Rule**: Always specify the scope of target properties.
20
- * **Action**:
21
- - `PRIVATE`: Requirement only for building the target.
22
- - `INTERFACE`: Requirement only for consumers of the target.
23
- - `PUBLIC`: Requirement for both.
24
- * **Rationale**: Ensures that internal dependencies (like a private logging library) don't bleed into the usage requirements of your high-level API.
25
-
26
- ### 3. Feature-Based C++ Standards
27
- * **Rule**: Do not manually set `CMAKE_CXX_STANDARD` or `-std=c++XX` flags.
28
- * **Action**: Use `target_compile_features(my_target PUBLIC cxx_std_17)`.
29
- * **Rationale**: Allows CMake to handle compiler-specific flags and ensures the compiler actually supports the requested features.
30
-
31
- ### 4. No Global Variable Manipulation
32
- * **Rule**: Ban direct modification of `CMAKE_CXX_FLAGS` or `CMAKE_EXE_LINKER_FLAGS`.
33
- * **Action**: Use `target_compile_options()` for specific compiler warnings or flags.
34
- * **Rationale**: Global flags make it impossible to have different settings for different targets in the same project.
35
-
36
- ### 5. Namespaced Alias Targets
37
- * **Rule**: Always provide an alias for library targets using a namespace.
38
- * **Action**: `add_library(MyLib::MyLib ALIAS my_lib_target)`.
39
- * **Rationale**: Makes exported targets look consistent with external dependencies (like those found via `find_package`).
40
-
41
- ## Examples
42
-
43
- ### Before (Legacy Procedural CMake)
44
- ```cmake
45
- include_directories(${PROJECT_SOURCE_DIR}/include)
46
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 -Wall")
47
- add_library(mylib mylib.cpp)
48
- ```
49
-
50
- ### After (Modern Target-Based CMake)
51
- ```cmake
52
- add_library(mylib mylib.cpp)
53
-
54
- target_compile_features(mylib PUBLIC cxx_std_17)
55
- target_compile_options(mylib PRIVATE -Wall)
56
-
57
- target_include_directories(mylib
58
- PUBLIC
59
- $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
60
- $<INSTALL_INTERFACE:include>
61
- )
62
-
63
- add_library(MyProject::MyLib ALIAS mylib)
64
- ```
@@ -1,59 +0,0 @@
1
- # Modern CMake Examples
2
-
3
- ### 1. Project Structure and App
4
- ```cmake
5
- cmake_minimum_required(VERSION 3.14)
6
- project(MyAwesomeApp VERSION 1.0 LANGUAGES CXX)
7
-
8
- # Use target_compile_features for the whole project standard if needed
9
- # but target-specific is better.
10
- add_executable(app main.cpp)
11
-
12
- target_compile_features(app PRIVATE cxx_std_17)
13
- target_link_libraries(app PRIVATE MyProject::Core)
14
- ```
15
-
16
- ### 2. Library with Internal/External Dependencies
17
- ```cmake
18
- add_library(core src/core.cpp)
19
-
20
- # Internal include dir
21
- target_include_directories(core
22
- PUBLIC include
23
- PRIVATE src
24
- )
25
-
26
- # Link against a 3rd party library found via find_package
27
- find_package(fmt REQUIRED)
28
- target_link_libraries(core
29
- PUBLIC fmt::fmt
30
- PRIVATE Threads::Threads
31
- )
32
-
33
- add_library(MyProject::Core ALIAS core)
34
- ```
35
-
36
- ### 3. Proper Header-Only Library
37
- ```cmake
38
- add_library(utils INTERFACE)
39
-
40
- target_include_directories(utils
41
- INTERFACE
42
- $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
43
- $<INSTALL_INTERFACE:include>
44
- )
45
-
46
- # Requirement: anyone using utils MUST have C++14
47
- target_compile_features(utils INTERFACE cxx_std_14)
48
-
49
- add_library(MyProject::Utils ALIAS utils)
50
- ```
51
-
52
- ### 4. Compiler-Specific Options Safely
53
- ```cmake
54
- if(MSVC)
55
- target_compile_options(core PRIVATE /W4 /WX)
56
- else()
57
- target_compile_options(core PRIVATE -Wall -Wextra -Werror)
58
- endif()
59
- ```
@@ -1,57 +0,0 @@
1
- ---
2
- name: Code Documentation Best Practices
3
- description: Standardize file headers and method documentation across C++, C#, JS, TS, and Python.
4
- ---
5
- # Code Documentation Best Practices
6
-
7
- This skill enforces high-quality, standardized documentation for source code files and methods. It ensures consistent metadata and clear explanations of intent across different programming languages.
8
-
9
- ## Policies
10
-
11
- ### 1. Mandatory File Headers
12
- * **Rule**: Every source file must begin with a standardized header block.
13
- * **Contents**:
14
- - **Purpose**: A brief description of what the file contains/solves.
15
- - **Author/Project**: Project name or author information.
16
- - **Metadata**: Date created/modified and version if applicable.
17
-
18
- ### 2. Mandatory Method Documentation
19
- * **Rule**: Every public or non-trivial internal function/method must have a documentation block immediately preceding it.
20
- * **Standards**:
21
- - **C++**: Use Doxygen style (`/** ... */`).
22
- - **C#**: Use XML Documentation style (`/// <summary> ...`).
23
- - **JS/TS**: Use JSDoc style (`/** ... */`).
24
- - **Python**: Use PEP 257 Docstrings (`""" ... """`).
25
- * **Required Fields**:
26
- - **Summary**: Concise description of what the method does.
27
- - **Parameters**: Name and purpose of each argument.
28
- - **Return Value**: Description of the output.
29
- - **Exceptions/Errors**: Document significant error states or exceptions thrown.
30
-
31
- ### 3. Focus on "Why" and "What"
32
- * **Rule**: Do not document trivial code (e.g., `i++ // increment i`).
33
- * **Action**: Document the **intent** and **usage constraints**. If the code is complex, explain the high-level logic rather than line-by-line mechanics.
34
-
35
- ### 4. Semantic Linking
36
- * **Rule**: Use language-specific linking features (e.g., `@see`, `{@link}`, `<see cref=.../>`) to refer to related types or methods.
37
-
38
- ## Language Specifics
39
-
40
- | Language | Format | Key Tags |
41
- | :--- | :--- | :--- |
42
- | **C++** | Doxygen | `\brief`, `\param`, `\return`, `\throw` |
43
- | **C#** | XML Doc | `<summary>`, `<param>`, `<returns>`, `<exception>` |
44
- | **JS/TS** | JSDoc | `@description`, `@param`, `@returns`, `@throws` |
45
- | **Python** | Docstrings | `Args:`, `Returns:`, `Raises:` (Google/NumPy style) |
46
-
47
- ---
48
-
49
- ## Example (Generic Pattern)
50
-
51
- ```text
52
- [File Header]
53
- [Imports]
54
-
55
- [Component Documentation]
56
- [Implementation]
57
- ```
@@ -1,29 +0,0 @@
1
- # C++ Documentation (Doxygen Style)
2
-
3
- ### File Header
4
- ```cpp
5
- /**
6
- * @file DataProcessor.hpp
7
- * @brief Handles high-performance transformation of raw sensor data.
8
- * @author Antigravity / ma-agents
9
- * @date 2026-02-22
10
- * @version 1.0.0
11
- */
12
- ```
13
-
14
- ### Method Documentation
15
- ```cpp
16
- /**
17
- * @brief Calculates the moving average of a dataset.
18
- *
19
- * This method uses a sliding window algorithm to smooth out volatility
20
- * in sensor inputs.
21
- *
22
- * @param data A span of float values to process.
23
- * @param windowSize The size of the averaging window (must be > 0).
24
- * @return The calculated moving average as a float.
25
- * @throw std::invalid_argument If data is empty or windowSize is invalid.
26
- * @see SignalFilter
27
- */
28
- float calculateMovingAverage(gsl::span<const float> data, size_t windowSize);
29
- ```
@@ -1,28 +0,0 @@
1
- # C# Documentation (XML Style)
2
-
3
- ### File Header
4
- ```csharp
5
- /*
6
- * File: AuthenticationService.cs
7
- * Purpose: Manages user login, token validation, and multi-factor authentication.
8
- * Author: Antigravity / ma-agents
9
- * Date: 2026-02-22
10
- */
11
- ```
12
-
13
- ### Method Documentation
14
- ```csharp
15
- /// <summary>
16
- /// Validates a user's credentials against the secure identity store.
17
- /// </summary>
18
- /// <param name="username">The unique identifier for the user.</param>
19
- /// <param name="password">The plain-text password (will be hashed internally).</param>
20
- /// <returns>
21
- /// An <see cref="AuthResult"/> indicating success or failure with a details message.
22
- /// </returns>
23
- /// <exception cref="SecurityException">Thrown if the account is locked.</exception>
24
- public async Task<AuthResult> LoginAsync(string username, string password)
25
- {
26
- // ...
27
- }
28
- ```
@@ -1,28 +0,0 @@
1
- # JavaScript & TypeScript Documentation (JSDoc Style)
2
-
3
- ### File Header
4
- ```typescript
5
- /**
6
- * @file api-client.ts
7
- * @description Centralized HTTP client with automatic retry and error handling.
8
- * @author Antigravity / ma-agents
9
- * @version 1.2.0
10
- */
11
- ```
12
-
13
- ### Method Documentation
14
- ```typescript
15
- /**
16
- * Fetches data from a specific endpoint with optional caching.
17
- *
18
- * @template T The expected type of the response data.
19
- * @param {string} url The target URL (must be absolute).
20
- * @param {RequestOptions} [options] Optional configuration for headers and timeouts.
21
- * @returns {Promise<T>} A promise that resolves to the parsed JSON response.
22
- * @throws {NetworkError} If the server is unreachable.
23
- * @throws {ValidationError} If the response schema does not match T.
24
- */
25
- async function fetchData<T>(url: string, options?: RequestOptions): Promise<T> {
26
- // ...
27
- }
28
- ```
@@ -1,57 +0,0 @@
1
- # Python Documentation (Google/NumPy Style)
2
-
3
- ### File Header
4
- Every module should start with a docstring that provides a high-level overview.
5
-
6
- ```python
7
- """
8
- data_processor.py
9
- ~~~~~~~~~~~~~~~~~
10
- Handles high-performance transformation of raw sensor data using NumPy.
11
-
12
- :copyright: (c) 2026 by Antigravity.
13
- :license: MIT, see LICENSE for more details.
14
- """
15
- ```
16
-
17
- ### Method Documentation
18
- Preferred style is Google or NumPy style for readability and integration with tools like Sphinx.
19
-
20
- ```python
21
- def calculate_moving_average(data, window_size):
22
- """Calculates the moving average of a dataset.
23
-
24
- This method uses a sliding window algorithm to smooth out volatility
25
- in sensor inputs.
26
-
27
- Args:
28
- data (list[float]): A list or array of float values to process.
29
- window_size (int): The size of the averaging window (must be > 0).
30
-
31
- Returns:
32
- float: The calculated moving average.
33
-
34
- Raises:
35
- ValueError: If data is empty or window_size is invalid.
36
-
37
- Note:
38
- This implementation assumes data is already cleaned.
39
- """
40
- if not data or window_size <= 0:
41
- raise ValueError("Invalid data or window_size")
42
- # ... implementation
43
- ```
44
-
45
- ### Class Documentation
46
- ```python
47
- class SignalFilter:
48
- """A collection of signal processing utilities.
49
-
50
- Attributes:
51
- sampling_rate (int): The frequency at which signals are sampled.
52
- """
53
-
54
- def __init__(self, sampling_rate):
55
- """Initializes the SignalFilter with a specific sampling rate."""
56
- self.sampling_rate = sampling_rate
57
- ```
@@ -1,43 +0,0 @@
1
- ---
2
- name: Code Review
3
- description: Performs comprehensive code reviews with best practices
4
- ---
5
- # Code Review
6
-
7
- Perform comprehensive code reviews following industry best practices.
8
-
9
- ## What to Review
10
-
11
- 1. **Code Quality**: Readability, naming conventions, structure
12
- 2. **Best Practices**: Language-specific patterns, error handling, performance
13
- 3. **Security**: Common vulnerabilities (SQL injection, XSS, CSRF, etc.)
14
- 4. **Testing**: Coverage, edge cases, test quality
15
- 5. **Documentation**: Comments, API docs, clarity
16
-
17
- ## Review Process
18
-
19
- - Analyze code for bugs and logical errors
20
- - Check adherence to coding standards
21
- - Identify security vulnerabilities
22
- - Suggest refactoring opportunities
23
- - Assess test coverage and documentation
24
-
25
- ## Output Format
26
-
27
- ```
28
- ## Code Review Summary
29
-
30
- ### Strengths
31
- - [Positive aspects]
32
-
33
- ### Issues Found
34
- - **[High/Medium/Low]** [Issue description]
35
- - Location: [file:line]
36
- - Fix: [recommendation]
37
-
38
- ### Suggestions
39
- - [Improvements]
40
-
41
- ### Overall Assessment
42
- [Summary and rating]
43
- ```
@@ -1,79 +0,0 @@
1
- ---
2
- name: Commit Message Generator
3
- description: Generates conventional commit messages from code changes
4
- ---
5
- # Commit Message Generator
6
-
7
- Generate meaningful commit messages following Conventional Commits specification.
8
-
9
- ## Format
10
-
11
- ```
12
- <type>(<scope>): <subject>
13
-
14
- <body>
15
-
16
- <footer>
17
- ```
18
-
19
- ## Types
20
-
21
- - `feat`: New feature
22
- - `fix`: Bug fix
23
- - `docs`: Documentation changes
24
- - `style`: Code style/formatting
25
- - `refactor`: Code refactoring
26
- - `test`: Adding/updating tests
27
- - `chore`: Maintenance tasks
28
- - `perf`: Performance improvements
29
- - `ci`: CI/CD changes
30
- - `build`: Build system changes
31
- - `revert`: Revert previous commit
32
-
33
- ## Guidelines
34
-
35
- 1. **Subject line** (max 50 chars):
36
- - Use imperative mood ("Add" not "Added")
37
- - Don't capitalize first letter
38
- - No period at the end
39
-
40
- 2. **Body** (optional):
41
- - Explain what and why, not how
42
- - Wrap at 72 characters
43
-
44
- 3. **Footer** (optional):
45
- - Breaking changes: `BREAKING CHANGE: description`
46
- - Issue references: `Fixes #123`
47
-
48
- ## Examples
49
-
50
- ```
51
- feat(auth): add JWT token refresh mechanism
52
-
53
- Implement automatic token refresh to improve user experience
54
- and reduce re-authentication prompts.
55
-
56
- Fixes #456
57
- ```
58
-
59
- ```
60
- fix(api): resolve memory leak in user service
61
-
62
- The user cache was not being cleared properly, causing
63
- memory to grow over time.
64
- ```
65
-
66
- ```
67
- docs: update installation instructions
68
-
69
- Add steps for Windows users and clarify dependency requirements.
70
- ```
71
-
72
- ## Process
73
-
74
- 1. Analyze the code changes
75
- 2. Determine the type of change
76
- 3. Identify the scope (component/module affected)
77
- 4. Write clear, concise subject
78
- 5. Add body if changes need explanation
79
- 6. Add footer for breaking changes or issue refs