agentic-qe 3.7.15 → 3.7.17
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/qe-devils-advocate.md +20 -0
- package/.claude/agents/v3/qe-gap-detector.md +25 -0
- package/.claude/agents/v3/qe-quality-gate.md +8 -0
- package/.claude/agents/v3/qe-requirements-validator.md +25 -0
- package/.claude/agents/v3/subagents/qe-code-reviewer.md +11 -0
- package/.claude/agents/v3/subagents/qe-integration-reviewer.md +11 -0
- package/.claude/agents/v3/subagents/qe-performance-reviewer.md +11 -0
- package/.claude/agents/v3/subagents/qe-security-reviewer.md +11 -0
- package/.claude/helpers/adr-compliance.sh +10 -10
- package/.claude/helpers/auto-memory-hook.mjs +24 -9
- package/.claude/helpers/brain-checkpoint.cjs +55 -134
- package/.claude/helpers/ddd-tracker.sh +2 -2
- package/.claude/helpers/guidance-hooks.sh +2 -2
- package/.claude/helpers/hook-handler.cjs +57 -18
- package/.claude/helpers/statusline.cjs +414 -595
- package/.claude/helpers/v3/quality-criteria/evidence-classification.md +116 -116
- package/.claude/helpers/v3/quality-criteria/htsm-categories.md +139 -139
- package/.claude/skills/README.md +8 -11
- package/.claude/skills/brutal-honesty-review/SKILL.md +3 -0
- package/.claude/skills/code-review-quality/SKILL.md +3 -0
- package/.claude/skills/qcsd-cicd-swarm/SKILL.md +79 -2075
- package/.claude/skills/qcsd-cicd-swarm/steps/01-flag-detection.md +62 -0
- package/.claude/skills/qcsd-cicd-swarm/steps/02-core-agents.md +33 -0
- package/.claude/skills/qcsd-cicd-swarm/steps/03-batch1-results.md +21 -0
- package/.claude/skills/qcsd-cicd-swarm/steps/04-conditional-agents.md +23 -0
- package/.claude/skills/qcsd-cicd-swarm/steps/05-decision-synthesis.md +30 -0
- package/.claude/skills/qcsd-cicd-swarm/steps/06-report-generation.md +17 -0
- package/.claude/skills/qcsd-cicd-swarm/steps/07-learning-persistence.md +27 -0
- package/.claude/skills/qcsd-cicd-swarm/steps/08-deployment-advisor.md +25 -0
- package/.claude/skills/qcsd-cicd-swarm/steps/09-final-output.md +16 -0
- package/.claude/skills/qcsd-development-swarm/SKILL.md +79 -2027
- package/.claude/skills/qcsd-development-swarm/steps/01-flag-detection.md +50 -0
- package/.claude/skills/qcsd-development-swarm/steps/02-core-agents.md +29 -0
- package/.claude/skills/qcsd-development-swarm/steps/03-batch1-results.md +14 -0
- package/.claude/skills/qcsd-development-swarm/steps/04-conditional-agents.md +23 -0
- package/.claude/skills/qcsd-development-swarm/steps/05-decision-synthesis.md +30 -0
- package/.claude/skills/qcsd-development-swarm/steps/06-report-generation.md +16 -0
- package/.claude/skills/qcsd-development-swarm/steps/07-learning-persistence.md +25 -0
- package/.claude/skills/qcsd-development-swarm/steps/08-defect-predictor.md +25 -0
- package/.claude/skills/qcsd-development-swarm/steps/09-final-output.md +16 -0
- package/.claude/skills/qcsd-ideation-swarm/SKILL.md +94 -1894
- package/.claude/skills/qcsd-ideation-swarm/steps/01-flag-detection.md +57 -0
- package/.claude/skills/qcsd-ideation-swarm/steps/02-core-agents.md +29 -0
- package/.claude/skills/qcsd-ideation-swarm/steps/03-batch1-results.md +15 -0
- package/.claude/skills/qcsd-ideation-swarm/steps/04-conditional-agents.md +23 -0
- package/.claude/skills/qcsd-ideation-swarm/steps/05-decision-synthesis.md +29 -0
- package/.claude/skills/qcsd-ideation-swarm/steps/06-report-generation.md +18 -0
- package/.claude/skills/qcsd-ideation-swarm/steps/07-learning-persistence.md +29 -0
- package/.claude/skills/qcsd-ideation-swarm/steps/08-final-output.md +18 -0
- package/.claude/skills/qcsd-production-swarm/SKILL.md +88 -2663
- package/.claude/skills/qcsd-production-swarm/steps/01-flag-detection.md +206 -0
- package/.claude/skills/qcsd-production-swarm/steps/02-core-agents.md +428 -0
- package/.claude/skills/qcsd-production-swarm/steps/03-batch1-results.md +101 -0
- package/.claude/skills/qcsd-production-swarm/steps/04-conditional-agents.md +125 -0
- package/.claude/skills/qcsd-production-swarm/steps/05-decision-synthesis.md +136 -0
- package/.claude/skills/qcsd-production-swarm/steps/06-report-generation.md +181 -0
- package/.claude/skills/qcsd-production-swarm/steps/07-learning-persistence.md +185 -0
- package/.claude/skills/qcsd-production-swarm/steps/08-feedback-loop.md +122 -0
- package/.claude/skills/qcsd-production-swarm/steps/09-final-output.md +140 -0
- package/.claude/skills/qcsd-refinement-swarm/SKILL.md +59 -2312
- package/.claude/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +91 -0
- package/.claude/skills/qcsd-refinement-swarm/steps/02-core-agents.md +40 -0
- package/.claude/skills/qcsd-refinement-swarm/steps/03-batch1-results.md +40 -0
- package/.claude/skills/qcsd-refinement-swarm/steps/04-conditional-agents.md +35 -0
- package/.claude/skills/qcsd-refinement-swarm/steps/05-decision-synthesis.md +43 -0
- package/.claude/skills/qcsd-refinement-swarm/steps/06-report-generation.md +42 -0
- package/.claude/skills/qcsd-refinement-swarm/steps/07-learning-persistence.md +53 -0
- package/.claude/skills/qcsd-refinement-swarm/steps/08-transformation.md +36 -0
- package/.claude/skills/qcsd-refinement-swarm/steps/09-final-output.md +46 -0
- package/.claude/skills/sherlock-review/SKILL.md +3 -0
- package/.claude/skills/skill-builder/SKILL.md +103 -0
- package/.claude/skills/skills-manifest.json +1 -1
- package/CHANGELOG.md +44 -0
- package/assets/agents/v3/qe-devils-advocate.md +20 -0
- package/assets/agents/v3/qe-gap-detector.md +25 -0
- package/assets/agents/v3/qe-quality-gate.md +8 -0
- package/assets/agents/v3/qe-requirements-validator.md +25 -0
- package/assets/agents/v3/subagents/qe-code-reviewer.md +11 -0
- package/assets/agents/v3/subagents/qe-integration-reviewer.md +11 -0
- package/assets/agents/v3/subagents/qe-performance-reviewer.md +11 -0
- package/assets/agents/v3/subagents/qe-security-reviewer.md +11 -0
- package/assets/helpers/statusline-v3.cjs +693 -0
- package/assets/skills/brutal-honesty-review/SKILL.md +3 -0
- package/assets/skills/code-review-quality/SKILL.md +3 -0
- package/assets/skills/qcsd-cicd-swarm/SKILL.md +79 -2075
- package/assets/skills/qcsd-cicd-swarm/steps/01-flag-detection.md +62 -0
- package/assets/skills/qcsd-cicd-swarm/steps/02-core-agents.md +33 -0
- package/assets/skills/qcsd-cicd-swarm/steps/03-batch1-results.md +21 -0
- package/assets/skills/qcsd-cicd-swarm/steps/04-conditional-agents.md +23 -0
- package/assets/skills/qcsd-cicd-swarm/steps/05-decision-synthesis.md +30 -0
- package/assets/skills/qcsd-cicd-swarm/steps/06-report-generation.md +17 -0
- package/assets/skills/qcsd-cicd-swarm/steps/07-learning-persistence.md +27 -0
- package/assets/skills/qcsd-cicd-swarm/steps/08-deployment-advisor.md +25 -0
- package/assets/skills/qcsd-cicd-swarm/steps/09-final-output.md +16 -0
- package/assets/skills/qcsd-development-swarm/SKILL.md +79 -2027
- package/assets/skills/qcsd-development-swarm/steps/01-flag-detection.md +50 -0
- package/assets/skills/qcsd-development-swarm/steps/02-core-agents.md +29 -0
- package/assets/skills/qcsd-development-swarm/steps/03-batch1-results.md +14 -0
- package/assets/skills/qcsd-development-swarm/steps/04-conditional-agents.md +23 -0
- package/assets/skills/qcsd-development-swarm/steps/05-decision-synthesis.md +30 -0
- package/assets/skills/qcsd-development-swarm/steps/06-report-generation.md +16 -0
- package/assets/skills/qcsd-development-swarm/steps/07-learning-persistence.md +25 -0
- package/assets/skills/qcsd-development-swarm/steps/08-defect-predictor.md +25 -0
- package/assets/skills/qcsd-development-swarm/steps/09-final-output.md +16 -0
- package/assets/skills/qcsd-ideation-swarm/SKILL.md +94 -1894
- package/assets/skills/qcsd-ideation-swarm/steps/01-flag-detection.md +57 -0
- package/assets/skills/qcsd-ideation-swarm/steps/02-core-agents.md +29 -0
- package/assets/skills/qcsd-ideation-swarm/steps/03-batch1-results.md +15 -0
- package/assets/skills/qcsd-ideation-swarm/steps/04-conditional-agents.md +23 -0
- package/assets/skills/qcsd-ideation-swarm/steps/05-decision-synthesis.md +29 -0
- package/assets/skills/qcsd-ideation-swarm/steps/06-report-generation.md +18 -0
- package/assets/skills/qcsd-ideation-swarm/steps/07-learning-persistence.md +29 -0
- package/assets/skills/qcsd-ideation-swarm/steps/08-final-output.md +18 -0
- package/assets/skills/qcsd-production-swarm/SKILL.md +88 -2663
- package/assets/skills/qcsd-production-swarm/steps/01-flag-detection.md +206 -0
- package/assets/skills/qcsd-production-swarm/steps/02-core-agents.md +428 -0
- package/assets/skills/qcsd-production-swarm/steps/03-batch1-results.md +101 -0
- package/assets/skills/qcsd-production-swarm/steps/04-conditional-agents.md +125 -0
- package/assets/skills/qcsd-production-swarm/steps/05-decision-synthesis.md +136 -0
- package/assets/skills/qcsd-production-swarm/steps/06-report-generation.md +181 -0
- package/assets/skills/qcsd-production-swarm/steps/07-learning-persistence.md +185 -0
- package/assets/skills/qcsd-production-swarm/steps/08-feedback-loop.md +122 -0
- package/assets/skills/qcsd-production-swarm/steps/09-final-output.md +140 -0
- package/assets/skills/qcsd-refinement-swarm/SKILL.md +59 -2312
- package/assets/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +91 -0
- package/assets/skills/qcsd-refinement-swarm/steps/02-core-agents.md +40 -0
- package/assets/skills/qcsd-refinement-swarm/steps/03-batch1-results.md +40 -0
- package/assets/skills/qcsd-refinement-swarm/steps/04-conditional-agents.md +35 -0
- package/assets/skills/qcsd-refinement-swarm/steps/05-decision-synthesis.md +43 -0
- package/assets/skills/qcsd-refinement-swarm/steps/06-report-generation.md +42 -0
- package/assets/skills/qcsd-refinement-swarm/steps/07-learning-persistence.md +53 -0
- package/assets/skills/qcsd-refinement-swarm/steps/08-transformation.md +36 -0
- package/assets/skills/qcsd-refinement-swarm/steps/09-final-output.md +46 -0
- package/assets/skills/sherlock-review/SKILL.md +3 -0
- package/assets/templates/agent-override-example.yaml +39 -0
- package/dist/agents/devils-advocate/agent.d.ts +25 -1
- package/dist/agents/devils-advocate/agent.js +108 -4
- package/dist/agents/devils-advocate/types.d.ts +54 -0
- package/dist/agents/devils-advocate/types.js +14 -0
- package/dist/agents/overlay-loader.d.ts +28 -0
- package/dist/agents/overlay-loader.js +232 -0
- package/dist/agents/overlay-schema.d.ts +56 -0
- package/dist/agents/overlay-schema.js +77 -0
- package/dist/analysis/branch-enumerator.d.ts +68 -0
- package/dist/analysis/branch-enumerator.js +393 -0
- package/dist/analysis/index.d.ts +2 -0
- package/dist/analysis/index.js +2 -0
- package/dist/cli/bundle.js +2469 -634
- package/dist/cli/commands/coverage.js +50 -0
- package/dist/cli/handlers/brain-handler.js +2 -1
- package/dist/context/compiler.d.ts +62 -0
- package/dist/context/compiler.js +143 -0
- package/dist/context/index.d.ts +8 -0
- package/dist/context/index.js +6 -0
- package/dist/context/sources/coverage-source.d.ts +15 -0
- package/dist/context/sources/coverage-source.js +77 -0
- package/dist/context/sources/git-source.d.ts +12 -0
- package/dist/context/sources/git-source.js +33 -0
- package/dist/context/sources/index.d.ts +6 -0
- package/dist/context/sources/index.js +5 -0
- package/dist/context/sources/memory-source.d.ts +17 -0
- package/dist/context/sources/memory-source.js +94 -0
- package/dist/context/sources/test-source.d.ts +13 -0
- package/dist/context/sources/test-source.js +53 -0
- package/dist/context/sources/types.d.ts +42 -0
- package/dist/context/sources/types.js +5 -0
- package/dist/domains/test-generation/coordinator.js +6 -4
- package/dist/feedback/feedback-loop.d.ts +5 -0
- package/dist/feedback/feedback-loop.js +12 -0
- package/dist/feedback/index.d.ts +1 -1
- package/dist/feedback/index.js +1 -1
- package/dist/init/agents-installer.d.ts +9 -0
- package/dist/init/agents-installer.js +72 -0
- package/dist/init/phases/07-hooks.d.ts +11 -0
- package/dist/init/phases/07-hooks.js +67 -0
- package/dist/init/phases/09-assets.js +3 -0
- package/dist/init/settings-merge.js +1 -1
- package/dist/kernel/hnsw-adapter.d.ts +3 -0
- package/dist/kernel/hnsw-adapter.js +11 -1
- package/dist/kernel/unified-memory-schemas.d.ts +1 -1
- package/dist/kernel/unified-memory-schemas.js +2 -0
- package/dist/kernel/unified-memory.js +25 -0
- package/dist/learning/experience-capture-middleware.js +24 -0
- package/dist/learning/sqlite-persistence.d.ts +3 -0
- package/dist/learning/sqlite-persistence.js +9 -0
- package/dist/learning/token-tracker.js +4 -0
- package/dist/mcp/bundle.js +3694 -3101
- package/dist/mcp/handlers/handler-factory.js +92 -11
- package/dist/mcp/services/task-router.d.ts +11 -0
- package/dist/mcp/services/task-router.js +26 -0
- package/dist/routing/qe-agent-registry.d.ts +11 -0
- package/dist/routing/qe-agent-registry.js +34 -0
- package/dist/routing/qe-task-router.d.ts +1 -0
- package/dist/routing/qe-task-router.js +34 -2
- package/dist/routing/routing-feedback.d.ts +5 -0
- package/dist/routing/routing-feedback.js +29 -3
- package/dist/routing/types.d.ts +2 -0
- package/dist/sync/pull-agent.js +2 -1
- package/dist/test-scheduling/pipeline.d.ts +7 -0
- package/dist/test-scheduling/pipeline.js +9 -0
- package/dist/validation/index.d.ts +3 -0
- package/dist/validation/index.js +10 -0
- package/dist/validation/pipeline.d.ts +80 -0
- package/dist/validation/pipeline.js +173 -0
- package/dist/validation/steps/requirements.d.ts +32 -0
- package/dist/validation/steps/requirements.js +596 -0
- package/package.json +6 -6
- package/.claude/agents/consensus/README.md +0 -253
- package/.claude/agents/deprecated/qe-api-contract-validator.md.v2 +0 -162
- package/.claude/agents/deprecated/qe-coverage-analyzer.md.v2 +0 -208
- package/.claude/agents/deprecated/qe-test-generator.md.v2 +0 -212
- package/.claude/agents/deprecated/qe-visual-tester.md.v2 +0 -216
- package/.claude/agents/hive-mind/collective-intelligence-coordinator.md +0 -130
- package/.claude/agents/hive-mind/queen-coordinator.md +0 -203
- package/.claude/agents/hive-mind/scout-explorer.md +0 -242
- package/.claude/agents/hive-mind/swarm-memory-manager.md +0 -193
- package/.claude/agents/hive-mind/worker-specialist.md +0 -217
- package/.claude/agents/neural/safla-neural.md +0 -74
- package/.claude/agents/optimization/README.md +0 -250
- package/.claude/agents/reasoning/agent.md +0 -816
- package/.claude/agents/reasoning/goal-planner.md +0 -73
- package/.claude/agents/subagents/qe-code-reviewer.md +0 -76
- package/.claude/agents/subagents/qe-coverage-gap-analyzer.md +0 -76
- package/.claude/agents/subagents/qe-data-generator.md +0 -77
- package/.claude/agents/subagents/qe-flaky-investigator.md +0 -91
- package/.claude/agents/subagents/qe-integration-tester.md +0 -90
- package/.claude/agents/subagents/qe-performance-validator.md +0 -92
- package/.claude/agents/subagents/qe-security-auditor.md +0 -94
- package/.claude/agents/subagents/qe-test-data-architect-sub.md +0 -93
- package/.claude/agents/subagents/qe-test-implementer.md +0 -106
- package/.claude/agents/subagents/qe-test-refactorer.md +0 -117
- package/.claude/agents/subagents/qe-test-writer.md +0 -112
- package/.claude/agents/swarm/README.md +0 -190
- package/.claude/agents/templates/migration-plan.md +0 -746
- package/.claude/agents/testing/unit/tdd-london-swarm.md +0 -244
- package/.claude/agents/testing/validation/production-validator.md +0 -395
- package/.claude/agents/v3/README.md +0 -39
- package/.claude/agents/v3/typescript-specialist.yaml +0 -21
- package/.claude/agents/v3/v3-memory-specialist.md +0 -318
- package/.claude/agents/v3/v3-performance-engineer.md +0 -397
- package/.claude/agents/v3/v3-queen-coordinator.md +0 -98
- package/.claude/agents/v3/v3-security-architect.md +0 -174
- package/.claude/commands/README.md +0 -106
- package/.claude/commands/agents/README.md +0 -10
- package/.claude/commands/agents/agent-capabilities.md +0 -21
- package/.claude/commands/agents/agent-coordination.md +0 -28
- package/.claude/commands/agents/agent-spawning.md +0 -28
- package/.claude/commands/agents/agent-types.md +0 -26
- package/.claude/commands/coordination/README.md +0 -9
- package/.claude/commands/coordination/agent-spawn.md +0 -25
- package/.claude/commands/coordination/init.md +0 -44
- package/.claude/commands/coordination/orchestrate.md +0 -43
- package/.claude/commands/coordination/spawn.md +0 -45
- package/.claude/commands/coordination/swarm-init.md +0 -85
- package/.claude/commands/coordination/task-orchestrate.md +0 -25
- package/.claude/commands/hive-mind/README.md +0 -17
- package/.claude/commands/hive-mind/hive-mind-consensus.md +0 -8
- package/.claude/commands/hive-mind/hive-mind-init.md +0 -18
- package/.claude/commands/hive-mind/hive-mind-memory.md +0 -8
- package/.claude/commands/hive-mind/hive-mind-metrics.md +0 -8
- package/.claude/commands/hive-mind/hive-mind-resume.md +0 -8
- package/.claude/commands/hive-mind/hive-mind-sessions.md +0 -8
- package/.claude/commands/hive-mind/hive-mind-spawn.md +0 -21
- package/.claude/commands/hive-mind/hive-mind-status.md +0 -8
- package/.claude/commands/hive-mind/hive-mind-stop.md +0 -8
- package/.claude/commands/hive-mind/hive-mind-wizard.md +0 -8
- package/.claude/commands/hive-mind/hive-mind.md +0 -27
- package/.claude/commands/memory/README.md +0 -9
- package/.claude/commands/memory/memory-persist.md +0 -25
- package/.claude/commands/memory/memory-search.md +0 -25
- package/.claude/commands/memory/memory-usage.md +0 -25
- package/.claude/commands/memory/neural.md +0 -47
- package/.claude/commands/swarm/README.md +0 -15
- package/.claude/commands/swarm/swarm-analysis.md +0 -8
- package/.claude/commands/swarm/swarm-background.md +0 -8
- package/.claude/commands/swarm/swarm-init.md +0 -19
- package/.claude/commands/swarm/swarm-modes.md +0 -8
- package/.claude/commands/swarm/swarm-monitor.md +0 -8
- package/.claude/commands/swarm/swarm-spawn.md +0 -19
- package/.claude/commands/swarm/swarm-status.md +0 -8
- package/.claude/commands/swarm/swarm-strategies.md +0 -8
- package/.claude/commands/swarm/swarm.md +0 -27
- package/.claude/commands/training/README.md +0 -9
- package/.claude/commands/training/model-update.md +0 -25
- package/.claude/commands/training/neural-patterns.md +0 -74
- package/.claude/commands/training/neural-train.md +0 -25
- package/.claude/commands/training/pattern-learn.md +0 -25
- package/.claude/commands/training/specialization.md +0 -63
- package/.claude/commands/workflows/README.md +0 -9
- package/.claude/commands/workflows/development.md +0 -78
- package/.claude/commands/workflows/research.md +0 -63
- package/.claude/commands/workflows/workflow-create.md +0 -25
- package/.claude/commands/workflows/workflow-execute.md +0 -25
- package/.claude/commands/workflows/workflow-export.md +0 -25
- package/.claude/skills/agentic-jujutsu/SKILL.md +0 -645
- package/.claude/skills/hive-mind-advanced/SKILL.md +0 -712
- package/.claude/skills/iterative-loop/SKILL.md +0 -371
- package/.claude/skills/performance-analysis/SKILL.md +0 -569
- package/.claude/skills/performance-analysis/evals/performance-analysis.yaml +0 -144
- package/.claude/skills/performance-analysis/schemas/output.json +0 -588
- package/.claude/skills/performance-analysis/scripts/validate-config.json +0 -36
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# Step 1: Analyze Pipeline Context (Flag Detection)
|
|
2
|
+
|
|
3
|
+
## Prerequisites
|
|
4
|
+
- CI/CD swarm skill invoked
|
|
5
|
+
- PIPELINE_ARTIFACTS path provided
|
|
6
|
+
- OUTPUT_FOLDER determined
|
|
7
|
+
|
|
8
|
+
## Instructions
|
|
9
|
+
|
|
10
|
+
### MANDATORY: Complete this analysis before Step 2.
|
|
11
|
+
|
|
12
|
+
### Step 0: Retrieve Development Phase Signals
|
|
13
|
+
|
|
14
|
+
Retrieve the most recent Development phase signals from memory.
|
|
15
|
+
|
|
16
|
+
**MCP Method:**
|
|
17
|
+
```javascript
|
|
18
|
+
mcp__agentic-qe__memory_query({ pattern: "qcsd-development-*", namespace: "qcsd-development", limit: 1 })
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
### Flag Detection (Check ALL SIX)
|
|
22
|
+
|
|
23
|
+
```
|
|
24
|
+
HAS_SECURITY_PIPELINE = FALSE
|
|
25
|
+
Set TRUE if pipeline artifacts include security scan results, SAST/DAST output,
|
|
26
|
+
dependency vulnerability reports, container security scans, secret detection results
|
|
27
|
+
|
|
28
|
+
HAS_PERFORMANCE_PIPELINE = FALSE
|
|
29
|
+
Set TRUE if pipeline includes performance test results, load test data,
|
|
30
|
+
benchmark comparisons, response time measurements, throughput tests
|
|
31
|
+
|
|
32
|
+
HAS_INFRA_CHANGE = FALSE
|
|
33
|
+
Set TRUE if pipeline includes infrastructure changes: Terraform plans,
|
|
34
|
+
K8s manifests, Docker image changes, cloud resource modifications,
|
|
35
|
+
deployment topology changes
|
|
36
|
+
|
|
37
|
+
HAS_MIDDLEWARE = FALSE
|
|
38
|
+
Set TRUE if pipeline includes middleware components: message broker configs,
|
|
39
|
+
ESB routes, API gateway rules, event bus schemas
|
|
40
|
+
|
|
41
|
+
HAS_SAP_INTEGRATION = FALSE
|
|
42
|
+
Set TRUE if pipeline includes SAP artifacts: OData service definitions,
|
|
43
|
+
SOAP WSDLs, IDoc schemas, RFC function modules
|
|
44
|
+
|
|
45
|
+
HAS_AUTHORIZATION = FALSE
|
|
46
|
+
Set TRUE if pipeline includes authorization changes: role definitions,
|
|
47
|
+
permission matrices, SoD policies, RBAC configurations
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
Output flag detection results before proceeding.
|
|
51
|
+
|
|
52
|
+
## Success Criteria
|
|
53
|
+
- [ ] Development phase signals retrieved
|
|
54
|
+
- [ ] All SIX flags evaluated with evidence
|
|
55
|
+
- [ ] Expected agent count calculated
|
|
56
|
+
|
|
57
|
+
## Output
|
|
58
|
+
All flag values with evidence, expected agent count.
|
|
59
|
+
|
|
60
|
+
## Navigation
|
|
61
|
+
- On success: proceed to Step 2 by reading `steps/02-core-agents.md`
|
|
62
|
+
- On failure: halt and report
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Step 2: Spawn Core Agents (Parallel Batch 1)
|
|
2
|
+
|
|
3
|
+
## Prerequisites
|
|
4
|
+
- Step 1 completed with flags
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
|
|
8
|
+
### Spawn ALL THREE core agents in ONE message
|
|
9
|
+
|
|
10
|
+
| Agent | Domain | Role |
|
|
11
|
+
|-------|--------|------|
|
|
12
|
+
| qe-quality-gate | quality-assessment | Quality gate enforcement and threshold validation |
|
|
13
|
+
| qe-regression-analyzer | test-execution | Regression detection from test results |
|
|
14
|
+
| qe-flaky-hunter | test-execution | Flaky test identification and stability analysis |
|
|
15
|
+
|
|
16
|
+
### Agent 1: Quality Gate
|
|
17
|
+
Evaluate all quality gates (coverage thresholds, lint rules, build status, test pass rates). Save to: `${OUTPUT_FOLDER}/02-quality-gates.md`
|
|
18
|
+
|
|
19
|
+
### Agent 2: Regression Analyzer
|
|
20
|
+
Analyze test results for regressions between baseline and current. Save to: `${OUTPUT_FOLDER}/03-regression-analysis.md`
|
|
21
|
+
|
|
22
|
+
### Agent 3: Flaky Hunter
|
|
23
|
+
Identify flaky tests, quarantine recommendations, and stability metrics. Save to: `${OUTPUT_FOLDER}/04-flaky-analysis.md`
|
|
24
|
+
|
|
25
|
+
## Success Criteria
|
|
26
|
+
- [ ] All THREE agents spawned in ONE message
|
|
27
|
+
- [ ] Post-spawn confirmation sent
|
|
28
|
+
|
|
29
|
+
## Output
|
|
30
|
+
Confirmation of 3 agents running.
|
|
31
|
+
|
|
32
|
+
## Navigation
|
|
33
|
+
- On success: proceed to Step 3 by reading `steps/03-batch1-results.md`
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Step 3: Wait for Batch 1 & Extract Results
|
|
2
|
+
|
|
3
|
+
## Prerequisites
|
|
4
|
+
- Step 2: All 3 core agents spawned
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
|
|
8
|
+
WAIT for all three agents. Extract:
|
|
9
|
+
- Quality gate pass/fail status and scores
|
|
10
|
+
- Regression count and severity
|
|
11
|
+
- Flaky test count and quarantine recommendations
|
|
12
|
+
- Overall pipeline health metrics
|
|
13
|
+
|
|
14
|
+
Output Batch 1 Results Summary with all values.
|
|
15
|
+
|
|
16
|
+
## Success Criteria
|
|
17
|
+
- [ ] All three agents returned
|
|
18
|
+
- [ ] All metrics extracted
|
|
19
|
+
|
|
20
|
+
## Navigation
|
|
21
|
+
- On success: proceed to Step 4 by reading `steps/04-conditional-agents.md`
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Step 4: Spawn Conditional Agents (Parallel Batch 2)
|
|
2
|
+
|
|
3
|
+
## Prerequisites
|
|
4
|
+
- Step 3 completed, flags from Step 1
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
|
|
8
|
+
| Flag | Agent | Output File |
|
|
9
|
+
|------|-------|-------------|
|
|
10
|
+
| HAS_SECURITY_PIPELINE | qe-security-scanner | `05-security-scan.md` |
|
|
11
|
+
| HAS_PERFORMANCE_PIPELINE | qe-chaos-engineer | `06-performance-assessment.md` |
|
|
12
|
+
| HAS_INFRA_CHANGE | qe-coverage-specialist | `07-coverage-analysis.md` |
|
|
13
|
+
| HAS_MIDDLEWARE | qe-middleware-validator | `08-middleware-validation.md` |
|
|
14
|
+
| HAS_SAP_INTEGRATION | qe-soap-tester | `09-soap-testing.md` |
|
|
15
|
+
| HAS_AUTHORIZATION | qe-sod-analyzer | `10-sod-analysis.md` |
|
|
16
|
+
|
|
17
|
+
If ALL flags FALSE, skip to Step 5.
|
|
18
|
+
|
|
19
|
+
## Success Criteria
|
|
20
|
+
- [ ] All flagged agents spawned and completed
|
|
21
|
+
|
|
22
|
+
## Navigation
|
|
23
|
+
- On success: proceed to Step 5 by reading `steps/05-decision-synthesis.md`
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Step 5: Synthesize Results & Determine Recommendation
|
|
2
|
+
|
|
3
|
+
## Prerequisites
|
|
4
|
+
- Core and conditional results available
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
|
|
8
|
+
### Apply RELEASE/REMEDIATE/BLOCK decision logic EXACTLY
|
|
9
|
+
|
|
10
|
+
**BLOCK conditions (ANY triggers BLOCK):**
|
|
11
|
+
- Quality gate FAILED on critical thresholds
|
|
12
|
+
- P0/P1 regressions detected
|
|
13
|
+
- Security vulnerabilities with CVSS >= 9.0
|
|
14
|
+
- Flaky test rate > 20% on critical paths
|
|
15
|
+
|
|
16
|
+
**RELEASE conditions (ALL required):**
|
|
17
|
+
- All quality gates PASSED
|
|
18
|
+
- No P0/P1 regressions
|
|
19
|
+
- Flaky test rate < 5%
|
|
20
|
+
- All conditional checks passed
|
|
21
|
+
|
|
22
|
+
**Default: REMEDIATE**
|
|
23
|
+
|
|
24
|
+
Record decision with metrics and rationale.
|
|
25
|
+
|
|
26
|
+
## Success Criteria
|
|
27
|
+
- [ ] FINAL RECOMMENDATION: RELEASE / REMEDIATE / BLOCK
|
|
28
|
+
|
|
29
|
+
## Navigation
|
|
30
|
+
- On success: proceed to Step 6 by reading `steps/06-report-generation.md`
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Step 6: Generate Verification Report
|
|
2
|
+
|
|
3
|
+
## Prerequisites
|
|
4
|
+
- Step 5 completed with recommendation
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
|
|
8
|
+
Generate the CI/CD Verification Report to `${OUTPUT_FOLDER}/01-executive-summary.md`.
|
|
9
|
+
|
|
10
|
+
Must include: Executive Summary, Quality Gates, Regression Analysis, Flaky Test Analysis,
|
|
11
|
+
Conditional sections, Deployment Readiness Assessment, Recommended Actions.
|
|
12
|
+
|
|
13
|
+
## Success Criteria
|
|
14
|
+
- [ ] Complete report saved
|
|
15
|
+
|
|
16
|
+
## Navigation
|
|
17
|
+
- On success: proceed to Step 7 by reading `steps/07-learning-persistence.md`
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Step 7: Store Learnings & Persist State
|
|
2
|
+
|
|
3
|
+
## Prerequisites
|
|
4
|
+
- Step 6 completed
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
|
|
8
|
+
### ALWAYS RUN. NOT OPTIONAL.
|
|
9
|
+
|
|
10
|
+
Store verification findings to memory:
|
|
11
|
+
|
|
12
|
+
```javascript
|
|
13
|
+
mcp__agentic-qe__memory_store({
|
|
14
|
+
key: `qcsd-cicd-${buildId}-${Date.now()}`,
|
|
15
|
+
namespace: "qcsd-cicd",
|
|
16
|
+
value: { recommendation, qualityGateStatus, regressionCount, flakyRate, flags, timestamp }
|
|
17
|
+
})
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
Save persistence record to `${OUTPUT_FOLDER}/11-learning-persistence.json`.
|
|
21
|
+
|
|
22
|
+
## Success Criteria
|
|
23
|
+
- [ ] Memory stored
|
|
24
|
+
- [ ] Persistence JSON saved
|
|
25
|
+
|
|
26
|
+
## Navigation
|
|
27
|
+
- On success: proceed to Step 8 by reading `steps/08-deployment-advisor.md`
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Step 8: Apply Deployment Advisor (Analysis)
|
|
2
|
+
|
|
3
|
+
## Prerequisites
|
|
4
|
+
- Step 7 completed
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
|
|
8
|
+
### ALWAYS RUN qe-deployment-advisor
|
|
9
|
+
|
|
10
|
+
Spawn qe-deployment-advisor to provide deployment readiness assessment:
|
|
11
|
+
|
|
12
|
+
1. Analyze all pipeline data and agent outputs
|
|
13
|
+
2. Assess deployment risk score
|
|
14
|
+
3. Provide deployment strategy recommendation (blue-green, canary, rolling, direct)
|
|
15
|
+
4. Identify monitoring priorities for post-deploy
|
|
16
|
+
5. Generate rollback criteria
|
|
17
|
+
|
|
18
|
+
Save to: `${OUTPUT_FOLDER}/12-deployment-advisory.md`
|
|
19
|
+
|
|
20
|
+
## Success Criteria
|
|
21
|
+
- [ ] Deployment advisor completed
|
|
22
|
+
- [ ] Advisory report saved
|
|
23
|
+
|
|
24
|
+
## Navigation
|
|
25
|
+
- On success: proceed to Step 9 by reading `steps/09-final-output.md`
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Step 9: Final Output & Completion Summary
|
|
2
|
+
|
|
3
|
+
## Prerequisites
|
|
4
|
+
- All steps completed
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
|
|
8
|
+
Display the completion summary with all scores and recommendation:
|
|
9
|
+
RELEASE / REMEDIATE / BLOCK with rationale, quality gate status,
|
|
10
|
+
regression count, flaky rate, deployment risk score, and all deliverables.
|
|
11
|
+
|
|
12
|
+
## Success Criteria
|
|
13
|
+
- [ ] Summary displayed
|
|
14
|
+
|
|
15
|
+
## Navigation
|
|
16
|
+
- Terminal step.
|