agentic-qe 1.9.4 → 2.1.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 (262) hide show
  1. package/.claude/agents/qe-api-contract-validator.md +95 -1336
  2. package/.claude/agents/qe-chaos-engineer.md +152 -1211
  3. package/.claude/agents/qe-code-complexity.md +144 -707
  4. package/.claude/agents/qe-coverage-analyzer.md +147 -743
  5. package/.claude/agents/qe-deployment-readiness.md +143 -1496
  6. package/.claude/agents/qe-flaky-test-hunter.md +132 -1529
  7. package/.claude/agents/qe-fleet-commander.md +12 -12
  8. package/.claude/agents/qe-performance-tester.md +150 -886
  9. package/.claude/agents/qe-production-intelligence.md +155 -1396
  10. package/.claude/agents/qe-quality-analyzer.md +6 -6
  11. package/.claude/agents/qe-quality-gate.md +151 -648
  12. package/.claude/agents/qe-regression-risk-analyzer.md +132 -1150
  13. package/.claude/agents/qe-requirements-validator.md +149 -932
  14. package/.claude/agents/qe-security-scanner.md +157 -797
  15. package/.claude/agents/qe-test-data-architect.md +96 -1365
  16. package/.claude/agents/qe-test-executor.md +8 -8
  17. package/.claude/agents/qe-test-generator.md +145 -1540
  18. package/.claude/agents/qe-visual-tester.md +153 -1257
  19. package/.claude/agents/qx-partner.md +248 -0
  20. package/.claude/agents/subagents/qe-code-reviewer.md +40 -136
  21. package/.claude/agents/subagents/qe-coverage-gap-analyzer.md +40 -480
  22. package/.claude/agents/subagents/qe-data-generator.md +41 -125
  23. package/.claude/agents/subagents/qe-flaky-investigator.md +55 -411
  24. package/.claude/agents/subagents/qe-integration-tester.md +53 -141
  25. package/.claude/agents/subagents/qe-performance-validator.md +54 -130
  26. package/.claude/agents/subagents/qe-security-auditor.md +56 -114
  27. package/.claude/agents/subagents/qe-test-data-architect-sub.md +57 -548
  28. package/.claude/agents/subagents/qe-test-implementer.md +58 -551
  29. package/.claude/agents/subagents/qe-test-refactorer.md +65 -722
  30. package/.claude/agents/subagents/qe-test-writer.md +63 -726
  31. package/.claude/skills/accessibility-testing/SKILL.md +144 -692
  32. package/.claude/skills/agentic-quality-engineering/SKILL.md +176 -529
  33. package/.claude/skills/api-testing-patterns/SKILL.md +180 -560
  34. package/.claude/skills/brutal-honesty-review/SKILL.md +113 -603
  35. package/.claude/skills/bug-reporting-excellence/SKILL.md +116 -517
  36. package/.claude/skills/chaos-engineering-resilience/SKILL.md +127 -72
  37. package/.claude/skills/cicd-pipeline-qe-orchestrator/SKILL.md +209 -404
  38. package/.claude/skills/code-review-quality/SKILL.md +158 -608
  39. package/.claude/skills/compatibility-testing/SKILL.md +148 -38
  40. package/.claude/skills/compliance-testing/SKILL.md +132 -63
  41. package/.claude/skills/consultancy-practices/SKILL.md +114 -446
  42. package/.claude/skills/context-driven-testing/SKILL.md +117 -381
  43. package/.claude/skills/contract-testing/SKILL.md +176 -141
  44. package/.claude/skills/database-testing/SKILL.md +137 -130
  45. package/.claude/skills/exploratory-testing-advanced/SKILL.md +160 -629
  46. package/.claude/skills/holistic-testing-pact/SKILL.md +140 -188
  47. package/.claude/skills/localization-testing/SKILL.md +145 -33
  48. package/.claude/skills/mobile-testing/SKILL.md +132 -448
  49. package/.claude/skills/mutation-testing/SKILL.md +147 -41
  50. package/.claude/skills/performance-testing/SKILL.md +200 -546
  51. package/.claude/skills/quality-metrics/SKILL.md +164 -519
  52. package/.claude/skills/refactoring-patterns/SKILL.md +132 -699
  53. package/.claude/skills/regression-testing/SKILL.md +120 -926
  54. package/.claude/skills/risk-based-testing/SKILL.md +157 -660
  55. package/.claude/skills/security-testing/SKILL.md +199 -538
  56. package/.claude/skills/sherlock-review/SKILL.md +163 -699
  57. package/.claude/skills/shift-left-testing/SKILL.md +161 -465
  58. package/.claude/skills/shift-right-testing/SKILL.md +161 -519
  59. package/.claude/skills/six-thinking-hats/SKILL.md +175 -1110
  60. package/.claude/skills/skills-manifest.json +683 -0
  61. package/.claude/skills/tdd-london-chicago/SKILL.md +131 -448
  62. package/.claude/skills/technical-writing/SKILL.md +103 -154
  63. package/.claude/skills/test-automation-strategy/SKILL.md +166 -772
  64. package/.claude/skills/test-data-management/SKILL.md +126 -910
  65. package/.claude/skills/test-design-techniques/SKILL.md +179 -89
  66. package/.claude/skills/test-environment-management/SKILL.md +136 -91
  67. package/.claude/skills/test-reporting-analytics/SKILL.md +169 -92
  68. package/.claude/skills/testability-scoring/README.md +71 -0
  69. package/.claude/skills/testability-scoring/SKILL.md +245 -0
  70. package/.claude/skills/testability-scoring/resources/templates/config.template.js +84 -0
  71. package/.claude/skills/testability-scoring/resources/templates/testability-scoring.spec.template.js +532 -0
  72. package/.claude/skills/testability-scoring/scripts/generate-html-report.js +1007 -0
  73. package/.claude/skills/testability-scoring/scripts/run-assessment.sh +70 -0
  74. package/.claude/skills/visual-testing-advanced/SKILL.md +155 -78
  75. package/.claude/skills/xp-practices/SKILL.md +151 -587
  76. package/CHANGELOG.md +110 -0
  77. package/README.md +55 -21
  78. package/dist/agents/QXPartnerAgent.d.ts +146 -0
  79. package/dist/agents/QXPartnerAgent.d.ts.map +1 -0
  80. package/dist/agents/QXPartnerAgent.js +1831 -0
  81. package/dist/agents/QXPartnerAgent.js.map +1 -0
  82. package/dist/agents/index.d.ts +1 -0
  83. package/dist/agents/index.d.ts.map +1 -1
  84. package/dist/agents/index.js +82 -2
  85. package/dist/agents/index.js.map +1 -1
  86. package/dist/agents/lifecycle/AgentLifecycleManager.d.ts.map +1 -1
  87. package/dist/agents/lifecycle/AgentLifecycleManager.js +34 -31
  88. package/dist/agents/lifecycle/AgentLifecycleManager.js.map +1 -1
  89. package/dist/cli/commands/debug/agent.d.ts.map +1 -1
  90. package/dist/cli/commands/debug/agent.js +19 -6
  91. package/dist/cli/commands/debug/agent.js.map +1 -1
  92. package/dist/cli/commands/debug/health-check.js +20 -7
  93. package/dist/cli/commands/debug/health-check.js.map +1 -1
  94. package/dist/cli/commands/init-claude-md-template.d.ts +1 -0
  95. package/dist/cli/commands/init-claude-md-template.d.ts.map +1 -1
  96. package/dist/cli/commands/init-claude-md-template.js +18 -3
  97. package/dist/cli/commands/init-claude-md-template.js.map +1 -1
  98. package/dist/cli/commands/workflow/cancel.d.ts.map +1 -1
  99. package/dist/cli/commands/workflow/cancel.js +4 -3
  100. package/dist/cli/commands/workflow/cancel.js.map +1 -1
  101. package/dist/cli/commands/workflow/list.d.ts.map +1 -1
  102. package/dist/cli/commands/workflow/list.js +4 -3
  103. package/dist/cli/commands/workflow/list.js.map +1 -1
  104. package/dist/cli/commands/workflow/pause.d.ts.map +1 -1
  105. package/dist/cli/commands/workflow/pause.js +4 -3
  106. package/dist/cli/commands/workflow/pause.js.map +1 -1
  107. package/dist/cli/init/claude-config.d.ts.map +1 -1
  108. package/dist/cli/init/claude-config.js +3 -8
  109. package/dist/cli/init/claude-config.js.map +1 -1
  110. package/dist/cli/init/claude-md.d.ts.map +1 -1
  111. package/dist/cli/init/claude-md.js +44 -2
  112. package/dist/cli/init/claude-md.js.map +1 -1
  113. package/dist/cli/init/database-init.js +1 -1
  114. package/dist/cli/init/index.d.ts.map +1 -1
  115. package/dist/cli/init/index.js +13 -6
  116. package/dist/cli/init/index.js.map +1 -1
  117. package/dist/cli/init/skills.d.ts.map +1 -1
  118. package/dist/cli/init/skills.js +2 -1
  119. package/dist/cli/init/skills.js.map +1 -1
  120. package/dist/core/SwarmCoordinator.d.ts +180 -0
  121. package/dist/core/SwarmCoordinator.d.ts.map +1 -0
  122. package/dist/core/SwarmCoordinator.js +473 -0
  123. package/dist/core/SwarmCoordinator.js.map +1 -0
  124. package/dist/core/memory/AgentDBIntegration.d.ts +24 -6
  125. package/dist/core/memory/AgentDBIntegration.d.ts.map +1 -1
  126. package/dist/core/memory/AgentDBIntegration.js +66 -10
  127. package/dist/core/memory/AgentDBIntegration.js.map +1 -1
  128. package/dist/core/memory/UnifiedMemoryCoordinator.d.ts +341 -0
  129. package/dist/core/memory/UnifiedMemoryCoordinator.d.ts.map +1 -0
  130. package/dist/core/memory/UnifiedMemoryCoordinator.js +986 -0
  131. package/dist/core/memory/UnifiedMemoryCoordinator.js.map +1 -0
  132. package/dist/core/memory/index.d.ts +5 -0
  133. package/dist/core/memory/index.d.ts.map +1 -1
  134. package/dist/core/memory/index.js +23 -1
  135. package/dist/core/memory/index.js.map +1 -1
  136. package/dist/core/metrics/MetricsAggregator.d.ts +228 -0
  137. package/dist/core/metrics/MetricsAggregator.d.ts.map +1 -0
  138. package/dist/core/metrics/MetricsAggregator.js +482 -0
  139. package/dist/core/metrics/MetricsAggregator.js.map +1 -0
  140. package/dist/core/metrics/index.d.ts +5 -0
  141. package/dist/core/metrics/index.d.ts.map +1 -0
  142. package/dist/core/metrics/index.js +11 -0
  143. package/dist/core/metrics/index.js.map +1 -0
  144. package/dist/core/optimization/SwarmOptimizer.d.ts +190 -0
  145. package/dist/core/optimization/SwarmOptimizer.d.ts.map +1 -0
  146. package/dist/core/optimization/SwarmOptimizer.js +648 -0
  147. package/dist/core/optimization/SwarmOptimizer.js.map +1 -0
  148. package/dist/core/optimization/index.d.ts +9 -0
  149. package/dist/core/optimization/index.d.ts.map +1 -0
  150. package/dist/core/optimization/index.js +25 -0
  151. package/dist/core/optimization/index.js.map +1 -0
  152. package/dist/core/optimization/types.d.ts +53 -0
  153. package/dist/core/optimization/types.d.ts.map +1 -0
  154. package/dist/core/optimization/types.js +6 -0
  155. package/dist/core/optimization/types.js.map +1 -0
  156. package/dist/core/orchestration/AdaptiveScheduler.d.ts +190 -0
  157. package/dist/core/orchestration/AdaptiveScheduler.d.ts.map +1 -0
  158. package/dist/core/orchestration/AdaptiveScheduler.js +460 -0
  159. package/dist/core/orchestration/AdaptiveScheduler.js.map +1 -0
  160. package/dist/core/orchestration/PriorityQueue.d.ts +54 -0
  161. package/dist/core/orchestration/PriorityQueue.d.ts.map +1 -0
  162. package/dist/core/orchestration/PriorityQueue.js +122 -0
  163. package/dist/core/orchestration/PriorityQueue.js.map +1 -0
  164. package/dist/core/orchestration/WorkflowOrchestrator.d.ts +189 -0
  165. package/dist/core/orchestration/WorkflowOrchestrator.d.ts.map +1 -0
  166. package/dist/core/orchestration/WorkflowOrchestrator.js +845 -0
  167. package/dist/core/orchestration/WorkflowOrchestrator.js.map +1 -0
  168. package/dist/core/orchestration/index.d.ts +7 -0
  169. package/dist/core/orchestration/index.d.ts.map +1 -0
  170. package/dist/core/orchestration/index.js +11 -0
  171. package/dist/core/orchestration/index.js.map +1 -0
  172. package/dist/core/orchestration/types.d.ts +96 -0
  173. package/dist/core/orchestration/types.d.ts.map +1 -0
  174. package/dist/core/orchestration/types.js +6 -0
  175. package/dist/core/orchestration/types.js.map +1 -0
  176. package/dist/core/recovery/CircuitBreaker.d.ts +176 -0
  177. package/dist/core/recovery/CircuitBreaker.d.ts.map +1 -0
  178. package/dist/core/recovery/CircuitBreaker.js +382 -0
  179. package/dist/core/recovery/CircuitBreaker.js.map +1 -0
  180. package/dist/core/recovery/RecoveryOrchestrator.d.ts +186 -0
  181. package/dist/core/recovery/RecoveryOrchestrator.d.ts.map +1 -0
  182. package/dist/core/recovery/RecoveryOrchestrator.js +476 -0
  183. package/dist/core/recovery/RecoveryOrchestrator.js.map +1 -0
  184. package/dist/core/recovery/RetryStrategy.d.ts +127 -0
  185. package/dist/core/recovery/RetryStrategy.d.ts.map +1 -0
  186. package/dist/core/recovery/RetryStrategy.js +314 -0
  187. package/dist/core/recovery/RetryStrategy.js.map +1 -0
  188. package/dist/core/recovery/index.d.ts +8 -0
  189. package/dist/core/recovery/index.d.ts.map +1 -0
  190. package/dist/core/recovery/index.js +27 -0
  191. package/dist/core/recovery/index.js.map +1 -0
  192. package/dist/core/skills/DependencyResolver.d.ts +99 -0
  193. package/dist/core/skills/DependencyResolver.d.ts.map +1 -0
  194. package/dist/core/skills/DependencyResolver.js +260 -0
  195. package/dist/core/skills/DependencyResolver.js.map +1 -0
  196. package/dist/core/skills/DynamicSkillLoader.d.ts +96 -0
  197. package/dist/core/skills/DynamicSkillLoader.d.ts.map +1 -0
  198. package/dist/core/skills/DynamicSkillLoader.js +353 -0
  199. package/dist/core/skills/DynamicSkillLoader.js.map +1 -0
  200. package/dist/core/skills/ManifestGenerator.d.ts +114 -0
  201. package/dist/core/skills/ManifestGenerator.d.ts.map +1 -0
  202. package/dist/core/skills/ManifestGenerator.js +449 -0
  203. package/dist/core/skills/ManifestGenerator.js.map +1 -0
  204. package/dist/core/skills/index.d.ts +9 -0
  205. package/dist/core/skills/index.d.ts.map +1 -0
  206. package/dist/core/skills/index.js +24 -0
  207. package/dist/core/skills/index.js.map +1 -0
  208. package/dist/core/skills/types.d.ts +118 -0
  209. package/dist/core/skills/types.d.ts.map +1 -0
  210. package/dist/core/skills/types.js +7 -0
  211. package/dist/core/skills/types.js.map +1 -0
  212. package/dist/core/transport/QUICTransport.d.ts +320 -0
  213. package/dist/core/transport/QUICTransport.d.ts.map +1 -0
  214. package/dist/core/transport/QUICTransport.js +711 -0
  215. package/dist/core/transport/QUICTransport.js.map +1 -0
  216. package/dist/core/transport/index.d.ts +40 -0
  217. package/dist/core/transport/index.d.ts.map +1 -0
  218. package/dist/core/transport/index.js +46 -0
  219. package/dist/core/transport/index.js.map +1 -0
  220. package/dist/core/transport/quic-loader.d.ts +123 -0
  221. package/dist/core/transport/quic-loader.d.ts.map +1 -0
  222. package/dist/core/transport/quic-loader.js +293 -0
  223. package/dist/core/transport/quic-loader.js.map +1 -0
  224. package/dist/core/transport/quic.d.ts +154 -0
  225. package/dist/core/transport/quic.d.ts.map +1 -0
  226. package/dist/core/transport/quic.js +214 -0
  227. package/dist/core/transport/quic.js.map +1 -0
  228. package/dist/mcp/server.d.ts +9 -9
  229. package/dist/mcp/server.d.ts.map +1 -1
  230. package/dist/mcp/server.js +1 -2
  231. package/dist/mcp/server.js.map +1 -1
  232. package/dist/mcp/services/AgentRegistry.d.ts.map +1 -1
  233. package/dist/mcp/services/AgentRegistry.js +4 -1
  234. package/dist/mcp/services/AgentRegistry.js.map +1 -1
  235. package/dist/types/index.d.ts +2 -1
  236. package/dist/types/index.d.ts.map +1 -1
  237. package/dist/types/index.js +2 -0
  238. package/dist/types/index.js.map +1 -1
  239. package/dist/types/qx.d.ts +429 -0
  240. package/dist/types/qx.d.ts.map +1 -0
  241. package/dist/types/qx.js +71 -0
  242. package/dist/types/qx.js.map +1 -0
  243. package/dist/visualization/api/RestEndpoints.js +2 -2
  244. package/dist/visualization/api/RestEndpoints.js.map +1 -1
  245. package/dist/visualization/api/WebSocketServer.d.ts +44 -0
  246. package/dist/visualization/api/WebSocketServer.d.ts.map +1 -1
  247. package/dist/visualization/api/WebSocketServer.js +144 -23
  248. package/dist/visualization/api/WebSocketServer.js.map +1 -1
  249. package/dist/visualization/core/DataTransformer.d.ts +10 -0
  250. package/dist/visualization/core/DataTransformer.d.ts.map +1 -1
  251. package/dist/visualization/core/DataTransformer.js +60 -5
  252. package/dist/visualization/core/DataTransformer.js.map +1 -1
  253. package/dist/visualization/emit-event.d.ts +75 -0
  254. package/dist/visualization/emit-event.d.ts.map +1 -0
  255. package/dist/visualization/emit-event.js +213 -0
  256. package/dist/visualization/emit-event.js.map +1 -0
  257. package/dist/visualization/index.d.ts +1 -0
  258. package/dist/visualization/index.d.ts.map +1 -1
  259. package/dist/visualization/index.js +7 -1
  260. package/dist/visualization/index.js.map +1 -1
  261. package/docs/reference/skills.md +63 -1
  262. package/package.json +16 -58
@@ -1,510 +1,315 @@
1
1
  ---
2
- name: "CI/CD Pipeline QE Orchestrator"
3
- description: "Orchestrate comprehensive quality engineering across CI/CD pipeline phases by intelligently selecting QE skills and coordinating specialized agents. Use when designing test strategies, planning quality gates, implementing shift-left/shift-right testing, or ensuring holistic quality coverage throughout the software delivery lifecycle. Integrates all 37 AQE skills and 18 agents for complete pipeline quality assurance."
2
+ name: cicd-pipeline-qe-orchestrator
3
+ description: "Orchestrate quality engineering across CI/CD pipeline phases. Use when designing test strategies, planning quality gates, or implementing shift-left/shift-right testing."
4
+ category: infrastructure
5
+ priority: critical
6
+ tokenEstimate: 1300
7
+ agents: [qe-fleet-commander, qe-test-generator, qe-test-executor, qe-coverage-analyzer, qe-quality-gate, qe-deployment-readiness]
8
+ implementation_status: optimized
9
+ optimization_version: 1.0
10
+ last_optimized: 2025-12-02
11
+ dependencies: [agentic-quality-engineering, shift-left-testing]
12
+ quick_reference_card: true
13
+ tags: [cicd, pipeline, orchestration, quality-gates, shift-left, shift-right, fleet]
4
14
  ---
5
15
 
6
16
  # CI/CD Pipeline QE Orchestrator
7
17
 
8
- ## What This Skill Does
9
-
10
- The CI/CD Pipeline QE Orchestrator provides intelligent, phase-based quality engineering across the entire software delivery pipeline. It:
11
-
12
- 1. **Analyzes pipeline phases** (commit, build, test, deploy, production)
13
- 2. **Selects optimal QE skills** from the 37 available skills based on phase requirements
14
- 3. **Orchestrates specialized agents** from the 18 QE agents for parallel execution
15
- 4. **Ensures holistic coverage** with shift-left, shift-right, and continuous quality validation
16
- 5. **Adapts strategies** based on risk, complexity, and deployment environment
18
+ <default_to_action>
19
+ When orchestrating quality across CI/CD pipeline:
20
+ 1. ANALYZE pipeline phases: commit, build, test, staging, production
21
+ 2. SELECT optimal skills and agents for each phase
22
+ 3. CONFIGURE quality gates with measurable thresholds
23
+ 4. EXECUTE with parallel agent coordination
24
+ 5. ADAPT strategy based on risk, complexity, and environment
25
+
26
+ **Quick Phase Selection:**
27
+ - Commit (Shift-Left) → TDD, code review, unit tests
28
+ - Build → Coverage analysis, mutation testing, flaky detection
29
+ - Integration → API contracts, performance, security
30
+ - Staging → Chaos testing, visual regression, accessibility
31
+ - Production (Shift-Right) → Synthetic monitoring, RUM, compliance
32
+
33
+ **Critical Success Factors:**
34
+ - Quality gates block bad deployments
35
+ - Agents coordinate through memory namespaces
36
+ - Adapt strategy based on risk level
37
+ </default_to_action>
38
+
39
+ ## Quick Reference Card
40
+
41
+ ### When to Use
42
+ - Designing pipeline test strategies
43
+ - Implementing quality gates
44
+ - Coordinating multiple QE agents
45
+ - Shift-left and shift-right testing
46
+
47
+ ### Phase-Agent Matrix
48
+ | Phase | Primary Agents | Key Skills |
49
+ |-------|---------------|------------|
50
+ | Commit | qe-test-generator, qe-requirements-validator | tdd-london-chicago, shift-left |
51
+ | Build | qe-test-executor, qe-coverage-analyzer, qe-flaky-test-hunter | test-automation, mutation-testing |
52
+ | Test | qe-api-contract-validator, qe-performance-tester, qe-security-scanner | api-testing, performance, security |
53
+ | Staging | qe-chaos-engineer, qe-visual-tester, qe-deployment-readiness | chaos-engineering, accessibility |
54
+ | Prod | qe-production-intelligence, qe-quality-analyzer | shift-right, compliance |
55
+
56
+ ### Quality Gate Thresholds
57
+ | Phase | Metric | Threshold | Blocking |
58
+ |-------|--------|-----------|----------|
59
+ | Commit | Unit coverage | > 80% | Yes |
60
+ | Build | All tests pass | 100% | Yes |
61
+ | Build | Mutation score | > 70% | No |
62
+ | Test | API contracts | No breaking changes | Yes |
63
+ | Test | p95 response | < 200ms | Yes |
64
+ | Test | Security critical | 0 | Yes |
65
+ | Staging | Deployment readiness | > 85% | Yes |
66
+
67
+ ### Fleet Configuration
68
+ - **Topology**: hierarchical
69
+ - **Max Agents**: 10 per phase
70
+ - **Coordination**: aqe/* memory namespace
17
71
 
18
72
  ---
19
73
 
20
- ## Prerequisites
74
+ ## Pipeline Phases
21
75
 
22
- - Agentic QE Fleet initialized (`aqe init` completed)
23
- - 18 QE agents available in `.claude/agents/`
24
- - 37 QE skills available in `.claude/skills/`
25
- - Understanding of your CI/CD pipeline structure
26
- - Access to Claude Code Task tool for agent coordination
76
+ ### Phase 1: Commit (Shift-Left)
27
77
 
28
- ---
78
+ **Goal:** Catch defects early, ensure testability
29
79
 
30
- ## Quick Start (5 Minutes)
80
+ **Agents:**
81
+ - `qe-test-generator` - Generate unit tests
82
+ - `qe-requirements-validator` - BDD scenarios, INVEST criteria
31
83
 
32
- ### Analyze Your Pipeline
84
+ **Skills:** `shift-left-testing`, `tdd-london-chicago`, `code-review-quality`
33
85
 
34
86
  ```javascript
35
- // Use the orchestrator to analyze and plan quality coverage
36
- Task("Pipeline QE Analysis",
37
- "Analyze our CI/CD pipeline and recommend quality strategy for: commit, build, test, staging, production phases",
38
- "qe-fleet-commander")
87
+ // Parallel execution
88
+ Task("Generate Tests", "Create unit tests for new methods", "qe-test-generator")
89
+ Task("Validate Requirements", "Check BDD scenarios", "qe-requirements-validator")
39
90
  ```
40
91
 
41
- ### Example Output
42
- ```
43
- Pipeline Quality Strategy:
44
- ├── Commit Phase (Shift-Left)
45
- │ ├── Skills: tdd-london-chicago, shift-left-testing
46
- │ ├── Agents: qe-test-generator, qe-code-reviewer
47
- │ └── Coverage: Unit tests, static analysis, code review
48
- ├── Build Phase
49
- │ ├── Skills: test-automation-strategy, mutation-testing
50
- │ ├── Agents: qe-test-executor, qe-coverage-analyzer
51
- │ └── Coverage: Integration tests, mutation testing, coverage gates
52
- ├── Test Phase
53
- │ ├── Skills: api-testing-patterns, performance-testing, security-testing
54
- │ ├── Agents: qe-api-contract-validator, qe-performance-tester, qe-security-scanner
55
- │ └── Coverage: API contracts, load tests, security scans
56
- ├── Staging Phase
57
- │ ├── Skills: shift-right-testing, chaos-engineering-resilience
58
- │ ├── Agents: qe-visual-tester, qe-chaos-engineer
59
- │ └── Coverage: Visual regression, chaos testing, smoke tests
60
- └── Production Phase (Shift-Right)
61
- ├── Skills: shift-right-testing, compliance-testing
62
- ├── Agents: qe-production-intelligence, qe-deployment-readiness
63
- └── Coverage: Synthetic monitoring, canary analysis, compliance validation
64
- ```
92
+ **Gates:** Unit coverage > 80%, Static analysis clean, Code review approved
65
93
 
66
94
  ---
67
95
 
68
- ## CI/CD Pipeline Phases
69
-
70
- ### Phase 1: Commit / Pre-Build (Shift-Left)
96
+ ### Phase 2: Build
71
97
 
72
- **Goal**: Catch defects early, ensure testability, validate code quality
98
+ **Goal:** Validate integration, ensure coverage
73
99
 
74
- **Recommended Skills**:
75
- - `shift-left-testing` - TDD, BDD, design for testability
76
- - `tdd-london-chicago` - Test-first development approaches
77
- - `code-review-quality` - Context-driven code reviews
78
- - `refactoring-patterns` - Safe refactoring techniques
100
+ **Agents:**
101
+ - `qe-test-executor` - Run test suites
102
+ - `qe-coverage-analyzer` - Coverage gaps (O(log n))
103
+ - `qe-flaky-test-hunter` - Detect/stabilize flaky tests
104
+ - `qe-regression-risk-analyzer` - Minimal regression suite
79
105
 
80
- **Recommended Agents**:
81
- - `qe-test-generator` - Generate unit tests for new code
82
- - `qe-requirements-validator` - Validate INVEST criteria, BDD scenarios
83
- - `qe-code-reviewer` (via code-review-swarm) - Automated code review
106
+ **Skills:** `test-automation-strategy`, `mutation-testing`, `regression-testing`
84
107
 
85
- **Quality Gates**:
86
- - [ ] Unit test coverage > 80%
87
- - [ ] No critical static analysis violations
88
- - [ ] Code review approved
89
- - [ ] Testability score > 85%
90
-
91
- **Example Orchestration**:
92
108
  ```javascript
93
- // Parallel execution for commit phase
94
- Task("Generate Tests", "Create unit tests for new UserService methods", "qe-test-generator")
95
- Task("Validate Requirements", "Check BDD scenarios for user stories", "qe-requirements-validator")
96
- Task("Code Review", "Review code quality and testability", "code-review-swarm")
109
+ Task("Execute Tests", "Run full suite, store in aqe/test-results/*", "qe-test-executor")
110
+ Task("Coverage Analysis", "Identify gaps", "qe-coverage-analyzer")
111
+ Task("Flaky Detection", "Analyze test history", "qe-flaky-test-hunter")
97
112
  ```
98
113
 
99
- ---
100
-
101
- ### Phase 2: Build Phase
102
-
103
- **Goal**: Validate integration, ensure coverage, detect test quality issues
104
-
105
- **Recommended Skills**:
106
- - `test-automation-strategy` - Test pyramid optimization
107
- - `mutation-testing` - Test quality validation
108
- - `risk-based-testing` - Prioritize test execution
109
- - `regression-testing` - Smart test selection
110
-
111
- **Recommended Agents**:
112
- - `qe-test-executor` - Run test suites in parallel
113
- - `qe-coverage-analyzer` - Analyze coverage gaps
114
- - `qe-regression-risk-analyzer` - Select minimal regression suite
115
- - `qe-flaky-test-hunter` - Detect and stabilize flaky tests
116
-
117
- **Quality Gates**:
118
- - [ ] All tests passing
119
- - [ ] Coverage > 90% on critical paths
120
- - [ ] Mutation score > 70%
121
- - [ ] No flaky tests detected
122
-
123
- **Example Orchestration**:
124
- ```javascript
125
- // Sequential workflow with memory coordination
126
- Task("Execute Tests", "Run full test suite and store results in aqe/test-results/*", "qe-test-executor")
127
-
128
- // Wait for execution, then analyze in parallel
129
- Task("Coverage Analysis", "Read aqe/test-results/* and identify gaps", "qe-coverage-analyzer")
130
- Task("Flaky Detection", "Analyze test history for flakiness patterns", "qe-flaky-test-hunter")
131
- Task("Regression Analysis", "Select minimal suite for code changes", "qe-regression-risk-analyzer")
132
- ```
114
+ **Gates:** All tests pass, Coverage > 90% critical paths, No new flaky tests
133
115
 
134
116
  ---
135
117
 
136
- ### Phase 3: Integration / Test Phase
137
-
138
- **Goal**: Validate contracts, test performance, scan security, verify data
118
+ ### Phase 3: Integration/Test
139
119
 
140
- **Recommended Skills**:
141
- - `api-testing-patterns` - REST/GraphQL contract testing
142
- - `contract-testing` - Consumer-driven contracts (Pact)
143
- - `performance-testing` - Load, stress, spike testing
144
- - `security-testing` - OWASP Top 10 validation
145
- - `database-testing` - Schema and data integrity
146
- - `test-data-management` - Realistic test data generation
120
+ **Goal:** Validate contracts, performance, security
147
121
 
148
- **Recommended Agents**:
149
- - `qe-api-contract-validator` - Validate API contracts
122
+ **Agents:**
123
+ - `qe-api-contract-validator` - Breaking changes detection
150
124
  - `qe-performance-tester` - Load test critical paths
151
- - `qe-security-scanner` - SAST/DAST security scans
152
- - `qe-test-data-architect` - Generate test data (10k+ records/sec)
125
+ - `qe-security-scanner` - SAST/DAST scans
126
+ - `qe-test-data-architect` - Realistic test data (10k+/sec)
153
127
 
154
- **Quality Gates**:
155
- - [ ] API contracts validated (no breaking changes)
156
- - [ ] Performance SLAs met (p95 < 200ms)
157
- - [ ] No critical security vulnerabilities
158
- - [ ] Data integrity validated
128
+ **Skills:** `api-testing-patterns`, `performance-testing`, `security-testing`
159
129
 
160
- **Example Orchestration**:
161
130
  ```javascript
162
- // Parallel execution for comprehensive testing
163
- Task("API Contracts", "Validate API contracts for breaking changes", "qe-api-contract-validator")
164
- Task("Performance Test", "Load test with 1000 concurrent users", "qe-performance-tester")
165
- Task("Security Scan", "Run SAST/DAST security checks", "qe-security-scanner")
166
- Task("Data Generation", "Generate 10k realistic user records", "qe-test-data-architect")
131
+ // Parallel testing
132
+ Task("API Contracts", "Validate for breaking changes", "qe-api-contract-validator")
133
+ Task("Performance", "Load test 1000 users", "qe-performance-tester")
134
+ Task("Security", "SAST/DAST scan", "qe-security-scanner")
167
135
  ```
168
136
 
169
- ---
137
+ **Gates:** No breaking API changes, p95 < 200ms, No critical vulnerabilities
170
138
 
171
- ### Phase 4: Staging / Pre-Production Phase
139
+ ---
172
140
 
173
- **Goal**: Validate production-like environment, test resilience, verify accessibility
141
+ ### Phase 4: Staging
174
142
 
175
- **Recommended Skills**:
176
- - `shift-right-testing` - Feature flags, canary deployments
177
- - `chaos-engineering-resilience` - Fault injection, blast radius
178
- - `exploratory-testing-advanced` - SBTM, test tours
179
- - `accessibility-testing` - WCAG 2.2 compliance
180
- - `compatibility-testing` - Cross-browser/device testing
181
- - `visual-testing-advanced` - Visual regression with AI
143
+ **Goal:** Validate production-like environment, resilience
182
144
 
183
- **Recommended Agents**:
184
- - `qe-chaos-engineer` - Resilience testing with controlled failures
185
- - `qe-visual-tester` - Visual regression testing
186
- - `qe-deployment-readiness` - Multi-factor risk assessment
145
+ **Agents:**
146
+ - `qe-chaos-engineer` - Fault injection
147
+ - `qe-visual-tester` - Visual regression
148
+ - `qe-deployment-readiness` - Risk assessment
187
149
 
188
- **Quality Gates**:
189
- - [ ] Chaos testing passed (system recovers from failures)
190
- - [ ] Visual regression tests clean
191
- - [ ] Accessibility score > 95 (WCAG AA)
192
- - [ ] Deployment readiness score > 85%
150
+ **Skills:** `chaos-engineering-resilience`, `accessibility-testing`, `visual-testing`
193
151
 
194
- **Example Orchestration**:
195
152
  ```javascript
196
- // Staging validation workflow
197
- Task("Chaos Testing", "Test system resilience with controlled failures", "qe-chaos-engineer")
198
- Task("Visual Testing", "Run visual regression tests", "qe-visual-tester")
199
- Task("Deployment Check", "Assess deployment readiness", "qe-deployment-readiness")
153
+ Task("Chaos Testing", "Controlled failure injection", "qe-chaos-engineer")
154
+ Task("Visual Testing", "Visual regression", "qe-visual-tester")
155
+ Task("Deployment Check", "Risk assessment", "qe-deployment-readiness")
200
156
  ```
201
157
 
202
- ---
158
+ **Gates:** Chaos tests pass, No visual regressions, Readiness > 85%
203
159
 
204
- ### Phase 5: Production / Post-Deploy (Shift-Right)
160
+ ---
205
161
 
206
- **Goal**: Monitor real usage, validate compliance, collect production intelligence
162
+ ### Phase 5: Production (Shift-Right)
207
163
 
208
- **Recommended Skills**:
209
- - `shift-right-testing` - Synthetic monitoring, RUM analysis
210
- - `compliance-testing` - GDPR, HIPAA, SOC2 validation
211
- - `localization-testing` - i18n/l10n for global markets
212
- - `mobile-testing` - iOS/Android production validation
164
+ **Goal:** Monitor real usage, validate compliance
213
165
 
214
- **Recommended Agents**:
215
- - `qe-production-intelligence` - Convert incidents to test scenarios
216
- - `qe-deployment-readiness` - Production health assessment
166
+ **Agents:**
167
+ - `qe-production-intelligence` - Incident test scenarios
217
168
  - `qe-quality-analyzer` - Quality metrics and trends
218
169
 
219
- **Quality Gates**:
220
- - [ ] Synthetic monitors passing
221
- - [ ] No critical production incidents
222
- - [ ] Compliance validated (GDPR, etc.)
223
- - [ ] Error rate < 0.1%
170
+ **Skills:** `shift-right-testing`, `compliance-testing`
224
171
 
225
- **Example Orchestration**:
226
172
  ```javascript
227
- // Production monitoring and intelligence
228
- Task("Production Intelligence", "Convert production incidents to test scenarios", "qe-production-intelligence")
229
- Task("Quality Analysis", "Analyze production quality metrics", "qe-quality-analyzer")
173
+ Task("Production Intelligence", "Convert incidents to tests", "qe-production-intelligence")
174
+ Task("Quality Analysis", "Production metrics", "qe-quality-analyzer")
230
175
  ```
231
176
 
232
- ---
233
-
234
- ## Phase-Based Skill Selection Matrix
235
-
236
- Use this matrix to select optimal skills for each pipeline phase:
237
-
238
- | Pipeline Phase | Primary Skills | Secondary Skills | Agent Coordination |
239
- |----------------|----------------|------------------|-------------------|
240
- | **Commit** | shift-left-testing, tdd-london-chicago | code-review-quality, refactoring-patterns | qe-test-generator, qe-requirements-validator |
241
- | **Build** | test-automation-strategy, mutation-testing | regression-testing, risk-based-testing | qe-test-executor, qe-coverage-analyzer, qe-flaky-test-hunter |
242
- | **Integration** | api-testing-patterns, contract-testing | performance-testing, security-testing | qe-api-contract-validator, qe-performance-tester, qe-security-scanner |
243
- | **Staging** | shift-right-testing, chaos-engineering-resilience | accessibility-testing, visual-testing-advanced | qe-chaos-engineer, qe-visual-tester, qe-deployment-readiness |
244
- | **Production** | shift-right-testing, compliance-testing | localization-testing, mobile-testing | qe-production-intelligence, qe-quality-analyzer |
177
+ **Gates:** Synthetic monitors pass, Error rate < 0.1%, Compliance validated
245
178
 
246
179
  ---
247
180
 
248
- ## Complete Pipeline Orchestration Example
249
-
250
- ### Scenario: Full-Stack Web Application Deployment
181
+ ## Complete Pipeline Example
251
182
 
252
183
  ```javascript
253
- // Phase 1: Commit (Shift-Left)
254
- Task("TDD Test Generation", "Generate tests for new features using TDD", "qe-test-generator")
255
- Task("Requirements Validation", "Validate user stories with BDD scenarios", "qe-requirements-validator")
184
+ // Phase 1: Commit
185
+ Task("TDD Generation", "Generate tests for new features", "qe-test-generator")
186
+ Task("Requirements", "Validate BDD scenarios", "qe-requirements-validator")
256
187
 
257
188
  // Phase 2: Build
258
- Task("Test Execution", "Run full test suite with coverage tracking", "qe-test-executor")
259
- Task("Coverage Analysis", "Analyze coverage and identify gaps", "qe-coverage-analyzer")
260
- Task("Flaky Detection", "Hunt and stabilize flaky tests", "qe-flaky-test-hunter")
189
+ Task("Execute Tests", "Full suite with coverage", "qe-test-executor")
190
+ Task("Coverage", "Analyze gaps", "qe-coverage-analyzer")
191
+ Task("Flaky Hunt", "Stabilize flaky tests", "qe-flaky-test-hunter")
261
192
 
262
193
  // Phase 3: Integration
263
- Task("API Contract Validation", "Check for breaking changes in API", "qe-api-contract-validator")
264
- Task("Performance Testing", "Load test with 1000 users", "qe-performance-tester")
265
- Task("Security Scanning", "Run SAST/DAST security checks", "qe-security-scanner")
194
+ Task("API Contracts", "Check breaking changes", "qe-api-contract-validator")
195
+ Task("Performance", "1000 user load test", "qe-performance-tester")
196
+ Task("Security", "SAST/DAST scans", "qe-security-scanner")
266
197
 
267
198
  // Phase 4: Staging
268
- Task("Chaos Engineering", "Test resilience with fault injection", "qe-chaos-engineer")
269
- Task("Visual Regression", "Validate UI with visual tests", "qe-visual-tester")
270
- Task("Deployment Readiness", "Assess go/no-go for production", "qe-deployment-readiness")
199
+ Task("Chaos", "Fault injection testing", "qe-chaos-engineer")
200
+ Task("Visual", "Visual regression", "qe-visual-tester")
201
+ Task("Readiness", "Deployment assessment", "qe-deployment-readiness")
271
202
 
272
203
  // Phase 5: Production
273
- Task("Production Intelligence", "Monitor and convert incidents to tests", "qe-production-intelligence")
274
- Task("Quality Gate", "Validate against quality thresholds", "qe-quality-gate")
204
+ Task("Intelligence", "Convert incidents", "qe-production-intelligence")
205
+ Task("Quality Gate", "Final validation", "qe-quality-gate")
275
206
  ```
276
207
 
277
208
  ---
278
209
 
279
- ## Adaptive Strategy Selection
210
+ ## Adaptive Strategy
280
211
 
281
- The orchestrator adapts based on:
212
+ ### By Risk Level
213
+ | Risk | Strategy | Agents |
214
+ |------|----------|--------|
215
+ | Critical | All phases, manual gates | Full fleet |
216
+ | High | Automated gates, comprehensive | 10+ agents |
217
+ | Medium | Smart selection, risk-based | 5-8 agents |
218
+ | Low | Minimal regression, fast | 2-3 agents |
282
219
 
283
- ### Risk Level
284
- - **Critical**: Use all phases, maximum coverage, manual gates
285
- - **High**: Use automated gates, comprehensive testing
286
- - **Medium**: Use smart test selection, risk-based prioritization
287
- - **Low**: Use minimal regression suite, fast feedback
288
-
289
- ### Application Type
290
- - **API**: Focus on contract-testing, api-testing-patterns, performance-testing
291
- - **Web UI**: Focus on visual-testing-advanced, accessibility-testing, compatibility-testing
292
- - **Mobile**: Focus on mobile-testing, performance-testing, compatibility-testing
293
- - **Backend**: Focus on database-testing, performance-testing, security-testing
294
-
295
- ### Deployment Frequency
296
- - **Continuous (hourly)**: Minimal regression, fast feedback, shift-right monitoring
297
- - **Daily**: Smart test selection, parallel execution, automated gates
298
- - **Weekly**: Comprehensive testing, exploratory sessions, manual validation
299
- - **Monthly**: Full regression, compliance checks, extensive validation
220
+ ### By Application Type
221
+ | Type | Focus Skills | Primary Agents |
222
+ |------|-------------|----------------|
223
+ | API | api-testing, contract, performance | api-contract-validator, performance-tester |
224
+ | Web UI | visual-testing, accessibility | visual-tester, accessibility |
225
+ | Mobile | mobile-testing, compatibility | performance-tester, visual-tester |
226
+ | Backend | database-testing, security | security-scanner, performance-tester |
300
227
 
301
228
  ---
302
229
 
303
- ## Integration with Existing QE Fleet
304
-
305
- ### Memory Coordination
230
+ ## Agent Coordination Hints
306
231
 
307
- All agents coordinate through the `aqe/*` namespace:
308
-
309
- ```
310
- aqe/
311
- ├── pipeline/
312
- │ ├── phase-results/ # Results from each phase
313
- │ ├── quality-gates/ # Gate validation results
314
- │ └── orchestration-plan/ # Selected skills and agents
315
- ├── test-plan/generated # Test plans from generators
316
- ├── coverage/gaps # Coverage analysis results
317
- ├── security/findings # Security scan results
318
- └── performance/results # Performance test results
232
+ ### Memory Namespace
319
233
  ```
320
-
321
- ### Skill Invocation
322
-
323
- Invoke individual QE skills as needed:
324
-
325
- ```javascript
326
- // Use specific QE skills
327
- Skill("shift-left-testing") // Learn shift-left practices
328
- Skill("chaos-engineering-resilience") // Apply chaos engineering
329
- Skill("api-testing-patterns") // Implement API testing
234
+ aqe/pipeline/
235
+ ├── phase-results/* - Results from each phase
236
+ ├── quality-gates/* - Gate validation results
237
+ ├── orchestration-plan/* - Selected skills and agents
238
+ ├── test-plan/generated - Test plans
239
+ ├── coverage/gaps - Coverage analysis
240
+ ├── security/findings - Security results
241
+ └── performance/results - Performance data
330
242
  ```
331
243
 
332
- ### Agent Coordination
333
-
334
- Use the `qe-fleet-commander` for complex multi-agent orchestration:
335
-
336
- ```javascript
244
+ ### Fleet Orchestration
245
+ ```typescript
337
246
  Task("Fleet Orchestration",
338
- "Coordinate 10 agents across pipeline phases: commit (2 agents), build (3 agents), test (3 agents), staging (2 agents)",
247
+ "Coordinate 10 agents across phases: commit (2), build (3), test (3), staging (2)",
339
248
  "qe-fleet-commander")
340
249
  ```
341
250
 
342
- ---
343
-
344
- ## Quality Gates Configuration
251
+ ### Blackboard Events
252
+ | Event | Trigger | Subscribers |
253
+ |-------|---------|-------------|
254
+ | `phase:commit:complete` | Commit phase done | build agents |
255
+ | `coverage:gap:detected` | Gap found | test-generator |
256
+ | `security:finding:critical` | Vulnerability | quality-gate |
257
+ | `quality:gate:evaluated` | Gate decision | fleet-commander |
345
258
 
346
- ### Gate Templates
259
+ ---
347
260
 
348
- **Commit Gate**:
349
- ```json
350
- {
351
- "phase": "commit",
352
- "gates": [
353
- { "metric": "unit_coverage", "threshold": 80, "blocking": true },
354
- { "metric": "static_analysis", "severity": "critical", "max_violations": 0 },
355
- { "metric": "code_review", "status": "approved", "blocking": true }
356
- ]
357
- }
358
- ```
261
+ ## Quality Gate Configuration
359
262
 
360
- **Build Gate**:
361
263
  ```json
362
264
  {
363
- "phase": "build",
364
- "gates": [
365
- { "metric": "all_tests_passed", "threshold": 100, "blocking": true },
366
- { "metric": "coverage", "threshold": 90, "blocking": true },
367
- { "metric": "mutation_score", "threshold": 70, "blocking": false }
368
- ]
265
+ "commit": {
266
+ "gates": [
267
+ { "metric": "unit_coverage", "threshold": 80, "blocking": true },
268
+ { "metric": "static_analysis_critical", "max": 0, "blocking": true }
269
+ ]
270
+ },
271
+ "build": {
272
+ "gates": [
273
+ { "metric": "all_tests_passed", "threshold": 100, "blocking": true },
274
+ { "metric": "mutation_score", "threshold": 70, "blocking": false }
275
+ ]
276
+ },
277
+ "integration": {
278
+ "gates": [
279
+ { "metric": "api_breaking_changes", "max": 0, "blocking": true },
280
+ { "metric": "performance_p95_ms", "threshold": 200, "blocking": true },
281
+ { "metric": "security_critical", "max": 0, "blocking": true }
282
+ ]
283
+ }
369
284
  }
370
285
  ```
371
286
 
372
- **Integration Gate**:
373
- ```json
374
- {
375
- "phase": "integration",
376
- "gates": [
377
- { "metric": "api_contracts", "breaking_changes": 0, "blocking": true },
378
- { "metric": "performance_p95", "threshold_ms": 200, "blocking": true },
379
- { "metric": "security_critical", "max_vulnerabilities": 0, "blocking": true }
380
- ]
381
- }
382
- ```
383
-
384
- ### Gate Execution
385
-
386
- ```javascript
387
- // Validate quality gates
388
- Task("Quality Gate Validation",
389
- "Validate all gates for integration phase: API contracts, performance SLAs, security scans",
390
- "qe-quality-gate")
391
- ```
392
-
393
- ---
394
-
395
- ## Advanced Orchestration Patterns
396
-
397
- ### Pattern 1: Parallel Phase Execution
398
-
399
- ```javascript
400
- // Execute multiple phases in parallel (for microservices)
401
- Task("Service A Pipeline", "Run full pipeline for service A", "qe-fleet-commander")
402
- Task("Service B Pipeline", "Run full pipeline for service B", "qe-fleet-commander")
403
- Task("Service C Pipeline", "Run full pipeline for service C", "qe-fleet-commander")
404
- ```
405
-
406
- ### Pattern 2: Sequential with Gates
407
-
408
- ```javascript
409
- // Sequential execution with quality gates
410
- Task("Commit Phase", "Shift-left testing and validation", "qe-test-generator")
411
- // Check gate before proceeding
412
- Task("Build Phase", "Run tests if commit gate passes", "qe-test-executor")
413
- // Check gate before proceeding
414
- Task("Integration Phase", "API and performance tests if build gate passes", "qe-api-contract-validator")
415
- ```
416
-
417
- ### Pattern 3: Adaptive Selection
418
-
419
- ```javascript
420
- // Adaptive strategy based on code changes
421
- Task("Risk Analysis", "Analyze code changes and select minimal test suite", "qe-regression-risk-analyzer")
422
- // Execute only selected tests
423
- Task("Targeted Testing", "Run minimal test suite based on risk analysis", "qe-test-executor")
424
- ```
425
-
426
287
  ---
427
288
 
428
289
  ## Troubleshooting
429
290
 
430
- ### Issue: Too Many Tests Running (OOM)
431
-
432
- **Symptoms**: Build fails with out-of-memory errors
433
- **Cause**: Running all tests in parallel without batching
434
- **Solution**: Use batched execution
435
-
436
- ```javascript
437
- // Use batched test execution
438
- Task("Batched Tests", "Run tests in batches of 10 with memory limits", "qe-test-executor")
439
- ```
440
-
441
- See [Test Execution Policy](https://github.com/proffesor-for-testing/agentic-qe/blob/main/docs/policies/test-execution.md)
442
-
443
- ### Issue: Pipeline Takes Too Long
444
-
445
- **Symptoms**: Pipeline exceeds time budget
446
- **Cause**: Running comprehensive testing on every commit
447
- **Solution**: Use smart test selection
448
-
449
- ```javascript
450
- // Use regression risk analysis
451
- Task("Smart Selection", "Select minimal test suite based on code changes", "qe-regression-risk-analyzer")
452
- ```
453
-
454
- ### Issue: Quality Gates Failing
455
-
456
- **Symptoms**: Deployment blocked by quality gates
457
- **Cause**: Thresholds too strict or tests not comprehensive
458
- **Solution**: Review and adjust gates
459
-
460
- ```javascript
461
- // Analyze quality metrics
462
- Task("Quality Analysis", "Analyze trends and recommend threshold adjustments", "qe-quality-analyzer")
463
- ```
291
+ | Issue | Cause | Solution |
292
+ |-------|-------|----------|
293
+ | OOM during tests | Running all tests in parallel | Use batched execution |
294
+ | Pipeline too slow | Comprehensive testing every commit | Smart test selection |
295
+ | Gates always failing | Thresholds too strict | Analyze trends, adjust |
464
296
 
465
297
  ---
466
298
 
467
- ## Complete Workflow Templates
468
-
469
- ### Template 1: Microservice Pipeline
470
-
471
- See [resources/workflows/microservice-pipeline.md](resources/workflows/microservice-pipeline.md)
472
-
473
- ### Template 2: Monolith Pipeline
474
-
475
- See [resources/workflows/monolith-pipeline.md](resources/workflows/monolith-pipeline.md)
476
-
477
- ### Template 3: Mobile App Pipeline
478
-
479
- See [resources/workflows/mobile-pipeline.md](resources/workflows/mobile-pipeline.md)
299
+ ## Related Skills
300
+ - [agentic-quality-engineering](../agentic-quality-engineering/) - Fleet coordination
301
+ - [shift-left-testing](../shift-left-testing/) - Early defect detection
302
+ - [shift-right-testing](../shift-right-testing/) - Production monitoring
303
+ - [chaos-engineering-resilience](../chaos-engineering-resilience/) - Resilience testing
480
304
 
481
305
  ---
482
306
 
483
- ## Resources
484
-
485
- ### Skills Reference
486
- - [All 37 QE Skills](https://github.com/proffesor-for-testing/agentic-qe/blob/main/docs/reference/skills.md)
487
- - [Shift-Left Testing](../shift-left-testing/SKILL.md)
488
- - [Shift-Right Testing](../shift-right-testing/SKILL.md)
489
- - [Chaos Engineering](../chaos-engineering-resilience/SKILL.md)
490
-
491
- ### Agent Reference
492
- - [All 18 QE Agents](https://github.com/proffesor-for-testing/agentic-qe/blob/main/docs/reference/agents.md)
493
- - [Fleet Commander](https://github.com/proffesor-for-testing/agentic-qe/blob/main/docs/reference/agents.md#qe-fleet-commander)
307
+ ## Remember
494
308
 
495
- ### Policies
496
- - [Test Execution Policy](https://github.com/proffesor-for-testing/agentic-qe/blob/main/docs/policies/test-execution.md)
497
- - [Release Verification Policy](https://github.com/proffesor-for-testing/agentic-qe/blob/main/docs/policies/release-verification.md)
498
-
499
- ### External Resources
500
- - [Continuous Testing in DevOps](https://www.atlassian.com/continuous-delivery/principles/continuous-integration-vs-delivery-vs-deployment)
501
- - [Shift-Left vs Shift-Right](https://www.dynatrace.com/news/blog/what-is-shift-left-and-shift-right/)
502
- - [Quality Gates in CI/CD](https://docs.sonarqube.org/latest/user-guide/quality-gates/)
503
-
504
- ---
309
+ The CI/CD Pipeline QE Orchestrator provides:
310
+ - **Phase-based strategy** with optimal skill/agent selection
311
+ - **Quality gates** that block bad deployments
312
+ - **Adaptive strategy** based on risk and context
313
+ - **Full fleet coordination** through memory namespaces
505
314
 
506
- **Created**: 2025-11-13
507
- **Category**: Quality Engineering Orchestration
508
- **Difficulty**: Advanced
509
- **Estimated Time**: 30-60 minutes for full pipeline setup
510
- **Integrations**: All 37 QE skills, 18 QE agents, CI/CD platforms (GitHub Actions, Jenkins, GitLab CI)
315
+ **With Agents:** Use `qe-fleet-commander` for multi-agent orchestration. Coordinate through `aqe/*` memory namespace. Batch operations for efficiency.