@cregis-dev/cckit 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (316) hide show
  1. package/README.md +15 -3
  2. package/package.json +1 -1
  3. package/registry.json +234 -200
  4. package/src/commands/init.js +19 -15
  5. package/src/commands/update.js +9 -4
  6. package/src/core/plugin-installer.js +59 -13
  7. package/src/utils/fs.js +6 -1
  8. package/templates/bmad/_config/bmad-help.csv +2 -1
  9. package/templates/bmad/_config/files-manifest.csv +437 -431
  10. package/templates/bmad/_config/ides/claude-code.yaml +5 -5
  11. package/templates/bmad/_config/ides/trae.yaml +5 -5
  12. package/templates/bmad/_config/task-manifest.csv +7 -6
  13. package/templates/bmad/_config/workflow-manifest.csv +34 -34
  14. package/templates/bmad/bmm/agents/qa.md +1 -1
  15. package/templates/bmad/bmm/config.yaml +1 -1
  16. package/templates/bmad/bmm/module-help.csv +1 -1
  17. package/templates/bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +1 -1
  18. package/templates/bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md +1 -1
  19. package/templates/bmad/bmm/workflows/1-analysis/research/workflow-domain-research.md +1 -1
  20. package/templates/bmad/bmm/workflows/1-analysis/research/workflow-market-research.md +1 -1
  21. package/templates/bmad/bmm/workflows/1-analysis/research/workflow-technical-research.md +1 -1
  22. package/templates/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md +1 -1
  23. package/templates/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +1 -1
  24. package/templates/bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md +1 -1
  25. package/templates/bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md +1 -1
  26. package/templates/bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md +1 -1
  27. package/templates/bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +1 -1
  28. package/templates/bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +1 -1
  29. package/templates/bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +1 -1
  30. package/templates/bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +1 -1
  31. package/templates/bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +1 -1
  32. package/templates/bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md +1 -1
  33. package/templates/bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +1 -1
  34. package/templates/bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +1 -1
  35. package/templates/bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +1 -1
  36. package/templates/bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +1 -1
  37. package/templates/bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +1 -1
  38. package/templates/bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +1 -1
  39. package/templates/bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +1 -1
  40. package/templates/bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +1 -1
  41. package/templates/bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +1 -1
  42. package/templates/bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +1 -1
  43. package/templates/bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +1 -1
  44. package/templates/bmad/bmm/workflows/document-project/workflow.yaml +1 -1
  45. package/templates/bmad/bmm/workflows/generate-project-context/workflow.md +1 -1
  46. package/templates/bmad/bmm/workflows/qa-generate-e2e-tests/workflow.yaml +2 -2
  47. package/templates/bmad/commands/bmad-bmm-check-implementation-readiness.md +2 -2
  48. package/templates/bmad/commands/bmad-bmm-code-review.md +4 -4
  49. package/templates/bmad/commands/bmad-bmm-correct-course.md +4 -4
  50. package/templates/bmad/commands/bmad-bmm-create-architecture.md +2 -2
  51. package/templates/bmad/commands/bmad-bmm-create-epics-and-stories.md +2 -2
  52. package/templates/bmad/commands/bmad-bmm-create-prd.md +2 -2
  53. package/templates/bmad/commands/bmad-bmm-create-product-brief.md +2 -2
  54. package/templates/bmad/commands/bmad-bmm-create-story.md +4 -4
  55. package/templates/bmad/commands/bmad-bmm-create-ux-design.md +2 -2
  56. package/templates/bmad/commands/bmad-bmm-dev-story.md +4 -4
  57. package/templates/bmad/commands/bmad-bmm-document-project.md +4 -4
  58. package/templates/bmad/commands/bmad-bmm-domain-research.md +2 -2
  59. package/templates/bmad/commands/bmad-bmm-edit-prd.md +2 -2
  60. package/templates/bmad/commands/bmad-bmm-generate-project-context.md +2 -2
  61. package/templates/bmad/commands/bmad-bmm-market-research.md +2 -2
  62. package/templates/bmad/commands/bmad-bmm-qa-generate-e2e-tests.md +4 -4
  63. package/templates/bmad/commands/bmad-bmm-quick-dev.md +2 -2
  64. package/templates/bmad/commands/bmad-bmm-quick-spec.md +2 -2
  65. package/templates/bmad/commands/bmad-bmm-retrospective.md +4 -4
  66. package/templates/bmad/commands/bmad-bmm-sprint-planning.md +4 -4
  67. package/templates/bmad/commands/bmad-bmm-sprint-status.md +4 -4
  68. package/templates/bmad/commands/bmad-bmm-technical-research.md +2 -2
  69. package/templates/bmad/commands/bmad-bmm-validate-prd.md +2 -2
  70. package/templates/bmad/commands/bmad-brainstorming.md +2 -2
  71. package/templates/bmad/commands/bmad-editorial-review-prose.md +1 -1
  72. package/templates/bmad/commands/bmad-editorial-review-structure.md +1 -1
  73. package/templates/bmad/commands/bmad-help.md +1 -1
  74. package/templates/bmad/commands/bmad-index-docs.md +1 -1
  75. package/templates/bmad/commands/bmad-party-mode.md +2 -2
  76. package/templates/bmad/commands/bmad-review-adversarial-general.md +1 -1
  77. package/templates/bmad/commands/bmad-review-edge-case-hunter.md +10 -0
  78. package/templates/bmad/commands/bmad-shard-doc.md +1 -1
  79. package/templates/bmad/commands/bmad-tea-teach-me-testing.md +2 -2
  80. package/templates/bmad/commands/bmad-tea-testarch-atdd.md +4 -4
  81. package/templates/bmad/commands/bmad-tea-testarch-automate.md +4 -4
  82. package/templates/bmad/commands/bmad-tea-testarch-ci.md +4 -4
  83. package/templates/bmad/commands/bmad-tea-testarch-framework.md +4 -4
  84. package/templates/bmad/commands/bmad-tea-testarch-nfr.md +4 -4
  85. package/templates/bmad/commands/bmad-tea-testarch-test-design.md +4 -4
  86. package/templates/bmad/commands/bmad-tea-testarch-test-review.md +4 -4
  87. package/templates/bmad/commands/bmad-tea-testarch-trace.md +4 -4
  88. package/templates/bmad/core/config.yaml +1 -1
  89. package/templates/bmad/core/module-help.csv +1 -0
  90. package/templates/bmad/core/tasks/editorial-review-prose.xml +1 -1
  91. package/templates/bmad/core/tasks/editorial-review-structure.xml +1 -1
  92. package/templates/bmad/core/tasks/help.md +1 -1
  93. package/templates/bmad/core/tasks/index-docs.xml +1 -1
  94. package/templates/bmad/core/tasks/review-adversarial-general.xml +1 -1
  95. package/templates/bmad/core/tasks/review-edge-case-hunter.xml +63 -0
  96. package/templates/bmad/core/tasks/shard-doc.xml +1 -1
  97. package/templates/bmad/core/workflows/advanced-elicitation/workflow.xml +1 -1
  98. package/templates/bmad/core/workflows/brainstorming/steps/step-01-session-setup.md +31 -18
  99. package/templates/bmad/core/workflows/brainstorming/steps/step-01b-continue.md +1 -1
  100. package/templates/bmad/core/workflows/brainstorming/steps/step-03-technique-execution.md +2 -2
  101. package/templates/bmad/core/workflows/brainstorming/steps/step-04-idea-organization.md +2 -2
  102. package/templates/bmad/core/workflows/brainstorming/workflow.md +4 -2
  103. package/templates/bmad/core/workflows/party-mode/workflow.md +1 -1
  104. package/templates/bmad/tea/config.yaml +5 -1
  105. package/templates/bmad/tea/testarch/knowledge/contract-testing.md +24 -2
  106. package/templates/bmad/tea/testarch/knowledge/pact-mcp.md +204 -0
  107. package/templates/bmad/tea/testarch/knowledge/pactjs-utils-consumer-helpers.md +211 -0
  108. package/templates/bmad/tea/testarch/knowledge/pactjs-utils-overview.md +210 -0
  109. package/templates/bmad/tea/testarch/knowledge/pactjs-utils-provider-verifier.md +315 -0
  110. package/templates/bmad/tea/testarch/knowledge/pactjs-utils-request-filter.md +224 -0
  111. package/templates/bmad/tea/testarch/tea-index.csv +5 -0
  112. package/templates/bmad/tea/workflows/testarch/README.md +1 -1
  113. package/templates/bmad/tea/workflows/testarch/atdd/steps-c/step-01-preflight-and-context.md +30 -0
  114. package/templates/bmad/tea/workflows/testarch/atdd/steps-c/step-04-generate-tests.md +159 -57
  115. package/templates/bmad/tea/workflows/testarch/atdd/steps-c/step-04a-subagent-api-failing.md +215 -0
  116. package/templates/bmad/tea/workflows/testarch/atdd/steps-c/step-04b-subagent-e2e-failing.md +244 -0
  117. package/templates/bmad/tea/workflows/testarch/atdd/steps-c/step-04c-aggregate.md +31 -15
  118. package/templates/bmad/tea/workflows/testarch/atdd/validation-report-20260127-095021.md +1 -1
  119. package/templates/bmad/tea/workflows/testarch/atdd/validation-report-20260127-102401.md +3 -3
  120. package/templates/bmad/tea/workflows/testarch/atdd/workflow.yaml +2 -2
  121. package/templates/bmad/tea/workflows/testarch/automate/steps-c/step-01-preflight-and-context.md +32 -0
  122. package/templates/bmad/tea/workflows/testarch/automate/steps-c/step-03-generate-tests.md +215 -101
  123. package/templates/bmad/tea/workflows/testarch/automate/steps-c/step-03a-subagent-api.md +193 -0
  124. package/templates/bmad/tea/workflows/testarch/automate/steps-c/step-03b-subagent-backend.md +246 -0
  125. package/templates/bmad/tea/workflows/testarch/automate/steps-c/step-03b-subagent-e2e.md +213 -0
  126. package/templates/bmad/tea/workflows/testarch/automate/steps-c/step-03c-aggregate.md +38 -22
  127. package/templates/bmad/tea/workflows/testarch/automate/validation-report-20260127-095021.md +1 -1
  128. package/templates/bmad/tea/workflows/testarch/automate/validation-report-20260127-102401.md +3 -3
  129. package/templates/bmad/tea/workflows/testarch/automate/workflow.yaml +2 -2
  130. package/templates/bmad/tea/workflows/testarch/ci/steps-c/step-02-generate-pipeline.md +124 -1
  131. package/templates/bmad/tea/workflows/testarch/ci/steps-c/step-03-configure-quality-gates.md +7 -0
  132. package/templates/bmad/tea/workflows/testarch/ci/validation-report-20260127-095021.md +1 -1
  133. package/templates/bmad/tea/workflows/testarch/ci/validation-report-20260127-102401.md +3 -3
  134. package/templates/bmad/tea/workflows/testarch/ci/workflow.yaml +2 -2
  135. package/templates/bmad/tea/workflows/testarch/framework/steps-c/step-03-scaffold-framework.md +126 -3
  136. package/templates/bmad/tea/workflows/testarch/framework/validation-report-20260127-095021.md +1 -1
  137. package/templates/bmad/tea/workflows/testarch/framework/validation-report-20260127-102401.md +3 -3
  138. package/templates/bmad/tea/workflows/testarch/framework/workflow.yaml +2 -2
  139. package/templates/bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04-evaluate-and-score.md +150 -36
  140. package/templates/bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04a-subagent-security.md +138 -0
  141. package/templates/bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04b-subagent-performance.md +84 -0
  142. package/templates/bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04c-subagent-reliability.md +85 -0
  143. package/templates/bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04d-subagent-scalability.md +88 -0
  144. package/templates/bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04e-aggregate-nfr.md +27 -10
  145. package/templates/bmad/tea/workflows/testarch/nfr-assess/validation-report-20260127-095021.md +1 -1
  146. package/templates/bmad/tea/workflows/testarch/nfr-assess/validation-report-20260127-102401.md +3 -3
  147. package/templates/bmad/tea/workflows/testarch/nfr-assess/workflow.yaml +2 -2
  148. package/templates/bmad/tea/workflows/testarch/teach-me-testing/data/tea-resources-index.yaml +3 -3
  149. package/templates/bmad/tea/workflows/testarch/teach-me-testing/workflow-plan-teach-me-testing.md +6 -6
  150. package/templates/bmad/tea/workflows/testarch/teach-me-testing/workflow.md +1 -1
  151. package/templates/bmad/tea/workflows/testarch/test-design/steps-c/step-02-load-context.md +30 -0
  152. package/templates/bmad/tea/workflows/testarch/test-design/steps-c/step-05-generate-output.md +72 -1
  153. package/templates/bmad/tea/workflows/testarch/test-design/validation-report-20260127-095021.md +1 -1
  154. package/templates/bmad/tea/workflows/testarch/test-design/validation-report-20260127-102401.md +3 -3
  155. package/templates/bmad/tea/workflows/testarch/test-design/workflow.yaml +2 -2
  156. package/templates/bmad/tea/workflows/testarch/test-review/steps-c/step-01-load-context.md +29 -1
  157. package/templates/bmad/tea/workflows/testarch/test-review/steps-c/step-03-quality-evaluation.md +147 -46
  158. package/templates/bmad/tea/workflows/testarch/test-review/steps-c/step-03a-subagent-determinism.md +214 -0
  159. package/templates/bmad/tea/workflows/testarch/test-review/steps-c/step-03b-subagent-isolation.md +125 -0
  160. package/templates/bmad/tea/workflows/testarch/test-review/steps-c/step-03c-subagent-maintainability.md +102 -0
  161. package/templates/bmad/tea/workflows/testarch/test-review/steps-c/step-03e-subagent-performance.md +117 -0
  162. package/templates/bmad/tea/workflows/testarch/test-review/steps-c/step-03f-aggregate-scores.md +10 -10
  163. package/templates/bmad/tea/workflows/testarch/test-review/validation-report-20260127-095021.md +1 -1
  164. package/templates/bmad/tea/workflows/testarch/test-review/validation-report-20260127-102401.md +3 -3
  165. package/templates/bmad/tea/workflows/testarch/test-review/workflow.yaml +2 -2
  166. package/templates/bmad/tea/workflows/testarch/trace/steps-c/step-04-analyze-gaps.md +92 -1
  167. package/templates/bmad/tea/workflows/testarch/trace/validation-report-20260127-095021.md +1 -1
  168. package/templates/bmad/tea/workflows/testarch/trace/validation-report-20260127-102401.md +3 -3
  169. package/templates/bmad/tea/workflows/testarch/trace/workflow.yaml +2 -2
  170. package/templates/ecc/agents/chief-of-staff.md +151 -0
  171. package/templates/ecc/commands/claw.md +79 -0
  172. package/templates/ecc/rules/README.md +23 -2
  173. package/templates/ecc/rules/common/development-workflow.md +37 -0
  174. package/templates/ecc/rules/common/git-workflow.md +2 -23
  175. package/templates/ecc/rules/swift/coding-style.md +47 -0
  176. package/templates/ecc/rules/swift/hooks.md +20 -0
  177. package/templates/ecc/rules/swift/patterns.md +66 -0
  178. package/templates/ecc/rules/swift/security.md +33 -0
  179. package/templates/ecc/rules/swift/testing.md +45 -0
  180. package/templates/ecc/skills/api-design/SKILL.md +1 -0
  181. package/templates/ecc/skills/article-writing/SKILL.md +85 -0
  182. package/templates/ecc/skills/backend-patterns/SKILL.md +1 -0
  183. package/templates/ecc/skills/clickhouse-io/SKILL.md +1 -0
  184. package/templates/ecc/skills/coding-standards/SKILL.md +1 -0
  185. package/templates/ecc/skills/configure-ecc/SKILL.md +32 -4
  186. package/templates/ecc/skills/content-engine/SKILL.md +88 -0
  187. package/templates/ecc/skills/content-hash-cache-pattern/SKILL.md +1 -0
  188. package/templates/ecc/skills/continuous-learning/SKILL.md +2 -1
  189. package/templates/ecc/skills/continuous-learning-v2/SKILL.md +4 -1
  190. package/templates/ecc/skills/continuous-learning-v2/hooks/observe.sh +14 -7
  191. package/templates/ecc/skills/cost-aware-llm-pipeline/SKILL.md +1 -0
  192. package/templates/ecc/skills/cpp-coding-standards/SKILL.md +1 -0
  193. package/templates/ecc/skills/cpp-testing/SKILL.md +1 -0
  194. package/templates/ecc/skills/database-migrations/SKILL.md +1 -0
  195. package/templates/ecc/skills/deployment-patterns/SKILL.md +1 -0
  196. package/templates/ecc/skills/django-patterns/SKILL.md +1 -0
  197. package/templates/ecc/skills/django-security/SKILL.md +1 -0
  198. package/templates/ecc/skills/django-tdd/SKILL.md +1 -0
  199. package/templates/ecc/skills/django-verification/SKILL.md +1 -0
  200. package/templates/ecc/skills/docker-patterns/SKILL.md +1 -0
  201. package/templates/ecc/skills/e2e-testing/SKILL.md +1 -0
  202. package/templates/ecc/skills/eval-harness/SKILL.md +1 -0
  203. package/templates/ecc/skills/foundation-models-on-device/SKILL.md +243 -0
  204. package/templates/ecc/skills/frontend-patterns/SKILL.md +1 -0
  205. package/templates/ecc/skills/frontend-slides/SKILL.md +184 -0
  206. package/templates/ecc/skills/frontend-slides/STYLE_PRESETS.md +330 -0
  207. package/templates/ecc/skills/golang-patterns/SKILL.md +1 -0
  208. package/templates/ecc/skills/golang-testing/SKILL.md +1 -0
  209. package/templates/ecc/skills/investor-materials/SKILL.md +96 -0
  210. package/templates/ecc/skills/investor-outreach/SKILL.md +76 -0
  211. package/templates/ecc/skills/iterative-retrieval/SKILL.md +1 -0
  212. package/templates/ecc/skills/java-coding-standards/SKILL.md +1 -0
  213. package/templates/ecc/skills/jpa-patterns/SKILL.md +1 -0
  214. package/templates/ecc/skills/liquid-glass-design/SKILL.md +279 -0
  215. package/templates/ecc/skills/market-research/SKILL.md +75 -0
  216. package/templates/ecc/skills/nutrient-document-processing/SKILL.md +1 -1
  217. package/templates/ecc/skills/postgres-patterns/SKILL.md +1 -0
  218. package/templates/ecc/skills/project-guidelines-example/SKILL.md +1 -0
  219. package/templates/ecc/skills/python-patterns/SKILL.md +1 -0
  220. package/templates/ecc/skills/python-testing/SKILL.md +1 -0
  221. package/templates/ecc/skills/regex-vs-llm-structured-text/SKILL.md +1 -0
  222. package/templates/ecc/skills/search-first/SKILL.md +3 -1
  223. package/templates/ecc/skills/security-review/SKILL.md +1 -0
  224. package/templates/ecc/skills/security-scan/SKILL.md +1 -0
  225. package/templates/ecc/skills/skill-stocktake/SKILL.md +176 -0
  226. package/templates/ecc/skills/skill-stocktake/scripts/quick-diff.sh +87 -0
  227. package/templates/ecc/skills/skill-stocktake/scripts/save-results.sh +56 -0
  228. package/templates/ecc/skills/skill-stocktake/scripts/scan.sh +170 -0
  229. package/templates/ecc/skills/springboot-patterns/SKILL.md +1 -0
  230. package/templates/ecc/skills/springboot-security/SKILL.md +1 -0
  231. package/templates/ecc/skills/springboot-tdd/SKILL.md +1 -0
  232. package/templates/ecc/skills/springboot-verification/SKILL.md +1 -0
  233. package/templates/ecc/skills/strategic-compact/SKILL.md +1 -0
  234. package/templates/ecc/skills/swift-actor-persistence/SKILL.md +1 -0
  235. package/templates/ecc/skills/swift-concurrency-6-2/SKILL.md +216 -0
  236. package/templates/ecc/skills/swift-protocol-di-testing/SKILL.md +1 -0
  237. package/templates/ecc/skills/swiftui-patterns/SKILL.md +259 -0
  238. package/templates/ecc/skills/tdd-workflow/SKILL.md +1 -0
  239. package/templates/ecc/skills/verification-loop/SKILL.md +1 -0
  240. package/templates/ecc/skills/visa-doc-translate/README.md +86 -0
  241. package/templates/ecc/skills/visa-doc-translate/SKILL.md +117 -0
  242. package/templates/ext-skills/pinchtab/SKILL.md +89 -486
  243. package/templates/ext-skills/pinchtab/TRUST.md +69 -0
  244. package/templates/ext-skills/pinchtab/references/api.md +297 -0
  245. package/templates/ext-skills/pinchtab/references/env.md +45 -0
  246. package/templates/ext-skills/pinchtab/references/profiles.md +107 -0
  247. package/templates/plugins/claude-code-setup/.claude-plugin/plugin.json +9 -0
  248. package/templates/plugins/claude-code-setup/LICENSE +202 -0
  249. package/templates/plugins/claude-code-setup/README.md +29 -0
  250. package/templates/plugins/claude-code-setup/automation-recommender-example.png +0 -0
  251. package/templates/plugins/claude-code-setup/skills/claude-automation-recommender/SKILL.md +288 -0
  252. package/templates/plugins/claude-code-setup/skills/claude-automation-recommender/references/hooks-patterns.md +226 -0
  253. package/templates/plugins/claude-code-setup/skills/claude-automation-recommender/references/mcp-servers.md +263 -0
  254. package/templates/plugins/claude-code-setup/skills/claude-automation-recommender/references/plugins-reference.md +98 -0
  255. package/templates/plugins/claude-code-setup/skills/claude-automation-recommender/references/skills-reference.md +408 -0
  256. package/templates/plugins/claude-code-setup/skills/claude-automation-recommender/references/subagent-templates.md +181 -0
  257. package/templates/plugins/claude-md-management/.claude-plugin/plugin.json +9 -0
  258. package/templates/plugins/claude-md-management/LICENSE +202 -0
  259. package/templates/plugins/claude-md-management/README.md +40 -0
  260. package/templates/plugins/claude-md-management/claude-md-improver-example.png +0 -0
  261. package/templates/plugins/claude-md-management/commands/revise-claude-md.md +54 -0
  262. package/templates/plugins/claude-md-management/revise-claude-md-example.png +0 -0
  263. package/templates/plugins/claude-md-management/skills/claude-md-improver/SKILL.md +179 -0
  264. package/templates/plugins/claude-md-management/skills/claude-md-improver/references/quality-criteria.md +109 -0
  265. package/templates/plugins/claude-md-management/skills/claude-md-improver/references/templates.md +253 -0
  266. package/templates/plugins/claude-md-management/skills/claude-md-improver/references/update-guidelines.md +150 -0
  267. package/templates/plugins/code-simplifier/.claude-plugin/plugin.json +9 -0
  268. package/templates/plugins/code-simplifier/LICENSE +202 -0
  269. package/templates/plugins/code-simplifier/agents/code-simplifier.md +52 -0
  270. package/templates/plugins/commit-commands/.claude-plugin/plugin.json +9 -0
  271. package/templates/plugins/commit-commands/LICENSE +202 -0
  272. package/templates/plugins/commit-commands/README.md +225 -0
  273. package/templates/plugins/commit-commands/commands/clean_gone.md +53 -0
  274. package/templates/plugins/commit-commands/commands/commit-push-pr.md +20 -0
  275. package/templates/plugins/commit-commands/commands/commit.md +17 -0
  276. package/templates/trae-bmad/rules/bmad-bmm-check-implementation-readiness.md +2 -2
  277. package/templates/trae-bmad/rules/bmad-bmm-code-review.md +4 -4
  278. package/templates/trae-bmad/rules/bmad-bmm-correct-course.md +4 -4
  279. package/templates/trae-bmad/rules/bmad-bmm-create-architecture.md +2 -2
  280. package/templates/trae-bmad/rules/bmad-bmm-create-epics-and-stories.md +2 -2
  281. package/templates/trae-bmad/rules/bmad-bmm-create-prd.md +2 -2
  282. package/templates/trae-bmad/rules/bmad-bmm-create-product-brief.md +2 -2
  283. package/templates/trae-bmad/rules/bmad-bmm-create-story.md +4 -4
  284. package/templates/trae-bmad/rules/bmad-bmm-create-ux-design.md +2 -2
  285. package/templates/trae-bmad/rules/bmad-bmm-dev-story.md +4 -4
  286. package/templates/trae-bmad/rules/bmad-bmm-document-project.md +4 -4
  287. package/templates/trae-bmad/rules/bmad-bmm-domain-research.md +2 -2
  288. package/templates/trae-bmad/rules/bmad-bmm-edit-prd.md +2 -2
  289. package/templates/trae-bmad/rules/bmad-bmm-generate-project-context.md +2 -2
  290. package/templates/trae-bmad/rules/bmad-bmm-market-research.md +2 -2
  291. package/templates/trae-bmad/rules/bmad-bmm-qa-generate-e2e-tests.md +4 -4
  292. package/templates/trae-bmad/rules/bmad-bmm-quick-dev.md +2 -2
  293. package/templates/trae-bmad/rules/bmad-bmm-quick-spec.md +2 -2
  294. package/templates/trae-bmad/rules/bmad-bmm-retrospective.md +4 -4
  295. package/templates/trae-bmad/rules/bmad-bmm-sprint-planning.md +4 -4
  296. package/templates/trae-bmad/rules/bmad-bmm-sprint-status.md +4 -4
  297. package/templates/trae-bmad/rules/bmad-bmm-technical-research.md +2 -2
  298. package/templates/trae-bmad/rules/bmad-bmm-validate-prd.md +2 -2
  299. package/templates/trae-bmad/rules/bmad-brainstorming.md +2 -2
  300. package/templates/trae-bmad/rules/bmad-editorial-review-prose.md +1 -1
  301. package/templates/trae-bmad/rules/bmad-editorial-review-structure.md +1 -1
  302. package/templates/trae-bmad/rules/bmad-help.md +1 -1
  303. package/templates/trae-bmad/rules/bmad-index-docs.md +1 -1
  304. package/templates/trae-bmad/rules/bmad-party-mode.md +2 -2
  305. package/templates/trae-bmad/rules/bmad-review-adversarial-general.md +1 -1
  306. package/templates/trae-bmad/rules/bmad-review-edge-case-hunter.md +10 -0
  307. package/templates/trae-bmad/rules/bmad-shard-doc.md +1 -1
  308. package/templates/trae-bmad/rules/bmad-tea-teach-me-testing.md +2 -2
  309. package/templates/trae-bmad/rules/bmad-tea-testarch-atdd.md +4 -4
  310. package/templates/trae-bmad/rules/bmad-tea-testarch-automate.md +4 -4
  311. package/templates/trae-bmad/rules/bmad-tea-testarch-ci.md +4 -4
  312. package/templates/trae-bmad/rules/bmad-tea-testarch-framework.md +4 -4
  313. package/templates/trae-bmad/rules/bmad-tea-testarch-nfr.md +4 -4
  314. package/templates/trae-bmad/rules/bmad-tea-testarch-test-design.md +4 -4
  315. package/templates/trae-bmad/rules/bmad-tea-testarch-test-review.md +4 -4
  316. package/templates/trae-bmad/rules/bmad-tea-testarch-trace.md +4 -4
@@ -0,0 +1,184 @@
1
+ ---
2
+ name: frontend-slides
3
+ description: Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.
4
+ origin: ECC
5
+ ---
6
+
7
+ # Frontend Slides
8
+
9
+ Create zero-dependency, animation-rich HTML presentations that run entirely in the browser.
10
+
11
+ Inspired by the visual exploration approach showcased in work by [zarazhangrui](https://github.com/zarazhangrui).
12
+
13
+ ## When to Activate
14
+
15
+ - Creating a talk deck, pitch deck, workshop deck, or internal presentation
16
+ - Converting `.ppt` or `.pptx` slides into an HTML presentation
17
+ - Improving an existing HTML presentation's layout, motion, or typography
18
+ - Exploring presentation styles with a user who does not know their design preference yet
19
+
20
+ ## Non-Negotiables
21
+
22
+ 1. **Zero dependencies**: default to one self-contained HTML file with inline CSS and JS.
23
+ 2. **Viewport fit is mandatory**: every slide must fit inside one viewport with no internal scrolling.
24
+ 3. **Show, don't tell**: use visual previews instead of abstract style questionnaires.
25
+ 4. **Distinctive design**: avoid generic purple-gradient, Inter-on-white, template-looking decks.
26
+ 5. **Production quality**: keep code commented, accessible, responsive, and performant.
27
+
28
+ Before generating, read `STYLE_PRESETS.md` for the viewport-safe CSS base, density limits, preset catalog, and CSS gotchas.
29
+
30
+ ## Workflow
31
+
32
+ ### 1. Detect Mode
33
+
34
+ Choose one path:
35
+ - **New presentation**: user has a topic, notes, or full draft
36
+ - **PPT conversion**: user has `.ppt` or `.pptx`
37
+ - **Enhancement**: user already has HTML slides and wants improvements
38
+
39
+ ### 2. Discover Content
40
+
41
+ Ask only the minimum needed:
42
+ - purpose: pitch, teaching, conference talk, internal update
43
+ - length: short (5-10), medium (10-20), long (20+)
44
+ - content state: finished copy, rough notes, topic only
45
+
46
+ If the user has content, ask them to paste it before styling.
47
+
48
+ ### 3. Discover Style
49
+
50
+ Default to visual exploration.
51
+
52
+ If the user already knows the desired preset, skip previews and use it directly.
53
+
54
+ Otherwise:
55
+ 1. Ask what feeling the deck should create: impressed, energized, focused, inspired.
56
+ 2. Generate **3 single-slide preview files** in `.ecc-design/slide-previews/`.
57
+ 3. Each preview must be self-contained, show typography/color/motion clearly, and stay under roughly 100 lines of slide content.
58
+ 4. Ask the user which preview to keep or what elements to mix.
59
+
60
+ Use the preset guide in `STYLE_PRESETS.md` when mapping mood to style.
61
+
62
+ ### 4. Build the Presentation
63
+
64
+ Output either:
65
+ - `presentation.html`
66
+ - `[presentation-name].html`
67
+
68
+ Use an `assets/` folder only when the deck contains extracted or user-supplied images.
69
+
70
+ Required structure:
71
+ - semantic slide sections
72
+ - a viewport-safe CSS base from `STYLE_PRESETS.md`
73
+ - CSS custom properties for theme values
74
+ - a presentation controller class for keyboard, wheel, and touch navigation
75
+ - Intersection Observer for reveal animations
76
+ - reduced-motion support
77
+
78
+ ### 5. Enforce Viewport Fit
79
+
80
+ Treat this as a hard gate.
81
+
82
+ Rules:
83
+ - every `.slide` must use `height: 100vh; height: 100dvh; overflow: hidden;`
84
+ - all type and spacing must scale with `clamp()`
85
+ - when content does not fit, split into multiple slides
86
+ - never solve overflow by shrinking text below readable sizes
87
+ - never allow scrollbars inside a slide
88
+
89
+ Use the density limits and mandatory CSS block in `STYLE_PRESETS.md`.
90
+
91
+ ### 6. Validate
92
+
93
+ Check the finished deck at these sizes:
94
+ - 1920x1080
95
+ - 1280x720
96
+ - 768x1024
97
+ - 375x667
98
+ - 667x375
99
+
100
+ If browser automation is available, use it to verify no slide overflows and that keyboard navigation works.
101
+
102
+ ### 7. Deliver
103
+
104
+ At handoff:
105
+ - delete temporary preview files unless the user wants to keep them
106
+ - open the deck with the platform-appropriate opener when useful
107
+ - summarize file path, preset used, slide count, and easy theme customization points
108
+
109
+ Use the correct opener for the current OS:
110
+ - macOS: `open file.html`
111
+ - Linux: `xdg-open file.html`
112
+ - Windows: `start "" file.html`
113
+
114
+ ## PPT / PPTX Conversion
115
+
116
+ For PowerPoint conversion:
117
+ 1. Prefer `python3` with `python-pptx` to extract text, images, and notes.
118
+ 2. If `python-pptx` is unavailable, ask whether to install it or fall back to a manual/export-based workflow.
119
+ 3. Preserve slide order, speaker notes, and extracted assets.
120
+ 4. After extraction, run the same style-selection workflow as a new presentation.
121
+
122
+ Keep conversion cross-platform. Do not rely on macOS-only tools when Python can do the job.
123
+
124
+ ## Implementation Requirements
125
+
126
+ ### HTML / CSS
127
+
128
+ - Use inline CSS and JS unless the user explicitly wants a multi-file project.
129
+ - Fonts may come from Google Fonts or Fontshare.
130
+ - Prefer atmospheric backgrounds, strong type hierarchy, and a clear visual direction.
131
+ - Use abstract shapes, gradients, grids, noise, and geometry rather than illustrations.
132
+
133
+ ### JavaScript
134
+
135
+ Include:
136
+ - keyboard navigation
137
+ - touch / swipe navigation
138
+ - mouse wheel navigation
139
+ - progress indicator or slide index
140
+ - reveal-on-enter animation triggers
141
+
142
+ ### Accessibility
143
+
144
+ - use semantic structure (`main`, `section`, `nav`)
145
+ - keep contrast readable
146
+ - support keyboard-only navigation
147
+ - respect `prefers-reduced-motion`
148
+
149
+ ## Content Density Limits
150
+
151
+ Use these maxima unless the user explicitly asks for denser slides and readability still holds:
152
+
153
+ | Slide type | Limit |
154
+ |------------|-------|
155
+ | Title | 1 heading + 1 subtitle + optional tagline |
156
+ | Content | 1 heading + 4-6 bullets or 2 short paragraphs |
157
+ | Feature grid | 6 cards max |
158
+ | Code | 8-10 lines max |
159
+ | Quote | 1 quote + attribution |
160
+ | Image | 1 image constrained by viewport |
161
+
162
+ ## Anti-Patterns
163
+
164
+ - generic startup gradients with no visual identity
165
+ - system-font decks unless intentionally editorial
166
+ - long bullet walls
167
+ - code blocks that need scrolling
168
+ - fixed-height content boxes that break on short screens
169
+ - invalid negated CSS functions like `-clamp(...)`
170
+
171
+ ## Related ECC Skills
172
+
173
+ - `frontend-patterns` for component and interaction patterns around the deck
174
+ - `liquid-glass-design` when a presentation intentionally borrows Apple glass aesthetics
175
+ - `e2e-testing` if you need automated browser verification for the final deck
176
+
177
+ ## Deliverable Checklist
178
+
179
+ - presentation runs from a local file in a browser
180
+ - every slide fits the viewport without scrolling
181
+ - style is distinctive and intentional
182
+ - animation is meaningful, not noisy
183
+ - reduced motion is respected
184
+ - file paths and customization points are explained at handoff
@@ -0,0 +1,330 @@
1
+ # Style Presets Reference
2
+
3
+ Curated visual styles for `frontend-slides`.
4
+
5
+ Use this file for:
6
+ - the mandatory viewport-fitting CSS base
7
+ - preset selection and mood mapping
8
+ - CSS gotchas and validation rules
9
+
10
+ Abstract shapes only. Avoid illustrations unless the user explicitly asks for them.
11
+
12
+ ## Viewport Fit Is Non-Negotiable
13
+
14
+ Every slide must fully fit in one viewport.
15
+
16
+ ### Golden Rule
17
+
18
+ ```text
19
+ Each slide = exactly one viewport height.
20
+ Too much content = split into more slides.
21
+ Never scroll inside a slide.
22
+ ```
23
+
24
+ ### Density Limits
25
+
26
+ | Slide Type | Maximum Content |
27
+ |------------|-----------------|
28
+ | Title slide | 1 heading + 1 subtitle + optional tagline |
29
+ | Content slide | 1 heading + 4-6 bullets or 2 paragraphs |
30
+ | Feature grid | 6 cards maximum |
31
+ | Code slide | 8-10 lines maximum |
32
+ | Quote slide | 1 quote + attribution |
33
+ | Image slide | 1 image, ideally under 60vh |
34
+
35
+ ## Mandatory Base CSS
36
+
37
+ Copy this block into every generated presentation and then theme on top of it.
38
+
39
+ ```css
40
+ /* ===========================================
41
+ VIEWPORT FITTING: MANDATORY BASE STYLES
42
+ =========================================== */
43
+
44
+ html, body {
45
+ height: 100%;
46
+ overflow-x: hidden;
47
+ }
48
+
49
+ html {
50
+ scroll-snap-type: y mandatory;
51
+ scroll-behavior: smooth;
52
+ }
53
+
54
+ .slide {
55
+ width: 100vw;
56
+ height: 100vh;
57
+ height: 100dvh;
58
+ overflow: hidden;
59
+ scroll-snap-align: start;
60
+ display: flex;
61
+ flex-direction: column;
62
+ position: relative;
63
+ }
64
+
65
+ .slide-content {
66
+ flex: 1;
67
+ display: flex;
68
+ flex-direction: column;
69
+ justify-content: center;
70
+ max-height: 100%;
71
+ overflow: hidden;
72
+ padding: var(--slide-padding);
73
+ }
74
+
75
+ :root {
76
+ --title-size: clamp(1.5rem, 5vw, 4rem);
77
+ --h2-size: clamp(1.25rem, 3.5vw, 2.5rem);
78
+ --h3-size: clamp(1rem, 2.5vw, 1.75rem);
79
+ --body-size: clamp(0.75rem, 1.5vw, 1.125rem);
80
+ --small-size: clamp(0.65rem, 1vw, 0.875rem);
81
+
82
+ --slide-padding: clamp(1rem, 4vw, 4rem);
83
+ --content-gap: clamp(0.5rem, 2vw, 2rem);
84
+ --element-gap: clamp(0.25rem, 1vw, 1rem);
85
+ }
86
+
87
+ .card, .container, .content-box {
88
+ max-width: min(90vw, 1000px);
89
+ max-height: min(80vh, 700px);
90
+ }
91
+
92
+ .feature-list, .bullet-list {
93
+ gap: clamp(0.4rem, 1vh, 1rem);
94
+ }
95
+
96
+ .feature-list li, .bullet-list li {
97
+ font-size: var(--body-size);
98
+ line-height: 1.4;
99
+ }
100
+
101
+ .grid {
102
+ display: grid;
103
+ grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
104
+ gap: clamp(0.5rem, 1.5vw, 1rem);
105
+ }
106
+
107
+ img, .image-container {
108
+ max-width: 100%;
109
+ max-height: min(50vh, 400px);
110
+ object-fit: contain;
111
+ }
112
+
113
+ @media (max-height: 700px) {
114
+ :root {
115
+ --slide-padding: clamp(0.75rem, 3vw, 2rem);
116
+ --content-gap: clamp(0.4rem, 1.5vw, 1rem);
117
+ --title-size: clamp(1.25rem, 4.5vw, 2.5rem);
118
+ --h2-size: clamp(1rem, 3vw, 1.75rem);
119
+ }
120
+ }
121
+
122
+ @media (max-height: 600px) {
123
+ :root {
124
+ --slide-padding: clamp(0.5rem, 2.5vw, 1.5rem);
125
+ --content-gap: clamp(0.3rem, 1vw, 0.75rem);
126
+ --title-size: clamp(1.1rem, 4vw, 2rem);
127
+ --body-size: clamp(0.7rem, 1.2vw, 0.95rem);
128
+ }
129
+
130
+ .nav-dots, .keyboard-hint, .decorative {
131
+ display: none;
132
+ }
133
+ }
134
+
135
+ @media (max-height: 500px) {
136
+ :root {
137
+ --slide-padding: clamp(0.4rem, 2vw, 1rem);
138
+ --title-size: clamp(1rem, 3.5vw, 1.5rem);
139
+ --h2-size: clamp(0.9rem, 2.5vw, 1.25rem);
140
+ --body-size: clamp(0.65rem, 1vw, 0.85rem);
141
+ }
142
+ }
143
+
144
+ @media (max-width: 600px) {
145
+ :root {
146
+ --title-size: clamp(1.25rem, 7vw, 2.5rem);
147
+ }
148
+
149
+ .grid {
150
+ grid-template-columns: 1fr;
151
+ }
152
+ }
153
+
154
+ @media (prefers-reduced-motion: reduce) {
155
+ *, *::before, *::after {
156
+ animation-duration: 0.01ms !important;
157
+ transition-duration: 0.2s !important;
158
+ }
159
+
160
+ html {
161
+ scroll-behavior: auto;
162
+ }
163
+ }
164
+ ```
165
+
166
+ ## Viewport Checklist
167
+
168
+ - every `.slide` has `height: 100vh`, `height: 100dvh`, and `overflow: hidden`
169
+ - all typography uses `clamp()`
170
+ - all spacing uses `clamp()` or viewport units
171
+ - images have `max-height` constraints
172
+ - grids adapt with `auto-fit` + `minmax()`
173
+ - short-height breakpoints exist at `700px`, `600px`, and `500px`
174
+ - if anything feels cramped, split the slide
175
+
176
+ ## Mood to Preset Mapping
177
+
178
+ | Mood | Good Presets |
179
+ |------|--------------|
180
+ | Impressed / Confident | Bold Signal, Electric Studio, Dark Botanical |
181
+ | Excited / Energized | Creative Voltage, Neon Cyber, Split Pastel |
182
+ | Calm / Focused | Notebook Tabs, Paper & Ink, Swiss Modern |
183
+ | Inspired / Moved | Dark Botanical, Vintage Editorial, Pastel Geometry |
184
+
185
+ ## Preset Catalog
186
+
187
+ ### 1. Bold Signal
188
+
189
+ - Vibe: confident, high-impact, keynote-ready
190
+ - Best for: pitch decks, launches, statements
191
+ - Fonts: Archivo Black + Space Grotesk
192
+ - Palette: charcoal base, hot orange focal card, crisp white text
193
+ - Signature: oversized section numbers, high-contrast card on dark field
194
+
195
+ ### 2. Electric Studio
196
+
197
+ - Vibe: clean, bold, agency-polished
198
+ - Best for: client presentations, strategic reviews
199
+ - Fonts: Manrope only
200
+ - Palette: black, white, saturated cobalt accent
201
+ - Signature: two-panel split and sharp editorial alignment
202
+
203
+ ### 3. Creative Voltage
204
+
205
+ - Vibe: energetic, retro-modern, playful confidence
206
+ - Best for: creative studios, brand work, product storytelling
207
+ - Fonts: Syne + Space Mono
208
+ - Palette: electric blue, neon yellow, deep navy
209
+ - Signature: halftone textures, badges, punchy contrast
210
+
211
+ ### 4. Dark Botanical
212
+
213
+ - Vibe: elegant, premium, atmospheric
214
+ - Best for: luxury brands, thoughtful narratives, premium product decks
215
+ - Fonts: Cormorant + IBM Plex Sans
216
+ - Palette: near-black, warm ivory, blush, gold, terracotta
217
+ - Signature: blurred abstract circles, fine rules, restrained motion
218
+
219
+ ### 5. Notebook Tabs
220
+
221
+ - Vibe: editorial, organized, tactile
222
+ - Best for: reports, reviews, structured storytelling
223
+ - Fonts: Bodoni Moda + DM Sans
224
+ - Palette: cream paper on charcoal with pastel tabs
225
+ - Signature: paper sheet, colored side tabs, binder details
226
+
227
+ ### 6. Pastel Geometry
228
+
229
+ - Vibe: approachable, modern, friendly
230
+ - Best for: product overviews, onboarding, lighter brand decks
231
+ - Fonts: Plus Jakarta Sans only
232
+ - Palette: pale blue field, cream card, soft pink/mint/lavender accents
233
+ - Signature: vertical pills, rounded cards, soft shadows
234
+
235
+ ### 7. Split Pastel
236
+
237
+ - Vibe: playful, modern, creative
238
+ - Best for: agency intros, workshops, portfolios
239
+ - Fonts: Outfit only
240
+ - Palette: peach + lavender split with mint badges
241
+ - Signature: split backdrop, rounded tags, light grid overlays
242
+
243
+ ### 8. Vintage Editorial
244
+
245
+ - Vibe: witty, personality-driven, magazine-inspired
246
+ - Best for: personal brands, opinionated talks, storytelling
247
+ - Fonts: Fraunces + Work Sans
248
+ - Palette: cream, charcoal, dusty warm accents
249
+ - Signature: geometric accents, bordered callouts, punchy serif headlines
250
+
251
+ ### 9. Neon Cyber
252
+
253
+ - Vibe: futuristic, techy, kinetic
254
+ - Best for: AI, infra, dev tools, future-of-X talks
255
+ - Fonts: Clash Display + Satoshi
256
+ - Palette: midnight navy, cyan, magenta
257
+ - Signature: glow, particles, grids, data-radar energy
258
+
259
+ ### 10. Terminal Green
260
+
261
+ - Vibe: developer-focused, hacker-clean
262
+ - Best for: APIs, CLI tools, engineering demos
263
+ - Fonts: JetBrains Mono only
264
+ - Palette: GitHub dark + terminal green
265
+ - Signature: scan lines, command-line framing, precise monospace rhythm
266
+
267
+ ### 11. Swiss Modern
268
+
269
+ - Vibe: minimal, precise, data-forward
270
+ - Best for: corporate, product strategy, analytics
271
+ - Fonts: Archivo + Nunito
272
+ - Palette: white, black, signal red
273
+ - Signature: visible grids, asymmetry, geometric discipline
274
+
275
+ ### 12. Paper & Ink
276
+
277
+ - Vibe: literary, thoughtful, story-driven
278
+ - Best for: essays, keynote narratives, manifesto decks
279
+ - Fonts: Cormorant Garamond + Source Serif 4
280
+ - Palette: warm cream, charcoal, crimson accent
281
+ - Signature: pull quotes, drop caps, elegant rules
282
+
283
+ ## Direct Selection Prompts
284
+
285
+ If the user already knows the style they want, let them pick directly from the preset names above instead of forcing preview generation.
286
+
287
+ ## Animation Feel Mapping
288
+
289
+ | Feeling | Motion Direction |
290
+ |---------|------------------|
291
+ | Dramatic / Cinematic | slow fades, parallax, large scale-ins |
292
+ | Techy / Futuristic | glow, particles, grid motion, scramble text |
293
+ | Playful / Friendly | springy easing, rounded shapes, floating motion |
294
+ | Professional / Corporate | subtle 200-300ms transitions, clean slides |
295
+ | Calm / Minimal | very restrained movement, whitespace-first |
296
+ | Editorial / Magazine | strong hierarchy, staggered text and image interplay |
297
+
298
+ ## CSS Gotcha: Negating Functions
299
+
300
+ Never write these:
301
+
302
+ ```css
303
+ right: -clamp(28px, 3.5vw, 44px);
304
+ margin-left: -min(10vw, 100px);
305
+ ```
306
+
307
+ Browsers ignore them silently.
308
+
309
+ Always write this instead:
310
+
311
+ ```css
312
+ right: calc(-1 * clamp(28px, 3.5vw, 44px));
313
+ margin-left: calc(-1 * min(10vw, 100px));
314
+ ```
315
+
316
+ ## Validation Sizes
317
+
318
+ Test at minimum:
319
+ - Desktop: `1920x1080`, `1440x900`, `1280x720`
320
+ - Tablet: `1024x768`, `768x1024`
321
+ - Mobile: `375x667`, `414x896`
322
+ - Landscape phone: `667x375`, `896x414`
323
+
324
+ ## Anti-Patterns
325
+
326
+ Do not use:
327
+ - purple-on-white startup templates
328
+ - Inter / Roboto / Arial as the visual voice unless the user explicitly wants utilitarian neutrality
329
+ - bullet walls, tiny type, or code blocks that require scrolling
330
+ - decorative illustrations when abstract geometry would do the job better
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: golang-patterns
3
3
  description: Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.
4
+ origin: ECC
4
5
  ---
5
6
 
6
7
  # Go Development Patterns
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: golang-testing
3
3
  description: Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.
4
+ origin: ECC
4
5
  ---
5
6
 
6
7
  # Go Testing Patterns
@@ -0,0 +1,96 @@
1
+ ---
2
+ name: investor-materials
3
+ description: Create and update pitch decks, one-pagers, investor memos, accelerator applications, financial models, and fundraising materials. Use when the user needs investor-facing documents, projections, use-of-funds tables, milestone plans, or materials that must stay internally consistent across multiple fundraising assets.
4
+ origin: ECC
5
+ ---
6
+
7
+ # Investor Materials
8
+
9
+ Build investor-facing materials that are consistent, credible, and easy to defend.
10
+
11
+ ## When to Activate
12
+
13
+ - creating or revising a pitch deck
14
+ - writing an investor memo or one-pager
15
+ - building a financial model, milestone plan, or use-of-funds table
16
+ - answering accelerator or incubator application questions
17
+ - aligning multiple fundraising docs around one source of truth
18
+
19
+ ## Golden Rule
20
+
21
+ All investor materials must agree with each other.
22
+
23
+ Create or confirm a single source of truth before writing:
24
+ - traction metrics
25
+ - pricing and revenue assumptions
26
+ - raise size and instrument
27
+ - use of funds
28
+ - team bios and titles
29
+ - milestones and timelines
30
+
31
+ If conflicting numbers appear, stop and resolve them before drafting.
32
+
33
+ ## Core Workflow
34
+
35
+ 1. inventory the canonical facts
36
+ 2. identify missing assumptions
37
+ 3. choose the asset type
38
+ 4. draft the asset with explicit logic
39
+ 5. cross-check every number against the source of truth
40
+
41
+ ## Asset Guidance
42
+
43
+ ### Pitch Deck
44
+ Recommended flow:
45
+ 1. company + wedge
46
+ 2. problem
47
+ 3. solution
48
+ 4. product / demo
49
+ 5. market
50
+ 6. business model
51
+ 7. traction
52
+ 8. team
53
+ 9. competition / differentiation
54
+ 10. ask
55
+ 11. use of funds / milestones
56
+ 12. appendix
57
+
58
+ If the user wants a web-native deck, pair this skill with `frontend-slides`.
59
+
60
+ ### One-Pager / Memo
61
+ - state what the company does in one clean sentence
62
+ - show why now
63
+ - include traction and proof points early
64
+ - make the ask precise
65
+ - keep claims easy to verify
66
+
67
+ ### Financial Model
68
+ Include:
69
+ - explicit assumptions
70
+ - bear / base / bull cases when useful
71
+ - clean layer-by-layer revenue logic
72
+ - milestone-linked spending
73
+ - sensitivity analysis where the decision hinges on assumptions
74
+
75
+ ### Accelerator Applications
76
+ - answer the exact question asked
77
+ - prioritize traction, insight, and team advantage
78
+ - avoid puffery
79
+ - keep internal metrics consistent with the deck and model
80
+
81
+ ## Red Flags to Avoid
82
+
83
+ - unverifiable claims
84
+ - fuzzy market sizing without assumptions
85
+ - inconsistent team roles or titles
86
+ - revenue math that does not sum cleanly
87
+ - inflated certainty where assumptions are fragile
88
+
89
+ ## Quality Gate
90
+
91
+ Before delivering:
92
+ - every number matches the current source of truth
93
+ - use of funds and revenue layers sum correctly
94
+ - assumptions are visible, not buried
95
+ - the story is clear without hype language
96
+ - the final asset is defensible in a partner meeting
@@ -0,0 +1,76 @@
1
+ ---
2
+ name: investor-outreach
3
+ description: Draft cold emails, warm intro blurbs, follow-ups, update emails, and investor communications for fundraising. Use when the user wants outreach to angels, VCs, strategic investors, or accelerators and needs concise, personalized, investor-facing messaging.
4
+ origin: ECC
5
+ ---
6
+
7
+ # Investor Outreach
8
+
9
+ Write investor communication that is short, personalized, and easy to act on.
10
+
11
+ ## When to Activate
12
+
13
+ - writing a cold email to an investor
14
+ - drafting a warm intro request
15
+ - sending follow-ups after a meeting or no response
16
+ - writing investor updates during a process
17
+ - tailoring outreach based on fund thesis or partner fit
18
+
19
+ ## Core Rules
20
+
21
+ 1. Personalize every outbound message.
22
+ 2. Keep the ask low-friction.
23
+ 3. Use proof, not adjectives.
24
+ 4. Stay concise.
25
+ 5. Never send generic copy that could go to any investor.
26
+
27
+ ## Cold Email Structure
28
+
29
+ 1. subject line: short and specific
30
+ 2. opener: why this investor specifically
31
+ 3. pitch: what the company does, why now, what proof matters
32
+ 4. ask: one concrete next step
33
+ 5. sign-off: name, role, one credibility anchor if needed
34
+
35
+ ## Personalization Sources
36
+
37
+ Reference one or more of:
38
+ - relevant portfolio companies
39
+ - a public thesis, talk, post, or article
40
+ - a mutual connection
41
+ - a clear market or product fit with the investor's focus
42
+
43
+ If that context is missing, ask for it or state that the draft is a template awaiting personalization.
44
+
45
+ ## Follow-Up Cadence
46
+
47
+ Default:
48
+ - day 0: initial outbound
49
+ - day 4-5: short follow-up with one new data point
50
+ - day 10-12: final follow-up with a clean close
51
+
52
+ Do not keep nudging after that unless the user wants a longer sequence.
53
+
54
+ ## Warm Intro Requests
55
+
56
+ Make life easy for the connector:
57
+ - explain why the intro is a fit
58
+ - include a forwardable blurb
59
+ - keep the forwardable blurb under 100 words
60
+
61
+ ## Post-Meeting Updates
62
+
63
+ Include:
64
+ - the specific thing discussed
65
+ - the answer or update promised
66
+ - one new proof point if available
67
+ - the next step
68
+
69
+ ## Quality Gate
70
+
71
+ Before delivering:
72
+ - message is personalized
73
+ - the ask is explicit
74
+ - there is no fluff or begging language
75
+ - the proof point is concrete
76
+ - word count stays tight
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: iterative-retrieval
3
3
  description: Pattern for progressively refining context retrieval to solve the subagent context problem
4
+ origin: ECC
4
5
  ---
5
6
 
6
7
  # Iterative Retrieval Pattern