agentic-qe 3.5.4 → 3.6.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.
- package/.claude/agents/v3/README.md +1 -1
- package/.claude/agents/v3/qe-message-broker-tester.md +380 -0
- package/.claude/agents/v3/qe-middleware-validator.md +423 -0
- package/.claude/agents/v3/qe-odata-contract-tester.md +484 -0
- package/.claude/agents/v3/qe-pentest-validator.md +359 -0
- package/.claude/agents/v3/qe-qx-partner.md +85 -3
- package/.claude/agents/v3/qe-sap-idoc-tester.md +407 -0
- package/.claude/agents/v3/qe-sap-rfc-tester.md +357 -0
- package/.claude/agents/v3/qe-soap-tester.md +340 -0
- package/.claude/agents/v3/qe-sod-analyzer.md +528 -0
- package/.claude/agents/v3/templates/qx-report-template.html +437 -0
- package/.claude/skills/debug-loop/SKILL.md +61 -0
- package/.claude/skills/enterprise-integration-testing/SKILL.md +735 -0
- package/.claude/skills/middleware-testing-patterns/SKILL.md +798 -0
- package/.claude/skills/observability-testing-patterns/SKILL.md +930 -0
- package/.claude/skills/pentest-validation/SKILL.md +268 -0
- package/.claude/skills/pentest-validation/evals/pentest-validation.yaml +708 -0
- package/.claude/skills/pentest-validation/schemas/output.json +281 -0
- package/.claude/skills/pentest-validation/scripts/validate.sh +402 -0
- package/.claude/skills/pr-review/SKILL.md +61 -0
- package/.claude/skills/qcsd-cicd-swarm/SKILL.md +315 -13
- package/.claude/skills/qcsd-development-swarm/SKILL.md +331 -16
- package/.claude/skills/qcsd-ideation-swarm/SKILL.md +258 -9
- package/.claude/skills/qcsd-refinement-swarm/SKILL.md +344 -22
- package/.claude/skills/release/SKILL.md +333 -0
- package/.claude/skills/skills-manifest.json +5 -4
- package/.claude/skills/wms-testing-patterns/SKILL.md +949 -0
- package/README.md +30 -21
- package/package.json +2 -2
- package/v3/CHANGELOG.md +57 -0
- package/v3/README.md +23 -20
- package/v3/assets/agents/v3/qe-message-broker-tester.md +380 -0
- package/v3/assets/agents/v3/qe-middleware-validator.md +423 -0
- package/v3/assets/agents/v3/qe-odata-contract-tester.md +484 -0
- package/v3/assets/agents/v3/qe-pentest-validator.md +359 -0
- package/v3/assets/agents/v3/qe-qx-partner.md +90 -12
- package/v3/assets/agents/v3/qe-sap-idoc-tester.md +407 -0
- package/v3/assets/agents/v3/qe-sap-rfc-tester.md +357 -0
- package/v3/assets/agents/v3/qe-soap-tester.md +340 -0
- package/v3/assets/agents/v3/qe-sod-analyzer.md +528 -0
- package/v3/assets/agents/v3/templates/qx-report-template.html +437 -0
- package/v3/assets/skills/debug-loop/SKILL.md +61 -0
- package/v3/assets/skills/enterprise-integration-testing/SKILL.md +735 -0
- package/v3/assets/skills/middleware-testing-patterns/SKILL.md +798 -0
- package/v3/assets/skills/observability-testing-patterns/SKILL.md +930 -0
- package/v3/assets/skills/pentest-validation/SKILL.md +268 -0
- package/v3/assets/skills/pentest-validation/evals/pentest-validation.yaml +708 -0
- package/v3/assets/skills/pentest-validation/schemas/output.json +281 -0
- package/v3/assets/skills/pentest-validation/scripts/validate.sh +402 -0
- package/v3/assets/skills/pr-review/SKILL.md +61 -0
- package/v3/assets/skills/qcsd-cicd-swarm/SKILL.md +2206 -0
- package/v3/assets/skills/qcsd-development-swarm/SKILL.md +2154 -0
- package/v3/assets/skills/qcsd-ideation-swarm/SKILL.md +2008 -1753
- package/v3/assets/skills/qcsd-refinement-swarm/SKILL.md +2398 -0
- package/v3/assets/skills/security-visual-testing/SKILL.md +223 -0
- package/v3/assets/skills/security-visual-testing/evals/security-visual-testing.yaml +163 -0
- package/v3/assets/skills/security-visual-testing/schemas/output.json +486 -0
- package/v3/assets/skills/security-visual-testing/scripts/validate.sh +748 -0
- package/v3/assets/skills/sfdipot-product-factors/SKILL.md +239 -0
- package/v3/assets/skills/test-idea-rewriting/SKILL.md +229 -0
- package/v3/assets/skills/wms-testing-patterns/SKILL.md +949 -0
- package/v3/dist/cli/bundle.js +10816 -4625
- package/v3/dist/cli/commands/coverage.d.ts.map +1 -1
- package/v3/dist/cli/commands/coverage.js +29 -0
- package/v3/dist/cli/commands/coverage.js.map +1 -1
- package/v3/dist/cli/commands/learning.d.ts.map +1 -1
- package/v3/dist/cli/commands/learning.js +9 -0
- package/v3/dist/cli/commands/learning.js.map +1 -1
- package/v3/dist/cli/commands/token-usage.d.ts.map +1 -1
- package/v3/dist/cli/commands/token-usage.js +6 -2
- package/v3/dist/cli/commands/token-usage.js.map +1 -1
- package/v3/dist/coordination/protocols/learning-consolidation.d.ts.map +1 -1
- package/v3/dist/coordination/protocols/learning-consolidation.js +1 -0
- package/v3/dist/coordination/protocols/learning-consolidation.js.map +1 -1
- package/v3/dist/domains/coverage-analysis/coordinator.d.ts +8 -0
- package/v3/dist/domains/coverage-analysis/coordinator.d.ts.map +1 -1
- package/v3/dist/domains/coverage-analysis/coordinator.js +67 -0
- package/v3/dist/domains/coverage-analysis/coordinator.js.map +1 -1
- package/v3/dist/domains/coverage-analysis/interfaces.d.ts +33 -0
- package/v3/dist/domains/coverage-analysis/interfaces.d.ts.map +1 -1
- package/v3/dist/domains/coverage-analysis/plugin.d.ts.map +1 -1
- package/v3/dist/domains/coverage-analysis/plugin.js +17 -0
- package/v3/dist/domains/coverage-analysis/plugin.js.map +1 -1
- package/v3/dist/domains/coverage-analysis/services/ghost-coverage-analyzer.d.ts +125 -0
- package/v3/dist/domains/coverage-analysis/services/ghost-coverage-analyzer.d.ts.map +1 -0
- package/v3/dist/domains/coverage-analysis/services/ghost-coverage-analyzer.js +317 -0
- package/v3/dist/domains/coverage-analysis/services/ghost-coverage-analyzer.js.map +1 -0
- package/v3/dist/domains/coverage-analysis/services/index.d.ts +1 -0
- package/v3/dist/domains/coverage-analysis/services/index.d.ts.map +1 -1
- package/v3/dist/domains/coverage-analysis/services/index.js +4 -0
- package/v3/dist/domains/coverage-analysis/services/index.js.map +1 -1
- package/v3/dist/domains/enterprise-integration/coordinator.d.ts +91 -0
- package/v3/dist/domains/enterprise-integration/coordinator.d.ts.map +1 -0
- package/v3/dist/domains/enterprise-integration/coordinator.js +672 -0
- package/v3/dist/domains/enterprise-integration/coordinator.js.map +1 -0
- package/v3/dist/domains/enterprise-integration/index.d.ts +14 -0
- package/v3/dist/domains/enterprise-integration/index.d.ts.map +1 -0
- package/v3/dist/domains/enterprise-integration/index.js +18 -0
- package/v3/dist/domains/enterprise-integration/index.js.map +1 -0
- package/v3/dist/domains/enterprise-integration/interfaces.d.ts +376 -0
- package/v3/dist/domains/enterprise-integration/interfaces.d.ts.map +1 -0
- package/v3/dist/domains/enterprise-integration/interfaces.js +11 -0
- package/v3/dist/domains/enterprise-integration/interfaces.js.map +1 -0
- package/v3/dist/domains/enterprise-integration/plugin.d.ts +88 -0
- package/v3/dist/domains/enterprise-integration/plugin.d.ts.map +1 -0
- package/v3/dist/domains/enterprise-integration/plugin.js +515 -0
- package/v3/dist/domains/enterprise-integration/plugin.js.map +1 -0
- package/v3/dist/domains/enterprise-integration/services/esb-middleware-service.d.ts +67 -0
- package/v3/dist/domains/enterprise-integration/services/esb-middleware-service.d.ts.map +1 -0
- package/v3/dist/domains/enterprise-integration/services/esb-middleware-service.js +670 -0
- package/v3/dist/domains/enterprise-integration/services/esb-middleware-service.js.map +1 -0
- package/v3/dist/domains/enterprise-integration/services/index.d.ts +13 -0
- package/v3/dist/domains/enterprise-integration/services/index.d.ts.map +1 -0
- package/v3/dist/domains/enterprise-integration/services/index.js +13 -0
- package/v3/dist/domains/enterprise-integration/services/index.js.map +1 -0
- package/v3/dist/domains/enterprise-integration/services/message-broker-service.d.ts +88 -0
- package/v3/dist/domains/enterprise-integration/services/message-broker-service.d.ts.map +1 -0
- package/v3/dist/domains/enterprise-integration/services/message-broker-service.js +560 -0
- package/v3/dist/domains/enterprise-integration/services/message-broker-service.js.map +1 -0
- package/v3/dist/domains/enterprise-integration/services/odata-service.d.ts +75 -0
- package/v3/dist/domains/enterprise-integration/services/odata-service.d.ts.map +1 -0
- package/v3/dist/domains/enterprise-integration/services/odata-service.js +618 -0
- package/v3/dist/domains/enterprise-integration/services/odata-service.js.map +1 -0
- package/v3/dist/domains/enterprise-integration/services/sap-integration-service.d.ts +73 -0
- package/v3/dist/domains/enterprise-integration/services/sap-integration-service.d.ts.map +1 -0
- package/v3/dist/domains/enterprise-integration/services/sap-integration-service.js +513 -0
- package/v3/dist/domains/enterprise-integration/services/sap-integration-service.js.map +1 -0
- package/v3/dist/domains/enterprise-integration/services/soap-wsdl-service.d.ts +84 -0
- package/v3/dist/domains/enterprise-integration/services/soap-wsdl-service.d.ts.map +1 -0
- package/v3/dist/domains/enterprise-integration/services/soap-wsdl-service.js +639 -0
- package/v3/dist/domains/enterprise-integration/services/soap-wsdl-service.js.map +1 -0
- package/v3/dist/domains/enterprise-integration/services/sod-analysis-service.d.ts +90 -0
- package/v3/dist/domains/enterprise-integration/services/sod-analysis-service.d.ts.map +1 -0
- package/v3/dist/domains/enterprise-integration/services/sod-analysis-service.js +389 -0
- package/v3/dist/domains/enterprise-integration/services/sod-analysis-service.js.map +1 -0
- package/v3/dist/domains/index.d.ts +1 -0
- package/v3/dist/domains/index.d.ts.map +1 -1
- package/v3/dist/domains/index.js +1 -0
- package/v3/dist/domains/index.js.map +1 -1
- package/v3/dist/domains/learning-optimization/coordinator.d.ts.map +1 -1
- package/v3/dist/domains/learning-optimization/coordinator.js +1 -0
- package/v3/dist/domains/learning-optimization/coordinator.js.map +1 -1
- package/v3/dist/domains/learning-optimization/services/learning-coordinator.d.ts.map +1 -1
- package/v3/dist/domains/learning-optimization/services/learning-coordinator.js +1 -0
- package/v3/dist/domains/learning-optimization/services/learning-coordinator.js.map +1 -1
- package/v3/dist/domains/learning-optimization/services/transfer-specialist.d.ts.map +1 -1
- package/v3/dist/domains/learning-optimization/services/transfer-specialist.js +1 -0
- package/v3/dist/domains/learning-optimization/services/transfer-specialist.js.map +1 -1
- package/v3/dist/domains/test-execution/coordinator.d.ts.map +1 -1
- package/v3/dist/domains/test-execution/coordinator.js +34 -0
- package/v3/dist/domains/test-execution/coordinator.js.map +1 -1
- package/v3/dist/domains/test-generation/services/test-data-generator.d.ts +7 -1
- package/v3/dist/domains/test-generation/services/test-data-generator.d.ts.map +1 -1
- package/v3/dist/domains/test-generation/services/test-data-generator.js +116 -98
- package/v3/dist/domains/test-generation/services/test-data-generator.js.map +1 -1
- package/v3/dist/init/agents-installer.d.ts +4 -0
- package/v3/dist/init/agents-installer.d.ts.map +1 -1
- package/v3/dist/init/agents-installer.js +32 -3
- package/v3/dist/init/agents-installer.js.map +1 -1
- package/v3/dist/init/skills-installer.d.ts.map +1 -1
- package/v3/dist/init/skills-installer.js +4 -1
- package/v3/dist/init/skills-installer.js.map +1 -1
- package/v3/dist/init/types.d.ts.map +1 -1
- package/v3/dist/init/types.js +1 -0
- package/v3/dist/init/types.js.map +1 -1
- package/v3/dist/integrations/agentic-flow/model-router/budget-enforcer.d.ts +16 -0
- package/v3/dist/integrations/agentic-flow/model-router/budget-enforcer.d.ts.map +1 -1
- package/v3/dist/integrations/agentic-flow/model-router/budget-enforcer.js +41 -0
- package/v3/dist/integrations/agentic-flow/model-router/budget-enforcer.js.map +1 -1
- package/v3/dist/integrations/ruvector/provider.d.ts.map +1 -1
- package/v3/dist/integrations/ruvector/provider.js +1 -0
- package/v3/dist/integrations/ruvector/provider.js.map +1 -1
- package/v3/dist/kernel/anti-drift-middleware.d.ts +160 -0
- package/v3/dist/kernel/anti-drift-middleware.d.ts.map +1 -0
- package/v3/dist/kernel/anti-drift-middleware.js +376 -0
- package/v3/dist/kernel/anti-drift-middleware.js.map +1 -0
- package/v3/dist/kernel/event-bus.d.ts +29 -1
- package/v3/dist/kernel/event-bus.d.ts.map +1 -1
- package/v3/dist/kernel/event-bus.js +69 -6
- package/v3/dist/kernel/event-bus.js.map +1 -1
- package/v3/dist/kernel/interfaces.d.ts +35 -0
- package/v3/dist/kernel/interfaces.d.ts.map +1 -1
- package/v3/dist/kernel/kernel.d.ts.map +1 -1
- package/v3/dist/kernel/kernel.js +14 -17
- package/v3/dist/kernel/kernel.js.map +1 -1
- package/v3/dist/kernel/unified-memory.d.ts +5 -0
- package/v3/dist/kernel/unified-memory.d.ts.map +1 -1
- package/v3/dist/kernel/unified-memory.js +28 -0
- package/v3/dist/kernel/unified-memory.js.map +1 -1
- package/v3/dist/learning/asymmetric-learning.d.ts +133 -0
- package/v3/dist/learning/asymmetric-learning.d.ts.map +1 -0
- package/v3/dist/learning/asymmetric-learning.js +170 -0
- package/v3/dist/learning/asymmetric-learning.js.map +1 -0
- package/v3/dist/learning/pattern-lifecycle.d.ts +26 -0
- package/v3/dist/learning/pattern-lifecycle.d.ts.map +1 -1
- package/v3/dist/learning/pattern-lifecycle.js +83 -0
- package/v3/dist/learning/pattern-lifecycle.js.map +1 -1
- package/v3/dist/learning/qe-patterns.d.ts +8 -0
- package/v3/dist/learning/qe-patterns.d.ts.map +1 -1
- package/v3/dist/learning/qe-patterns.js.map +1 -1
- package/v3/dist/learning/real-qe-reasoning-bank.d.ts +28 -0
- package/v3/dist/learning/real-qe-reasoning-bank.d.ts.map +1 -1
- package/v3/dist/learning/real-qe-reasoning-bank.js +72 -4
- package/v3/dist/learning/real-qe-reasoning-bank.js.map +1 -1
- package/v3/dist/learning/token-tracker.d.ts +22 -0
- package/v3/dist/learning/token-tracker.d.ts.map +1 -1
- package/v3/dist/learning/token-tracker.js +67 -0
- package/v3/dist/learning/token-tracker.js.map +1 -1
- package/v3/dist/mcp/bundle.js +11099 -4879
- package/v3/dist/mcp/tool-registry.d.ts.map +1 -1
- package/v3/dist/mcp/tool-registry.js +4 -0
- package/v3/dist/mcp/tool-registry.js.map +1 -1
- package/v3/dist/mcp/tools/analysis/token-usage.d.ts +1 -1
- package/v3/dist/mcp/tools/analysis/token-usage.d.ts.map +1 -1
- package/v3/dist/mcp/tools/analysis/token-usage.js +23 -3
- package/v3/dist/mcp/tools/analysis/token-usage.js.map +1 -1
- package/v3/dist/mcp/tools/base.d.ts.map +1 -1
- package/v3/dist/mcp/tools/base.js +1 -15
- package/v3/dist/mcp/tools/base.js.map +1 -1
- package/v3/dist/mcp/tools/coverage-analysis/index.d.ts +7 -0
- package/v3/dist/mcp/tools/coverage-analysis/index.d.ts.map +1 -1
- package/v3/dist/mcp/tools/coverage-analysis/index.js +30 -0
- package/v3/dist/mcp/tools/coverage-analysis/index.js.map +1 -1
- package/v3/dist/optimization/token-optimizer-service.d.ts +7 -0
- package/v3/dist/optimization/token-optimizer-service.d.ts.map +1 -1
- package/v3/dist/optimization/token-optimizer-service.js +10 -1
- package/v3/dist/optimization/token-optimizer-service.js.map +1 -1
- package/v3/dist/shared/types/index.d.ts +20 -1
- package/v3/dist/shared/types/index.d.ts.map +1 -1
- package/v3/dist/shared/types/index.js +1 -0
- package/v3/dist/shared/types/index.js.map +1 -1
- package/v3/dist/strange-loop/healing-controller.d.ts.map +1 -1
- package/v3/dist/strange-loop/healing-controller.js +12 -0
- package/v3/dist/strange-loop/healing-controller.js.map +1 -1
- package/v3/dist/strange-loop/strange-loop.d.ts +14 -0
- package/v3/dist/strange-loop/strange-loop.d.ts.map +1 -1
- package/v3/dist/strange-loop/strange-loop.js +24 -0
- package/v3/dist/strange-loop/strange-loop.js.map +1 -1
- package/v3/dist/strange-loop/types.d.ts +2 -2
- package/v3/dist/strange-loop/types.d.ts.map +1 -1
- package/v3/dist/strange-loop/types.js.map +1 -1
- package/v3/dist/sync/claude-flow-bridge.d.ts.map +1 -1
- package/v3/dist/sync/claude-flow-bridge.js +3 -24
- package/v3/dist/sync/claude-flow-bridge.js.map +1 -1
- package/v3/package.json +12 -9
- /package/{v3/assets/skills/sfdipot-product-factors/skill.md → .claude/skills/sfdipot-product-factors/SKILL.md} +0 -0
- /package/{v3/assets/skills/test-idea-rewriting/skill.md → .claude/skills/test-idea-rewriting/SKILL.md} +0 -0
|
@@ -21,15 +21,17 @@ domains:
|
|
|
21
21
|
agents: [qe-performance-tester]
|
|
22
22
|
- domain: test-generation
|
|
23
23
|
agents: [qe-mutation-tester]
|
|
24
|
+
- domain: enterprise-integration
|
|
25
|
+
agents: [qe-message-broker-tester, qe-sap-idoc-tester, qe-sod-analyzer]
|
|
24
26
|
analysis:
|
|
25
27
|
- domain: defect-intelligence
|
|
26
28
|
agents: [qe-defect-predictor]
|
|
27
29
|
# Agent Inventory
|
|
28
30
|
agents:
|
|
29
31
|
core: [qe-tdd-specialist, qe-code-complexity, qe-coverage-specialist]
|
|
30
|
-
conditional: [qe-security-scanner, qe-performance-tester, qe-mutation-tester]
|
|
32
|
+
conditional: [qe-security-scanner, qe-performance-tester, qe-mutation-tester, qe-message-broker-tester, qe-sap-idoc-tester, qe-sod-analyzer]
|
|
31
33
|
analysis: [qe-defect-predictor]
|
|
32
|
-
total:
|
|
34
|
+
total: 10
|
|
33
35
|
sub_agents: 0
|
|
34
36
|
skills: [tdd-london-chicago, mutation-testing, performance-testing, security-testing]
|
|
35
37
|
# Execution Models (Task Tool is PRIMARY)
|
|
@@ -76,10 +78,10 @@ Development Swarm asks "Is the code quality sufficient to ship?"
|
|
|
76
78
|
| Dimension | Refinement Swarm | Development Swarm |
|
|
77
79
|
|-----------|------------------|-------------------|
|
|
78
80
|
| Framework | SFDIPOT (7 factors) | TDD + Complexity + Coverage |
|
|
79
|
-
| Agents |
|
|
81
|
+
| Agents | 10 (3 core + 6 conditional + 1 transformation) | 10 (3 core + 6 conditional + 1 analysis) |
|
|
80
82
|
| Core Output | BDD Gherkin scenarios | Code quality assessment |
|
|
81
83
|
| Decision | READY / CONDITIONAL / NOT-READY | SHIP / CONDITIONAL / HOLD |
|
|
82
|
-
| Flags | HAS_API, HAS_REFACTORING, HAS_DEPENDENCIES, HAS_SECURITY | HAS_SECURITY_CODE, HAS_PERFORMANCE_CODE, HAS_CRITICAL_CODE |
|
|
84
|
+
| Flags | HAS_API, HAS_REFACTORING, HAS_DEPENDENCIES, HAS_SECURITY, HAS_MIDDLEWARE, HAS_SAP_INTEGRATION, HAS_AUTHORIZATION | HAS_SECURITY_CODE, HAS_PERFORMANCE_CODE, HAS_CRITICAL_CODE, HAS_MIDDLEWARE, HAS_SAP_INTEGRATION, HAS_AUTHORIZATION |
|
|
83
85
|
| Phase | Sprint Refinement | During Sprint Development |
|
|
84
86
|
| Input | User stories + acceptance criteria | Source code + test files |
|
|
85
87
|
| Final Step | Test idea rewriter transformation | Defect prediction analysis |
|
|
@@ -129,7 +131,7 @@ Development Swarm asks "Is the code quality sufficient to ship?"
|
|
|
129
131
|
|
|
130
132
|
Scan the source code, test files, and story context to SET these flags. Do not skip any flag.
|
|
131
133
|
|
|
132
|
-
### Flag Detection (Check ALL
|
|
134
|
+
### Flag Detection (Check ALL SIX)
|
|
133
135
|
|
|
134
136
|
```
|
|
135
137
|
HAS_SECURITY_CODE = FALSE
|
|
@@ -151,6 +153,19 @@ HAS_CRITICAL_CODE = FALSE
|
|
|
151
153
|
patient, diagnosis, compliance, audit, regulatory, financial,
|
|
152
154
|
accounting, tax, legal, contract, SLA, insurance, claim,
|
|
153
155
|
safety-critical, life-critical
|
|
156
|
+
|
|
157
|
+
HAS_MIDDLEWARE = FALSE
|
|
158
|
+
Set TRUE if code contains ANY of: middleware, ESB, message broker, MQ,
|
|
159
|
+
Kafka, RabbitMQ, integration bus, API gateway, message queue, pub/sub
|
|
160
|
+
|
|
161
|
+
HAS_SAP_INTEGRATION = FALSE
|
|
162
|
+
Set TRUE if code contains ANY of: SAP, RFC, BAPI, IDoc, OData,
|
|
163
|
+
S/4HANA, EWM, ECC, ABAP, CDS view, Fiori
|
|
164
|
+
|
|
165
|
+
HAS_AUTHORIZATION = FALSE
|
|
166
|
+
Set TRUE if code contains ANY of: SoD, segregation of duties,
|
|
167
|
+
role conflict, authorization object, T-code, user role,
|
|
168
|
+
access control matrix, GRC
|
|
154
169
|
```
|
|
155
170
|
|
|
156
171
|
### Validation Checkpoint
|
|
@@ -160,7 +175,7 @@ Before proceeding to Phase 2, confirm:
|
|
|
160
175
|
```
|
|
161
176
|
+-- I have read the source code files under analysis
|
|
162
177
|
+-- I have read the associated test files
|
|
163
|
-
+-- I have evaluated ALL
|
|
178
|
+
+-- I have evaluated ALL SIX flags
|
|
164
179
|
+-- I have recorded which flags are TRUE
|
|
165
180
|
+-- I understand which conditional agents will be needed
|
|
166
181
|
```
|
|
@@ -185,6 +200,15 @@ You MUST output flag detection results before proceeding:
|
|
|
185
200
|
| HAS_CRITICAL_CODE: [TRUE/FALSE] |
|
|
186
201
|
| Evidence: [what triggered it - specific code] |
|
|
187
202
|
| |
|
|
203
|
+
| HAS_MIDDLEWARE: [TRUE/FALSE] |
|
|
204
|
+
| Evidence: [what triggered it - specific code] |
|
|
205
|
+
| |
|
|
206
|
+
| HAS_SAP_INTEGRATION: [TRUE/FALSE] |
|
|
207
|
+
| Evidence: [what triggered it - specific code] |
|
|
208
|
+
| |
|
|
209
|
+
| HAS_AUTHORIZATION: [TRUE/FALSE] |
|
|
210
|
+
| Evidence: [what triggered it - specific code] |
|
|
211
|
+
| |
|
|
188
212
|
| EXPECTED AGENTS: |
|
|
189
213
|
| - Core: 3 (always) |
|
|
190
214
|
| - Conditional: [count based on TRUE flags] |
|
|
@@ -638,9 +662,12 @@ Output extracted metrics:
|
|
|
638
662
|
+-------------------------------------------------------------+
|
|
639
663
|
| IF A FLAG IS TRUE, YOU MUST SPAWN THAT AGENT |
|
|
640
664
|
| |
|
|
641
|
-
| HAS_SECURITY_CODE = TRUE -> MUST spawn qe-security-scanner
|
|
642
|
-
| HAS_PERFORMANCE_CODE = TRUE -> MUST spawn qe-performance-tester
|
|
643
|
-
| HAS_CRITICAL_CODE = TRUE -> MUST spawn qe-mutation-tester
|
|
665
|
+
| HAS_SECURITY_CODE = TRUE -> MUST spawn qe-security-scanner |
|
|
666
|
+
| HAS_PERFORMANCE_CODE = TRUE -> MUST spawn qe-performance-tester |
|
|
667
|
+
| HAS_CRITICAL_CODE = TRUE -> MUST spawn qe-mutation-tester |
|
|
668
|
+
| HAS_MIDDLEWARE = TRUE -> MUST spawn qe-message-broker-tester|
|
|
669
|
+
| HAS_SAP_INTEGRATION = TRUE -> MUST spawn qe-sap-idoc-tester |
|
|
670
|
+
| HAS_AUTHORIZATION = TRUE -> MUST spawn qe-sod-analyzer |
|
|
644
671
|
| |
|
|
645
672
|
| Skipping a flagged agent is a FAILURE of this skill. |
|
|
646
673
|
+-------------------------------------------------------------+
|
|
@@ -653,11 +680,14 @@ Output extracted metrics:
|
|
|
653
680
|
| HAS_SECURITY_CODE | qe-security-scanner | security-compliance | `security_scan_comprehensive` |
|
|
654
681
|
| HAS_PERFORMANCE_CODE | qe-performance-tester | chaos-resilience | `performance_benchmark` |
|
|
655
682
|
| HAS_CRITICAL_CODE | qe-mutation-tester | test-generation | `test_generate_enhanced` |
|
|
683
|
+
| HAS_MIDDLEWARE | qe-message-broker-tester | enterprise-integration | `task_orchestrate` |
|
|
684
|
+
| HAS_SAP_INTEGRATION | qe-sap-idoc-tester | enterprise-integration | `task_orchestrate` |
|
|
685
|
+
| HAS_AUTHORIZATION | qe-sod-analyzer | enterprise-integration | `task_orchestrate` |
|
|
656
686
|
|
|
657
687
|
### Decision Tree
|
|
658
688
|
|
|
659
689
|
```
|
|
660
|
-
IF HAS_SECURITY_CODE == FALSE AND HAS_PERFORMANCE_CODE == FALSE AND HAS_CRITICAL_CODE == FALSE:
|
|
690
|
+
IF HAS_SECURITY_CODE == FALSE AND HAS_PERFORMANCE_CODE == FALSE AND HAS_CRITICAL_CODE == FALSE AND HAS_MIDDLEWARE == FALSE AND HAS_SAP_INTEGRATION == FALSE AND HAS_AUTHORIZATION == FALSE:
|
|
661
691
|
-> Skip to Phase 5 (no conditional agents needed)
|
|
662
692
|
-> State: "No conditional agents needed based on code analysis"
|
|
663
693
|
|
|
@@ -891,6 +921,232 @@ Use the Write tool to save BEFORE completing.`,
|
|
|
891
921
|
})
|
|
892
922
|
```
|
|
893
923
|
|
|
924
|
+
### IF HAS_MIDDLEWARE: Message Broker Tester (MANDATORY WHEN FLAGGED)
|
|
925
|
+
|
|
926
|
+
```
|
|
927
|
+
Task({
|
|
928
|
+
description: "Message broker and middleware testing for integration reliability",
|
|
929
|
+
prompt: `You are qe-message-broker-tester. Your output quality is being audited.
|
|
930
|
+
|
|
931
|
+
## SOURCE CODE
|
|
932
|
+
|
|
933
|
+
=== SOURCE CODE START ===
|
|
934
|
+
[PASTE THE COMPLETE SOURCE CODE HERE]
|
|
935
|
+
=== SOURCE CODE END ===
|
|
936
|
+
|
|
937
|
+
=== TEST CODE START ===
|
|
938
|
+
[PASTE THE COMPLETE TEST CODE HERE]
|
|
939
|
+
=== TEST CODE END ===
|
|
940
|
+
|
|
941
|
+
## REQUIRED ANALYSIS (ALL SECTIONS MANDATORY)
|
|
942
|
+
|
|
943
|
+
### 1. Message Broker Inventory
|
|
944
|
+
|
|
945
|
+
Identify all middleware/message broker components in the source code:
|
|
946
|
+
|
|
947
|
+
| Component | Type | Protocol | Direction | Status |
|
|
948
|
+
|-----------|------|----------|-----------|--------|
|
|
949
|
+
| [name] | Queue/Topic/Exchange | AMQP/Kafka/JMS/MQ | Producer/Consumer/Both | Active/Passive |
|
|
950
|
+
|
|
951
|
+
### 2. Message Flow Analysis
|
|
952
|
+
|
|
953
|
+
For each message flow:
|
|
954
|
+
|
|
955
|
+
| Flow ID | Producer | Broker | Consumer | Payload Schema | Ordering | Idempotency |
|
|
956
|
+
|---------|----------|--------|----------|----------------|----------|-------------|
|
|
957
|
+
| MF-001 | [source] | [broker] | [target] | [schema ref] | Guaranteed/Best-effort | Yes/No |
|
|
958
|
+
|
|
959
|
+
### 3. Error Handling & Retry Assessment
|
|
960
|
+
|
|
961
|
+
| Pattern | Implemented | Correct | Issue |
|
|
962
|
+
|---------|-------------|---------|-------|
|
|
963
|
+
| Dead Letter Queue (DLQ) | Yes/No | Yes/No | [issue] |
|
|
964
|
+
| Retry with backoff | Yes/No | Yes/No | [issue] |
|
|
965
|
+
| Circuit breaker | Yes/No | Yes/No | [issue] |
|
|
966
|
+
| Poison message handling | Yes/No | Yes/No | [issue] |
|
|
967
|
+
| Duplicate detection | Yes/No | Yes/No | [issue] |
|
|
968
|
+
|
|
969
|
+
### 4. Pub/Sub Verification
|
|
970
|
+
|
|
971
|
+
| Topic/Exchange | Publishers | Subscribers | Fan-out | Filtering | Test Coverage |
|
|
972
|
+
|----------------|------------|-------------|---------|-----------|---------------|
|
|
973
|
+
| [name] | [count] | [count] | [type] | [rules] | [%] |
|
|
974
|
+
|
|
975
|
+
### 5. Message Contract Validation
|
|
976
|
+
|
|
977
|
+
| Contract | Schema Validation | Versioning | Backward Compatible | Breaking Changes |
|
|
978
|
+
|----------|-------------------|------------|---------------------|------------------|
|
|
979
|
+
| [name] | Yes/No | [strategy] | Yes/No | [list] |
|
|
980
|
+
|
|
981
|
+
### 6. Recommendations
|
|
982
|
+
|
|
983
|
+
| Priority | Action | Impact | Effort |
|
|
984
|
+
|----------|--------|--------|--------|
|
|
985
|
+
| P0 | [critical middleware issues] | [what risk] | [effort] |
|
|
986
|
+
| P1 | [important improvements] | [what risk] | [effort] |
|
|
987
|
+
|
|
988
|
+
**MIDDLEWARE HEALTH SCORE: X/50**
|
|
989
|
+
|
|
990
|
+
## OUTPUT FORMAT
|
|
991
|
+
|
|
992
|
+
Save to: $\{OUTPUT_FOLDER}/10-middleware-testing.md
|
|
993
|
+
Use the Write tool to save BEFORE completing.`,
|
|
994
|
+
subagent_type: "qe-message-broker-tester",
|
|
995
|
+
run_in_background: true
|
|
996
|
+
})
|
|
997
|
+
```
|
|
998
|
+
|
|
999
|
+
### IF HAS_SAP_INTEGRATION: SAP IDoc Tester (MANDATORY WHEN FLAGGED)
|
|
1000
|
+
|
|
1001
|
+
```
|
|
1002
|
+
Task({
|
|
1003
|
+
description: "SAP IDoc processing and BAPI testing for data flow validation",
|
|
1004
|
+
prompt: `You are qe-sap-idoc-tester. Your output quality is being audited.
|
|
1005
|
+
|
|
1006
|
+
## SOURCE CODE
|
|
1007
|
+
|
|
1008
|
+
=== SOURCE CODE START ===
|
|
1009
|
+
[PASTE THE COMPLETE SOURCE CODE HERE]
|
|
1010
|
+
=== SOURCE CODE END ===
|
|
1011
|
+
|
|
1012
|
+
=== TEST CODE START ===
|
|
1013
|
+
[PASTE THE COMPLETE TEST CODE HERE]
|
|
1014
|
+
=== TEST CODE END ===
|
|
1015
|
+
|
|
1016
|
+
## REQUIRED ANALYSIS (ALL SECTIONS MANDATORY)
|
|
1017
|
+
|
|
1018
|
+
### 1. SAP Integration Inventory
|
|
1019
|
+
|
|
1020
|
+
Identify all SAP integration points in the source code:
|
|
1021
|
+
|
|
1022
|
+
| Integration Point | Type | Direction | SAP System | Protocol | Status |
|
|
1023
|
+
|-------------------|------|-----------|------------|----------|--------|
|
|
1024
|
+
| [name] | RFC/BAPI/IDoc/OData/CDS | Inbound/Outbound | S/4HANA/ECC/EWM | [protocol] | Active/Passive |
|
|
1025
|
+
|
|
1026
|
+
### 2. IDoc Processing Analysis
|
|
1027
|
+
|
|
1028
|
+
For each IDoc type:
|
|
1029
|
+
|
|
1030
|
+
| IDoc Type | Message Type | Direction | Segments | Partner Profile | Error Handling | Test Coverage |
|
|
1031
|
+
|-----------|-------------|-----------|----------|-----------------|----------------|---------------|
|
|
1032
|
+
| [type] | [msg type] | In/Out | [count] | [profile] | [strategy] | [%] |
|
|
1033
|
+
|
|
1034
|
+
### 3. BAPI/RFC Call Assessment
|
|
1035
|
+
|
|
1036
|
+
| BAPI/RFC | Parameters | Commit Handling | Error Codes | Rollback | Idempotency |
|
|
1037
|
+
|----------|------------|-----------------|-------------|----------|-------------|
|
|
1038
|
+
| [name] | In:[n] Out:[n] | BAPI_TRANSACTION_COMMIT? | [handled codes] | Yes/No | Yes/No |
|
|
1039
|
+
|
|
1040
|
+
### 4. Data Flow Validation
|
|
1041
|
+
|
|
1042
|
+
| Flow | Source | Mapping | Target | Transformation | Validation Rules | Gaps |
|
|
1043
|
+
|------|--------|---------|--------|----------------|------------------|------|
|
|
1044
|
+
| [name] | [field map] | [logic] | [SAP field] | [rules] | [validation] | [gaps] |
|
|
1045
|
+
|
|
1046
|
+
### 5. SAP-Specific Test Coverage
|
|
1047
|
+
|
|
1048
|
+
| Test Type | Coverage | Critical Gaps |
|
|
1049
|
+
|-----------|----------|---------------|
|
|
1050
|
+
| IDoc parsing/generation | [%] | [gaps] |
|
|
1051
|
+
| BAPI call/response | [%] | [gaps] |
|
|
1052
|
+
| RFC error handling | [%] | [gaps] |
|
|
1053
|
+
| Data mapping accuracy | [%] | [gaps] |
|
|
1054
|
+
| Transaction integrity | [%] | [gaps] |
|
|
1055
|
+
|
|
1056
|
+
### 6. Recommendations
|
|
1057
|
+
|
|
1058
|
+
| Priority | Action | Impact | Effort |
|
|
1059
|
+
|----------|--------|--------|--------|
|
|
1060
|
+
| P0 | [critical SAP integration issues] | [what risk] | [effort] |
|
|
1061
|
+
| P1 | [important improvements] | [what risk] | [effort] |
|
|
1062
|
+
|
|
1063
|
+
**SAP INTEGRATION HEALTH SCORE: X/50**
|
|
1064
|
+
|
|
1065
|
+
## OUTPUT FORMAT
|
|
1066
|
+
|
|
1067
|
+
Save to: $\{OUTPUT_FOLDER}/11-sap-idoc-testing.md
|
|
1068
|
+
Use the Write tool to save BEFORE completing.`,
|
|
1069
|
+
subagent_type: "qe-sap-idoc-tester",
|
|
1070
|
+
run_in_background: true
|
|
1071
|
+
})
|
|
1072
|
+
```
|
|
1073
|
+
|
|
1074
|
+
### IF HAS_AUTHORIZATION: SoD Analyzer (MANDATORY WHEN FLAGGED)
|
|
1075
|
+
|
|
1076
|
+
```
|
|
1077
|
+
Task({
|
|
1078
|
+
description: "Segregation of duties and authorization conflict analysis",
|
|
1079
|
+
prompt: `You are qe-sod-analyzer. Your output quality is being audited.
|
|
1080
|
+
|
|
1081
|
+
## SOURCE CODE
|
|
1082
|
+
|
|
1083
|
+
=== SOURCE CODE START ===
|
|
1084
|
+
[PASTE THE COMPLETE SOURCE CODE HERE]
|
|
1085
|
+
=== SOURCE CODE END ===
|
|
1086
|
+
|
|
1087
|
+
=== TEST CODE START ===
|
|
1088
|
+
[PASTE THE COMPLETE TEST CODE HERE]
|
|
1089
|
+
=== TEST CODE END ===
|
|
1090
|
+
|
|
1091
|
+
## REQUIRED ANALYSIS (ALL SECTIONS MANDATORY)
|
|
1092
|
+
|
|
1093
|
+
### 1. Authorization Model Inventory
|
|
1094
|
+
|
|
1095
|
+
Identify all authorization constructs in the source code:
|
|
1096
|
+
|
|
1097
|
+
| Component | Type | Mechanism | Granularity | Status |
|
|
1098
|
+
|-----------|------|-----------|-------------|--------|
|
|
1099
|
+
| [name] | Role/Permission/Policy | RBAC/ABAC/ACL | Resource/Action/Field | Active/Passive |
|
|
1100
|
+
|
|
1101
|
+
### 2. Segregation of Duties Matrix
|
|
1102
|
+
|
|
1103
|
+
| Function A | Function B | Conflict Type | Risk Level | Mitigating Control | Test Coverage |
|
|
1104
|
+
|------------|------------|---------------|------------|-------------------|---------------|
|
|
1105
|
+
| [create order] | [approve order] | SoD violation | Critical/High/Med | [control] | [%] |
|
|
1106
|
+
|
|
1107
|
+
### 3. Role Conflict Detection
|
|
1108
|
+
|
|
1109
|
+
| Role | Permissions | Conflicts With | Conflict Type | Remediation |
|
|
1110
|
+
|------|-------------|---------------|---------------|-------------|
|
|
1111
|
+
| [role] | [permissions list] | [conflicting role] | [SoD/privilege escalation] | [action] |
|
|
1112
|
+
|
|
1113
|
+
### 4. Authorization Test Coverage
|
|
1114
|
+
|
|
1115
|
+
| Test Type | Coverage | Critical Gaps |
|
|
1116
|
+
|-----------|----------|---------------|
|
|
1117
|
+
| Positive access tests | [%] | [gaps] |
|
|
1118
|
+
| Negative access tests | [%] | [gaps] |
|
|
1119
|
+
| Cross-role access | [%] | [gaps] |
|
|
1120
|
+
| Privilege escalation | [%] | [gaps] |
|
|
1121
|
+
| SoD enforcement | [%] | [gaps] |
|
|
1122
|
+
|
|
1123
|
+
### 5. Access Control Code Quality
|
|
1124
|
+
|
|
1125
|
+
| Metric | Value | Threshold | Status |
|
|
1126
|
+
|--------|-------|-----------|--------|
|
|
1127
|
+
| Authorization checks per endpoint | [ratio] | >= 1.0 | PASS/FAIL |
|
|
1128
|
+
| Hardcoded roles/permissions | [count] | 0 | PASS/FAIL |
|
|
1129
|
+
| Missing access control | [count] | 0 | PASS/FAIL |
|
|
1130
|
+
| Default-allow patterns | [count] | 0 | PASS/FAIL |
|
|
1131
|
+
|
|
1132
|
+
### 6. Recommendations
|
|
1133
|
+
|
|
1134
|
+
| Priority | Action | Impact | Effort |
|
|
1135
|
+
|----------|--------|--------|--------|
|
|
1136
|
+
| P0 | [critical authorization issues] | [what risk] | [effort] |
|
|
1137
|
+
| P1 | [important improvements] | [what risk] | [effort] |
|
|
1138
|
+
|
|
1139
|
+
**AUTHORIZATION HEALTH SCORE: X/50**
|
|
1140
|
+
|
|
1141
|
+
## OUTPUT FORMAT
|
|
1142
|
+
|
|
1143
|
+
Save to: $\{OUTPUT_FOLDER}/12-sod-analysis.md
|
|
1144
|
+
Use the Write tool to save BEFORE completing.`,
|
|
1145
|
+
subagent_type: "qe-sod-analyzer",
|
|
1146
|
+
run_in_background: true
|
|
1147
|
+
})
|
|
1148
|
+
```
|
|
1149
|
+
|
|
894
1150
|
### Agent Count Validation
|
|
895
1151
|
|
|
896
1152
|
**Before proceeding, verify agent count:**
|
|
@@ -909,6 +1165,9 @@ Use the Write tool to save BEFORE completing.`,
|
|
|
909
1165
|
| [ ] qe-security-scanner - SPAWNED? [Y/N] (HAS_SECURITY) |
|
|
910
1166
|
| [ ] qe-performance-tester - SPAWNED? [Y/N] (HAS_PERF) |
|
|
911
1167
|
| [ ] qe-mutation-tester - SPAWNED? [Y/N] (HAS_CRITICAL) |
|
|
1168
|
+
| [ ] qe-message-broker-tester - SPAWNED? [Y/N] (HAS_MIDDLEWARE) |
|
|
1169
|
+
| [ ] qe-sap-idoc-tester - SPAWNED? [Y/N] (HAS_SAP_INTEG) |
|
|
1170
|
+
| [ ] qe-sod-analyzer - SPAWNED? [Y/N] (HAS_AUTHORIZATION) |
|
|
912
1171
|
| |
|
|
913
1172
|
| VALIDATION: |
|
|
914
1173
|
| Expected agents: [3 + count of TRUE flags] |
|
|
@@ -934,6 +1193,12 @@ I've launched [N] conditional agent(s) in parallel:
|
|
|
934
1193
|
- Algorithm complexity, bottleneck detection, resource analysis
|
|
935
1194
|
[IF HAS_CRITICAL_CODE] qe-mutation-tester [Domain: test-generation]
|
|
936
1195
|
- Mutation testing, surviving mutant analysis, test effectiveness
|
|
1196
|
+
[IF HAS_MIDDLEWARE] qe-message-broker-tester [Domain: enterprise-integration]
|
|
1197
|
+
- Message broker testing, queue validation, pub/sub verification
|
|
1198
|
+
[IF HAS_SAP_INTEGRATION] qe-sap-idoc-tester [Domain: enterprise-integration]
|
|
1199
|
+
- IDoc processing, BAPI testing, SAP data flow validation
|
|
1200
|
+
[IF HAS_AUTHORIZATION] qe-sod-analyzer [Domain: enterprise-integration]
|
|
1201
|
+
- Segregation of duties, role conflict, authorization analysis
|
|
937
1202
|
|
|
938
1203
|
WAITING for conditional agents to complete...
|
|
939
1204
|
```
|
|
@@ -1105,6 +1370,15 @@ If recommendation is HOLD, provide mandatory remediation:
|
|
|
1105
1370
|
### Mutation Analysis (IF HAS_CRITICAL_CODE)
|
|
1106
1371
|
[Full output from qe-mutation-tester]
|
|
1107
1372
|
|
|
1373
|
+
### Middleware Testing (IF HAS_MIDDLEWARE)
|
|
1374
|
+
[Full output from qe-message-broker-tester]
|
|
1375
|
+
|
|
1376
|
+
### SAP IDoc Testing (IF HAS_SAP_INTEGRATION)
|
|
1377
|
+
[Full output from qe-sap-idoc-tester]
|
|
1378
|
+
|
|
1379
|
+
### SoD Analysis (IF HAS_AUTHORIZATION)
|
|
1380
|
+
[Full output from qe-sod-analyzer]
|
|
1381
|
+
|
|
1108
1382
|
---
|
|
1109
1383
|
|
|
1110
1384
|
## Recommended Actions
|
|
@@ -1204,7 +1478,10 @@ mcp__agentic-qe__memory_store({
|
|
|
1204
1478
|
flags: {
|
|
1205
1479
|
HAS_SECURITY_CODE: HAS_SECURITY_CODE,
|
|
1206
1480
|
HAS_PERFORMANCE_CODE: HAS_PERFORMANCE_CODE,
|
|
1207
|
-
HAS_CRITICAL_CODE: HAS_CRITICAL_CODE
|
|
1481
|
+
HAS_CRITICAL_CODE: HAS_CRITICAL_CODE,
|
|
1482
|
+
HAS_MIDDLEWARE: HAS_MIDDLEWARE,
|
|
1483
|
+
HAS_SAP_INTEGRATION: HAS_SAP_INTEGRATION,
|
|
1484
|
+
HAS_AUTHORIZATION: HAS_AUTHORIZATION
|
|
1208
1485
|
},
|
|
1209
1486
|
agentsInvoked: agentList,
|
|
1210
1487
|
timestamp: new Date().toISOString()
|
|
@@ -1251,7 +1528,10 @@ Contents:
|
|
|
1251
1528
|
"flags": {
|
|
1252
1529
|
"HAS_SECURITY_CODE": true/false,
|
|
1253
1530
|
"HAS_PERFORMANCE_CODE": true/false,
|
|
1254
|
-
"HAS_CRITICAL_CODE": true/false
|
|
1531
|
+
"HAS_CRITICAL_CODE": true/false,
|
|
1532
|
+
"HAS_MIDDLEWARE": true/false,
|
|
1533
|
+
"HAS_SAP_INTEGRATION": true/false,
|
|
1534
|
+
"HAS_AUTHORIZATION": true/false
|
|
1255
1535
|
},
|
|
1256
1536
|
"agentsInvoked": ["list", "of", "agents"],
|
|
1257
1537
|
"crossPhaseSignals": {
|
|
@@ -1466,6 +1746,12 @@ Use the Write tool to save BEFORE completing.
|
|
|
1466
1746
|
| +-- Performance Score: __/40 |
|
|
1467
1747
|
| [IF HAS_CRITICAL_CODE] |
|
|
1468
1748
|
| +-- Mutation Score: __% |
|
|
1749
|
+
| [IF HAS_MIDDLEWARE] |
|
|
1750
|
+
| +-- Middleware Health: __/50 |
|
|
1751
|
+
| [IF HAS_SAP_INTEGRATION] |
|
|
1752
|
+
| +-- SAP Integration: __/50 |
|
|
1753
|
+
| [IF HAS_AUTHORIZATION] |
|
|
1754
|
+
| +-- Authorization Health: __/50 |
|
|
1469
1755
|
| |
|
|
1470
1756
|
| RECOMMENDATION: [SHIP / CONDITIONAL / HOLD] |
|
|
1471
1757
|
| REASON: [1-2 sentence rationale] |
|
|
@@ -1481,6 +1767,12 @@ Use the Write tool to save BEFORE completing.
|
|
|
1481
1767
|
| +-- 06-performance-profile.md |
|
|
1482
1768
|
| [IF HAS_CRITICAL_CODE] |
|
|
1483
1769
|
| +-- 07-mutation-analysis.md |
|
|
1770
|
+
| [IF HAS_MIDDLEWARE] |
|
|
1771
|
+
| +-- 10-middleware-testing.md |
|
|
1772
|
+
| [IF HAS_SAP_INTEGRATION] |
|
|
1773
|
+
| +-- 11-sap-idoc-testing.md |
|
|
1774
|
+
| [IF HAS_AUTHORIZATION] |
|
|
1775
|
+
| +-- 12-sod-analysis.md |
|
|
1484
1776
|
| +-- 08-defect-prediction.md |
|
|
1485
1777
|
| +-- 09-learning-persistence.json |
|
|
1486
1778
|
| |
|
|
@@ -1541,6 +1833,9 @@ Use the Write tool to save BEFORE completing.
|
|
|
1541
1833
|
| qe-security-scanner | `05-security-scan.md` | Batch 2 (conditional) |
|
|
1542
1834
|
| qe-performance-tester | `06-performance-profile.md` | Batch 2 (conditional) |
|
|
1543
1835
|
| qe-mutation-tester | `07-mutation-analysis.md` | Batch 2 (conditional) |
|
|
1836
|
+
| qe-message-broker-tester | `10-middleware-testing.md` | Batch 2 (conditional) |
|
|
1837
|
+
| qe-sap-idoc-tester | `11-sap-idoc-testing.md` | Batch 2 (conditional) |
|
|
1838
|
+
| qe-sod-analyzer | `12-sod-analysis.md` | Batch 2 (conditional) |
|
|
1544
1839
|
| qe-defect-predictor | `08-defect-prediction.md` | Batch 3 (analysis) |
|
|
1545
1840
|
| Learning Persistence | `09-learning-persistence.json` | Phase 7 (auto-execute) |
|
|
1546
1841
|
| Synthesis | `01-executive-summary.md` | Phase 6 |
|
|
@@ -1549,7 +1844,7 @@ Use the Write tool to save BEFORE completing.
|
|
|
1549
1844
|
|
|
1550
1845
|
## DDD Domain Integration
|
|
1551
1846
|
|
|
1552
|
-
This swarm operates across **3 primary domains**, **
|
|
1847
|
+
This swarm operates across **3 primary domains**, **4 conditional domains**,
|
|
1553
1848
|
and **1 analysis domain**:
|
|
1554
1849
|
|
|
1555
1850
|
```
|
|
@@ -1583,6 +1878,14 @@ and **1 analysis domain**:
|
|
|
1583
1878
|
| | | | [IF HAS_PERF_CODE] | | [IF HAS_CRITICAL]| |
|
|
1584
1879
|
| +-----------------------+ +-----------------------+ +------------------+ |
|
|
1585
1880
|
| |
|
|
1881
|
+
| +-----------------------------------------------------------------------+ |
|
|
1882
|
+
| | enterprise-integration | |
|
|
1883
|
+
| | ----------------------------------------------------------------- | |
|
|
1884
|
+
| | - qe-message-broker-tester [IF HAS_MIDDLEWARE] | |
|
|
1885
|
+
| | - qe-sap-idoc-tester [IF HAS_SAP_INTEGRATION] | |
|
|
1886
|
+
| | - qe-sod-analyzer [IF HAS_AUTHORIZATION] | |
|
|
1887
|
+
| +-----------------------------------------------------------------------+ |
|
|
1888
|
+
| |
|
|
1586
1889
|
| ANALYSIS DOMAIN (Always Active) |
|
|
1587
1890
|
| +-----------------------------------------------------------------------+ |
|
|
1588
1891
|
| | defect-intelligence | |
|
|
@@ -1650,7 +1953,7 @@ npx @claude-flow/cli@latest agent spawn --type qe-coverage-specialist
|
|
|
1650
1953
|
|
|
1651
1954
|
| Phase | Must Do | Failure Condition |
|
|
1652
1955
|
|-------|---------|-------------------|
|
|
1653
|
-
| 1 | Check ALL
|
|
1956
|
+
| 1 | Check ALL 6 flags | Missing flag evaluation |
|
|
1654
1957
|
| 2 | Spawn ALL 3 core agents in ONE message | Fewer than 3 Task calls |
|
|
1655
1958
|
| 3 | WAIT for completion | Proceeding before results |
|
|
1656
1959
|
| 4 | Spawn ALL flagged conditional agents | Skipping a TRUE flag |
|
|
@@ -1679,6 +1982,9 @@ npx @claude-flow/cli@latest agent spawn --type qe-coverage-specialist
|
|
|
1679
1982
|
| security-compliance | qe-security-scanner | Conditional (HAS_SECURITY_CODE) | 2 |
|
|
1680
1983
|
| chaos-resilience | qe-performance-tester | Conditional (HAS_PERFORMANCE_CODE) | 2 |
|
|
1681
1984
|
| test-generation | qe-mutation-tester | Conditional (HAS_CRITICAL_CODE) | 2 |
|
|
1985
|
+
| enterprise-integration | qe-message-broker-tester | Conditional (HAS_MIDDLEWARE) | 2 |
|
|
1986
|
+
| enterprise-integration | qe-sap-idoc-tester | Conditional (HAS_SAP_INTEGRATION) | 2 |
|
|
1987
|
+
| enterprise-integration | qe-sod-analyzer | Conditional (HAS_AUTHORIZATION) | 2 |
|
|
1682
1988
|
| defect-intelligence | qe-defect-predictor | Analysis (ALWAYS) | 3 |
|
|
1683
1989
|
|
|
1684
1990
|
### Execution Model Quick Reference
|
|
@@ -1769,6 +2075,15 @@ npx @claude-flow/cli@latest memory list --namespace qcsd-development
|
|
|
1769
2075
|
|-----------| |------------| |--------------|
|
|
1770
2076
|
| sec-compl | | chaos-res | | test-gen |
|
|
1771
2077
|
+-----------+ +------------+ +--------------+
|
|
2078
|
+
+-------------+---+-------------+
|
|
2079
|
+
| | |
|
|
2080
|
+
+-----v------+ +---v--------+ +------v-------+
|
|
2081
|
+
| Msg Broker | | SAP IDoc | | SoD |
|
|
2082
|
+
| Tester | | Tester | | Analyzer |
|
|
2083
|
+
| [IF MIDW] | | [IF SAP] | | [IF AUTH] |
|
|
2084
|
+
|------------| |------------| |--------------|
|
|
2085
|
+
| ent-integ | | ent-integ | | ent-integ |
|
|
2086
|
+
+------------+ +------------+ +--------------+
|
|
1772
2087
|
|
|
|
1773
2088
|
[SYNTHESIS]
|
|
1774
2089
|
|
|
|
@@ -1801,10 +2116,10 @@ npx @claude-flow/cli@latest memory list --namespace qcsd-development
|
|
|
1801
2116
|
|
|
1802
2117
|
| Resource Type | Count | Primary | Conditional | Analysis |
|
|
1803
2118
|
|---------------|:-----:|:-------:|:-----------:|:--------:|
|
|
1804
|
-
| **Agents** |
|
|
2119
|
+
| **Agents** | 10 | 3 | 6 | 1 |
|
|
1805
2120
|
| **Sub-agents** | 0 | - | - | - |
|
|
1806
2121
|
| **Skills** | 4 | 4 | - | - |
|
|
1807
|
-
| **Domains** |
|
|
2122
|
+
| **Domains** | 8 | 3 | 4 | 1 |
|
|
1808
2123
|
| **Parallel Batches** | 3 | 1 | 1 | 1 |
|
|
1809
2124
|
|
|
1810
2125
|
**Skills Used:**
|