specweave 1.0.313 → 1.0.315

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 (312) hide show
  1. package/.claude-plugin/marketplace.json +1 -144
  2. package/CLAUDE.md +1 -1
  3. package/dist/src/core/lazy-loading/llm-plugin-detector.d.ts +44 -18
  4. package/dist/src/core/lazy-loading/llm-plugin-detector.d.ts.map +1 -1
  5. package/dist/src/core/lazy-loading/llm-plugin-detector.js +185 -124
  6. package/dist/src/core/lazy-loading/llm-plugin-detector.js.map +1 -1
  7. package/package.json +1 -1
  8. package/plugins/specweave/hooks/user-prompt-submit.sh +53 -0
  9. package/plugins/specweave/hooks/v2/guards/skill-chain-enforcement-guard.sh +214 -0
  10. package/plugins/specweave/hooks/v2/guards/spec-template-enforcement-guard.sh +11 -131
  11. package/plugins/specweave/skills/architect/SKILL.md +21 -0
  12. package/plugins/specweave/skills/increment/SKILL.md +59 -11
  13. package/plugins/specweave/skills/pm/SKILL.md +24 -19
  14. package/plugins/specweave/skills/test-aware-planner/SKILL.md +21 -1
  15. package/plugins/specweave-github/skills/github-sync/SKILL.md +1 -1
  16. package/src/templates/CLAUDE.md.template +1 -1
  17. package/dist/plugins/specweave-testing/lib/playwright-ci-defaults.d.ts +0 -7
  18. package/dist/plugins/specweave-testing/lib/playwright-ci-defaults.d.ts.map +0 -1
  19. package/dist/plugins/specweave-testing/lib/playwright-ci-defaults.js +0 -15
  20. package/dist/plugins/specweave-testing/lib/playwright-ci-defaults.js.map +0 -1
  21. package/dist/plugins/specweave-testing/lib/playwright-cli-detector.d.ts +0 -11
  22. package/dist/plugins/specweave-testing/lib/playwright-cli-detector.d.ts.map +0 -1
  23. package/dist/plugins/specweave-testing/lib/playwright-cli-detector.js +0 -40
  24. package/dist/plugins/specweave-testing/lib/playwright-cli-detector.js.map +0 -1
  25. package/dist/plugins/specweave-testing/lib/playwright-cli-runner.d.ts +0 -25
  26. package/dist/plugins/specweave-testing/lib/playwright-cli-runner.d.ts.map +0 -1
  27. package/dist/plugins/specweave-testing/lib/playwright-cli-runner.js +0 -65
  28. package/dist/plugins/specweave-testing/lib/playwright-cli-runner.js.map +0 -1
  29. package/dist/plugins/specweave-testing/lib/playwright-routing.d.ts +0 -15
  30. package/dist/plugins/specweave-testing/lib/playwright-routing.d.ts.map +0 -1
  31. package/dist/plugins/specweave-testing/lib/playwright-routing.js +0 -20
  32. package/dist/plugins/specweave-testing/lib/playwright-routing.js.map +0 -1
  33. package/plugins/specweave/skills/code-simplifier/SKILL.md +0 -20
  34. package/plugins/specweave/skills/security/SKILL.md +0 -20
  35. package/plugins/specweave/skills/security-patterns/SKILL.md +0 -198
  36. package/plugins/specweave-backend/.claude-plugin/plugin.json +0 -26
  37. package/plugins/specweave-backend/PLUGIN.md +0 -32
  38. package/plugins/specweave-backend/commands/api-scaffold.md +0 -84
  39. package/plugins/specweave-backend/commands/crud-generate.md +0 -113
  40. package/plugins/specweave-backend/commands/migration-generate.md +0 -143
  41. package/plugins/specweave-backend/skills/database-optimizer/SKILL.md +0 -137
  42. package/plugins/specweave-backend/skills/dotnet-backend/SKILL.md +0 -249
  43. package/plugins/specweave-backend/skills/go-backend/SKILL.md +0 -624
  44. package/plugins/specweave-backend/skills/graphql/SKILL.md +0 -570
  45. package/plugins/specweave-backend/skills/java-spring/SKILL.md +0 -621
  46. package/plugins/specweave-backend/skills/nodejs-backend/SKILL.md +0 -180
  47. package/plugins/specweave-backend/skills/python-backend/SKILL.md +0 -225
  48. package/plugins/specweave-backend/skills/rust-backend/SKILL.md +0 -626
  49. package/plugins/specweave-confluent/.claude-plugin/plugin.json +0 -23
  50. package/plugins/specweave-confluent/PLUGIN.md +0 -34
  51. package/plugins/specweave-confluent/README.md +0 -375
  52. package/plugins/specweave-confluent/commands/connector-deploy.md +0 -158
  53. package/plugins/specweave-confluent/commands/ksqldb-query.md +0 -183
  54. package/plugins/specweave-confluent/commands/schema-register.md +0 -127
  55. package/plugins/specweave-confluent/skills/confluent-kafka-connect/SKILL.md +0 -452
  56. package/plugins/specweave-confluent/skills/confluent-ksqldb/SKILL.md +0 -469
  57. package/plugins/specweave-confluent/skills/confluent-schema-registry/SKILL.md +0 -315
  58. package/plugins/specweave-cost-optimizer/.claude-plugin/plugin.json +0 -22
  59. package/plugins/specweave-cost-optimizer/PLUGIN.md +0 -34
  60. package/plugins/specweave-cost-optimizer/commands/cost-analyze.md +0 -364
  61. package/plugins/specweave-cost-optimizer/commands/cost-optimize.md +0 -484
  62. package/plugins/specweave-cost-optimizer/skills/aws-cost-expert/SKILL.md +0 -415
  63. package/plugins/specweave-cost-optimizer/skills/cloud-pricing/SKILL.md +0 -324
  64. package/plugins/specweave-cost-optimizer/skills/cost-optimization/SKILL.md +0 -336
  65. package/plugins/specweave-docs/skills/docusaurus/SKILL.md +0 -580
  66. package/plugins/specweave-docs/skills/spec-driven-brainstorming/SKILL.md +0 -688
  67. package/plugins/specweave-docs/skills/technical-writing/SKILL.md +0 -532
  68. package/plugins/specweave-frontend/.claude-plugin/plugin.json +0 -21
  69. package/plugins/specweave-frontend/PLUGIN.md +0 -31
  70. package/plugins/specweave-frontend/commands/component-generate.md +0 -516
  71. package/plugins/specweave-frontend/commands/design-system-init.md +0 -498
  72. package/plugins/specweave-frontend/commands/frontend-scaffold.md +0 -248
  73. package/plugins/specweave-frontend/commands/nextjs-setup.md +0 -400
  74. package/plugins/specweave-frontend/skills/code-explorer/SKILL.md +0 -210
  75. package/plugins/specweave-frontend/skills/design-system-architect/SKILL.md +0 -272
  76. package/plugins/specweave-frontend/skills/figma/SKILL.md +0 -287
  77. package/plugins/specweave-frontend/skills/frontend/SKILL.md +0 -587
  78. package/plugins/specweave-frontend/skills/frontend-architect/SKILL.md +0 -390
  79. package/plugins/specweave-frontend/skills/frontend-design/SKILL.md +0 -320
  80. package/plugins/specweave-frontend/skills/i18n-expert/SKILL.md +0 -989
  81. package/plugins/specweave-frontend/skills/nextjs/SKILL.md +0 -545
  82. package/plugins/specweave-infrastructure/.claude-plugin/plugin.json +0 -31
  83. package/plugins/specweave-infrastructure/PLUGIN.md +0 -34
  84. package/plugins/specweave-infrastructure/commands/monitor-setup.md +0 -505
  85. package/plugins/specweave-infrastructure/commands/slo-implement.md +0 -1059
  86. package/plugins/specweave-infrastructure/skills/aws-deep-dive/SKILL.md +0 -912
  87. package/plugins/specweave-infrastructure/skills/azure-bicep-aks/SKILL.md +0 -832
  88. package/plugins/specweave-infrastructure/skills/devops/SKILL.md +0 -244
  89. package/plugins/specweave-infrastructure/skills/devsecops/SKILL.md +0 -962
  90. package/plugins/specweave-infrastructure/skills/gcp-deep-dive/SKILL.md +0 -1172
  91. package/plugins/specweave-infrastructure/skills/github-actions/SKILL.md +0 -828
  92. package/plugins/specweave-infrastructure/skills/observability/SKILL.md +0 -237
  93. package/plugins/specweave-infrastructure/skills/opentelemetry/SKILL.md +0 -732
  94. package/plugins/specweave-infrastructure/skills/secret-management/SKILL.md +0 -724
  95. package/plugins/specweave-infrastructure/skills/terraform-opentofu/SKILL.md +0 -700
  96. package/plugins/specweave-kafka/.claude-plugin/plugin.json +0 -26
  97. package/plugins/specweave-kafka/IMPLEMENTATION-COMPLETE.md +0 -483
  98. package/plugins/specweave-kafka/PLUGIN.md +0 -27
  99. package/plugins/specweave-kafka/README.md +0 -262
  100. package/plugins/specweave-kafka/benchmarks/kafka-throughput.benchmark.ts +0 -551
  101. package/plugins/specweave-kafka/commands/deploy.md +0 -98
  102. package/plugins/specweave-kafka/commands/dev-env.md +0 -175
  103. package/plugins/specweave-kafka/commands/mcp-configure.md +0 -100
  104. package/plugins/specweave-kafka/commands/monitor-setup.md +0 -95
  105. package/plugins/specweave-kafka/docker/kafka-local/docker-compose.yml +0 -187
  106. package/plugins/specweave-kafka/docker/redpanda/docker-compose.yml +0 -199
  107. package/plugins/specweave-kafka/docker/templates/consumer-nodejs.js +0 -225
  108. package/plugins/specweave-kafka/docker/templates/consumer-python.py +0 -220
  109. package/plugins/specweave-kafka/docker/templates/producer-nodejs.js +0 -168
  110. package/plugins/specweave-kafka/docker/templates/producer-python.py +0 -167
  111. package/plugins/specweave-kafka/examples/README.md +0 -191
  112. package/plugins/specweave-kafka/examples/avro-schema-registry/.env.example +0 -8
  113. package/plugins/specweave-kafka/examples/avro-schema-registry/README.md +0 -69
  114. package/plugins/specweave-kafka/examples/avro-schema-registry/consumer.js +0 -37
  115. package/plugins/specweave-kafka/examples/avro-schema-registry/package.json +0 -14
  116. package/plugins/specweave-kafka/examples/avro-schema-registry/producer.js +0 -57
  117. package/plugins/specweave-kafka/examples/exactly-once-semantics/.env.example +0 -5
  118. package/plugins/specweave-kafka/examples/exactly-once-semantics/README.md +0 -30
  119. package/plugins/specweave-kafka/examples/exactly-once-semantics/eos-pipeline.js +0 -79
  120. package/plugins/specweave-kafka/examples/exactly-once-semantics/package.json +0 -11
  121. package/plugins/specweave-kafka/examples/kafka-streams-app/.env.example +0 -4
  122. package/plugins/specweave-kafka/examples/kafka-streams-app/README.md +0 -30
  123. package/plugins/specweave-kafka/examples/kafka-streams-app/package.json +0 -11
  124. package/plugins/specweave-kafka/examples/kafka-streams-app/windowed-aggregation.js +0 -66
  125. package/plugins/specweave-kafka/examples/n8n-workflow/README.md +0 -54
  126. package/plugins/specweave-kafka/examples/n8n-workflow/docker-compose.yml +0 -19
  127. package/plugins/specweave-kafka/examples/n8n-workflow/kafka-to-slack.json +0 -50
  128. package/plugins/specweave-kafka/examples/simple-producer-consumer/.env.example +0 -15
  129. package/plugins/specweave-kafka/examples/simple-producer-consumer/README.md +0 -183
  130. package/plugins/specweave-kafka/examples/simple-producer-consumer/consumer.js +0 -60
  131. package/plugins/specweave-kafka/examples/simple-producer-consumer/docker-compose.yml +0 -30
  132. package/plugins/specweave-kafka/examples/simple-producer-consumer/package.json +0 -18
  133. package/plugins/specweave-kafka/examples/simple-producer-consumer/producer.js +0 -52
  134. package/plugins/specweave-kafka/lib/adapters/apache-kafka-adapter.js +0 -438
  135. package/plugins/specweave-kafka/lib/adapters/apache-kafka-adapter.ts +0 -541
  136. package/plugins/specweave-kafka/lib/adapters/platform-adapter.js +0 -47
  137. package/plugins/specweave-kafka/lib/adapters/platform-adapter.ts +0 -343
  138. package/plugins/specweave-kafka/lib/cli/kcat-wrapper.js +0 -258
  139. package/plugins/specweave-kafka/lib/cli/kcat-wrapper.ts +0 -298
  140. package/plugins/specweave-kafka/lib/cli/types.js +0 -10
  141. package/plugins/specweave-kafka/lib/cli/types.ts +0 -92
  142. package/plugins/specweave-kafka/lib/connectors/connector-catalog.js +0 -305
  143. package/plugins/specweave-kafka/lib/connectors/connector-catalog.ts +0 -528
  144. package/plugins/specweave-kafka/lib/documentation/diagram-generator.js +0 -114
  145. package/plugins/specweave-kafka/lib/documentation/diagram-generator.ts +0 -195
  146. package/plugins/specweave-kafka/lib/documentation/exporter.js +0 -210
  147. package/plugins/specweave-kafka/lib/documentation/exporter.ts +0 -338
  148. package/plugins/specweave-kafka/lib/documentation/schema-catalog-generator.js +0 -60
  149. package/plugins/specweave-kafka/lib/documentation/schema-catalog-generator.ts +0 -130
  150. package/plugins/specweave-kafka/lib/documentation/topology-generator.js +0 -143
  151. package/plugins/specweave-kafka/lib/documentation/topology-generator.ts +0 -290
  152. package/plugins/specweave-kafka/lib/mcp/detector.js +0 -298
  153. package/plugins/specweave-kafka/lib/mcp/detector.ts +0 -352
  154. package/plugins/specweave-kafka/lib/mcp/types.js +0 -21
  155. package/plugins/specweave-kafka/lib/mcp/types.ts +0 -77
  156. package/plugins/specweave-kafka/lib/multi-cluster/cluster-config-manager.js +0 -193
  157. package/plugins/specweave-kafka/lib/multi-cluster/cluster-config-manager.ts +0 -362
  158. package/plugins/specweave-kafka/lib/multi-cluster/cluster-switcher.js +0 -188
  159. package/plugins/specweave-kafka/lib/multi-cluster/cluster-switcher.ts +0 -359
  160. package/plugins/specweave-kafka/lib/multi-cluster/health-aggregator.js +0 -195
  161. package/plugins/specweave-kafka/lib/multi-cluster/health-aggregator.ts +0 -380
  162. package/plugins/specweave-kafka/lib/observability/opentelemetry-kafka.js +0 -209
  163. package/plugins/specweave-kafka/lib/observability/opentelemetry-kafka.ts +0 -358
  164. package/plugins/specweave-kafka/lib/patterns/advanced-ksqldb-patterns.js +0 -354
  165. package/plugins/specweave-kafka/lib/patterns/advanced-ksqldb-patterns.ts +0 -563
  166. package/plugins/specweave-kafka/lib/patterns/circuit-breaker-resilience.js +0 -259
  167. package/plugins/specweave-kafka/lib/patterns/circuit-breaker-resilience.ts +0 -516
  168. package/plugins/specweave-kafka/lib/patterns/dead-letter-queue.js +0 -233
  169. package/plugins/specweave-kafka/lib/patterns/dead-letter-queue.ts +0 -423
  170. package/plugins/specweave-kafka/lib/patterns/exactly-once-semantics.js +0 -266
  171. package/plugins/specweave-kafka/lib/patterns/exactly-once-semantics.ts +0 -445
  172. package/plugins/specweave-kafka/lib/patterns/flink-kafka-integration.js +0 -312
  173. package/plugins/specweave-kafka/lib/patterns/flink-kafka-integration.ts +0 -561
  174. package/plugins/specweave-kafka/lib/patterns/multi-dc-replication.js +0 -289
  175. package/plugins/specweave-kafka/lib/patterns/multi-dc-replication.ts +0 -607
  176. package/plugins/specweave-kafka/lib/patterns/rate-limiting-backpressure.js +0 -264
  177. package/plugins/specweave-kafka/lib/patterns/rate-limiting-backpressure.ts +0 -498
  178. package/plugins/specweave-kafka/lib/patterns/stream-processing-optimization.js +0 -263
  179. package/plugins/specweave-kafka/lib/patterns/stream-processing-optimization.ts +0 -549
  180. package/plugins/specweave-kafka/lib/patterns/tiered-storage-compaction.js +0 -205
  181. package/plugins/specweave-kafka/lib/patterns/tiered-storage-compaction.ts +0 -399
  182. package/plugins/specweave-kafka/lib/performance/performance-optimizer.js +0 -249
  183. package/plugins/specweave-kafka/lib/performance/performance-optimizer.ts +0 -427
  184. package/plugins/specweave-kafka/lib/security/kafka-security.js +0 -252
  185. package/plugins/specweave-kafka/lib/security/kafka-security.ts +0 -494
  186. package/plugins/specweave-kafka/lib/utils/capacity-planner.js +0 -203
  187. package/plugins/specweave-kafka/lib/utils/capacity-planner.ts +0 -469
  188. package/plugins/specweave-kafka/lib/utils/config-validator.js +0 -419
  189. package/plugins/specweave-kafka/lib/utils/config-validator.ts +0 -564
  190. package/plugins/specweave-kafka/lib/utils/partitioning.js +0 -329
  191. package/plugins/specweave-kafka/lib/utils/partitioning.ts +0 -473
  192. package/plugins/specweave-kafka/lib/utils/sizing.js +0 -221
  193. package/plugins/specweave-kafka/lib/utils/sizing.ts +0 -374
  194. package/plugins/specweave-kafka/monitoring/grafana/dashboards/kafka-broker-metrics.json +0 -628
  195. package/plugins/specweave-kafka/monitoring/grafana/dashboards/kafka-cluster-overview.json +0 -564
  196. package/plugins/specweave-kafka/monitoring/grafana/dashboards/kafka-consumer-lag.json +0 -509
  197. package/plugins/specweave-kafka/monitoring/grafana/dashboards/kafka-jvm-metrics.json +0 -674
  198. package/plugins/specweave-kafka/monitoring/grafana/dashboards/kafka-topic-metrics.json +0 -578
  199. package/plugins/specweave-kafka/monitoring/grafana/provisioning/dashboards/kafka.yml +0 -17
  200. package/plugins/specweave-kafka/monitoring/grafana/provisioning/datasources/prometheus.yml +0 -17
  201. package/plugins/specweave-kafka/monitoring/prometheus/kafka-alerts.yml +0 -415
  202. package/plugins/specweave-kafka/monitoring/prometheus/kafka-jmx-exporter.yml +0 -256
  203. package/plugins/specweave-kafka/package.json +0 -41
  204. package/plugins/specweave-kafka/skills/kafka-architect/SKILL.md +0 -84
  205. package/plugins/specweave-kafka/skills/kafka-ops/SKILL.md +0 -127
  206. package/plugins/specweave-kafka/templates/config/broker-production.properties +0 -254
  207. package/plugins/specweave-kafka/templates/config/consumer-low-latency.properties +0 -112
  208. package/plugins/specweave-kafka/templates/config/producer-high-throughput.properties +0 -120
  209. package/plugins/specweave-kafka/templates/migration/mirrormaker2-config.properties +0 -234
  210. package/plugins/specweave-kafka/templates/monitoring/grafana/multi-cluster-dashboard.json +0 -686
  211. package/plugins/specweave-kafka/terraform/apache-kafka/main.tf +0 -347
  212. package/plugins/specweave-kafka/terraform/apache-kafka/outputs.tf +0 -107
  213. package/plugins/specweave-kafka/terraform/apache-kafka/templates/kafka-broker-init.sh.tpl +0 -216
  214. package/plugins/specweave-kafka/terraform/apache-kafka/variables.tf +0 -156
  215. package/plugins/specweave-kafka/terraform/aws-msk/main.tf +0 -362
  216. package/plugins/specweave-kafka/terraform/aws-msk/outputs.tf +0 -93
  217. package/plugins/specweave-kafka/terraform/aws-msk/templates/server.properties.tpl +0 -32
  218. package/plugins/specweave-kafka/terraform/aws-msk/variables.tf +0 -235
  219. package/plugins/specweave-kafka/terraform/azure-event-hubs/main.tf +0 -281
  220. package/plugins/specweave-kafka/terraform/azure-event-hubs/outputs.tf +0 -118
  221. package/plugins/specweave-kafka/terraform/azure-event-hubs/variables.tf +0 -148
  222. package/plugins/specweave-kafka/tsconfig.json +0 -21
  223. package/plugins/specweave-kafka-streams/.claude-plugin/plugin.json +0 -23
  224. package/plugins/specweave-kafka-streams/PLUGIN.md +0 -27
  225. package/plugins/specweave-kafka-streams/README.md +0 -310
  226. package/plugins/specweave-kafka-streams/commands/topology.md +0 -436
  227. package/plugins/specweave-kafka-streams/skills/kafka-streams-topology/SKILL.md +0 -538
  228. package/plugins/specweave-kubernetes/.claude-plugin/plugin.json +0 -20
  229. package/plugins/specweave-kubernetes/PLUGIN.md +0 -30
  230. package/plugins/specweave-kubernetes/commands/cluster-setup.md +0 -266
  231. package/plugins/specweave-kubernetes/commands/deployment-generate.md +0 -246
  232. package/plugins/specweave-kubernetes/commands/helm-scaffold.md +0 -337
  233. package/plugins/specweave-kubernetes/skills/gitops-workflow/SKILL.md +0 -284
  234. package/plugins/specweave-kubernetes/skills/gitops-workflow/references/argocd-setup.md +0 -134
  235. package/plugins/specweave-kubernetes/skills/gitops-workflow/references/sync-policies.md +0 -131
  236. package/plugins/specweave-kubernetes/skills/helm-chart-scaffolding/SKILL.md +0 -543
  237. package/plugins/specweave-kubernetes/skills/helm-chart-scaffolding/assets/Chart.yaml.template +0 -42
  238. package/plugins/specweave-kubernetes/skills/helm-chart-scaffolding/assets/values.yaml.template +0 -185
  239. package/plugins/specweave-kubernetes/skills/helm-chart-scaffolding/references/chart-structure.md +0 -500
  240. package/plugins/specweave-kubernetes/skills/helm-chart-scaffolding/scripts/validate-chart.sh +0 -244
  241. package/plugins/specweave-kubernetes/skills/k8s-manifest-generator/SKILL.md +0 -510
  242. package/plugins/specweave-kubernetes/skills/k8s-manifest-generator/assets/configmap-template.yaml +0 -296
  243. package/plugins/specweave-kubernetes/skills/k8s-manifest-generator/assets/deployment-template.yaml +0 -203
  244. package/plugins/specweave-kubernetes/skills/k8s-manifest-generator/assets/service-template.yaml +0 -171
  245. package/plugins/specweave-kubernetes/skills/k8s-manifest-generator/references/deployment-spec.md +0 -753
  246. package/plugins/specweave-kubernetes/skills/k8s-manifest-generator/references/service-spec.md +0 -724
  247. package/plugins/specweave-kubernetes/skills/k8s-security-policies/SKILL.md +0 -333
  248. package/plugins/specweave-kubernetes/skills/k8s-security-policies/assets/network-policy-template.yaml +0 -177
  249. package/plugins/specweave-kubernetes/skills/k8s-security-policies/references/rbac-patterns.md +0 -187
  250. package/plugins/specweave-ml/.claude-plugin/plugin.json +0 -32
  251. package/plugins/specweave-ml/PLUGIN.md +0 -34
  252. package/plugins/specweave-ml/README.md +0 -885
  253. package/plugins/specweave-ml/commands/deploy.md +0 -115
  254. package/plugins/specweave-ml/commands/evaluate.md +0 -86
  255. package/plugins/specweave-ml/commands/explain.md +0 -82
  256. package/plugins/specweave-ml/commands/pipeline.md +0 -303
  257. package/plugins/specweave-ml/skills/data-scientist/SKILL.md +0 -106
  258. package/plugins/specweave-ml/skills/edge-ml/SKILL.md +0 -921
  259. package/plugins/specweave-ml/skills/huggingface/SKILL.md +0 -828
  260. package/plugins/specweave-ml/skills/langchain-agents/SKILL.md +0 -674
  261. package/plugins/specweave-ml/skills/llm-fine-tuning/SKILL.md +0 -642
  262. package/plugins/specweave-ml/skills/ml-engineer/SKILL.md +0 -77
  263. package/plugins/specweave-ml/skills/ml-specialist/SKILL.md +0 -121
  264. package/plugins/specweave-ml/skills/mlops-engineer/SKILL.md +0 -127
  265. package/plugins/specweave-ml/skills/rag-vectordb/SKILL.md +0 -721
  266. package/plugins/specweave-mobile/.claude-plugin/plugin.json +0 -30
  267. package/plugins/specweave-mobile/PLUGIN.md +0 -33
  268. package/plugins/specweave-mobile/README.md +0 -362
  269. package/plugins/specweave-mobile/commands/app-scaffold.md +0 -237
  270. package/plugins/specweave-mobile/commands/build-config.md +0 -260
  271. package/plugins/specweave-mobile/commands/screen-generate.md +0 -293
  272. package/plugins/specweave-mobile/skills/appstore/SKILL.md +0 -1099
  273. package/plugins/specweave-mobile/skills/capacitor-ionic/SKILL.md +0 -801
  274. package/plugins/specweave-mobile/skills/deep-linking-push/SKILL.md +0 -796
  275. package/plugins/specweave-mobile/skills/expo/SKILL.md +0 -764
  276. package/plugins/specweave-mobile/skills/flutter/SKILL.md +0 -1096
  277. package/plugins/specweave-mobile/skills/jetpack-compose/SKILL.md +0 -888
  278. package/plugins/specweave-mobile/skills/mobile-testing/SKILL.md +0 -689
  279. package/plugins/specweave-mobile/skills/react-native-expert/SKILL.md +0 -780
  280. package/plugins/specweave-mobile/skills/swiftui/SKILL.md +0 -904
  281. package/plugins/specweave-n8n/.claude-plugin/plugin.json +0 -22
  282. package/plugins/specweave-n8n/PLUGIN.md +0 -33
  283. package/plugins/specweave-n8n/README.md +0 -354
  284. package/plugins/specweave-n8n/commands/workflow-template.md +0 -261
  285. package/plugins/specweave-n8n/skills/n8n-kafka-workflows/SKILL.md +0 -503
  286. package/plugins/specweave-payments/.claude-plugin/plugin.json +0 -64
  287. package/plugins/specweave-payments/PLUGIN.md +0 -39
  288. package/plugins/specweave-payments/commands/stripe-setup.md +0 -935
  289. package/plugins/specweave-payments/commands/subscription-flow.md +0 -1197
  290. package/plugins/specweave-payments/commands/subscription-manage.md +0 -390
  291. package/plugins/specweave-payments/commands/webhook-setup.md +0 -457
  292. package/plugins/specweave-payments/skills/billing-automation/SKILL.md +0 -547
  293. package/plugins/specweave-payments/skills/payments/SKILL.md +0 -182
  294. package/plugins/specweave-payments/skills/pci-compliance/SKILL.md +0 -454
  295. package/plugins/specweave-testing/.claude-plugin/plugin.json +0 -26
  296. package/plugins/specweave-testing/PLUGIN.md +0 -33
  297. package/plugins/specweave-testing/lib/playwright-ci-defaults.d.js +0 -0
  298. package/plugins/specweave-testing/lib/playwright-ci-defaults.d.ts +0 -6
  299. package/plugins/specweave-testing/lib/playwright-ci-defaults.js +0 -14
  300. package/plugins/specweave-testing/lib/playwright-ci-defaults.ts +0 -24
  301. package/plugins/specweave-testing/lib/playwright-cli-detector.js +0 -38
  302. package/plugins/specweave-testing/lib/playwright-cli-detector.ts +0 -53
  303. package/plugins/specweave-testing/lib/playwright-cli-runner.js +0 -63
  304. package/plugins/specweave-testing/lib/playwright-cli-runner.ts +0 -85
  305. package/plugins/specweave-testing/lib/playwright-routing.js +0 -11
  306. package/plugins/specweave-testing/lib/playwright-routing.ts +0 -41
  307. package/plugins/specweave-testing/skills/accessibility-testing/SKILL.md +0 -998
  308. package/plugins/specweave-testing/skills/e2e-testing/SKILL.md +0 -275
  309. package/plugins/specweave-testing/skills/mutation-testing/SKILL.md +0 -769
  310. package/plugins/specweave-testing/skills/performance-testing/SKILL.md +0 -961
  311. package/plugins/specweave-testing/skills/qa-engineer/SKILL.md +0 -794
  312. package/plugins/specweave-testing/skills/unit-testing/SKILL.md +0 -249
@@ -51,28 +51,6 @@
51
51
  "email": "anton.abyzov@gmail.com"
52
52
  }
53
53
  },
54
- {
55
- "name": "sw-infra",
56
- "description": "Cloud infrastructure - Hetzner, Prometheus, Grafana, monitoring",
57
- "source": "./plugins/specweave-infrastructure",
58
- "category": "development",
59
- "version": "1.0.0",
60
- "author": {
61
- "name": "Anton Abyzov",
62
- "email": "anton.abyzov@gmail.com"
63
- }
64
- },
65
- {
66
- "name": "sw-ml",
67
- "description": "Machine learning - ML pipelines, training, deployment",
68
- "source": "./plugins/specweave-ml",
69
- "category": "development",
70
- "version": "1.0.0",
71
- "author": {
72
- "name": "Anton Abyzov",
73
- "email": "anton.abyzov@gmail.com"
74
- }
75
- },
76
54
  {
77
55
  "name": "sw-release",
78
56
  "description": "Release management - version alignment, RC workflows, multi-repo coordination, semantic versioning",
@@ -84,116 +62,6 @@
84
62
  "email": "anton.abyzov@gmail.com"
85
63
  }
86
64
  },
87
- {
88
- "name": "sw-kafka",
89
- "description": "Apache Kafka event streaming integration with MCP servers, CLI tools (kcat), Terraform modules, and comprehensive observability stack",
90
- "source": "./plugins/specweave-kafka",
91
- "category": "development",
92
- "version": "1.0.0",
93
- "author": {
94
- "name": "Anton Abyzov",
95
- "email": "anton.abyzov@gmail.com"
96
- }
97
- },
98
- {
99
- "name": "sw-kafka-streams",
100
- "description": "Kafka Streams library integration - Stream processing with Java/Kotlin, topology design, state stores, windowing, joins, exactly-once semantics",
101
- "source": "./plugins/specweave-kafka-streams",
102
- "category": "development",
103
- "version": "1.0.0",
104
- "author": {
105
- "name": "Anton Abyzov",
106
- "email": "anton.abyzov@gmail.com"
107
- }
108
- },
109
- {
110
- "name": "sw-n8n",
111
- "description": "n8n workflow automation with Kafka integration - Event-driven workflows, Kafka triggers, producers, no-code/low-code event processing patterns",
112
- "source": "./plugins/specweave-n8n",
113
- "category": "development",
114
- "version": "1.0.0",
115
- "author": {
116
- "name": "Anton Abyzov",
117
- "email": "anton.abyzov@gmail.com"
118
- }
119
- },
120
- {
121
- "name": "sw-backend",
122
- "description": "Backend development - Node.js, Python, .NET, REST APIs, database design, microservices architecture",
123
- "source": "./plugins/specweave-backend",
124
- "category": "development",
125
- "version": "1.0.0",
126
- "author": {
127
- "name": "Anton Abyzov",
128
- "email": "anton.abyzov@gmail.com"
129
- }
130
- },
131
- {
132
- "name": "sw-confluent",
133
- "description": "Confluent Cloud integration - Schema Registry, ksqlDB, Kafka Connect, Flink, stream processing, enterprise Kafka features",
134
- "source": "./plugins/specweave-confluent",
135
- "category": "development",
136
- "version": "1.0.0",
137
- "author": {
138
- "name": "Anton Abyzov",
139
- "email": "anton.abyzov@gmail.com"
140
- }
141
- },
142
- {
143
- "name": "sw-k8s",
144
- "description": "Kubernetes deployment - K8s manifests, Helm charts, GitOps, cluster management, container orchestration",
145
- "source": "./plugins/specweave-kubernetes",
146
- "category": "development",
147
- "version": "1.0.0",
148
- "author": {
149
- "name": "Anton Abyzov",
150
- "email": "anton.abyzov@gmail.com"
151
- }
152
- },
153
- {
154
- "name": "sw-mobile",
155
- "description": "React Native & Expo mobile development - environment setup, debugging, performance optimization, native modules, testing",
156
- "source": "./plugins/specweave-mobile",
157
- "category": "development",
158
- "version": "1.0.0",
159
- "author": {
160
- "name": "Anton Abyzov",
161
- "email": "anton.abyzov@gmail.com"
162
- }
163
- },
164
- {
165
- "name": "sw-payments",
166
- "description": "Payment processing - Stripe, PayPal, billing, PCI compliance, subscription management, payment gateways",
167
- "source": "./plugins/specweave-payments",
168
- "category": "development",
169
- "version": "1.0.0",
170
- "author": {
171
- "name": "Anton Abyzov",
172
- "email": "anton.abyzov@gmail.com"
173
- }
174
- },
175
- {
176
- "name": "sw-frontend",
177
- "description": "Frontend development - React, Next.js, component generation, design systems, UI scaffolding",
178
- "source": "./plugins/specweave-frontend",
179
- "category": "development",
180
- "version": "1.0.0",
181
- "author": {
182
- "name": "Anton Abyzov",
183
- "email": "anton.abyzov@gmail.com"
184
- }
185
- },
186
- {
187
- "name": "sw-testing",
188
- "description": "Testing framework - E2E with Playwright, unit testing, test coverage, test generation",
189
- "source": "./plugins/specweave-testing",
190
- "category": "development",
191
- "version": "1.0.0",
192
- "author": {
193
- "name": "Anton Abyzov",
194
- "email": "anton.abyzov@gmail.com"
195
- }
196
- },
197
65
  {
198
66
  "name": "sw-diagrams",
199
67
  "description": "Architecture diagram generation - Mermaid, C4 Model, sequence diagrams, ER diagrams, deployment diagrams",
@@ -218,7 +86,7 @@
218
86
  },
219
87
  {
220
88
  "name": "sw-docs",
221
- "description": "Documentation generation and management - Docusaurus, spec-driven docs, API documentation, living documentation",
89
+ "description": "SpecWeave documentation - living docs preview, stakeholder reports",
222
90
  "source": "./plugins/specweave-docs",
223
91
  "category": "productivity",
224
92
  "version": "1.0.0",
@@ -226,17 +94,6 @@
226
94
  "name": "Anton Abyzov",
227
95
  "email": "anton.abyzov@gmail.com"
228
96
  }
229
- },
230
- {
231
- "name": "sw-cost",
232
- "description": "Cloud cost optimization - AWS, GCP, Azure cost analysis, right-sizing, reserved instances, savings plans",
233
- "source": "./plugins/specweave-cost-optimizer",
234
- "category": "development",
235
- "version": "1.0.0",
236
- "author": {
237
- "name": "Anton Abyzov",
238
- "email": "anton.abyzov@gmail.com"
239
- }
240
97
  }
241
98
  ]
242
99
  }
package/CLAUDE.md CHANGED
@@ -16,7 +16,7 @@
16
16
  **Initial increment**: `0001-project-setup` (auto-created by `specweave init`)
17
17
 
18
18
  **Options**:
19
- 1. **Start fresh**: `rm -rf .specweave/increments/0001-project-setup` → `/sw:increment "your-feature"`
19
+ 1. **Start fresh**: Delete `.specweave/increments/0001-project-setup/` → `/sw:increment "your-feature"`
20
20
  2. **Customize**: Edit spec.md and use for setup tasks
21
21
  <!-- SW:END:start -->
22
22
 
@@ -55,7 +55,7 @@ export interface PluginAutoLoadConfig {
55
55
  */
56
56
  export declare function readPluginAutoLoadConfig(): PluginAutoLoadConfig;
57
57
  /**
58
- * Available SpecWeave plugins for detection
58
+ * Plugins that remain in specweave marketplace (installed locally)
59
59
  *
60
60
  * IMPORTANT: Plugin names use marketplace short names `sw-*` (not directory names `specweave-*`)
61
61
  * This matches the plugin names in marketplace.json and what `claude plugin install` expects.
@@ -64,26 +64,52 @@ export declare function readPluginAutoLoadConfig(): PluginAutoLoadConfig;
64
64
  * - sw:npm, sw:release skills are built-in
65
65
  * - mermaid, c4, architecture diagram skills are built-in
66
66
  * - docs-writer, docs-updater skills are built-in
67
+ *
68
+ * v1.0.315 (0331): Domain skills migrated to vskill repo — see VSKILL_PLUGINS below.
69
+ * Only workflow/integration plugins remain here.
67
70
  */
68
- export declare const SPECWEAVE_PLUGINS: readonly ["sw", "sw-frontend", "sw-backend", "sw-testing", "sw-mobile", "sw-infra", "sw-k8s", "sw-github", "sw-jira", "sw-ado", "sw-payments", "sw-ml", "sw-kafka", "sw-confluent", "sw-kafka-streams", "sw-n8n", "sw-cost", "sw-docs", "sw-diagrams", "sw-media", "sw-release"];
69
- export type SpecWeavePlugin = (typeof SPECWEAVE_PLUGINS)[number];
71
+ export declare const SPECWEAVE_PLUGINS: readonly ["sw", "sw-github", "sw-jira", "sw-ado", "sw-release", "sw-diagrams", "sw-docs", "sw-ui", "sw-media"];
70
72
  /**
71
- * All valid plugins SpecWeave only.
73
+ * Plugins migrated to vskill repo (installed via --repo)
72
74
  *
73
- * v1.0.279: OFFICIAL_PLUGINS removed. Only @specweave plugins are allowed.
74
- * Install command: npx vskill install <source> --plugin <name> --plugin-dir <dir>
75
+ * v1.0.315 (0331): ~75 generic domain skills moved from specweave to vskill repo.
76
+ * Plugin names changed: sw-frontend frontend, sw-backend backend, etc.
77
+ * Install command: vskill add dummy --repo anton-abyzov/vskill --plugin <name> --force --yes
78
+ */
79
+ export declare const VSKILL_PLUGINS: readonly ["frontend", "backend", "testing", "mobile", "infra", "k8s", "payments", "ml", "kafka", "confluent", "kafka-streams", "n8n", "cost", "docs", "security"];
80
+ export type SpecWeavePlugin = (typeof SPECWEAVE_PLUGINS)[number];
81
+ export type VskillPlugin = (typeof VSKILL_PLUGINS)[number];
82
+ /**
83
+ * Combined list of all known plugins for validation
84
+ * v1.0.315 (0331): Includes both specweave and vskill repo plugins
75
85
  */
76
- export declare const ALL_VALID_PLUGINS: readonly ["sw", "sw-frontend", "sw-backend", "sw-testing", "sw-mobile", "sw-infra", "sw-k8s", "sw-github", "sw-jira", "sw-ado", "sw-payments", "sw-ml", "sw-kafka", "sw-confluent", "sw-kafka-streams", "sw-n8n", "sw-cost", "sw-docs", "sw-diagrams", "sw-media", "sw-release"];
77
- export type ValidPlugin = SpecWeavePlugin;
86
+ export declare const ALL_KNOWN_PLUGINS: readonly ["sw", "sw-github", "sw-jira", "sw-ado", "sw-release", "sw-diagrams", "sw-docs", "sw-ui", "sw-media", "frontend", "backend", "testing", "mobile", "infra", "k8s", "payments", "ml", "kafka", "confluent", "kafka-streams", "n8n", "cost", "docs", "security"];
87
+ export type KnownPlugin = SpecWeavePlugin | VskillPlugin;
78
88
  /**
79
- * Check if a plugin is a SpecWeave plugin (installed from @specweave)
89
+ * All valid plugins both specweave and vskill repo.
90
+ * v1.0.315 (0331): Updated to include migrated vskill plugins.
91
+ */
92
+ export declare const ALL_VALID_PLUGINS: readonly ["sw", "sw-github", "sw-jira", "sw-ado", "sw-release", "sw-diagrams", "sw-docs", "sw-ui", "sw-media", "frontend", "backend", "testing", "mobile", "infra", "k8s", "payments", "ml", "kafka", "confluent", "kafka-streams", "n8n", "cost", "docs", "security"];
93
+ export type ValidPlugin = KnownPlugin;
94
+ /**
95
+ * Check if a plugin is a SpecWeave plugin (installed from local specweave marketplace)
80
96
  */
81
97
  export declare function isSpecWeavePlugin(plugin: string): plugin is SpecWeavePlugin;
82
98
  /**
83
- * Get the marketplace name for a plugin always @specweave.
84
- * v1.0.279: OFFICIAL_PLUGINS removed; only specweave marketplace allowed.
99
+ * Check if a plugin is a vskill repo plugin (installed via --repo)
100
+ * v1.0.315 (0331): New function for migrated plugins
101
+ */
102
+ export declare function isVskillPlugin(plugin: string): plugin is VskillPlugin;
103
+ /**
104
+ * Check if a plugin is any known plugin (specweave or vskill repo)
105
+ * v1.0.315 (0331): Unified validation for both sources
106
+ */
107
+ export declare function isKnownPlugin(plugin: string): plugin is KnownPlugin;
108
+ /**
109
+ * Get the marketplace name for a plugin.
110
+ * v1.0.315 (0331): Returns 'specweave' for sw-* plugins, 'vskill' for migrated plugins.
85
111
  */
86
- export declare function getPluginMarketplace(_plugin: string): string;
112
+ export declare function getPluginMarketplace(plugin: string): string;
87
113
  /**
88
114
  * Result of Claude CLI availability check
89
115
  */
@@ -152,9 +178,9 @@ export type SkillPriority = 'primary' | 'secondary';
152
178
  export interface SkillInfo {
153
179
  /** Skill name (e.g., "frontend-architect") */
154
180
  name: string;
155
- /** Plugin that provides this skill (e.g., "sw-frontend") */
181
+ /** Plugin that provides this skill (e.g., "frontend" or "sw-github") */
156
182
  plugin: string;
157
- /** Full qualified name for invocation (e.g., "sw-frontend:frontend-architect") */
183
+ /** Full qualified name for invocation (e.g., "frontend:frontend-architect") */
158
184
  fullName: string;
159
185
  /** Priority level */
160
186
  priority: SkillPriority;
@@ -192,7 +218,7 @@ export interface SkillRouting {
192
218
  * NOTE: LSP plugins (csharp-lsp, typescript-lsp) are NOT skills - they work automatically!
193
219
  */
194
220
  export interface SkillInvocation {
195
- /** Full skill name (e.g., "sw-ml:ml-engineer", "sw-payments:stripe-integration") */
221
+ /** Full skill name (e.g., "ml:ml-engineer", "payments:stripe-integration") */
196
222
  skill: string;
197
223
  /** Why this skill should be used */
198
224
  reason: string;
@@ -287,10 +313,10 @@ export declare function isClaudeCliAvailable(): ClaudeCliStatus;
287
313
  export declare function detectPluginsViaLLM(userPrompt: string, timeout?: number, // v1.0.159: Reduced to 15s with --setting-sources "" optimization (CLI starts in <1s)
288
314
  activeIncrements?: ActiveIncrementContext[]): Promise<LLMDetectionResult>;
289
315
  /**
290
- * Install a SpecWeave plugin using vskill
316
+ * Install a plugin using vskill (routes to correct installer)
291
317
  *
292
- * Uses vskill add with --plugin and --plugin-dir flags for local
293
- * plugin directory installation with security scanning.
318
+ * v1.0.315 (0331): Routes to installSpecweaveLocalPlugin for sw-* plugins,
319
+ * or installVskillRepoPlugin for migrated domain plugins.
294
320
  *
295
321
  * Fast-path: If plugin is already in vskill.lock, skip installation.
296
322
  *
@@ -1 +1 @@
1
- {"version":3,"file":"llm-plugin-detector.d.ts","sourceRoot":"","sources":["../../../../src/core/lazy-loading/llm-plugin-detector.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"llm-plugin-detector.d.ts","sourceRoot":"","sources":["../../../../src/core/lazy-loading/llm-plugin-detector.ts"],"names":[],"mappings":"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"}