agentic-qe 3.7.8 → 3.7.9

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 (285) hide show
  1. package/.claude/skills/debug-loop/SKILL.md +1 -1
  2. package/.claude/skills/enterprise-integration-testing/evals/enterprise-integration-testing.yaml +158 -0
  3. package/.claude/skills/enterprise-integration-testing/schemas/output.json +74 -0
  4. package/.claude/skills/enterprise-integration-testing/scripts/validate-config.json +25 -0
  5. package/.claude/skills/middleware-testing-patterns/evals/middleware-testing-patterns.yaml +153 -0
  6. package/.claude/skills/middleware-testing-patterns/schemas/output.json +58 -0
  7. package/.claude/skills/middleware-testing-patterns/scripts/validate-config.json +25 -0
  8. package/.claude/skills/observability-testing-patterns/evals/observability-testing-patterns.yaml +157 -0
  9. package/.claude/skills/observability-testing-patterns/schemas/output.json +58 -0
  10. package/.claude/skills/observability-testing-patterns/scripts/validate-config.json +25 -0
  11. package/.claude/skills/pr-review/SKILL.md +1 -1
  12. package/.claude/skills/qcsd-cicd-swarm/evals/qcsd-cicd-swarm.yaml +211 -0
  13. package/.claude/skills/qcsd-cicd-swarm/schemas/output.json +86 -0
  14. package/.claude/skills/qcsd-cicd-swarm/scripts/validate-config.json +30 -0
  15. package/.claude/skills/qcsd-development-swarm/evals/qcsd-development-swarm.yaml +162 -0
  16. package/.claude/skills/qcsd-development-swarm/schemas/output.json +72 -0
  17. package/.claude/skills/qcsd-development-swarm/scripts/validate-config.json +25 -0
  18. package/.claude/skills/skills-manifest.json +1 -1
  19. package/.claude/skills/trust-tier-manifest.json +78 -7
  20. package/CHANGELOG.md +20 -0
  21. package/assets/skills/a11y-ally/SKILL.md +1664 -1658
  22. package/assets/skills/a11y-ally/evals/a11y-ally.yaml +376 -0
  23. package/assets/skills/a11y-ally/schemas/output.json +549 -0
  24. package/assets/skills/a11y-ally/scripts/validate-config.json +42 -0
  25. package/assets/skills/brutal-honesty-review/SKILL.md +5 -0
  26. package/assets/skills/brutal-honesty-review/schemas/output.json +291 -0
  27. package/assets/skills/brutal-honesty-review/scripts/validate-config.json +34 -0
  28. package/assets/skills/cicd-pipeline-qe-orchestrator/README.md +1 -1
  29. package/assets/skills/cicd-pipeline-qe-orchestrator/SKILL.md +6 -0
  30. package/assets/skills/cicd-pipeline-qe-orchestrator/evals/cicd-pipeline-qe-orchestrator.yaml +157 -0
  31. package/assets/skills/cicd-pipeline-qe-orchestrator/schemas/output.json +542 -0
  32. package/assets/skills/cicd-pipeline-qe-orchestrator/scripts/validate-config.json +42 -0
  33. package/assets/skills/debug-loop/SKILL.md +1 -1
  34. package/assets/skills/enterprise-integration-testing/evals/enterprise-integration-testing.yaml +158 -0
  35. package/assets/skills/enterprise-integration-testing/schemas/output.json +74 -0
  36. package/assets/skills/enterprise-integration-testing/scripts/validate-config.json +25 -0
  37. package/assets/skills/middleware-testing-patterns/evals/middleware-testing-patterns.yaml +153 -0
  38. package/assets/skills/middleware-testing-patterns/schemas/output.json +58 -0
  39. package/assets/skills/middleware-testing-patterns/scripts/validate-config.json +25 -0
  40. package/assets/skills/n8n-expression-testing/SKILL.md +6 -0
  41. package/assets/skills/n8n-expression-testing/evals/n8n-expression-testing.yaml +450 -0
  42. package/assets/skills/n8n-expression-testing/schemas/output.json +369 -0
  43. package/assets/skills/n8n-expression-testing/scripts/validate-config.json +39 -0
  44. package/assets/skills/n8n-integration-testing-patterns/SKILL.md +6 -0
  45. package/assets/skills/n8n-integration-testing-patterns/evals/n8n-integration-testing-patterns.yaml +522 -0
  46. package/assets/skills/n8n-integration-testing-patterns/schemas/output.json +291 -0
  47. package/assets/skills/n8n-integration-testing-patterns/scripts/validate-config.json +34 -0
  48. package/assets/skills/n8n-security-testing/SKILL.md +6 -0
  49. package/assets/skills/n8n-security-testing/evals/n8n-security-testing.yaml +493 -0
  50. package/assets/skills/n8n-security-testing/schemas/output.json +293 -0
  51. package/assets/skills/n8n-security-testing/scripts/validate-config.json +34 -0
  52. package/assets/skills/n8n-trigger-testing-strategies/SKILL.md +6 -0
  53. package/assets/skills/n8n-trigger-testing-strategies/evals/n8n-trigger-testing-strategies.yaml +500 -0
  54. package/assets/skills/n8n-trigger-testing-strategies/schemas/output.json +295 -0
  55. package/assets/skills/n8n-trigger-testing-strategies/scripts/validate-config.json +34 -0
  56. package/assets/skills/n8n-workflow-testing-fundamentals/SKILL.md +6 -0
  57. package/assets/skills/n8n-workflow-testing-fundamentals/evals/n8n-workflow-testing-fundamentals.yaml +497 -0
  58. package/assets/skills/n8n-workflow-testing-fundamentals/schemas/output.json +254 -0
  59. package/assets/skills/n8n-workflow-testing-fundamentals/scripts/validate-config.json +35 -0
  60. package/assets/skills/observability-testing-patterns/evals/observability-testing-patterns.yaml +157 -0
  61. package/assets/skills/observability-testing-patterns/schemas/output.json +58 -0
  62. package/assets/skills/observability-testing-patterns/scripts/validate-config.json +25 -0
  63. package/assets/skills/pentest-validation/scripts/validate-config.json +12 -0
  64. package/assets/skills/pr-review/SKILL.md +1 -1
  65. package/assets/skills/qcsd-cicd-swarm/evals/qcsd-cicd-swarm.yaml +211 -0
  66. package/assets/skills/qcsd-cicd-swarm/schemas/output.json +86 -0
  67. package/assets/skills/qcsd-cicd-swarm/scripts/validate-config.json +30 -0
  68. package/assets/skills/qcsd-development-swarm/evals/qcsd-development-swarm.yaml +162 -0
  69. package/assets/skills/qcsd-development-swarm/schemas/output.json +72 -0
  70. package/assets/skills/qcsd-development-swarm/scripts/validate-config.json +25 -0
  71. package/assets/skills/qcsd-ideation-swarm/evals/qcsd-ideation-swarm.yaml +138 -0
  72. package/assets/skills/qcsd-ideation-swarm/schemas/output.json +568 -0
  73. package/assets/skills/qcsd-ideation-swarm/scripts/validate-config.json +25 -0
  74. package/assets/skills/qcsd-production-swarm/SKILL.md +2781 -0
  75. package/assets/skills/qcsd-production-swarm/evals/qcsd-production-swarm.yaml +246 -0
  76. package/assets/skills/qcsd-production-swarm/schemas/output.json +505 -0
  77. package/assets/skills/qcsd-production-swarm/scripts/validate-config.json +25 -0
  78. package/assets/skills/qcsd-refinement-swarm/evals/qcsd-refinement-swarm.yaml +139 -0
  79. package/assets/skills/qcsd-refinement-swarm/schemas/output.json +811 -0
  80. package/assets/skills/qcsd-refinement-swarm/scripts/validate-config.json +25 -0
  81. package/assets/skills/security-visual-testing/scripts/validate-config.json +45 -0
  82. package/assets/skills/sherlock-review/SKILL.md +5 -0
  83. package/assets/skills/sherlock-review/schemas/output.json +297 -0
  84. package/assets/skills/sherlock-review/scripts/validate-config.json +35 -0
  85. package/assets/skills/testability-scoring/SKILL.md +5 -0
  86. package/assets/skills/testability-scoring/evals/testability-scoring.yaml +814 -0
  87. package/assets/skills/testability-scoring/schemas/output.json +606 -0
  88. package/assets/skills/testability-scoring/scripts/validate-config.json +42 -0
  89. package/assets/skills/trust-tier-manifest.json +2404 -0
  90. package/assets/skills/wms-testing-patterns/evals/wms-testing-patterns.yaml +165 -0
  91. package/assets/skills/wms-testing-patterns/schemas/output.json +150 -0
  92. package/assets/skills/wms-testing-patterns/scripts/validate-config.json +51 -0
  93. package/dist/benchmarks/performance-benchmarks.js +1 -1
  94. package/dist/cli/bundle.js +9130 -2283
  95. package/dist/cli/commands/hooks.d.ts.map +1 -1
  96. package/dist/cli/commands/hooks.js +92 -0
  97. package/dist/cli/commands/hooks.js.map +1 -1
  98. package/dist/cli/commands/migrate.js +2 -2
  99. package/dist/coordination/constants.d.ts +1 -1
  100. package/dist/coordination/constants.js +1 -1
  101. package/dist/coordination/handlers/coverage-handlers.js +1 -1
  102. package/dist/coordination/handlers/coverage-handlers.js.map +1 -1
  103. package/dist/domains/code-intelligence/services/semantic-analyzer.d.ts +1 -1
  104. package/dist/domains/code-intelligence/services/semantic-analyzer.d.ts.map +1 -1
  105. package/dist/domains/code-intelligence/services/semantic-analyzer.js +1 -1
  106. package/dist/domains/code-intelligence/services/semantic-analyzer.js.map +1 -1
  107. package/dist/domains/coverage-analysis/coordinator.js +1 -1
  108. package/dist/domains/coverage-analysis/services/coverage-analyzer.js +1 -1
  109. package/dist/domains/coverage-analysis/services/coverage-embedder.d.ts +1 -1
  110. package/dist/domains/coverage-analysis/services/coverage-embedder.js +1 -1
  111. package/dist/domains/coverage-analysis/services/gap-detector.js +1 -1
  112. package/dist/domains/coverage-analysis/services/ghost-coverage-analyzer.js +1 -1
  113. package/dist/domains/coverage-analysis/services/hnsw-index.d.ts +2 -2
  114. package/dist/domains/coverage-analysis/services/hnsw-index.js +3 -3
  115. package/dist/domains/coverage-analysis/services/sublinear-analyzer.d.ts +1 -1
  116. package/dist/domains/coverage-analysis/services/sublinear-analyzer.js +1 -1
  117. package/dist/domains/test-execution/services/test-prioritizer.js +1 -1
  118. package/dist/domains/test-generation/context/rust-context-builder.d.ts +31 -0
  119. package/dist/domains/test-generation/context/rust-context-builder.d.ts.map +1 -0
  120. package/dist/domains/test-generation/context/rust-context-builder.js +27 -0
  121. package/dist/domains/test-generation/context/rust-context-builder.js.map +1 -0
  122. package/dist/domains/test-generation/coordinator.js +3 -3
  123. package/dist/domains/test-generation/coordinator.js.map +1 -1
  124. package/dist/domains/test-generation/detectors/mobile-detector.d.ts +41 -0
  125. package/dist/domains/test-generation/detectors/mobile-detector.d.ts.map +1 -0
  126. package/dist/domains/test-generation/detectors/mobile-detector.js +111 -0
  127. package/dist/domains/test-generation/detectors/mobile-detector.js.map +1 -0
  128. package/dist/domains/test-generation/detectors/spring-detector.d.ts +22 -0
  129. package/dist/domains/test-generation/detectors/spring-detector.d.ts.map +1 -0
  130. package/dist/domains/test-generation/detectors/spring-detector.js +37 -0
  131. package/dist/domains/test-generation/detectors/spring-detector.js.map +1 -0
  132. package/dist/domains/test-generation/factories/test-generator-factory.d.ts +2 -1
  133. package/dist/domains/test-generation/factories/test-generator-factory.d.ts.map +1 -1
  134. package/dist/domains/test-generation/factories/test-generator-factory.js +33 -13
  135. package/dist/domains/test-generation/factories/test-generator-factory.js.map +1 -1
  136. package/dist/domains/test-generation/generators/flutter-test-generator.d.ts +107 -0
  137. package/dist/domains/test-generation/generators/flutter-test-generator.d.ts.map +1 -0
  138. package/dist/domains/test-generation/generators/flutter-test-generator.js +590 -0
  139. package/dist/domains/test-generation/generators/flutter-test-generator.js.map +1 -0
  140. package/dist/domains/test-generation/generators/go-test-generator.d.ts +139 -0
  141. package/dist/domains/test-generation/generators/go-test-generator.d.ts.map +1 -0
  142. package/dist/domains/test-generation/generators/go-test-generator.js +654 -0
  143. package/dist/domains/test-generation/generators/go-test-generator.js.map +1 -0
  144. package/dist/domains/test-generation/generators/index.d.ts +8 -0
  145. package/dist/domains/test-generation/generators/index.d.ts.map +1 -1
  146. package/dist/domains/test-generation/generators/index.js +8 -0
  147. package/dist/domains/test-generation/generators/index.js.map +1 -1
  148. package/dist/domains/test-generation/generators/jest-rn-generator.d.ts +95 -0
  149. package/dist/domains/test-generation/generators/jest-rn-generator.d.ts.map +1 -0
  150. package/dist/domains/test-generation/generators/jest-rn-generator.js +591 -0
  151. package/dist/domains/test-generation/generators/jest-rn-generator.js.map +1 -0
  152. package/dist/domains/test-generation/generators/junit5-generator.d.ts +107 -0
  153. package/dist/domains/test-generation/generators/junit5-generator.d.ts.map +1 -0
  154. package/dist/domains/test-generation/generators/junit5-generator.js +588 -0
  155. package/dist/domains/test-generation/generators/junit5-generator.js.map +1 -0
  156. package/dist/domains/test-generation/generators/kotlin-junit-generator.d.ts +109 -0
  157. package/dist/domains/test-generation/generators/kotlin-junit-generator.d.ts.map +1 -0
  158. package/dist/domains/test-generation/generators/kotlin-junit-generator.js +588 -0
  159. package/dist/domains/test-generation/generators/kotlin-junit-generator.js.map +1 -0
  160. package/dist/domains/test-generation/generators/pytest-generator.d.ts +8 -1
  161. package/dist/domains/test-generation/generators/pytest-generator.d.ts.map +1 -1
  162. package/dist/domains/test-generation/generators/pytest-generator.js +57 -0
  163. package/dist/domains/test-generation/generators/pytest-generator.js.map +1 -1
  164. package/dist/domains/test-generation/generators/rust-test-generator.d.ts +80 -0
  165. package/dist/domains/test-generation/generators/rust-test-generator.d.ts.map +1 -0
  166. package/dist/domains/test-generation/generators/rust-test-generator.js +442 -0
  167. package/dist/domains/test-generation/generators/rust-test-generator.js.map +1 -0
  168. package/dist/domains/test-generation/generators/swift-testing-generator.d.ts +97 -0
  169. package/dist/domains/test-generation/generators/swift-testing-generator.d.ts.map +1 -0
  170. package/dist/domains/test-generation/generators/swift-testing-generator.js +482 -0
  171. package/dist/domains/test-generation/generators/swift-testing-generator.js.map +1 -0
  172. package/dist/domains/test-generation/generators/xunit-generator.d.ts +110 -0
  173. package/dist/domains/test-generation/generators/xunit-generator.d.ts.map +1 -0
  174. package/dist/domains/test-generation/generators/xunit-generator.js +611 -0
  175. package/dist/domains/test-generation/generators/xunit-generator.js.map +1 -0
  176. package/dist/domains/test-generation/interfaces.d.ts +11 -2
  177. package/dist/domains/test-generation/interfaces.d.ts.map +1 -1
  178. package/dist/domains/test-generation/prompts/language-prompts.d.ts +29 -0
  179. package/dist/domains/test-generation/prompts/language-prompts.d.ts.map +1 -0
  180. package/dist/domains/test-generation/prompts/language-prompts.js +135 -0
  181. package/dist/domains/test-generation/prompts/language-prompts.js.map +1 -0
  182. package/dist/domains/test-generation/services/compilation-validator.d.ts +43 -0
  183. package/dist/domains/test-generation/services/compilation-validator.d.ts.map +1 -0
  184. package/dist/domains/test-generation/services/compilation-validator.js +134 -0
  185. package/dist/domains/test-generation/services/compilation-validator.js.map +1 -0
  186. package/dist/domains/test-generation/services/index.d.ts +2 -1
  187. package/dist/domains/test-generation/services/index.d.ts.map +1 -1
  188. package/dist/domains/test-generation/services/index.js +3 -1
  189. package/dist/domains/test-generation/services/index.js.map +1 -1
  190. package/dist/domains/test-generation/services/test-file-resolver.d.ts +32 -0
  191. package/dist/domains/test-generation/services/test-file-resolver.d.ts.map +1 -0
  192. package/dist/domains/test-generation/services/test-file-resolver.js +159 -0
  193. package/dist/domains/test-generation/services/test-file-resolver.js.map +1 -0
  194. package/dist/domains/test-generation/services/test-generator.d.ts +10 -0
  195. package/dist/domains/test-generation/services/test-generator.d.ts.map +1 -1
  196. package/dist/domains/test-generation/services/test-generator.js +87 -10
  197. package/dist/domains/test-generation/services/test-generator.js.map +1 -1
  198. package/dist/governance/feature-flags.js +2 -2
  199. package/dist/governance/feature-flags.js.map +1 -1
  200. package/dist/governance/shard-embeddings.js +1 -1
  201. package/dist/init/init-wizard-hooks.d.ts.map +1 -1
  202. package/dist/init/init-wizard-hooks.js +0 -1
  203. package/dist/init/init-wizard-hooks.js.map +1 -1
  204. package/dist/init/phases/07-hooks.d.ts.map +1 -1
  205. package/dist/init/phases/07-hooks.js +0 -2
  206. package/dist/init/phases/07-hooks.js.map +1 -1
  207. package/dist/init/phases/08-mcp.d.ts +8 -4
  208. package/dist/init/phases/08-mcp.d.ts.map +1 -1
  209. package/dist/init/phases/08-mcp.js +13 -31
  210. package/dist/init/phases/08-mcp.js.map +1 -1
  211. package/dist/init/phases/10-workers.js +2 -2
  212. package/dist/init/phases/10-workers.js.map +1 -1
  213. package/dist/init/settings-merge.d.ts.map +1 -1
  214. package/dist/init/settings-merge.js +0 -2
  215. package/dist/init/settings-merge.js.map +1 -1
  216. package/dist/init/token-bootstrap.js +1 -1
  217. package/dist/init/token-bootstrap.js.map +1 -1
  218. package/dist/integrations/rl-suite/algorithms/decision-transformer.js +1 -1
  219. package/dist/kernel/constants.d.ts +2 -2
  220. package/dist/kernel/constants.js +2 -2
  221. package/dist/kernel/hnsw-adapter.js +1 -1
  222. package/dist/kernel/progressive-hnsw-backend.d.ts +2 -2
  223. package/dist/kernel/progressive-hnsw-backend.js +2 -2
  224. package/dist/learning/dream/concept-graph.d.ts +1 -1
  225. package/dist/learning/dream/concept-graph.js +1 -1
  226. package/dist/learning/dream/dream-engine.d.ts +1 -1
  227. package/dist/learning/dream/dream-engine.js +1 -1
  228. package/dist/learning/dream/index.d.ts +1 -1
  229. package/dist/learning/dream/index.js +1 -1
  230. package/dist/learning/dream/types.d.ts +1 -1
  231. package/dist/learning/dream/types.d.ts.map +1 -1
  232. package/dist/learning/dream/types.js +1 -1
  233. package/dist/learning/dream/types.js.map +1 -1
  234. package/dist/learning/token-tracker.js +1 -1
  235. package/dist/learning/token-tracker.js.map +1 -1
  236. package/dist/mcp/bundle.js +7515 -893
  237. package/dist/routing/qe-agent-registry.js +4 -4
  238. package/dist/routing/qe-agent-registry.js.map +1 -1
  239. package/dist/routing/types.d.ts +5 -8
  240. package/dist/routing/types.d.ts.map +1 -1
  241. package/dist/routing/types.js.map +1 -1
  242. package/dist/shared/embeddings/embedding-cache.js +2 -2
  243. package/dist/shared/embeddings/index.d.ts +2 -2
  244. package/dist/shared/embeddings/index.js +2 -2
  245. package/dist/shared/embeddings/nomic-embedder.d.ts +4 -4
  246. package/dist/shared/embeddings/nomic-embedder.js +2 -2
  247. package/dist/shared/embeddings/ollama-client.d.ts +1 -1
  248. package/dist/shared/embeddings/ollama-client.js +2 -2
  249. package/dist/shared/embeddings/ollama-client.js.map +1 -1
  250. package/dist/shared/embeddings/types.d.ts +2 -2
  251. package/dist/shared/embeddings/types.js +2 -2
  252. package/dist/shared/language-detector.d.ts +46 -0
  253. package/dist/shared/language-detector.d.ts.map +1 -0
  254. package/dist/shared/language-detector.js +183 -0
  255. package/dist/shared/language-detector.js.map +1 -0
  256. package/dist/shared/llm/providers/ollama.js +1 -1
  257. package/dist/shared/metrics/code-metrics.d.ts.map +1 -1
  258. package/dist/shared/metrics/code-metrics.js +24 -1
  259. package/dist/shared/metrics/code-metrics.js.map +1 -1
  260. package/dist/shared/parsers/index.d.ts +2 -0
  261. package/dist/shared/parsers/index.d.ts.map +1 -1
  262. package/dist/shared/parsers/index.js +2 -0
  263. package/dist/shared/parsers/index.js.map +1 -1
  264. package/dist/shared/parsers/interfaces.d.ts +81 -0
  265. package/dist/shared/parsers/interfaces.d.ts.map +1 -0
  266. package/dist/shared/parsers/interfaces.js +6 -0
  267. package/dist/shared/parsers/interfaces.js.map +1 -0
  268. package/dist/shared/parsers/multi-language-parser.d.ts +144 -0
  269. package/dist/shared/parsers/multi-language-parser.d.ts.map +1 -0
  270. package/dist/shared/parsers/multi-language-parser.js +1232 -0
  271. package/dist/shared/parsers/multi-language-parser.js.map +1 -0
  272. package/dist/shared/parsers/rust-ownership-analyzer.d.ts +45 -0
  273. package/dist/shared/parsers/rust-ownership-analyzer.d.ts.map +1 -0
  274. package/dist/shared/parsers/rust-ownership-analyzer.js +52 -0
  275. package/dist/shared/parsers/rust-ownership-analyzer.js.map +1 -0
  276. package/dist/shared/parsers/typescript-parser.d.ts +16 -0
  277. package/dist/shared/parsers/typescript-parser.d.ts.map +1 -1
  278. package/dist/shared/parsers/typescript-parser.js +85 -0
  279. package/dist/shared/parsers/typescript-parser.js.map +1 -1
  280. package/dist/shared/types/test-frameworks.d.ts +25 -0
  281. package/dist/shared/types/test-frameworks.d.ts.map +1 -0
  282. package/dist/shared/types/test-frameworks.js +111 -0
  283. package/dist/shared/types/test-frameworks.js.map +1 -0
  284. package/package.json +1 -1
  285. package/scripts/prepare-assets.sh +8 -2
@@ -0,0 +1,138 @@
1
+ skill: qcsd-ideation-swarm
2
+ version: 1.0.0
3
+ description: >
4
+ Evaluation suite for QCSD ideation swarm orchestration.
5
+ Tests quality criteria generation, agent coordination, and cross-domain analysis.
6
+
7
+ models_to_test:
8
+ - claude-3.5-sonnet
9
+ - claude-3-haiku
10
+
11
+ mcp_integration:
12
+ enabled: true
13
+ namespace: skill-validation
14
+ query_patterns: true
15
+ track_outcomes: true
16
+ store_patterns: true
17
+ target_agents:
18
+ - qe-learning-coordinator
19
+ - qe-queen-coordinator
20
+
21
+ learning:
22
+ store_success_patterns: true
23
+ pattern_ttl_days: 90
24
+
25
+ result_format:
26
+ json_output: true
27
+ include_timing: true
28
+ include_token_usage: true
29
+
30
+ setup:
31
+ required_tools:
32
+ - jq
33
+
34
+ test_cases:
35
+
36
+ - id: tc001_quality_criteria_generation
37
+ description: "Generate quality criteria for epic"
38
+ category: qcsd
39
+ priority: critical
40
+
41
+ input:
42
+ epic_description: "Build user authentication system with OAuth2"
43
+ project_type: "web_application"
44
+
45
+ expected_output:
46
+ must_contain:
47
+ - "quality"
48
+ - "criteria"
49
+ - "security"
50
+
51
+ validation:
52
+ schema_check: true
53
+ keyword_match_threshold: 0.8
54
+
55
+ - id: tc002_risk_assessment
56
+ description: "Perform QCSD risk assessment"
57
+ category: risk
58
+ priority: critical
59
+
60
+ input:
61
+ epic: "Payment processing system"
62
+ has_security: true
63
+ has_compliance: true
64
+
65
+ expected_output:
66
+ must_contain:
67
+ - "risk"
68
+ - "security"
69
+ - "compliance"
70
+
71
+ validation:
72
+ schema_check: true
73
+
74
+ - id: tc003_domain_flag_detection
75
+ description: "Detect HAS_UI, HAS_SECURITY, HAS_UX flags"
76
+ category: flags
77
+ priority: high
78
+
79
+ input:
80
+ content: "User dashboard with real-time notifications and payment"
81
+ analyze_flags: true
82
+
83
+ expected_output:
84
+ must_contain:
85
+ - "HAS_UI"
86
+ - "HAS_SECURITY"
87
+
88
+ validation:
89
+ schema_check: true
90
+
91
+ - id: tc004_agent_coordination
92
+ description: "Coordinate multi-agent swarm execution"
93
+ category: orchestration
94
+ priority: high
95
+
96
+ input:
97
+ domain_flags:
98
+ HAS_UI: true
99
+ HAS_SECURITY: true
100
+ HAS_UX: true
101
+
102
+ expected_output:
103
+ must_contain:
104
+ - "agent"
105
+ - "coordinate"
106
+
107
+ validation:
108
+ schema_check: true
109
+
110
+ - id: tc005_comprehensive_analysis
111
+ description: "Execute comprehensive QCSD analysis"
112
+ category: analysis
113
+ priority: medium
114
+
115
+ input:
116
+ epic: "Mobile app with payment and user profiles"
117
+ include_all_domains: true
118
+
119
+ expected_output:
120
+ must_contain:
121
+ - "analysis"
122
+ - "domain"
123
+
124
+ validation:
125
+ schema_check: true
126
+
127
+ success_criteria:
128
+ pass_rate: 0.9
129
+ critical_pass_rate: 1.0
130
+ avg_reasoning_quality: 0.75
131
+ max_execution_time_ms: 300000
132
+
133
+ metadata:
134
+ author: "qe-qcsd-orchestrator"
135
+ created: "2026-02-02"
136
+ coverage_target: >
137
+ QCSD ideation swarm with 5 test cases covering quality criteria generation,
138
+ risk assessment, domain flag detection, agent coordination, and comprehensive analysis.
@@ -0,0 +1,568 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://agentic-qe.dev/schemas/qcsd-ideation-swarm-output.json",
4
+ "title": "QCSD Ideation Swarm Output Schema",
5
+ "description": "Schema for QCSD ideation swarm output. Includes quality criteria, risks, test ideas, and multi-agent reports.",
6
+ "type": "object",
7
+ "required": ["skillName", "version", "timestamp", "status", "trustTier", "output"],
8
+ "properties": {
9
+ "skillName": {
10
+ "type": "string",
11
+ "const": "qcsd-ideation-swarm",
12
+ "description": "Must be 'qcsd-ideation-swarm'"
13
+ },
14
+ "version": {
15
+ "type": "string",
16
+ "pattern": "^\\d+\\.\\d+\\.\\d+(-[a-zA-Z0-9]+)?$"
17
+ },
18
+ "timestamp": {
19
+ "type": "string",
20
+ "format": "date-time"
21
+ },
22
+ "status": {
23
+ "type": "string",
24
+ "enum": ["success", "partial", "failed", "skipped"]
25
+ },
26
+ "trustTier": {
27
+ "type": "integer",
28
+ "const": 3
29
+ },
30
+ "output": {
31
+ "type": "object",
32
+ "required": ["summary", "qualityCriteria", "risks", "testIdeas"],
33
+ "properties": {
34
+ "summary": {
35
+ "type": "string",
36
+ "minLength": 100,
37
+ "maxLength": 3000
38
+ },
39
+ "recommendation": {
40
+ "type": "string",
41
+ "enum": ["GO", "CONDITIONAL", "NO-GO"],
42
+ "description": "Overall ideation recommendation"
43
+ },
44
+ "qualityCriteria": {
45
+ "$ref": "#/$defs/qualityCriteriaAnalysis"
46
+ },
47
+ "risks": {
48
+ "$ref": "#/$defs/riskAnalysis"
49
+ },
50
+ "testIdeas": {
51
+ "$ref": "#/$defs/testIdeasCollection"
52
+ },
53
+ "agentReports": {
54
+ "$ref": "#/$defs/agentReports"
55
+ },
56
+ "testability": {
57
+ "$ref": "#/$defs/testabilityAssessment"
58
+ },
59
+ "flagDetection": {
60
+ "$ref": "#/$defs/flagDetection"
61
+ },
62
+ "conditionalAnalysis": {
63
+ "$ref": "#/$defs/conditionalAnalysis"
64
+ },
65
+ "executiveSummary": {
66
+ "$ref": "#/$defs/executiveSummary"
67
+ },
68
+ "artifacts": {
69
+ "type": "array",
70
+ "items": {
71
+ "$ref": "#/$defs/artifact"
72
+ },
73
+ "maxItems": 20
74
+ }
75
+ }
76
+ },
77
+ "metadata": {
78
+ "$ref": "#/$defs/metadata"
79
+ },
80
+ "validation": {
81
+ "$ref": "#/$defs/validationResult"
82
+ },
83
+ "learning": {
84
+ "$ref": "#/$defs/learningData"
85
+ }
86
+ },
87
+ "$defs": {
88
+ "qualityCriteriaAnalysis": {
89
+ "type": "object",
90
+ "required": ["htsmCategories"],
91
+ "properties": {
92
+ "htsmVersion": {
93
+ "type": "string",
94
+ "default": "6.3"
95
+ },
96
+ "htsmCategories": {
97
+ "type": "array",
98
+ "items": {
99
+ "$ref": "#/$defs/htsmCategory"
100
+ },
101
+ "minItems": 5,
102
+ "maxItems": 10,
103
+ "description": "HTSM v6.3 categories analyzed"
104
+ },
105
+ "prioritySummary": {
106
+ "type": "object",
107
+ "properties": {
108
+ "p0": { "type": "integer", "minimum": 0 },
109
+ "p1": { "type": "integer", "minimum": 0 },
110
+ "p2": { "type": "integer", "minimum": 0 },
111
+ "p3": { "type": "integer", "minimum": 0 }
112
+ }
113
+ },
114
+ "crossCuttingConcerns": {
115
+ "type": "array",
116
+ "items": { "type": "string" }
117
+ }
118
+ }
119
+ },
120
+ "htsmCategory": {
121
+ "type": "object",
122
+ "required": ["name", "priority"],
123
+ "properties": {
124
+ "name": {
125
+ "type": "string",
126
+ "enum": [
127
+ "Capability", "Reliability", "Security", "Performance", "Development",
128
+ "Usability", "Charisma", "Scalability", "Compatibility", "Installability"
129
+ ]
130
+ },
131
+ "priority": {
132
+ "type": "string",
133
+ "enum": ["P0", "P1", "P2", "P3"]
134
+ },
135
+ "weight": {
136
+ "type": "number",
137
+ "minimum": 0,
138
+ "maximum": 1
139
+ },
140
+ "testabilityScore": {
141
+ "type": "integer",
142
+ "minimum": 0,
143
+ "maximum": 100
144
+ },
145
+ "evidence": {
146
+ "type": "array",
147
+ "items": {
148
+ "$ref": "#/$defs/evidenceItem"
149
+ }
150
+ },
151
+ "qualityImplication": {
152
+ "type": "string"
153
+ },
154
+ "businessImpact": {
155
+ "type": "string"
156
+ }
157
+ }
158
+ },
159
+ "evidenceItem": {
160
+ "type": "object",
161
+ "required": ["text", "type"],
162
+ "properties": {
163
+ "text": { "type": "string" },
164
+ "type": {
165
+ "type": "string",
166
+ "enum": ["direct", "inferred", "claimed"]
167
+ },
168
+ "source": { "type": "string" },
169
+ "line": { "type": "integer" }
170
+ }
171
+ },
172
+ "riskAnalysis": {
173
+ "type": "object",
174
+ "required": ["risks"],
175
+ "properties": {
176
+ "methodology": {
177
+ "type": "string",
178
+ "enum": ["SFDIPOT", "STRIDE", "custom"]
179
+ },
180
+ "totalRisks": {
181
+ "type": "integer",
182
+ "minimum": 0
183
+ },
184
+ "criticalRisks": {
185
+ "type": "integer",
186
+ "minimum": 0
187
+ },
188
+ "highestScore": {
189
+ "type": "integer",
190
+ "minimum": 0,
191
+ "maximum": 25
192
+ },
193
+ "risks": {
194
+ "type": "array",
195
+ "items": {
196
+ "$ref": "#/$defs/risk"
197
+ },
198
+ "minItems": 5,
199
+ "maxItems": 50
200
+ },
201
+ "riskDistribution": {
202
+ "type": "object",
203
+ "properties": {
204
+ "technical": { "type": "integer" },
205
+ "business": { "type": "integer" },
206
+ "quality": { "type": "integer" },
207
+ "integration": { "type": "integer" }
208
+ }
209
+ }
210
+ }
211
+ },
212
+ "risk": {
213
+ "type": "object",
214
+ "required": ["id", "description", "category", "likelihood", "impact", "score"],
215
+ "properties": {
216
+ "id": {
217
+ "type": "string",
218
+ "pattern": "^R\\d{3}$"
219
+ },
220
+ "description": { "type": "string", "minLength": 10 },
221
+ "category": {
222
+ "type": "string",
223
+ "enum": ["technical", "business", "quality", "integration"]
224
+ },
225
+ "likelihood": {
226
+ "type": "integer",
227
+ "minimum": 1,
228
+ "maximum": 5
229
+ },
230
+ "impact": {
231
+ "type": "integer",
232
+ "minimum": 1,
233
+ "maximum": 5
234
+ },
235
+ "score": {
236
+ "type": "integer",
237
+ "minimum": 1,
238
+ "maximum": 25
239
+ },
240
+ "mitigation": { "type": "string" },
241
+ "owner": {
242
+ "type": "string",
243
+ "enum": ["Dev", "QE", "Product", "Ops", "Security"]
244
+ }
245
+ }
246
+ },
247
+ "testIdeasCollection": {
248
+ "type": "object",
249
+ "required": ["ideas"],
250
+ "properties": {
251
+ "total": {
252
+ "type": "integer",
253
+ "minimum": 0
254
+ },
255
+ "ideas": {
256
+ "type": "array",
257
+ "items": {
258
+ "$ref": "#/$defs/testIdea"
259
+ },
260
+ "minItems": 5,
261
+ "maxItems": 100
262
+ },
263
+ "byCategory": {
264
+ "type": "object",
265
+ "properties": {
266
+ "functional": { "type": "integer" },
267
+ "nonfunctional": { "type": "integer" },
268
+ "exploratory": { "type": "integer" },
269
+ "regression": { "type": "integer" }
270
+ }
271
+ }
272
+ }
273
+ },
274
+ "testIdea": {
275
+ "type": "object",
276
+ "required": ["id", "title", "type"],
277
+ "properties": {
278
+ "id": {
279
+ "type": "string",
280
+ "pattern": "^TI-\\d{3}$"
281
+ },
282
+ "title": { "type": "string", "minLength": 10 },
283
+ "description": { "type": "string" },
284
+ "type": {
285
+ "type": "string",
286
+ "enum": ["functional", "nonfunctional", "exploratory", "regression", "security", "accessibility", "performance"]
287
+ },
288
+ "priority": {
289
+ "type": "string",
290
+ "enum": ["critical", "high", "medium", "low"]
291
+ },
292
+ "linkedRisks": {
293
+ "type": "array",
294
+ "items": { "type": "string" }
295
+ },
296
+ "linkedCriteria": {
297
+ "type": "array",
298
+ "items": { "type": "string" }
299
+ },
300
+ "automation": {
301
+ "type": "string",
302
+ "enum": ["automated", "manual", "hybrid"]
303
+ }
304
+ }
305
+ },
306
+ "agentReports": {
307
+ "type": "object",
308
+ "required": ["coreAgents"],
309
+ "properties": {
310
+ "coreAgents": {
311
+ "type": "array",
312
+ "items": {
313
+ "$ref": "#/$defs/agentReport"
314
+ },
315
+ "minItems": 3,
316
+ "maxItems": 3,
317
+ "description": "Must have exactly 3 core agents"
318
+ },
319
+ "conditionalAgents": {
320
+ "type": "array",
321
+ "items": {
322
+ "$ref": "#/$defs/agentReport"
323
+ },
324
+ "maxItems": 3
325
+ },
326
+ "totalAgents": {
327
+ "type": "integer",
328
+ "minimum": 3,
329
+ "maximum": 6
330
+ }
331
+ }
332
+ },
333
+ "agentReport": {
334
+ "type": "object",
335
+ "required": ["agentId", "domain", "status"],
336
+ "properties": {
337
+ "agentId": {
338
+ "type": "string",
339
+ "pattern": "^qe-[a-z][a-z0-9-]*$"
340
+ },
341
+ "domain": {
342
+ "type": "string",
343
+ "enum": [
344
+ "requirements-validation", "coverage-analysis", "security-compliance",
345
+ "visual-accessibility", "cross-domain"
346
+ ]
347
+ },
348
+ "status": {
349
+ "type": "string",
350
+ "enum": ["completed", "partial", "failed", "skipped"]
351
+ },
352
+ "reportPath": { "type": "string" },
353
+ "executionTimeMs": { "type": "integer", "minimum": 0 },
354
+ "findingsCount": { "type": "integer", "minimum": 0 }
355
+ }
356
+ },
357
+ "testabilityAssessment": {
358
+ "type": "object",
359
+ "required": ["score"],
360
+ "properties": {
361
+ "score": {
362
+ "type": "integer",
363
+ "minimum": 0,
364
+ "maximum": 100
365
+ },
366
+ "grade": {
367
+ "type": "string",
368
+ "pattern": "^[A-F][+-]?$"
369
+ },
370
+ "principles": {
371
+ "type": "array",
372
+ "items": {
373
+ "type": "object",
374
+ "properties": {
375
+ "name": { "type": "string" },
376
+ "score": { "type": "integer", "minimum": 0, "maximum": 10 },
377
+ "evidence": { "type": "string" }
378
+ }
379
+ },
380
+ "minItems": 10,
381
+ "maxItems": 10
382
+ },
383
+ "blockers": {
384
+ "type": "array",
385
+ "items": { "type": "string" }
386
+ }
387
+ }
388
+ },
389
+ "flagDetection": {
390
+ "type": "object",
391
+ "required": ["HAS_UI", "HAS_SECURITY", "HAS_UX"],
392
+ "properties": {
393
+ "HAS_UI": {
394
+ "type": "boolean"
395
+ },
396
+ "HAS_SECURITY": {
397
+ "type": "boolean"
398
+ },
399
+ "HAS_UX": {
400
+ "type": "boolean"
401
+ },
402
+ "HAS_VIDEO": {
403
+ "type": "boolean"
404
+ },
405
+ "evidence": {
406
+ "type": "object",
407
+ "properties": {
408
+ "ui": { "type": "array", "items": { "type": "string" } },
409
+ "security": { "type": "array", "items": { "type": "string" } },
410
+ "ux": { "type": "array", "items": { "type": "string" } },
411
+ "video": { "type": "array", "items": { "type": "string" } }
412
+ }
413
+ }
414
+ }
415
+ },
416
+ "conditionalAnalysis": {
417
+ "type": "object",
418
+ "properties": {
419
+ "accessibility": {
420
+ "$ref": "#/$defs/accessibilityAnalysis"
421
+ },
422
+ "security": {
423
+ "$ref": "#/$defs/securityAnalysis"
424
+ },
425
+ "qualityExperience": {
426
+ "$ref": "#/$defs/qxAnalysis"
427
+ }
428
+ }
429
+ },
430
+ "accessibilityAnalysis": {
431
+ "type": "object",
432
+ "properties": {
433
+ "wcagLevel": { "type": "string", "enum": ["A", "AA", "AAA"] },
434
+ "uiComponents": { "type": "array", "items": { "type": "string" } },
435
+ "findings": { "type": "array", "items": { "type": "object" } }
436
+ }
437
+ },
438
+ "securityAnalysis": {
439
+ "type": "object",
440
+ "properties": {
441
+ "strideCategories": {
442
+ "type": "array",
443
+ "items": { "type": "string" }
444
+ },
445
+ "authRequirements": { "type": "string" },
446
+ "dataProtection": { "type": "array", "items": { "type": "object" } },
447
+ "compliance": { "type": "array", "items": { "type": "string" } }
448
+ }
449
+ },
450
+ "qxAnalysis": {
451
+ "type": "object",
452
+ "properties": {
453
+ "pact": {
454
+ "type": "object",
455
+ "properties": {
456
+ "people": { "type": "string" },
457
+ "activities": { "type": "string" },
458
+ "contexts": { "type": "string" },
459
+ "technologies": { "type": "string" }
460
+ }
461
+ },
462
+ "personas": { "type": "array", "items": { "type": "object" } },
463
+ "userJourneys": { "type": "array", "items": { "type": "string" } },
464
+ "qxRisks": { "type": "array", "items": { "type": "object" } }
465
+ }
466
+ },
467
+ "executiveSummary": {
468
+ "type": "object",
469
+ "required": ["recommendation"],
470
+ "properties": {
471
+ "recommendation": {
472
+ "type": "string",
473
+ "enum": ["GO", "CONDITIONAL", "NO-GO"]
474
+ },
475
+ "rationale": { "type": "string", "minLength": 50 },
476
+ "metrics": {
477
+ "type": "object",
478
+ "properties": {
479
+ "htsmCoverage": { "type": "integer", "minimum": 0, "maximum": 10 },
480
+ "testabilityScore": { "type": "integer", "minimum": 0, "maximum": 100 },
481
+ "acCompleteness": { "type": "integer", "minimum": 0, "maximum": 100 },
482
+ "criticalRisks": { "type": "integer", "minimum": 0 }
483
+ }
484
+ },
485
+ "immediateActions": {
486
+ "type": "array",
487
+ "items": { "type": "string" }
488
+ },
489
+ "developmentActions": {
490
+ "type": "array",
491
+ "items": { "type": "string" }
492
+ },
493
+ "preReleaseActions": {
494
+ "type": "array",
495
+ "items": { "type": "string" }
496
+ },
497
+ "followUpRecommendations": {
498
+ "type": "array",
499
+ "items": {
500
+ "type": "object",
501
+ "properties": {
502
+ "action": { "type": "string" },
503
+ "skill": { "type": "string" },
504
+ "reason": { "type": "string" }
505
+ }
506
+ }
507
+ }
508
+ }
509
+ },
510
+ "artifact": {
511
+ "type": "object",
512
+ "required": ["type", "path"],
513
+ "properties": {
514
+ "type": {
515
+ "type": "string",
516
+ "enum": ["report", "htsm-analysis", "risk-matrix", "test-ideas", "executive-summary"]
517
+ },
518
+ "path": { "type": "string", "maxLength": 500 },
519
+ "format": {
520
+ "type": "string",
521
+ "enum": ["html", "md", "json"]
522
+ },
523
+ "description": { "type": "string" }
524
+ }
525
+ },
526
+ "metadata": {
527
+ "type": "object",
528
+ "properties": {
529
+ "executionTimeMs": { "type": "integer", "minimum": 0 },
530
+ "agentId": { "type": "string", "pattern": "^qe-[a-z][a-z0-9-]*$" },
531
+ "targetUrl": { "type": "string" },
532
+ "epicId": { "type": "string" },
533
+ "fetchMethod": {
534
+ "type": "string",
535
+ "enum": ["playwright", "webfetch", "websearch-fallback"]
536
+ }
537
+ }
538
+ },
539
+ "validationResult": {
540
+ "type": "object",
541
+ "properties": {
542
+ "schemaValid": { "type": "boolean" },
543
+ "contentValid": { "type": "boolean" },
544
+ "confidence": { "type": "number", "minimum": 0, "maximum": 1 },
545
+ "warnings": { "type": "array", "items": { "type": "string" } },
546
+ "errors": { "type": "array", "items": { "type": "string" } }
547
+ }
548
+ },
549
+ "learningData": {
550
+ "type": "object",
551
+ "properties": {
552
+ "patternsDetected": { "type": "array", "items": { "type": "string" } },
553
+ "reward": { "type": "number", "minimum": 0, "maximum": 1 },
554
+ "ideationPatterns": {
555
+ "type": "array",
556
+ "items": {
557
+ "type": "object",
558
+ "properties": {
559
+ "pattern": { "type": "string" },
560
+ "recommendation": { "type": "string" },
561
+ "outcome": { "type": "string" }
562
+ }
563
+ }
564
+ }
565
+ }
566
+ }
567
+ }
568
+ }