@agentic-qe/v3 3.0.0-alpha.26 → 3.0.0-alpha.27
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/README.md +123 -15
- package/assets/agents/v3/qe-product-factors-assessor.md +323 -0
- package/assets/agents/v3/qe-test-idea-rewriter.md +327 -0
- package/assets/skills/brutal-honesty-review/README.md +218 -0
- package/assets/skills/brutal-honesty-review/SKILL.md +235 -0
- package/assets/skills/brutal-honesty-review/resources/assessment-rubrics.md +295 -0
- package/assets/skills/brutal-honesty-review/resources/review-template.md +102 -0
- package/assets/skills/brutal-honesty-review/scripts/assess-code.sh +179 -0
- package/assets/skills/brutal-honesty-review/scripts/assess-tests.sh +223 -0
- package/assets/skills/cicd-pipeline-qe-orchestrator/README.md +304 -0
- package/assets/skills/cicd-pipeline-qe-orchestrator/SKILL.md +315 -0
- package/assets/skills/cicd-pipeline-qe-orchestrator/resources/workflows/microservice-pipeline.md +239 -0
- package/assets/skills/cicd-pipeline-qe-orchestrator/resources/workflows/mobile-pipeline.md +375 -0
- package/assets/skills/cicd-pipeline-qe-orchestrator/resources/workflows/monolith-pipeline.md +268 -0
- package/assets/skills/n8n-expression-testing/SKILL.md +434 -0
- package/assets/skills/n8n-integration-testing-patterns/SKILL.md +540 -0
- package/assets/skills/n8n-security-testing/SKILL.md +599 -0
- package/assets/skills/n8n-trigger-testing-strategies/SKILL.md +541 -0
- package/assets/skills/n8n-workflow-testing-fundamentals/SKILL.md +447 -0
- package/assets/skills/sfdipot-product-factors/skill.md +239 -0
- package/assets/skills/sherlock-review/SKILL.md +250 -0
- package/assets/skills/test-idea-rewriting/skill.md +229 -0
- package/assets/skills/testability-scoring/README.md +71 -0
- package/assets/skills/testability-scoring/SKILL.md +346 -0
- package/assets/skills/testability-scoring/resources/templates/config.template.js +84 -0
- package/assets/skills/testability-scoring/resources/templates/testability-scoring.spec.template.js +532 -0
- package/assets/skills/testability-scoring/scripts/generate-html-report.js +1007 -0
- package/assets/skills/testability-scoring/scripts/run-assessment.sh +70 -0
- package/dist/benchmarks/run-benchmarks.js +1 -13
- package/dist/benchmarks/run-benchmarks.js.map +1 -1
- package/dist/cli/bundle.js +2161 -1057
- package/dist/cli/completions/index.d.ts +0 -2
- package/dist/cli/completions/index.d.ts.map +1 -1
- package/dist/cli/completions/index.js +0 -5
- package/dist/cli/completions/index.js.map +1 -1
- package/dist/cli/index.js +73 -63
- package/dist/cli/index.js.map +1 -1
- package/dist/coordination/index.d.ts +1 -1
- package/dist/coordination/index.d.ts.map +1 -1
- package/dist/coordination/index.js +1 -3
- package/dist/coordination/index.js.map +1 -1
- package/dist/coordination/mincut/causal-discovery.d.ts +0 -10
- package/dist/coordination/mincut/causal-discovery.d.ts.map +1 -1
- package/dist/coordination/mincut/causal-discovery.js +0 -12
- package/dist/coordination/mincut/causal-discovery.js.map +1 -1
- package/dist/coordination/mincut/index.d.ts +3 -2
- package/dist/coordination/mincut/index.d.ts.map +1 -1
- package/dist/coordination/mincut/index.js +12 -6
- package/dist/coordination/mincut/index.js.map +1 -1
- package/dist/coordination/mincut/kuramoto-cpg.d.ts +331 -0
- package/dist/coordination/mincut/kuramoto-cpg.d.ts.map +1 -0
- package/dist/coordination/mincut/kuramoto-cpg.js +586 -0
- package/dist/coordination/mincut/kuramoto-cpg.js.map +1 -0
- package/dist/coordination/mincut/morphogenetic-growth.d.ts +3 -3
- package/dist/coordination/mincut/morphogenetic-growth.d.ts.map +1 -1
- package/dist/coordination/mincut/morphogenetic-growth.js.map +1 -1
- package/dist/coordination/mincut/time-crystal.d.ts +80 -6
- package/dist/coordination/mincut/time-crystal.d.ts.map +1 -1
- package/dist/coordination/mincut/time-crystal.js +190 -7
- package/dist/coordination/mincut/time-crystal.js.map +1 -1
- package/dist/coordination/queen-coordinator.d.ts +10 -0
- package/dist/coordination/queen-coordinator.d.ts.map +1 -1
- package/dist/coordination/queen-coordinator.js +52 -8
- package/dist/coordination/queen-coordinator.js.map +1 -1
- package/dist/domains/code-intelligence/coordinator.d.ts +37 -0
- package/dist/domains/code-intelligence/coordinator.d.ts.map +1 -1
- package/dist/domains/code-intelligence/coordinator.js +90 -0
- package/dist/domains/code-intelligence/coordinator.js.map +1 -1
- package/dist/domains/code-intelligence/services/c4-model/index.d.ts +208 -0
- package/dist/domains/code-intelligence/services/c4-model/index.d.ts.map +1 -0
- package/dist/domains/code-intelligence/services/c4-model/index.js +1295 -0
- package/dist/domains/code-intelligence/services/c4-model/index.js.map +1 -0
- package/dist/domains/code-intelligence/services/c4-model/types.d.ts +450 -0
- package/dist/domains/code-intelligence/services/c4-model/types.d.ts.map +1 -0
- package/dist/domains/code-intelligence/services/c4-model/types.js +11 -0
- package/dist/domains/code-intelligence/services/c4-model/types.js.map +1 -0
- package/dist/domains/code-intelligence/services/index.d.ts +2 -0
- package/dist/domains/code-intelligence/services/index.d.ts.map +1 -1
- package/dist/domains/code-intelligence/services/index.js +2 -0
- package/dist/domains/code-intelligence/services/index.js.map +1 -1
- package/dist/domains/code-intelligence/services/knowledge-graph.d.ts +7 -0
- package/dist/domains/code-intelligence/services/knowledge-graph.d.ts.map +1 -1
- package/dist/domains/code-intelligence/services/knowledge-graph.js +20 -0
- package/dist/domains/code-intelligence/services/knowledge-graph.js.map +1 -1
- package/dist/domains/code-intelligence/services/product-factors-bridge.d.ts +93 -0
- package/dist/domains/code-intelligence/services/product-factors-bridge.d.ts.map +1 -0
- package/dist/domains/code-intelligence/services/product-factors-bridge.js +699 -0
- package/dist/domains/code-intelligence/services/product-factors-bridge.js.map +1 -0
- package/dist/domains/contract-testing/services/contract-validator.d.ts +19 -0
- package/dist/domains/contract-testing/services/contract-validator.d.ts.map +1 -1
- package/dist/domains/contract-testing/services/contract-validator.js +41 -1
- package/dist/domains/contract-testing/services/contract-validator.js.map +1 -1
- package/dist/domains/coverage-analysis/services/hnsw-index.d.ts +0 -1
- package/dist/domains/coverage-analysis/services/hnsw-index.d.ts.map +1 -1
- package/dist/domains/coverage-analysis/services/hnsw-index.js +2 -13
- package/dist/domains/coverage-analysis/services/hnsw-index.js.map +1 -1
- package/dist/domains/defect-intelligence/services/pattern-learner.d.ts +14 -0
- package/dist/domains/defect-intelligence/services/pattern-learner.d.ts.map +1 -1
- package/dist/domains/defect-intelligence/services/pattern-learner.js +28 -2
- package/dist/domains/defect-intelligence/services/pattern-learner.js.map +1 -1
- package/dist/domains/learning-optimization/services/learning-coordinator.d.ts +0 -4
- package/dist/domains/learning-optimization/services/learning-coordinator.d.ts.map +1 -1
- package/dist/domains/learning-optimization/services/learning-coordinator.js +0 -18
- package/dist/domains/learning-optimization/services/learning-coordinator.js.map +1 -1
- package/dist/domains/requirements-validation/interfaces.d.ts +241 -0
- package/dist/domains/requirements-validation/interfaces.d.ts.map +1 -1
- package/dist/domains/requirements-validation/services/index.d.ts +1 -0
- package/dist/domains/requirements-validation/services/index.d.ts.map +1 -1
- package/dist/domains/requirements-validation/services/index.js +22 -0
- package/dist/domains/requirements-validation/services/index.js.map +1 -1
- package/dist/domains/requirements-validation/services/product-factors-assessment/analyzers/brutal-honesty-analyzer.d.ts +216 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/analyzers/brutal-honesty-analyzer.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/analyzers/brutal-honesty-analyzer.js +1035 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/analyzers/brutal-honesty-analyzer.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/analyzers/index.d.ts +10 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/analyzers/index.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/analyzers/index.js +8 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/analyzers/index.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/analyzers/sfdipot-analyzer.d.ts +115 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/analyzers/sfdipot-analyzer.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/analyzers/sfdipot-analyzer.js +420 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/analyzers/sfdipot-analyzer.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/code-intelligence/codebase-analyzer.d.ts +95 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/code-intelligence/codebase-analyzer.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/code-intelligence/codebase-analyzer.js +717 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/code-intelligence/codebase-analyzer.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/code-intelligence/index.d.ts +8 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/code-intelligence/index.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/code-intelligence/index.js +7 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/code-intelligence/index.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/gherkin-formatter.d.ts +87 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/gherkin-formatter.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/gherkin-formatter.js +336 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/gherkin-formatter.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/html-formatter.d.ts +116 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/html-formatter.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/html-formatter.js +1065 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/html-formatter.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/index.d.ts +13 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/index.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/index.js +10 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/index.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/json-formatter.d.ts +45 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/json-formatter.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/json-formatter.js +133 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/json-formatter.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/markdown-formatter.d.ts +75 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/markdown-formatter.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/markdown-formatter.js +318 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/markdown-formatter.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/generators/index.d.ts +10 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/generators/index.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/generators/index.js +8 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/generators/index.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/generators/question-generator.d.ts +93 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/generators/question-generator.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/generators/question-generator.js +412 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/generators/question-generator.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/generators/test-idea-generator.d.ts +95 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/generators/test-idea-generator.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/generators/test-idea-generator.js +609 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/generators/test-idea-generator.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/index.d.ts +43 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/index.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/index.js +75 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/index.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/parsers/architecture-parser.d.ts +88 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/parsers/architecture-parser.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/parsers/architecture-parser.js +434 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/parsers/architecture-parser.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/parsers/document-parser.d.ts +62 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/parsers/document-parser.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/parsers/document-parser.js +361 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/parsers/document-parser.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/parsers/index.d.ts +12 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/parsers/index.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/parsers/index.js +9 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/parsers/index.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/parsers/user-story-parser.d.ts +73 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/parsers/user-story-parser.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/parsers/user-story-parser.js +334 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/parsers/user-story-parser.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/patterns/domain-registry.d.ts +128 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/patterns/domain-registry.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/patterns/domain-registry.js +787 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/patterns/domain-registry.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/patterns/index.d.ts +7 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/patterns/index.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/patterns/index.js +7 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/patterns/index.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/product-factors-service.d.ts +91 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/product-factors-service.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/product-factors-service.js +747 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/product-factors-service.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/skills/index.d.ts +8 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/skills/index.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/skills/index.js +7 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/skills/index.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/skills/skill-integration.d.ts +82 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/skills/skill-integration.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/skills/skill-integration.js +433 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/skills/skill-integration.js.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/types/index.d.ts +566 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/types/index.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/types/index.js +225 -0
- package/dist/domains/requirements-validation/services/product-factors-assessment/types/index.js.map +1 -0
- package/dist/domains/test-execution/services/flaky-detector.d.ts +14 -0
- package/dist/domains/test-execution/services/flaky-detector.d.ts.map +1 -1
- package/dist/domains/test-execution/services/flaky-detector.js +45 -3
- package/dist/domains/test-execution/services/flaky-detector.js.map +1 -1
- package/dist/domains/test-execution/services/test-executor.d.ts +14 -0
- package/dist/domains/test-execution/services/test-executor.d.ts.map +1 -1
- package/dist/domains/test-execution/services/test-executor.js +43 -0
- package/dist/domains/test-execution/services/test-executor.js.map +1 -1
- package/dist/domains/test-generation/plugin.d.ts.map +1 -1
- package/dist/domains/test-generation/plugin.js.map +1 -1
- package/dist/domains/visual-accessibility/coordinator.d.ts.map +1 -1
- package/dist/domains/visual-accessibility/coordinator.js +4 -10
- package/dist/domains/visual-accessibility/coordinator.js.map +1 -1
- package/dist/init/agents-installer.d.ts.map +1 -1
- package/dist/init/agents-installer.js +5 -0
- package/dist/init/agents-installer.js.map +1 -1
- package/dist/init/init-wizard.d.ts.map +1 -1
- package/dist/init/init-wizard.js +10 -12
- package/dist/init/init-wizard.js.map +1 -1
- package/dist/init/self-configurator.d.ts.map +1 -1
- package/dist/init/self-configurator.js +2 -3
- package/dist/init/self-configurator.js.map +1 -1
- package/dist/init/skills-installer.d.ts +2 -3
- package/dist/init/skills-installer.d.ts.map +1 -1
- package/dist/init/skills-installer.js +62 -87
- package/dist/init/skills-installer.js.map +1 -1
- package/dist/init/types.d.ts +0 -2
- package/dist/init/types.d.ts.map +1 -1
- package/dist/init/types.js +0 -1
- package/dist/init/types.js.map +1 -1
- package/dist/integrations/embeddings/base/EmbeddingGenerator.d.ts +0 -4
- package/dist/integrations/embeddings/base/EmbeddingGenerator.d.ts.map +1 -1
- package/dist/integrations/embeddings/base/EmbeddingGenerator.js +2 -18
- package/dist/integrations/embeddings/base/EmbeddingGenerator.js.map +1 -1
- package/dist/integrations/embeddings/extensions/CoverageEmbedding.d.ts.map +1 -1
- package/dist/integrations/embeddings/extensions/CoverageEmbedding.js +2 -1
- package/dist/integrations/embeddings/extensions/CoverageEmbedding.js.map +1 -1
- package/dist/integrations/embeddings/extensions/DefectEmbedding.d.ts.map +1 -1
- package/dist/integrations/embeddings/extensions/DefectEmbedding.js +3 -2
- package/dist/integrations/embeddings/extensions/DefectEmbedding.js.map +1 -1
- package/dist/integrations/embeddings/extensions/TestEmbedding.d.ts.map +1 -1
- package/dist/integrations/embeddings/extensions/TestEmbedding.js +3 -2
- package/dist/integrations/embeddings/extensions/TestEmbedding.js.map +1 -1
- package/dist/integrations/rl-suite/algorithms/decision-transformer.d.ts +0 -1
- package/dist/integrations/rl-suite/algorithms/decision-transformer.d.ts.map +1 -1
- package/dist/integrations/rl-suite/algorithms/decision-transformer.js +2 -9
- package/dist/integrations/rl-suite/algorithms/decision-transformer.js.map +1 -1
- package/dist/kernel/memory-backend.d.ts +0 -1
- package/dist/kernel/memory-backend.d.ts.map +1 -1
- package/dist/kernel/memory-backend.js +2 -16
- package/dist/kernel/memory-backend.js.map +1 -1
- package/dist/kernel/unified-memory.d.ts +15 -2
- package/dist/kernel/unified-memory.d.ts.map +1 -1
- package/dist/kernel/unified-memory.js +80 -19
- package/dist/kernel/unified-memory.js.map +1 -1
- package/dist/kernel/unified-persistence.d.ts +15 -2
- package/dist/kernel/unified-persistence.d.ts.map +1 -1
- package/dist/kernel/unified-persistence.js +78 -4
- package/dist/kernel/unified-persistence.js.map +1 -1
- package/dist/learning/pattern-store.d.ts.map +1 -1
- package/dist/learning/pattern-store.js +11 -6
- package/dist/learning/pattern-store.js.map +1 -1
- package/dist/learning/qe-reasoning-bank.d.ts +4 -0
- package/dist/learning/qe-reasoning-bank.d.ts.map +1 -1
- package/dist/learning/qe-reasoning-bank.js +15 -2
- package/dist/learning/qe-reasoning-bank.js.map +1 -1
- package/dist/learning/real-embeddings.d.ts +1 -4
- package/dist/learning/real-embeddings.d.ts.map +1 -1
- package/dist/learning/real-embeddings.js +2 -18
- package/dist/learning/real-embeddings.js.map +1 -1
- package/dist/learning/real-qe-reasoning-bank.d.ts +33 -1
- package/dist/learning/real-qe-reasoning-bank.d.ts.map +1 -1
- package/dist/learning/real-qe-reasoning-bank.js +80 -12
- package/dist/learning/real-qe-reasoning-bank.js.map +1 -1
- package/dist/mcp/bundle.js +5717 -894
- package/dist/mcp/connection-pool.d.ts +16 -0
- package/dist/mcp/connection-pool.d.ts.map +1 -1
- package/dist/mcp/connection-pool.js +46 -0
- package/dist/mcp/connection-pool.js.map +1 -1
- package/dist/mcp/entry.js +10 -3
- package/dist/mcp/entry.js.map +1 -1
- package/dist/mcp/tools/base.d.ts +5 -0
- package/dist/mcp/tools/base.d.ts.map +1 -1
- package/dist/mcp/tools/base.js +11 -0
- package/dist/mcp/tools/base.js.map +1 -1
- package/dist/mcp/tools/learning-optimization/dream.d.ts +159 -0
- package/dist/mcp/tools/learning-optimization/dream.d.ts.map +1 -0
- package/dist/mcp/tools/learning-optimization/dream.js +470 -0
- package/dist/mcp/tools/learning-optimization/dream.js.map +1 -0
- package/dist/mcp/tools/learning-optimization/index.d.ts +11 -0
- package/dist/mcp/tools/learning-optimization/index.d.ts.map +1 -0
- package/dist/mcp/tools/learning-optimization/index.js +10 -0
- package/dist/mcp/tools/learning-optimization/index.js.map +1 -0
- package/dist/mcp/tools/registry.d.ts +1 -0
- package/dist/mcp/tools/registry.d.ts.map +1 -1
- package/dist/mcp/tools/registry.js +3 -1
- package/dist/mcp/tools/registry.js.map +1 -1
- package/dist/mcp/transport/stdio.d.ts.map +1 -1
- package/dist/mcp/transport/stdio.js +5 -0
- package/dist/mcp/transport/stdio.js.map +1 -1
- package/dist/routing/qe-agent-registry.d.ts +1 -1
- package/dist/routing/qe-agent-registry.d.ts.map +1 -1
- package/dist/routing/qe-agent-registry.js +19 -1
- package/dist/routing/qe-agent-registry.js.map +1 -1
- package/dist/shared/c4-model/index.d.ts +335 -0
- package/dist/shared/c4-model/index.d.ts.map +1 -0
- package/dist/shared/c4-model/index.js +79 -0
- package/dist/shared/c4-model/index.js.map +1 -0
- package/dist/shared/events/domain-events.d.ts +25 -0
- package/dist/shared/events/domain-events.d.ts.map +1 -1
- package/dist/shared/events/domain-events.js +1 -0
- package/dist/shared/events/domain-events.js.map +1 -1
- package/dist/shared/llm/router/index.d.ts +1 -1
- package/dist/shared/llm/router/index.d.ts.map +1 -1
- package/dist/shared/llm/router/index.js +1 -1
- package/dist/shared/llm/router/index.js.map +1 -1
- package/dist/shared/llm/router/routing-rules.d.ts +0 -5
- package/dist/shared/llm/router/routing-rules.d.ts.map +1 -1
- package/dist/shared/llm/router/routing-rules.js +0 -20
- package/dist/shared/llm/router/routing-rules.js.map +1 -1
- package/dist/shared/utils/circular-buffer.d.ts +22 -0
- package/dist/shared/utils/circular-buffer.d.ts.map +1 -0
- package/dist/shared/utils/circular-buffer.js +80 -0
- package/dist/shared/utils/circular-buffer.js.map +1 -0
- package/dist/shared/utils/index.d.ts +3 -0
- package/dist/shared/utils/index.d.ts.map +1 -0
- package/dist/shared/utils/index.js +3 -0
- package/dist/shared/utils/index.js.map +1 -0
- package/dist/shared/utils/vector-math.d.ts +9 -0
- package/dist/shared/utils/vector-math.d.ts.map +1 -0
- package/dist/shared/utils/vector-math.js +55 -0
- package/dist/shared/utils/vector-math.js.map +1 -0
- package/dist/test-scheduling/cicd/github-actions.d.ts +59 -0
- package/dist/test-scheduling/cicd/github-actions.d.ts.map +1 -0
- package/dist/test-scheduling/cicd/github-actions.js +308 -0
- package/dist/test-scheduling/cicd/github-actions.js.map +1 -0
- package/dist/test-scheduling/executors/vitest-executor.d.ts +49 -0
- package/dist/test-scheduling/executors/vitest-executor.d.ts.map +1 -0
- package/dist/test-scheduling/executors/vitest-executor.js +267 -0
- package/dist/test-scheduling/executors/vitest-executor.js.map +1 -0
- package/dist/test-scheduling/flaky-tracking/flaky-tracker.d.ts +100 -0
- package/dist/test-scheduling/flaky-tracking/flaky-tracker.d.ts.map +1 -0
- package/dist/test-scheduling/flaky-tracking/flaky-tracker.js +267 -0
- package/dist/test-scheduling/flaky-tracking/flaky-tracker.js.map +1 -0
- package/dist/test-scheduling/git-aware/test-selector.d.ts +99 -0
- package/dist/test-scheduling/git-aware/test-selector.d.ts.map +1 -0
- package/dist/test-scheduling/git-aware/test-selector.js +336 -0
- package/dist/test-scheduling/git-aware/test-selector.js.map +1 -0
- package/dist/test-scheduling/index.d.ts +75 -0
- package/dist/test-scheduling/index.d.ts.map +1 -0
- package/dist/test-scheduling/index.js +92 -0
- package/dist/test-scheduling/index.js.map +1 -0
- package/dist/test-scheduling/interfaces.d.ts +220 -0
- package/dist/test-scheduling/interfaces.d.ts.map +1 -0
- package/dist/test-scheduling/interfaces.js +45 -0
- package/dist/test-scheduling/interfaces.js.map +1 -0
- package/dist/test-scheduling/phase-scheduler.d.ts +90 -0
- package/dist/test-scheduling/phase-scheduler.d.ts.map +1 -0
- package/dist/test-scheduling/phase-scheduler.js +216 -0
- package/dist/test-scheduling/phase-scheduler.js.map +1 -0
- package/dist/test-scheduling/pipeline.d.ts +134 -0
- package/dist/test-scheduling/pipeline.d.ts.map +1 -0
- package/dist/test-scheduling/pipeline.js +231 -0
- package/dist/test-scheduling/pipeline.js.map +1 -0
- package/dist/workers/worker-manager.d.ts.map +1 -1
- package/dist/workers/worker-manager.js +24 -0
- package/dist/workers/worker-manager.js.map +1 -1
- package/package.json +6 -3
- package/scripts/generate-pattern-embeddings.ts +102 -0
- package/scripts/index-codebase-kg.ts +340 -0
- package/scripts/preinstall.cjs +204 -0
- package/scripts/prepare-assets.sh +66 -0
- package/scripts/test-migrated-patterns.ts +148 -0
- package/scripts/test-migrated-simple.ts +132 -0
- package/scripts/test-v2-migration.ts +61 -0
- package/assets/skills/qe-agentic-flow-integration/SKILL.md +0 -1158
- package/dist/compatibility/agent-mapper.d.ts +0 -70
- package/dist/compatibility/agent-mapper.d.ts.map +0 -1
- package/dist/compatibility/agent-mapper.js +0 -149
- package/dist/compatibility/agent-mapper.js.map +0 -1
- package/dist/compatibility/cli-adapter.d.ts +0 -53
- package/dist/compatibility/cli-adapter.d.ts.map +0 -1
- package/dist/compatibility/cli-adapter.js +0 -247
- package/dist/compatibility/cli-adapter.js.map +0 -1
- package/dist/compatibility/config-migrator.d.ts +0 -42
- package/dist/compatibility/config-migrator.d.ts.map +0 -1
- package/dist/compatibility/config-migrator.js +0 -280
- package/dist/compatibility/config-migrator.js.map +0 -1
- package/dist/compatibility/index.d.ts +0 -58
- package/dist/compatibility/index.d.ts.map +0 -1
- package/dist/compatibility/index.js +0 -90
- package/dist/compatibility/index.js.map +0 -1
- package/dist/compatibility/mcp-adapter.d.ts +0 -38
- package/dist/compatibility/mcp-adapter.d.ts.map +0 -1
- package/dist/compatibility/mcp-adapter.js +0 -202
- package/dist/compatibility/mcp-adapter.js.map +0 -1
- package/dist/compatibility/types.d.ts +0 -161
- package/dist/compatibility/types.d.ts.map +0 -1
- package/dist/compatibility/types.js +0 -5
- package/dist/compatibility/types.js.map +0 -1
- package/dist/time-crystal/default-phases.d.ts +0 -95
- package/dist/time-crystal/default-phases.d.ts.map +0 -1
- package/dist/time-crystal/default-phases.js +0 -456
- package/dist/time-crystal/default-phases.js.map +0 -1
- package/dist/time-crystal/index.d.ts +0 -28
- package/dist/time-crystal/index.d.ts.map +0 -1
- package/dist/time-crystal/index.js +0 -55
- package/dist/time-crystal/index.js.map +0 -1
- package/dist/time-crystal/oscillator.d.ts +0 -195
- package/dist/time-crystal/oscillator.d.ts.map +0 -1
- package/dist/time-crystal/oscillator.js +0 -358
- package/dist/time-crystal/oscillator.js.map +0 -1
- package/dist/time-crystal/phase-executor.d.ts +0 -212
- package/dist/time-crystal/phase-executor.d.ts.map +0 -1
- package/dist/time-crystal/phase-executor.js +0 -327
- package/dist/time-crystal/phase-executor.js.map +0 -1
- package/dist/time-crystal/scheduler.d.ts +0 -239
- package/dist/time-crystal/scheduler.d.ts.map +0 -1
- package/dist/time-crystal/scheduler.js +0 -860
- package/dist/time-crystal/scheduler.js.map +0 -1
- package/dist/time-crystal/test-runner.d.ts +0 -141
- package/dist/time-crystal/test-runner.d.ts.map +0 -1
- package/dist/time-crystal/test-runner.js +0 -529
- package/dist/time-crystal/test-runner.js.map +0 -1
- package/dist/time-crystal/types.d.ts +0 -269
- package/dist/time-crystal/types.d.ts.map +0 -1
- package/dist/time-crystal/types.js +0 -51
- package/dist/time-crystal/types.js.map +0 -1
package/README.md
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
# Agentic QE
|
|
1
|
+
# Agentic QE
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/agentic-qe)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
[](https://www.typescriptlang.org/)
|
|
6
|
+
[](https://nodejs.org/)
|
|
6
7
|
|
|
7
|
-
> Domain-Driven Quality Engineering with 12 Bounded Contexts, ReasoningBank Learning, and HNSW Vector Search
|
|
8
|
+
> Domain-Driven Quality Engineering with 12 Bounded Contexts, 50 Specialized QE Agents (43 main + 7 subagents), ReasoningBank Learning, and HNSW Vector Search
|
|
8
9
|
|
|
9
10
|
## Quick Start
|
|
10
11
|
|
|
11
12
|
```bash
|
|
12
13
|
# Install globally
|
|
13
|
-
npm install -g
|
|
14
|
+
npm install -g agentic-qe
|
|
14
15
|
|
|
15
16
|
# Initialize your project
|
|
16
17
|
cd your-project
|
|
@@ -23,9 +24,30 @@ aqe init --auto
|
|
|
23
24
|
claude mcp add aqe -- aqe-mcp
|
|
24
25
|
```
|
|
25
26
|
|
|
27
|
+
### Local Installation
|
|
28
|
+
|
|
29
|
+
```bash
|
|
30
|
+
# Install as dev dependency
|
|
31
|
+
npm install --save-dev agentic-qe
|
|
32
|
+
|
|
33
|
+
# Run via npx
|
|
34
|
+
npx aqe init --wizard
|
|
35
|
+
npx aqe test generate src/
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
## Why Agentic QE?
|
|
39
|
+
|
|
40
|
+
- **50 Specialized QE Agents** - Domain-focused quality engineering agents (43 main + 7 subagents)
|
|
41
|
+
- **12 DDD Bounded Contexts** - Modular, extensible architecture
|
|
42
|
+
- **O(log n) Coverage Analysis** - Sublinear performance with HNSW indexing
|
|
43
|
+
- **150x Faster Pattern Search** - HNSW-indexed vector storage
|
|
44
|
+
- **ReasoningBank + SONA Learning** - Neural pattern learning and transfer
|
|
45
|
+
- **Queen-led Coordination** - 3-5x throughput with work stealing
|
|
46
|
+
- **Zero-Breaking-Changes Migration** - Full v2 backward compatibility
|
|
47
|
+
|
|
26
48
|
## Architecture Overview
|
|
27
49
|
|
|
28
|
-
Agentic QE
|
|
50
|
+
Agentic QE uses a **Domain-Driven Design (DDD)** architecture with a microkernel pattern:
|
|
29
51
|
|
|
30
52
|
```
|
|
31
53
|
┌─────────────────────────────────────────────────────────────────────────────┐
|
|
@@ -79,7 +101,7 @@ Agentic QE v3 uses a **Domain-Driven Design (DDD)** architecture with a microker
|
|
|
79
101
|
The microkernel provides core infrastructure:
|
|
80
102
|
|
|
81
103
|
```typescript
|
|
82
|
-
import { QEKernelImpl } from '
|
|
104
|
+
import { QEKernelImpl } from 'agentic-qe';
|
|
83
105
|
|
|
84
106
|
const kernel = new QEKernelImpl({
|
|
85
107
|
maxConcurrentAgents: 15,
|
|
@@ -101,7 +123,7 @@ await kernel.initialize();
|
|
|
101
123
|
Orchestrates tasks across all domains:
|
|
102
124
|
|
|
103
125
|
```typescript
|
|
104
|
-
import { createQueenCoordinator } from '
|
|
126
|
+
import { createQueenCoordinator } from 'agentic-qe';
|
|
105
127
|
|
|
106
128
|
const queen = createQueenCoordinator(kernel, router, executor);
|
|
107
129
|
await queen.initialize();
|
|
@@ -271,14 +293,17 @@ aqe agent spawn test-generation -t worker -c unit-test,integration-test
|
|
|
271
293
|
|
|
272
294
|
## MCP Integration
|
|
273
295
|
|
|
274
|
-
Add the
|
|
296
|
+
Add the MCP server to Claude Code (requires global install):
|
|
275
297
|
|
|
276
298
|
```bash
|
|
277
299
|
# First install globally
|
|
278
|
-
npm install -g
|
|
300
|
+
npm install -g agentic-qe
|
|
279
301
|
|
|
280
302
|
# Then add to Claude Code
|
|
281
303
|
claude mcp add aqe -- aqe-mcp
|
|
304
|
+
|
|
305
|
+
# Or run directly with npx (no global install)
|
|
306
|
+
claude mcp add aqe -- npx agentic-qe mcp
|
|
282
307
|
```
|
|
283
308
|
|
|
284
309
|
### Available MCP Tools
|
|
@@ -317,7 +342,7 @@ claude mcp add aqe -- aqe-mcp
|
|
|
317
342
|
### Test Generation
|
|
318
343
|
|
|
319
344
|
```typescript
|
|
320
|
-
import { QEKernelImpl } from '
|
|
345
|
+
import { QEKernelImpl } from 'agentic-qe';
|
|
321
346
|
|
|
322
347
|
const kernel = new QEKernelImpl();
|
|
323
348
|
await kernel.initialize();
|
|
@@ -384,20 +409,52 @@ console.log(`Quality gate: ${gate.value.passed ? 'PASSED' : 'FAILED'}`);
|
|
|
384
409
|
| Module System | CommonJS | ESM |
|
|
385
410
|
| Memory | SQLite only | HNSW + SQLite hybrid |
|
|
386
411
|
| Learning | Basic patterns | ReasoningBank + SONA |
|
|
387
|
-
| Agents |
|
|
412
|
+
| Agents | 32 | 48 QE agents |
|
|
413
|
+
| Coverage | O(n) | O(log n) |
|
|
414
|
+
| Pattern Search | Linear | 150x faster (HNSW) |
|
|
415
|
+
| Coordination | Sequential | Queen + Work Stealing |
|
|
388
416
|
| CLI | `aqe` | `aqe` |
|
|
389
|
-
| Package | `agentic-qe` |
|
|
417
|
+
| Package | `agentic-qe@2` | `agentic-qe` |
|
|
390
418
|
|
|
391
419
|
## Migration from v2
|
|
392
420
|
|
|
393
|
-
|
|
421
|
+
Agentic QE v3 provides **zero-breaking-changes** migration. All v2 APIs, CLI commands, and configurations continue to work.
|
|
422
|
+
|
|
423
|
+
### Quick Migration
|
|
394
424
|
|
|
395
425
|
```bash
|
|
396
|
-
#
|
|
397
|
-
npm install
|
|
426
|
+
# Install v3 (replaces v2)
|
|
427
|
+
npm install agentic-qe
|
|
428
|
+
|
|
429
|
+
# Run migration with backup
|
|
398
430
|
aqe migrate --backup
|
|
431
|
+
|
|
432
|
+
# Verify migration
|
|
433
|
+
aqe migrate status
|
|
434
|
+
```
|
|
435
|
+
|
|
436
|
+
### What Gets Migrated
|
|
437
|
+
|
|
438
|
+
| Component | v2 Location | v3 Location | Auto-Migrate |
|
|
439
|
+
|-----------|-------------|-------------|--------------|
|
|
440
|
+
| Memory DB | `.agentic-qe/memory.db` | `.aqe/agentdb/` | Yes |
|
|
441
|
+
| Config | `.agentic-qe/config.json` | `.aqe/config.json` | Yes |
|
|
442
|
+
| Patterns | `.agentic-qe/patterns/` | `.aqe/reasoning-bank/` | Yes |
|
|
443
|
+
|
|
444
|
+
### Backward Compatibility
|
|
445
|
+
|
|
446
|
+
All v2 agent names and CLI commands remain functional:
|
|
447
|
+
|
|
448
|
+
```bash
|
|
449
|
+
# v2 commands still work
|
|
450
|
+
aqe generate tests --file src/app.ts # Mapped to: aqe test generate
|
|
451
|
+
|
|
452
|
+
# v2 agent names still work
|
|
453
|
+
qe-test-generator # Mapped to: qe-test-architect
|
|
399
454
|
```
|
|
400
455
|
|
|
456
|
+
See the [Migration Guide](./docs/MIGRATION-GUIDE.md) for detailed instructions and the [Changelog](./docs/CHANGELOG-V3.md) for all changes.
|
|
457
|
+
|
|
401
458
|
## Configuration
|
|
402
459
|
|
|
403
460
|
### Project Configuration (.aqe/config.json)
|
|
@@ -424,10 +481,61 @@ aqe migrate --backup
|
|
|
424
481
|
}
|
|
425
482
|
```
|
|
426
483
|
|
|
484
|
+
## 48 QE Agents
|
|
485
|
+
|
|
486
|
+
Agentic QE includes 48 specialized quality engineering agents (41 main + 7 subagents) organized by domain:
|
|
487
|
+
|
|
488
|
+
### Test Generation Domain
|
|
489
|
+
`qe-test-architect`, `qe-tdd-specialist`, `qe-tdd-red`, `qe-tdd-green`, `qe-tdd-refactor`, `qe-property-tester`, `qe-mutation-tester`, `qe-bdd-generator`
|
|
490
|
+
|
|
491
|
+
### Test Execution Domain
|
|
492
|
+
`qe-test-executor`, `qe-flaky-hunter`, `qe-retry-handler`, `qe-parallel-executor`
|
|
493
|
+
|
|
494
|
+
### Coverage Analysis Domain
|
|
495
|
+
`qe-coverage-specialist`, `qe-gap-detector`, `qe-risk-analyzer`
|
|
496
|
+
|
|
497
|
+
### Quality Assessment Domain
|
|
498
|
+
`qe-quality-gate`, `qe-metrics-optimizer`, `qe-deployment-advisor`
|
|
499
|
+
|
|
500
|
+
### Defect Intelligence Domain
|
|
501
|
+
`qe-defect-intelligence`, `qe-regression-analyzer`, `qe-root-cause-analyzer`
|
|
502
|
+
|
|
503
|
+
### Code Intelligence Domain
|
|
504
|
+
`qe-knowledge-manager`, `qe-dependency-mapper`, `qe-impact-analyzer`
|
|
505
|
+
|
|
506
|
+
### Security Compliance Domain
|
|
507
|
+
`qe-security-auditor`, `qe-security-scanner`, `qe-compliance-validator`
|
|
508
|
+
|
|
509
|
+
### Contract Testing Domain
|
|
510
|
+
`qe-contract-validator`, `qe-contract-testing`, `qe-graphql-tester`
|
|
511
|
+
|
|
512
|
+
### Visual Accessibility Domain
|
|
513
|
+
`qe-visual-accessibility`, `qe-responsive-tester`, `qe-accessibility-auditor`
|
|
514
|
+
|
|
515
|
+
### Chaos Resilience Domain
|
|
516
|
+
`qe-chaos-engineer`, `qe-load-tester`, `qe-resilience-tester`, `qe-performance-tester`
|
|
517
|
+
|
|
518
|
+
### Learning Optimization Domain
|
|
519
|
+
`qe-learning-optimization`, `qe-pattern-learner`, `qe-transfer-specialist`
|
|
520
|
+
|
|
521
|
+
### Coordination
|
|
522
|
+
`qe-queen-coordinator`, `qe-fleet-commander`, `qe-integration-tester`, `qe-data-generator`, `qe-code-reviewer`
|
|
523
|
+
|
|
524
|
+
## Requirements
|
|
525
|
+
|
|
526
|
+
- Node.js 18.0.0 or higher
|
|
527
|
+
- npm 8.0.0 or higher
|
|
528
|
+
|
|
427
529
|
## Contributing
|
|
428
530
|
|
|
429
531
|
See [CONTRIBUTING.md](../CONTRIBUTING.md) for guidelines.
|
|
430
532
|
|
|
533
|
+
## Documentation
|
|
534
|
+
|
|
535
|
+
- [Migration Guide](./docs/MIGRATION-GUIDE.md) - Migrating from v2 to v3
|
|
536
|
+
- [Changelog](./docs/CHANGELOG-V3.md) - Version history and changes
|
|
537
|
+
- [API Reference](https://github.com/proffesor-for-testing/agentic-qe) - Full API documentation
|
|
538
|
+
|
|
431
539
|
## License
|
|
432
540
|
|
|
433
541
|
MIT - see [LICENSE](../LICENSE) for details.
|
|
@@ -0,0 +1,323 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: qe-product-factors-assessor
|
|
3
|
+
version: "3.0.0"
|
|
4
|
+
updated: "2026-01-17"
|
|
5
|
+
description: SFDIPOT product factors analysis using James Bach's HTSM framework for comprehensive test strategy generation
|
|
6
|
+
v2_compat: qe-product-factors-assessor
|
|
7
|
+
domain: requirements-validation
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
<qe_agent_definition>
|
|
11
|
+
<identity>
|
|
12
|
+
You are the V3 QE Product Factors Assessor, a comprehensive test strategy analyzer using James Bach's HTSM framework.
|
|
13
|
+
Mission: Analyze requirements through SFDIPOT lens (Structure, Function, Data, Interfaces, Platform, Operations, Time) to generate prioritized test ideas with automation fitness recommendations.
|
|
14
|
+
Domain: requirements-validation (ADR-004)
|
|
15
|
+
V2 Compatibility: Maps to qe-product-factors-assessor for backward compatibility.
|
|
16
|
+
</identity>
|
|
17
|
+
|
|
18
|
+
<implementation_status>
|
|
19
|
+
Working:
|
|
20
|
+
- SFDIPOT Analysis: Complete 7-category product factors analysis
|
|
21
|
+
- Test Idea Generation: Prioritized (P0-P3) with automation fitness
|
|
22
|
+
- Clarifying Questions: Surface unknown risks and missing requirements
|
|
23
|
+
- Multi-Format Output: HTML, JSON, Markdown, Gherkin
|
|
24
|
+
- Domain Detection: Context-aware pattern recognition
|
|
25
|
+
- Brutal Honesty Integration: Quality validation with Bach/Ramsay/Linus modes
|
|
26
|
+
|
|
27
|
+
Partial:
|
|
28
|
+
- Learning System: Pattern persistence across assessments
|
|
29
|
+
- Code Intelligence: Integration with codebase analysis
|
|
30
|
+
|
|
31
|
+
Planned:
|
|
32
|
+
- Real-time epic analysis streaming
|
|
33
|
+
- Integration with product management tools
|
|
34
|
+
</implementation_status>
|
|
35
|
+
|
|
36
|
+
<default_to_action>
|
|
37
|
+
Start SFDIPOT analysis immediately when requirements are provided.
|
|
38
|
+
Generate test ideas autonomously without confirmation.
|
|
39
|
+
Apply brutal honesty validation by default.
|
|
40
|
+
Use domain-specific patterns for test idea generation.
|
|
41
|
+
Output complete assessments in requested format.
|
|
42
|
+
</default_to_action>
|
|
43
|
+
|
|
44
|
+
<parallel_execution>
|
|
45
|
+
Analyze all 7 SFDIPOT categories simultaneously.
|
|
46
|
+
Generate test ideas across subcategories in parallel.
|
|
47
|
+
Run quality validation concurrently with generation.
|
|
48
|
+
Process multiple user stories at once.
|
|
49
|
+
Use up to 7 concurrent analyzers (one per category).
|
|
50
|
+
</parallel_execution>
|
|
51
|
+
|
|
52
|
+
<sfdipot_framework>
|
|
53
|
+
## The 7 Product Factors (SFDIPOT)
|
|
54
|
+
|
|
55
|
+
| Factor | Focus | Key Questions |
|
|
56
|
+
|--------|-------|---------------|
|
|
57
|
+
| **Structure** | What the product IS | Components, architecture, dependencies, code quality |
|
|
58
|
+
| **Function** | What the product DOES | Features, calculations, error handling, security |
|
|
59
|
+
| **Data** | What it PROCESSES | Input/output, persistence, boundaries, formats |
|
|
60
|
+
| **Interfaces** | How it CONNECTS | UI, APIs, integrations, protocols |
|
|
61
|
+
| **Platform** | What it DEPENDS ON | OS, browser, hardware, external services |
|
|
62
|
+
| **Operations** | How it's USED | User workflows, edge cases, admin tasks |
|
|
63
|
+
| **Time** | WHEN things happen | Concurrency, scheduling, timeouts, sequences |
|
|
64
|
+
|
|
65
|
+
## 37 Subcategories
|
|
66
|
+
|
|
67
|
+
**Structure** (5): Code Integrity, Hardware, Non-Executable Files, Executable Files, Dependencies
|
|
68
|
+
**Function** (7): Application, Calculation, Error Handling, Security, State Transitions, Messaging, Data Transformation
|
|
69
|
+
**Data** (7): Input, Output, Persistence, Storage, Boundaries, Validation, Formats
|
|
70
|
+
**Interfaces** (5): User Interface, APIs, Integrations, Protocols, CLI
|
|
71
|
+
**Platform** (5): Browser, OS, Hardware, External Software, Network
|
|
72
|
+
**Operations** (5): Common Use, Extreme Use, User Management, Admin Operations, Recovery
|
|
73
|
+
**Time** (3): Concurrency, Scheduling, Sequences
|
|
74
|
+
</sfdipot_framework>
|
|
75
|
+
|
|
76
|
+
<capabilities>
|
|
77
|
+
- **SFDIPOT Analysis**: Comprehensive 7-category product factors assessment
|
|
78
|
+
- **Test Idea Generation**: Action-verb-driven ideas (no "Verify" patterns)
|
|
79
|
+
- **Priority Assignment**: P0-P3 with domain-context risk weighting
|
|
80
|
+
- **Automation Fitness**: Unit/Integration/E2E/Human-Exploration recommendations
|
|
81
|
+
- **Clarifying Questions**: LLM-driven gap detection with penetrating questions
|
|
82
|
+
- **Quality Validation**: Brutal honesty mode with Bach/Ramsay/Linus analysis
|
|
83
|
+
- **Domain Detection**: Automatic context recognition (ecommerce, healthcare, finance)
|
|
84
|
+
</capabilities>
|
|
85
|
+
|
|
86
|
+
<quality_rules>
|
|
87
|
+
## Hard Gates (Pre-Output Validation)
|
|
88
|
+
|
|
89
|
+
| Rule | Requirement |
|
|
90
|
+
|------|-------------|
|
|
91
|
+
| **No Verify Pattern** | No test ideas starting with "Verify X" |
|
|
92
|
+
| **Human Exploration** | >= 10% with documented reasoning |
|
|
93
|
+
| **Priority Distribution** | P0: 8-12%, P1: 20-30%, P2: 35-45%, P3: 20-30% |
|
|
94
|
+
| **Automation Mix** | Unit: 30-40%, E2E: <=50%, Human: >=10% |
|
|
95
|
+
| **Section Order** | Table -> Test Data -> Sessions -> Questions |
|
|
96
|
+
|
|
97
|
+
## Test Idea Quality
|
|
98
|
+
|
|
99
|
+
**Before (BAD):**
|
|
100
|
+
> "Verify celebrity collection navigation works correctly"
|
|
101
|
+
|
|
102
|
+
**After (GOOD):**
|
|
103
|
+
> "200 users click 'Add to Bag' on same product within 1 second during live event; verify inventory correctly decremented without oversell"
|
|
104
|
+
|
|
105
|
+
## Action Verb Categories
|
|
106
|
+
|
|
107
|
+
| Category | Verbs |
|
|
108
|
+
|----------|-------|
|
|
109
|
+
| Interaction | Click, Type, Submit, Navigate, Scroll |
|
|
110
|
+
| Trigger | Send, Inject, Force, Simulate, Load |
|
|
111
|
+
| Measurement | Measure, Time, Count, Profile, Benchmark |
|
|
112
|
+
| State | Set, Configure, Enable, Disable, Toggle |
|
|
113
|
+
| Observation | Confirm, Assert, Check, Observe, Monitor |
|
|
114
|
+
</quality_rules>
|
|
115
|
+
|
|
116
|
+
<memory_namespace>
|
|
117
|
+
Reads:
|
|
118
|
+
- aqe/requirements/* - Source requirements and user stories
|
|
119
|
+
- aqe/learning/patterns/sfdipot/* - Learned assessment patterns
|
|
120
|
+
- aqe/domain-patterns/* - Domain-specific test patterns
|
|
121
|
+
|
|
122
|
+
Writes:
|
|
123
|
+
- aqe/assessments/sfdipot/* - SFDIPOT assessment results
|
|
124
|
+
- aqe/test-ideas/* - Generated test ideas with priorities
|
|
125
|
+
- aqe/clarifying-questions/* - Gap-driven questions
|
|
126
|
+
- aqe/v3/requirements/assessments/* - V3 learning outcomes
|
|
127
|
+
|
|
128
|
+
Coordination:
|
|
129
|
+
- aqe/v3/domains/requirements-validation/assessments/* - Assessment input
|
|
130
|
+
- aqe/v3/domains/test-generation/ideas/* - Test idea output
|
|
131
|
+
- aqe/v3/queen/tasks/* - Task status updates
|
|
132
|
+
</memory_namespace>
|
|
133
|
+
|
|
134
|
+
<learning_protocol>
|
|
135
|
+
**MANDATORY**: When executed via Claude Code Task tool, you MUST call learning MCP tools.
|
|
136
|
+
|
|
137
|
+
### Query Past Assessment Patterns BEFORE Analysis
|
|
138
|
+
|
|
139
|
+
```typescript
|
|
140
|
+
mcp__agentic_qe_v3__memory_retrieve({
|
|
141
|
+
key: "sfdipot/patterns",
|
|
142
|
+
namespace: "learning"
|
|
143
|
+
})
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
### Required Learning Actions (Call AFTER Assessment)
|
|
147
|
+
|
|
148
|
+
**1. Store Assessment Experience:**
|
|
149
|
+
```typescript
|
|
150
|
+
mcp__agentic_qe_v3__memory_store({
|
|
151
|
+
key: "sfdipot/outcome-{timestamp}",
|
|
152
|
+
namespace: "learning",
|
|
153
|
+
value: {
|
|
154
|
+
agentId: "qe-product-factors-assessor",
|
|
155
|
+
taskType: "sfdipot-assessment",
|
|
156
|
+
reward: <calculated_reward>,
|
|
157
|
+
outcome: {
|
|
158
|
+
epicId: "<epic-id>",
|
|
159
|
+
testIdeasGenerated: <count>,
|
|
160
|
+
qualityScore: <0-100>,
|
|
161
|
+
categoryCoverage: {
|
|
162
|
+
structure: <percentage>,
|
|
163
|
+
function: <percentage>,
|
|
164
|
+
data: <percentage>,
|
|
165
|
+
interfaces: <percentage>,
|
|
166
|
+
platform: <percentage>,
|
|
167
|
+
operations: <percentage>,
|
|
168
|
+
time: <percentage>
|
|
169
|
+
},
|
|
170
|
+
priorityDistribution: { p0: <pct>, p1: <pct>, p2: <pct>, p3: <pct> }
|
|
171
|
+
},
|
|
172
|
+
patterns: {
|
|
173
|
+
domainDetected: "<domain>",
|
|
174
|
+
effectivePatterns: ["<patterns that worked>"],
|
|
175
|
+
gapsIdentified: ["<coverage gaps found>"]
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
})
|
|
179
|
+
```
|
|
180
|
+
|
|
181
|
+
**2. Submit Assessment Result to Queen:**
|
|
182
|
+
```typescript
|
|
183
|
+
mcp__agentic_qe_v3__task_submit({
|
|
184
|
+
type: "sfdipot-assessment-complete",
|
|
185
|
+
priority: "p1",
|
|
186
|
+
payload: {
|
|
187
|
+
assessmentId: "...",
|
|
188
|
+
testIdeasCount: <count>,
|
|
189
|
+
qualityScore: <score>,
|
|
190
|
+
outputFormat: "HTML|JSON|MD|Gherkin",
|
|
191
|
+
recommendations: [...]
|
|
192
|
+
}
|
|
193
|
+
})
|
|
194
|
+
```
|
|
195
|
+
|
|
196
|
+
### Reward Calculation Criteria (0-1 scale)
|
|
197
|
+
| Reward | Criteria |
|
|
198
|
+
|--------|----------|
|
|
199
|
+
| 1.0 | All categories covered, quality rules met, domain patterns applied |
|
|
200
|
+
| 0.9 | Excellent: Full coverage, minor quality adjustments needed |
|
|
201
|
+
| 0.7 | Good: Most categories covered, some gaps in priority distribution |
|
|
202
|
+
| 0.5 | Acceptable: Assessment complete, several quality rules missed |
|
|
203
|
+
| 0.3 | Partial: Incomplete analysis, significant coverage gaps |
|
|
204
|
+
| 0.0 | Failed: Missing categories or major quality violations |
|
|
205
|
+
</learning_protocol>
|
|
206
|
+
|
|
207
|
+
<output_format>
|
|
208
|
+
## Supported Formats
|
|
209
|
+
|
|
210
|
+
- **HTML**: Interactive dashboard with filtering, charts, and export
|
|
211
|
+
- **JSON**: Structured data for programmatic consumption
|
|
212
|
+
- **Markdown**: Human-readable assessment summary
|
|
213
|
+
- **Gherkin**: BDD scenarios for discovered test ideas
|
|
214
|
+
|
|
215
|
+
## Required Sections
|
|
216
|
+
|
|
217
|
+
1. **Product Coverage Outline** (PCO Table)
|
|
218
|
+
- 4 columns: #, Testable Element, Reference, Product Factor(s)
|
|
219
|
+
- Serial numbers proportional to requirements
|
|
220
|
+
|
|
221
|
+
2. **Test Data Suggestions** (7 sections)
|
|
222
|
+
- One per SFDIPOT category: "Test Data Suggestions for {CATEGORY} based tests"
|
|
223
|
+
|
|
224
|
+
3. **Exploratory Test Sessions** (7 sections)
|
|
225
|
+
- One per SFDIPOT category: "Suggestions for Exploratory Test Sessions: {CATEGORY}"
|
|
226
|
+
- NO "Charter" or "Recommended" terminology
|
|
227
|
+
|
|
228
|
+
4. **Clarifying Questions**
|
|
229
|
+
- LLM-driven gap analysis
|
|
230
|
+
- Penetrating questions for coverage gaps
|
|
231
|
+
- "Suggestions based on general risk patterns" wording
|
|
232
|
+
</output_format>
|
|
233
|
+
|
|
234
|
+
<examples>
|
|
235
|
+
Example 1: E-commerce Epic Assessment
|
|
236
|
+
```
|
|
237
|
+
Input: Analyze Epic "Celebrity Collection Launch"
|
|
238
|
+
- Live shopping integration
|
|
239
|
+
- Inventory management
|
|
240
|
+
- Social sharing features
|
|
241
|
+
|
|
242
|
+
Output: SFDIPOT Assessment Complete (Score: 87/100)
|
|
243
|
+
|
|
244
|
+
Test Ideas Generated: 156
|
|
245
|
+
- P0 (Critical): 14 (9.0%)
|
|
246
|
+
- P1 (High): 42 (26.9%)
|
|
247
|
+
- P2 (Medium): 67 (42.9%)
|
|
248
|
+
- P3 (Low): 33 (21.2%)
|
|
249
|
+
|
|
250
|
+
Automation Fitness:
|
|
251
|
+
- Unit Tests: 54 (34.6%)
|
|
252
|
+
- Integration: 31 (19.9%)
|
|
253
|
+
- E2E: 49 (31.4%)
|
|
254
|
+
- Human Exploration: 22 (14.1%)
|
|
255
|
+
|
|
256
|
+
Category Coverage:
|
|
257
|
+
- Structure: 95% (dependency analysis, component integrity)
|
|
258
|
+
- Function: 98% (inventory, checkout, social features)
|
|
259
|
+
- Data: 92% (user data, product data, session state)
|
|
260
|
+
- Interfaces: 96% (API contracts, UI interactions)
|
|
261
|
+
- Platform: 88% (mobile, browser, CDN)
|
|
262
|
+
- Operations: 94% (user flows, admin tasks)
|
|
263
|
+
- Time: 85% (live event timing, inventory races)
|
|
264
|
+
|
|
265
|
+
Clarifying Questions: 12 identified gaps
|
|
266
|
+
Learning: Stored pattern "ecommerce-live-shopping" with 0.92 confidence
|
|
267
|
+
```
|
|
268
|
+
|
|
269
|
+
Example 2: Healthcare Feature Assessment
|
|
270
|
+
```
|
|
271
|
+
Input: Analyze Epic "Patient Portal Enhancement"
|
|
272
|
+
- HIPAA compliance features
|
|
273
|
+
- Appointment scheduling
|
|
274
|
+
- Medical record access
|
|
275
|
+
|
|
276
|
+
Output: SFDIPOT Assessment Complete (Score: 91/100)
|
|
277
|
+
|
|
278
|
+
Test Ideas Generated: 203
|
|
279
|
+
Domain-Specific Boost Applied: Healthcare (+15% security, +10% compliance)
|
|
280
|
+
|
|
281
|
+
Priority Distribution:
|
|
282
|
+
- P0: 24 (11.8%) - HIPAA critical paths
|
|
283
|
+
- P1: 58 (28.6%) - PHI handling
|
|
284
|
+
- P2: 84 (41.4%) - Core functionality
|
|
285
|
+
- P3: 37 (18.2%) - Enhancement features
|
|
286
|
+
|
|
287
|
+
Special Categories Emphasized:
|
|
288
|
+
- Security (Function): 34 test ideas (audit logging, access control)
|
|
289
|
+
- Data Validation: 28 test ideas (PHI protection, encryption)
|
|
290
|
+
- Compliance: 19 test ideas (HIPAA, consent management)
|
|
291
|
+
```
|
|
292
|
+
</examples>
|
|
293
|
+
|
|
294
|
+
<skills_available>
|
|
295
|
+
Core Skills:
|
|
296
|
+
- brutal-honesty-review: Quality validation with Bach/Ramsay/Linus modes
|
|
297
|
+
- context-driven-testing: Foundation for domain-aware analysis
|
|
298
|
+
- risk-based-testing: Priority assignment guidance
|
|
299
|
+
|
|
300
|
+
Domain Skills:
|
|
301
|
+
- compliance-testing: HIPAA, GDPR, PCI-DSS patterns
|
|
302
|
+
- security-testing: OWASP coverage patterns
|
|
303
|
+
- performance-testing: Load and stress test ideas
|
|
304
|
+
|
|
305
|
+
Use via CLI: `aqe skills show brutal-honesty-review`
|
|
306
|
+
Use via Claude Code: `Skill("context-driven-testing")`
|
|
307
|
+
</skills_available>
|
|
308
|
+
|
|
309
|
+
<coordination_notes>
|
|
310
|
+
**V3 Architecture**: This agent operates within the requirements-validation bounded context (ADR-004).
|
|
311
|
+
|
|
312
|
+
**Cross-Domain Communication**:
|
|
313
|
+
- Receives requirements from product management
|
|
314
|
+
- Outputs test ideas to qe-test-architect
|
|
315
|
+
- Provides clarifying questions to stakeholders
|
|
316
|
+
- Reports quality metrics to qe-quality-gate
|
|
317
|
+
|
|
318
|
+
**Integration with qe-test-idea-rewriter**:
|
|
319
|
+
When test ideas contain "Verify" patterns, automatically invoke qe-test-idea-rewriter to transform to action-verb format.
|
|
320
|
+
|
|
321
|
+
**V2 Compatibility**: This agent is new in V3. V2 systems can access via the MCP bridge.
|
|
322
|
+
</coordination_notes>
|
|
323
|
+
</qe_agent_definition>
|