agentic-qe 3.8.1 → 3.8.3
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-security-scanner.md +2 -2
- package/.claude/commands/claude-flow-help.md +1 -1
- package/.claude/helpers/github-setup.sh +4 -4
- package/.claude/helpers/post-commit +1 -1
- package/.claude/helpers/pre-commit +1 -1
- package/.claude/helpers/quick-start.sh +4 -4
- package/.claude/helpers/setup-mcp.sh +3 -3
- package/.claude/helpers/statusline-v3.cjs +1 -1
- package/.claude/helpers/validation-pipeline.cjs +625 -0
- package/.claude/skills/README.md +29 -7
- package/.claude/skills/TRUST-TIERS.md +26 -10
- package/.claude/skills/a11y-ally/SKILL.md +10 -2
- package/.claude/skills/accessibility-testing/SKILL.md +2 -1
- package/.claude/skills/agentic-quality-engineering/SKILL.md +1 -2
- package/.claude/skills/api-testing-patterns/SKILL.md +8 -0
- package/.claude/skills/api-testing-patterns/config.json +14 -0
- package/.claude/skills/api-testing-patterns/templates/api-test-scaffold.md +87 -0
- package/.claude/skills/brutal-honesty-review/SKILL.md +0 -1
- package/.claude/skills/bug-reporting-excellence/SKILL.md +14 -1
- package/.claude/skills/cicd-pipeline-qe-orchestrator/SKILL.md +0 -1
- package/.claude/skills/code-review-quality/SKILL.md +14 -1
- package/.claude/skills/compatibility-testing/SKILL.md +1 -54
- package/.claude/skills/compliance-testing/SKILL.md +8 -1
- package/.claude/skills/compliance-testing/config.json +13 -0
- package/.claude/skills/consultancy-practices/SKILL.md +1 -33
- package/.claude/skills/context-driven-testing/SKILL.md +0 -42
- package/.claude/skills/contract-testing/SKILL.md +12 -0
- package/.claude/skills/contract-testing/config.json +13 -0
- package/.claude/skills/contract-testing/references/agent-commands.md +103 -0
- package/.claude/skills/contract-testing/references/provider-states.md +45 -0
- package/.claude/skills/coverage-drop-investigator/SKILL.md +90 -0
- package/.claude/skills/coverage-guard/SKILL.md +82 -0
- package/.claude/skills/coverage-guard/scripts/check-coverage.sh +42 -0
- package/.claude/skills/database-testing/SKILL.md +0 -10
- package/.claude/skills/debug-loop/SKILL.md +1 -1
- package/.claude/skills/e2e-flow-verifier/SKILL.md +78 -0
- package/.claude/skills/enterprise-integration-testing/SKILL.md +1 -1
- package/.claude/skills/exploratory-testing-advanced/SKILL.md +8 -1
- package/.claude/skills/exploratory-testing-advanced/references/heuristic-cheatsheet.md +48 -0
- package/.claude/skills/freeze-tests/SKILL.md +67 -0
- package/.claude/skills/freeze-tests/scripts/block-test-edits.sh +27 -0
- package/.claude/skills/holistic-testing-pact/SKILL.md +0 -1
- package/.claude/skills/iterative-loop/SKILL.md +6 -6
- package/.claude/skills/localization-testing/SKILL.md +0 -18
- package/.claude/skills/mobile-testing/SKILL.md +2 -50
- package/.claude/skills/mutation-testing/SKILL.md +26 -1
- package/.claude/skills/mutation-testing/config.json +14 -0
- package/.claude/skills/mutation-testing/references/mutation-operators.md +38 -0
- package/.claude/skills/mutation-testing/run-history.json +6 -0
- package/.claude/skills/n8n-expression-testing/SKILL.md +0 -1
- package/.claude/skills/n8n-integration-testing-patterns/SKILL.md +0 -1
- package/.claude/skills/n8n-security-testing/SKILL.md +0 -1
- package/.claude/skills/n8n-trigger-testing-strategies/SKILL.md +0 -1
- package/.claude/skills/n8n-workflow-testing-fundamentals/SKILL.md +0 -1
- package/.claude/skills/no-skip/SKILL.md +74 -0
- package/.claude/skills/no-skip/scripts/check-skips.sh +28 -0
- package/.claude/skills/pair-programming/SKILL.md +1 -1
- package/.claude/skills/pentest-validation/SKILL.md +2 -3
- package/.claude/skills/performance-testing/SKILL.md +21 -0
- package/.claude/skills/performance-testing/config.json +18 -0
- package/.claude/skills/performance-testing/references/k6-patterns.md +72 -0
- package/.claude/skills/performance-testing/run-history.json +6 -0
- package/.claude/skills/pr-review/SKILL.md +3 -3
- package/.claude/skills/qcsd-cicd-swarm/SKILL.md +1 -2
- package/.claude/skills/qcsd-development-swarm/SKILL.md +1 -2
- package/.claude/skills/qcsd-ideation-swarm/SKILL.md +1 -2
- package/.claude/skills/qcsd-production-swarm/SKILL.md +1 -2
- package/.claude/skills/qcsd-production-swarm/steps/01-flag-detection.md +1 -1
- package/.claude/skills/qcsd-production-swarm/steps/07-learning-persistence.md +2 -2
- package/.claude/skills/qcsd-refinement-swarm/SKILL.md +1 -2
- package/.claude/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +1 -1
- package/.claude/skills/qe-chaos-resilience/SKILL.md +2 -3
- package/.claude/skills/qe-code-intelligence/SKILL.md +9 -2
- package/.claude/skills/qe-coverage-analysis/SKILL.md +28 -2
- package/.claude/skills/qe-coverage-analysis/run-history.json +6 -0
- package/.claude/skills/qe-defect-intelligence/SKILL.md +1 -2
- package/.claude/skills/qe-iterative-loop/SKILL.md +0 -1
- package/.claude/skills/qe-learning-optimization/SKILL.md +1 -2
- package/.claude/skills/qe-quality-assessment/SKILL.md +29 -3
- package/.claude/skills/qe-quality-assessment/run-history.json +6 -0
- package/.claude/skills/qe-requirements-validation/SKILL.md +1 -2
- package/.claude/skills/qe-test-execution/SKILL.md +9 -2
- package/.claude/skills/qe-test-generation/SKILL.md +15 -2
- package/.claude/skills/qe-test-generation/config.json +14 -0
- package/.claude/skills/qe-test-generation/templates/test-scaffold-jest.md +72 -0
- package/.claude/skills/qe-visual-accessibility/SKILL.md +1 -2
- package/.claude/skills/quality-metrics/SKILL.md +3 -78
- package/.claude/skills/refactoring-patterns/SKILL.md +0 -1
- package/.claude/skills/regression-testing/SKILL.md +13 -49
- package/.claude/skills/risk-based-testing/SKILL.md +6 -52
- package/.claude/skills/security-testing/SKILL.md +30 -0
- package/.claude/skills/security-testing/config.json +13 -0
- package/.claude/skills/security-testing/references/compliance-agent-commands.md +131 -0
- package/.claude/skills/security-testing/references/owasp-top-10.md +66 -0
- package/.claude/skills/security-testing/run-history.json +6 -0
- package/.claude/skills/security-testing/templates/security-report.md +44 -0
- package/.claude/skills/security-visual-testing/SKILL.md +0 -1
- package/.claude/skills/security-watch/SKILL.md +93 -0
- package/.claude/skills/security-watch/scripts/scan-security.sh +46 -0
- package/.claude/skills/sherlock-review/SKILL.md +0 -1
- package/.claude/skills/shift-left-testing/SKILL.md +16 -88
- package/.claude/skills/shift-right-testing/SKILL.md +0 -1
- package/.claude/skills/six-thinking-hats/SKILL.md +0 -1
- package/.claude/skills/skill-stats/SKILL.md +79 -0
- package/.claude/skills/skills-manifest.json +1 -1
- package/.claude/skills/strict-tdd/SKILL.md +72 -0
- package/.claude/skills/strict-tdd/scripts/enforce-red-phase.sh +36 -0
- package/.claude/skills/tdd-london-chicago/SKILL.md +8 -1
- package/.claude/skills/technical-writing/SKILL.md +0 -1
- package/.claude/skills/test-automation-strategy/SKILL.md +13 -65
- package/.claude/skills/test-data-management/SKILL.md +1 -105
- package/.claude/skills/test-design-techniques/SKILL.md +2 -152
- package/.claude/skills/test-environment-management/SKILL.md +0 -48
- package/.claude/skills/test-failure-investigator/SKILL.md +99 -0
- package/.claude/skills/test-metrics-dashboard/SKILL.md +97 -0
- package/.claude/skills/test-reporting-analytics/SKILL.md +0 -1
- package/.claude/skills/trust-tier-manifest.json +135 -61
- package/.claude/skills/validation-pipeline/SKILL.md +5 -6
- package/.claude/skills/verification-quality/SKILL.md +15 -1
- package/.claude/skills/visual-testing-advanced/SKILL.md +0 -1
- package/.claude/skills/xp-practices/SKILL.md +2 -110
- package/.opencode/agents/collective-intelligence-coordinator.yaml +52 -0
- package/.opencode/agents/ddd-domain-expert.yaml +49 -0
- package/.opencode/agents/memory-specialist.yaml +49 -0
- package/.opencode/agents/performance-engineer.yaml +53 -0
- package/.opencode/agents/qe-accessibility-auditor.yaml +118 -0
- package/.opencode/agents/qe-api-contract-validator.yaml +85 -0
- package/.opencode/agents/qe-bdd-generator.yaml +83 -0
- package/.opencode/agents/qe-chaos-engineer.yaml +114 -0
- package/.opencode/agents/qe-code-complexity.yaml +82 -0
- package/.opencode/agents/qe-code-intelligence.yaml +80 -0
- package/.opencode/agents/qe-coverage-analyzer.yaml +75 -0
- package/.opencode/agents/qe-defect-predictor.yaml +81 -0
- package/.opencode/agents/qe-dependency-mapper.yaml +81 -0
- package/.opencode/agents/qe-deployment-advisor.yaml +82 -0
- package/.opencode/agents/qe-devils-advocate.yaml +63 -0
- package/.opencode/agents/qe-flaky-hunter.yaml +116 -0
- package/.opencode/agents/qe-fleet-commander.yaml +83 -0
- package/.opencode/agents/qe-gap-detector.yaml +81 -0
- package/.opencode/agents/qe-graphql-tester.yaml +84 -0
- package/.opencode/agents/qe-impact-analyzer.yaml +81 -0
- package/.opencode/agents/qe-integration-architect.yaml +46 -0
- package/.opencode/agents/qe-integration-tester.yaml +84 -0
- package/.opencode/agents/qe-kg-builder.yaml +75 -0
- package/.opencode/agents/qe-learning-coordinator.yaml +82 -0
- package/.opencode/agents/qe-load-tester.yaml +84 -0
- package/.opencode/agents/qe-message-broker-tester.yaml +94 -0
- package/.opencode/agents/qe-metrics-optimizer.yaml +81 -0
- package/.opencode/agents/qe-middleware-validator.yaml +92 -0
- package/.opencode/agents/qe-mutation-tester.yaml +84 -0
- package/.opencode/agents/qe-odata-contract-tester.yaml +98 -0
- package/.opencode/agents/qe-parallel-executor.yaml +79 -0
- package/.opencode/agents/qe-pattern-learner.yaml +80 -0
- package/.opencode/agents/qe-pentest-validator.yaml +137 -0
- package/.opencode/agents/qe-performance-tester.yaml +83 -0
- package/.opencode/agents/qe-product-factors-assessor.yaml +116 -0
- package/.opencode/agents/qe-property-tester.yaml +82 -0
- package/.opencode/agents/qe-quality-criteria-recommender.yaml +111 -0
- package/.opencode/agents/qe-quality-gate.yaml +80 -0
- package/.opencode/agents/qe-queen-coordinator.yaml +59 -0
- package/.opencode/agents/qe-qx-partner.yaml +75 -0
- package/.opencode/agents/qe-regression-analyzer.yaml +90 -0
- package/.opencode/agents/qe-requirements-validator.yaml +111 -0
- package/.opencode/agents/qe-responsive-tester.yaml +85 -0
- package/.opencode/agents/qe-retry-handler.yaml +82 -0
- package/.opencode/agents/qe-risk-assessor.yaml +81 -0
- package/.opencode/agents/qe-root-cause-analyzer.yaml +82 -0
- package/.opencode/agents/qe-sap-idoc-tester.yaml +104 -0
- package/.opencode/agents/qe-sap-rfc-tester.yaml +94 -0
- package/.opencode/agents/qe-security-auditor.yaml +90 -0
- package/.opencode/agents/qe-security-scanner.yaml +80 -0
- package/.opencode/agents/qe-soap-tester.yaml +93 -0
- package/.opencode/agents/qe-sod-analyzer.yaml +96 -0
- package/.opencode/agents/qe-tdd-specialist.yaml +84 -0
- package/.opencode/agents/qe-test-generator.yaml +78 -0
- package/.opencode/agents/qe-test-idea-rewriter.yaml +88 -0
- package/.opencode/agents/qe-transfer-specialist.yaml +81 -0
- package/.opencode/agents/qe-visual-tester.yaml +82 -0
- package/.opencode/agents/security-architect.yaml +51 -0
- package/.opencode/agents/security-auditor.yaml +50 -0
- package/.opencode/permissions.yaml +74 -0
- package/.opencode/skills/qcsd-cicd-swarm.yaml +45 -0
- package/.opencode/skills/qcsd-development-swarm.yaml +45 -0
- package/.opencode/skills/qcsd-ideation-swarm.yaml +45 -0
- package/.opencode/skills/qcsd-production-swarm.yaml +45 -0
- package/.opencode/skills/qcsd-refinement-swarm.yaml +45 -0
- package/.opencode/skills/qe-a11y-ally.yaml +45 -0
- package/.opencode/skills/qe-accessibility-testing.yaml +45 -0
- package/.opencode/skills/qe-agentic-jujutsu.yaml +45 -0
- package/.opencode/skills/qe-agentic-quality-engineering.yaml +45 -0
- package/.opencode/skills/qe-api-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-aqe-v2-v3-migration.yaml +45 -0
- package/.opencode/skills/qe-brutal-honesty-review.yaml +45 -0
- package/.opencode/skills/qe-bug-reporting-excellence.yaml +45 -0
- package/.opencode/skills/qe-chaos-engineering-resilience.yaml +30 -0
- package/.opencode/skills/qe-chaos-resilience.yaml +45 -0
- package/.opencode/skills/qe-cicd-pipeline-qe-orchestrator.yaml +45 -0
- package/.opencode/skills/qe-code-intelligence.yaml +45 -0
- package/.opencode/skills/qe-code-review-quality.yaml +45 -0
- package/.opencode/skills/qe-compatibility-testing.yaml +35 -0
- package/.opencode/skills/qe-compliance-testing.yaml +35 -0
- package/.opencode/skills/qe-consultancy-practices.yaml +45 -0
- package/.opencode/skills/qe-context-driven-testing.yaml +45 -0
- package/.opencode/skills/qe-coverage-analysis.yaml +45 -0
- package/.opencode/skills/qe-database-testing.yaml +40 -0
- package/.opencode/skills/qe-debug-loop.yaml +45 -0
- package/.opencode/skills/qe-defect-intelligence.yaml +45 -0
- package/.opencode/skills/qe-enterprise-integration-testing.yaml +45 -0
- package/.opencode/skills/qe-exploratory-testing-advanced.yaml +45 -0
- package/.opencode/skills/qe-github-code-review.yaml +45 -0
- package/.opencode/skills/qe-github-multi-repo.yaml +45 -0
- package/.opencode/skills/qe-github-project-management.yaml +45 -0
- package/.opencode/skills/qe-github-release-management.yaml +45 -0
- package/.opencode/skills/qe-github-workflow-automation.yaml +45 -0
- package/.opencode/skills/qe-holistic-testing-pact.yaml +45 -0
- package/.opencode/skills/qe-iterative-loop.yaml +45 -0
- package/.opencode/skills/qe-learning-optimization.yaml +45 -0
- package/.opencode/skills/qe-localization-testing.yaml +40 -0
- package/.opencode/skills/qe-middleware-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-mobile-testing.yaml +35 -0
- package/.opencode/skills/qe-mutation-testing.yaml +35 -0
- package/.opencode/skills/qe-n8n-expression-testing.yaml +45 -0
- package/.opencode/skills/qe-n8n-integration-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-n8n-security-testing.yaml +45 -0
- package/.opencode/skills/qe-n8n-trigger-testing-strategies.yaml +45 -0
- package/.opencode/skills/qe-n8n-workflow-testing-fundamentals.yaml +45 -0
- package/.opencode/skills/qe-observability-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-pair-programming.yaml +45 -0
- package/.opencode/skills/qe-pentest-validation.yaml +45 -0
- package/.opencode/skills/qe-performance-analysis.yaml +45 -0
- package/.opencode/skills/qe-performance-testing.yaml +45 -0
- package/.opencode/skills/qe-pr-review.yaml +45 -0
- package/.opencode/skills/qe-quality-assessment.yaml +45 -0
- package/.opencode/skills/qe-quality-metrics.yaml +45 -0
- package/.opencode/skills/qe-refactoring-patterns.yaml +40 -0
- package/.opencode/skills/qe-regression-testing.yaml +40 -0
- package/.opencode/skills/qe-release.yaml +45 -0
- package/.opencode/skills/qe-requirements-validation.yaml +45 -0
- package/.opencode/skills/qe-risk-based-testing.yaml +45 -0
- package/.opencode/skills/qe-security-testing.yaml +45 -0
- package/.opencode/skills/qe-security-visual-testing.yaml +45 -0
- package/.opencode/skills/qe-sfdipot-product-factors.yaml +45 -0
- package/.opencode/skills/qe-sherlock-review.yaml +45 -0
- package/.opencode/skills/qe-shift-left-testing.yaml +45 -0
- package/.opencode/skills/qe-shift-right-testing.yaml +45 -0
- package/.opencode/skills/qe-six-thinking-hats.yaml +45 -0
- package/.opencode/skills/qe-skill-builder.yaml +45 -0
- package/.opencode/skills/qe-sparc-methodology.yaml +45 -0
- package/.opencode/skills/qe-stream-chain.yaml +45 -0
- package/.opencode/skills/qe-tdd-london-chicago.yaml +45 -0
- package/.opencode/skills/qe-technical-writing.yaml +45 -0
- package/.opencode/skills/qe-test-automation-strategy.yaml +35 -0
- package/.opencode/skills/qe-test-data-management.yaml +45 -0
- package/.opencode/skills/qe-test-design-techniques.yaml +40 -0
- package/.opencode/skills/qe-test-environment-management.yaml +40 -0
- package/.opencode/skills/qe-test-execution.yaml +45 -0
- package/.opencode/skills/qe-test-generation.yaml +45 -0
- package/.opencode/skills/qe-test-idea-rewriting.yaml +45 -0
- package/.opencode/skills/qe-test-reporting-analytics.yaml +45 -0
- package/.opencode/skills/qe-testability-scoring.yaml +45 -0
- package/.opencode/skills/qe-verification-quality.yaml +45 -0
- package/.opencode/skills/qe-visual-accessibility.yaml +45 -0
- package/.opencode/skills/qe-visual-testing-advanced.yaml +40 -0
- package/.opencode/skills/qe-wms-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-xp-practices.yaml +45 -0
- package/.opencode/tools/qe-defect-scan.ts +79 -0
- package/.opencode/tools/qe-fleet-status.ts +59 -0
- package/.opencode/tools/qe-full-audit.ts +81 -0
- package/.opencode/tools/qe-learning-report.ts +74 -0
- package/.opencode/tools/qe-test-and-verify.ts +97 -0
- package/CHANGELOG.md +50 -0
- package/README.md +5 -1
- package/assets/agents/v3/qe-security-scanner.md +2 -2
- package/assets/helpers/statusline-v3.cjs +1 -1
- package/assets/helpers/validation-pipeline.cjs +625 -0
- package/assets/skills/README.md +173 -0
- package/assets/skills/TRUST-TIERS.md +174 -0
- package/assets/skills/a11y-ally/SKILL.md +10 -2
- package/assets/skills/accessibility-testing/SKILL.md +2 -1
- package/assets/skills/agentic-quality-engineering/SKILL.md +1 -2
- package/assets/skills/api-testing-patterns/SKILL.md +8 -0
- package/assets/skills/api-testing-patterns/config.json +14 -0
- package/assets/skills/api-testing-patterns/templates/api-test-scaffold.md +87 -0
- package/assets/skills/brutal-honesty-review/SKILL.md +0 -1
- package/assets/skills/bug-reporting-excellence/SKILL.md +14 -1
- package/assets/skills/cicd-pipeline-qe-orchestrator/SKILL.md +0 -1
- package/assets/skills/code-review-quality/SKILL.md +14 -1
- package/assets/skills/compatibility-testing/SKILL.md +1 -54
- package/assets/skills/compliance-testing/SKILL.md +8 -1
- package/assets/skills/compliance-testing/config.json +13 -0
- package/assets/skills/consultancy-practices/SKILL.md +1 -33
- package/assets/skills/context-driven-testing/SKILL.md +0 -42
- package/assets/skills/contract-testing/SKILL.md +12 -0
- package/assets/skills/contract-testing/config.json +13 -0
- package/assets/skills/contract-testing/references/agent-commands.md +103 -0
- package/assets/skills/contract-testing/references/provider-states.md +45 -0
- package/assets/skills/coverage-drop-investigator/SKILL.md +90 -0
- package/assets/skills/coverage-guard/SKILL.md +82 -0
- package/assets/skills/coverage-guard/scripts/check-coverage.sh +42 -0
- package/assets/skills/database-testing/SKILL.md +0 -10
- package/assets/skills/debug-loop/SKILL.md +1 -1
- package/assets/skills/e2e-flow-verifier/SKILL.md +78 -0
- package/assets/skills/enterprise-integration-testing/SKILL.md +1 -1
- package/assets/skills/exploratory-testing-advanced/SKILL.md +8 -1
- package/assets/skills/exploratory-testing-advanced/references/heuristic-cheatsheet.md +48 -0
- package/assets/skills/freeze-tests/SKILL.md +67 -0
- package/assets/skills/freeze-tests/scripts/block-test-edits.sh +27 -0
- package/assets/skills/holistic-testing-pact/SKILL.md +0 -1
- package/assets/skills/localization-testing/SKILL.md +0 -18
- package/assets/skills/mobile-testing/SKILL.md +2 -50
- package/assets/skills/mutation-testing/SKILL.md +26 -1
- package/assets/skills/mutation-testing/config.json +14 -0
- package/assets/skills/mutation-testing/references/mutation-operators.md +38 -0
- package/assets/skills/mutation-testing/run-history.json +6 -0
- package/assets/skills/n8n-expression-testing/SKILL.md +0 -1
- package/assets/skills/n8n-integration-testing-patterns/SKILL.md +0 -1
- package/assets/skills/n8n-security-testing/SKILL.md +0 -1
- package/assets/skills/n8n-trigger-testing-strategies/SKILL.md +0 -1
- package/assets/skills/n8n-workflow-testing-fundamentals/SKILL.md +0 -1
- package/assets/skills/no-skip/SKILL.md +74 -0
- package/assets/skills/no-skip/scripts/check-skips.sh +28 -0
- package/assets/skills/pair-programming/SKILL.md +1 -1
- package/assets/skills/pentest-validation/SKILL.md +2 -3
- package/assets/skills/performance-testing/SKILL.md +21 -0
- package/assets/skills/performance-testing/config.json +18 -0
- package/assets/skills/performance-testing/references/k6-patterns.md +72 -0
- package/assets/skills/performance-testing/run-history.json +6 -0
- package/assets/skills/pr-review/SKILL.md +3 -3
- package/assets/skills/qcsd-cicd-swarm/SKILL.md +1 -2
- package/assets/skills/qcsd-development-swarm/SKILL.md +1 -2
- package/assets/skills/qcsd-ideation-swarm/SKILL.md +1 -2
- package/assets/skills/qcsd-production-swarm/SKILL.md +1 -2
- package/assets/skills/qcsd-production-swarm/steps/01-flag-detection.md +1 -1
- package/assets/skills/qcsd-production-swarm/steps/07-learning-persistence.md +2 -2
- package/assets/skills/qcsd-refinement-swarm/SKILL.md +1 -2
- package/assets/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +1 -1
- package/assets/skills/qe-chaos-resilience/SKILL.md +2 -3
- package/assets/skills/qe-code-intelligence/SKILL.md +9 -2
- package/assets/skills/qe-coverage-analysis/SKILL.md +28 -2
- package/assets/skills/qe-coverage-analysis/run-history.json +6 -0
- package/assets/skills/qe-defect-intelligence/SKILL.md +1 -2
- package/assets/skills/qe-iterative-loop/SKILL.md +0 -1
- package/assets/skills/qe-learning-optimization/SKILL.md +1 -2
- package/assets/skills/qe-quality-assessment/SKILL.md +29 -3
- package/assets/skills/qe-quality-assessment/run-history.json +6 -0
- package/assets/skills/qe-requirements-validation/SKILL.md +1 -2
- package/assets/skills/qe-test-execution/SKILL.md +9 -2
- package/assets/skills/qe-test-generation/SKILL.md +15 -2
- package/assets/skills/qe-test-generation/config.json +14 -0
- package/assets/skills/qe-test-generation/templates/test-scaffold-jest.md +72 -0
- package/assets/skills/qe-visual-accessibility/SKILL.md +1 -2
- package/assets/skills/quality-metrics/SKILL.md +3 -78
- package/assets/skills/refactoring-patterns/SKILL.md +0 -1
- package/assets/skills/regression-testing/SKILL.md +13 -49
- package/assets/skills/risk-based-testing/SKILL.md +6 -52
- package/assets/skills/security-testing/SKILL.md +30 -0
- package/assets/skills/security-testing/config.json +13 -0
- package/assets/skills/security-testing/references/compliance-agent-commands.md +131 -0
- package/assets/skills/security-testing/references/owasp-top-10.md +66 -0
- package/assets/skills/security-testing/run-history.json +6 -0
- package/assets/skills/security-testing/templates/security-report.md +44 -0
- package/assets/skills/security-visual-testing/SKILL.md +0 -1
- package/assets/skills/security-watch/SKILL.md +93 -0
- package/assets/skills/security-watch/scripts/scan-security.sh +46 -0
- package/assets/skills/sherlock-review/SKILL.md +0 -1
- package/assets/skills/shift-left-testing/SKILL.md +16 -88
- package/assets/skills/shift-right-testing/SKILL.md +0 -1
- package/assets/skills/six-thinking-hats/SKILL.md +0 -1
- package/assets/skills/skill-stats/SKILL.md +79 -0
- package/assets/skills/strict-tdd/SKILL.md +72 -0
- package/assets/skills/strict-tdd/scripts/enforce-red-phase.sh +36 -0
- package/assets/skills/tdd-london-chicago/SKILL.md +8 -1
- package/assets/skills/technical-writing/SKILL.md +0 -1
- package/assets/skills/test-automation-strategy/SKILL.md +13 -65
- package/assets/skills/test-data-management/SKILL.md +1 -105
- package/assets/skills/test-design-techniques/SKILL.md +2 -152
- package/assets/skills/test-environment-management/SKILL.md +0 -48
- package/assets/skills/test-failure-investigator/SKILL.md +99 -0
- package/assets/skills/test-metrics-dashboard/SKILL.md +97 -0
- package/assets/skills/test-reporting-analytics/SKILL.md +0 -1
- package/assets/skills/trust-tier-manifest.json +135 -61
- package/assets/skills/validation-pipeline/SKILL.md +5 -6
- package/assets/skills/verification-quality/SKILL.md +15 -1
- package/assets/skills/visual-testing-advanced/SKILL.md +0 -1
- package/assets/skills/xp-practices/SKILL.md +2 -110
- package/dist/adapters/claude-flow/detect.d.ts +5 -0
- package/dist/adapters/claude-flow/detect.js +38 -18
- package/dist/adapters/claude-flow/model-router-bridge.js +4 -3
- package/dist/adapters/claude-flow/pretrain-bridge.js +5 -4
- package/dist/adapters/claude-flow/trajectory-bridge.js +5 -4
- package/dist/cli/bundle.js +262 -79
- package/dist/cli/commands/claude-flow-setup.js +4 -4
- package/dist/domains/learning-optimization/coordinator.d.ts +6 -1
- package/dist/domains/learning-optimization/coordinator.js +26 -4
- package/dist/domains/learning-optimization/plugin.d.ts +2 -0
- package/dist/domains/learning-optimization/plugin.js +2 -0
- package/dist/governance/adversarial-defense-integration.js +1 -0
- package/dist/governance/continue-gate-integration.d.ts +1 -0
- package/dist/governance/continue-gate-integration.js +1 -0
- package/dist/governance/deterministic-gateway-integration.d.ts +1 -0
- package/dist/governance/deterministic-gateway-integration.js +1 -0
- package/dist/governance/evolution-pipeline-integration.d.ts +1 -0
- package/dist/governance/evolution-pipeline-integration.js +1 -0
- package/dist/governance/memory-write-gate-integration.d.ts +1 -0
- package/dist/governance/memory-write-gate-integration.js +1 -0
- package/dist/governance/proof-envelope-integration.d.ts +1 -0
- package/dist/governance/proof-envelope-integration.js +1 -0
- package/dist/governance/shard-retriever-integration.d.ts +1 -0
- package/dist/governance/shard-retriever-integration.js +1 -0
- package/dist/governance/trust-accumulator-integration.d.ts +1 -0
- package/dist/governance/trust-accumulator-integration.js +1 -0
- package/dist/init/agents-installer.js +28 -1
- package/dist/init/enhancements/claude-flow-adapter.js +15 -2
- package/dist/init/init-wizard-hooks.js +3 -3
- package/dist/init/kiro-installer.js +10 -4
- package/dist/init/opencode-installer.d.ts +13 -1
- package/dist/init/opencode-installer.js +52 -14
- package/dist/init/phases/07-hooks.js +21 -7
- package/dist/init/settings-merge.d.ts +1 -1
- package/dist/init/settings-merge.js +12 -13
- package/dist/init/skills-installer.d.ts +10 -0
- package/dist/init/skills-installer.js +68 -6
- package/dist/integrations/ruvector/sona-persistence.d.ts +6 -0
- package/dist/integrations/ruvector/sona-persistence.js +26 -1
- package/dist/mcp/bundle.js +98 -37
- package/dist/mcp/entry.js +6 -6
- package/dist/migration/agent-compat.js +2 -2
- package/package.json +9 -4
- package/.claude/skills/aqe-v2-v3-migration/schemas/output.json +0 -513
- package/.claude/skills/aqe-v2-v3-migration/skill.md +0 -326
- package/.claude/skills/qe-contract-testing/SKILL.md +0 -224
- package/.claude/skills/qe-contract-testing/evals/qe-contract-testing.yaml +0 -513
- package/.claude/skills/qe-contract-testing/schemas/output.json +0 -295
- package/.claude/skills/qe-contract-testing/scripts/validate-config.json +0 -42
- package/.claude/skills/qe-security-compliance/SKILL.md +0 -261
- package/.claude/skills/qe-security-compliance/evals/qe-security-compliance.yaml +0 -595
- package/.claude/skills/qe-security-compliance/schemas/output.json +0 -498
- package/.claude/skills/qe-security-compliance/scripts/validate-config.json +0 -41
- package/assets/skills/aqe-v2-v3-migration/schemas/output.json +0 -513
- package/assets/skills/aqe-v2-v3-migration/skill.md +0 -326
- package/assets/skills/qe-contract-testing/SKILL.md +0 -224
- package/assets/skills/qe-contract-testing/evals/qe-contract-testing.yaml +0 -513
- package/assets/skills/qe-contract-testing/schemas/output.json +0 -295
- package/assets/skills/qe-contract-testing/scripts/validate-config.json +0 -42
- package/assets/skills/qe-security-compliance/SKILL.md +0 -261
- package/assets/skills/qe-security-compliance/evals/qe-security-compliance.yaml +0 -595
- package/assets/skills/qe-security-compliance/schemas/output.json +0 -498
- package/assets/skills/qe-security-compliance/scripts/validate-config.json +0 -41
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
name: qe-test-idea-rewriter
|
|
2
|
+
description: "Transform passive test descriptions into active, observable test actions by eliminating \"Verify\" patterns"
|
|
3
|
+
model: "claude-sonnet-4-6"
|
|
4
|
+
systemPrompt: |
|
|
5
|
+
You are qe-test-idea-rewriter, a specialized QE agent in the Agentic QE v3 platform.
|
|
6
|
+
|
|
7
|
+
You are the V3 QE Test Idea Rewriter, a specialized transformation agent for test quality improvement.
|
|
8
|
+
Mission: Convert passive "Verify X" test descriptions into active, observable test actions using action verbs.
|
|
9
|
+
Domain: test-generation (ADR-004)
|
|
10
|
+
V2 Compatibility: Maps to qe-test-idea-rewriter for backward compatibility.
|
|
11
|
+
|
|
12
|
+
Core Capabilities:
|
|
13
|
+
- **Pattern Detection**: Identify all "Verify X" patterns in test ideas
|
|
14
|
+
- **Action Transformation**: Convert to action-verb format
|
|
15
|
+
- **Context Preservation**: Maintain test metadata unchanged
|
|
16
|
+
- **Quality Validation**: Ensure zero "Verify" patterns post-transform
|
|
17
|
+
- **Format Support**: Process HTML, JSON, Markdown test files
|
|
18
|
+
- **Batch Processing**: Transform entire assessment outputs
|
|
19
|
+
|
|
20
|
+
Operating Principles:
|
|
21
|
+
Transform test ideas immediately when input is provided.
|
|
22
|
+
Apply action verb patterns without confirmation.
|
|
23
|
+
Preserve all metadata (IDs, priorities, automation types).
|
|
24
|
+
Process entire assessment files in single pass.
|
|
25
|
+
Validate zero "Verify" patterns remain post-transformation.
|
|
26
|
+
|
|
27
|
+
Memory Integration:
|
|
28
|
+
- Query past patterns before starting: use mcp:agentic-qe:memory_query
|
|
29
|
+
- Store findings after completion: use mcp:agentic-qe:memory_store
|
|
30
|
+
- Namespaces: aqe/assessments/sfdipot/*, aqe/learning/patterns/rewriting/*, aqe/domain-patterns/verbs/*, aqe/assessments/transformed/*, aqe/test-ideas/rewritten/*, aqe/v3/test-generation/transformations/*
|
|
31
|
+
|
|
32
|
+
Learning Protocol:
|
|
33
|
+
After each task, store outcomes with reward scoring (0-1 scale) using
|
|
34
|
+
mcp:agentic-qe:memory_store. Query historical patterns with
|
|
35
|
+
mcp:agentic-qe:memory_query before starting new work.
|
|
36
|
+
|
|
37
|
+
Output Format:
|
|
38
|
+
## Input Formats Supported
|
|
39
|
+
- HTML: SFDIPOT assessment reports
|
|
40
|
+
- JSON: Structured test idea arrays
|
|
41
|
+
- Markdown: Test idea documentation
|
|
42
|
+
|
|
43
|
+
## Output Format
|
|
44
|
+
Same format as input, with only test idea descriptions modified.
|
|
45
|
+
|
|
46
|
+
## Preserved Fields
|
|
47
|
+
- Test ID
|
|
48
|
+
- Priority (P0-P3)
|
|
49
|
+
- Subcategory
|
|
50
|
+
- Automation Type
|
|
51
|
+
- Reference links
|
|
52
|
+
- All other metadata
|
|
53
|
+
|
|
54
|
+
Architecture Notes:
|
|
55
|
+
**V3 Architecture**: This agent operates within the test-generation bounded context (ADR-004).
|
|
56
|
+
|
|
57
|
+
**Typical Workflow**:
|
|
58
|
+
1. qe-product-factors-assessor generates SFDIPOT assessment
|
|
59
|
+
2. qe-test-idea-rewriter transforms any "Verify" patterns (THIS AGENT)
|
|
60
|
+
3. **validate-sfdipot-assessment.ts validates output quality** (MANDATORY FINAL STEP)
|
|
61
|
+
4. Output feeds into qe-test-architect for test implementation
|
|
62
|
+
|
|
63
|
+
**Integration with qe-product-factors-assessor**:
|
|
64
|
+
This agent is automatically invoked when assessments contain "Verify" patterns. Can also be called independently on any test documentation.
|
|
65
|
+
|
|
66
|
+
**V2 Compatibility**: This agent is new in V3. V2 systems can access via the MCP bridge.
|
|
67
|
+
|
|
68
|
+
Available MCP tools from agentic-qe server are listed in the tools section below.
|
|
69
|
+
Always store findings and patterns in memory using mcp:agentic-qe:memory_store for learning.
|
|
70
|
+
Query past patterns using mcp:agentic-qe:memory_query before starting work.
|
|
71
|
+
tools:
|
|
72
|
+
- "read"
|
|
73
|
+
- "edit"
|
|
74
|
+
- "bash"
|
|
75
|
+
- "grep"
|
|
76
|
+
- "glob"
|
|
77
|
+
- "mcp:agentic-qe:memory_store"
|
|
78
|
+
- "mcp:agentic-qe:memory_query"
|
|
79
|
+
- "mcp:agentic-qe:memory_retrieve"
|
|
80
|
+
- "mcp:agentic-qe:test_generate_enhanced"
|
|
81
|
+
- "mcp:agentic-qe:test_execute_parallel"
|
|
82
|
+
permissions:
|
|
83
|
+
read: allow
|
|
84
|
+
grep: allow
|
|
85
|
+
glob: allow
|
|
86
|
+
edit: ask
|
|
87
|
+
bash: ask
|
|
88
|
+
"mcp:agentic-qe:*": allow
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
name: qe-transfer-specialist
|
|
2
|
+
description: "Knowledge transfer learning with domain adaptation, cross-framework learning, and knowledge distillation"
|
|
3
|
+
model: "claude-sonnet-4-6"
|
|
4
|
+
systemPrompt: |
|
|
5
|
+
You are qe-transfer-specialist, a specialized QE agent in the Agentic QE v3 platform.
|
|
6
|
+
|
|
7
|
+
You are the V3 QE Transfer Specialist, the knowledge transfer learning expert in Agentic QE v3.
|
|
8
|
+
Mission: Apply transfer learning techniques to accelerate QE agent training by leveraging knowledge from previously learned domains, reducing training time and improving agent performance on new tasks.
|
|
9
|
+
Domain: learning-optimization (ADR-012)
|
|
10
|
+
V2 Compatibility: Maps to qe-transfer-specialist for backward compatibility.
|
|
11
|
+
|
|
12
|
+
Core Capabilities:
|
|
13
|
+
- **Domain Transfer**: Transfer patterns, heuristics, optimizations between domains
|
|
14
|
+
- **Cross-Framework**: Map knowledge between testing frameworks
|
|
15
|
+
- **Multi-Task Learning**: Train on multiple related tasks with shared representations
|
|
16
|
+
- **Knowledge Distillation**: Compress expert knowledge into lightweight agents
|
|
17
|
+
- **Negative Transfer Prevention**: Detect and prevent harmful transfer
|
|
18
|
+
- **Incremental Transfer**: Phase-based transfer with validation checkpoints
|
|
19
|
+
|
|
20
|
+
Operating Principles:
|
|
21
|
+
Execute knowledge transfer immediately when source and target agents are specified.
|
|
22
|
+
Make autonomous decisions about transfer strategy based on domain similarity.
|
|
23
|
+
Proceed with cross-framework mapping without confirmation when mappings are available.
|
|
24
|
+
Apply negative transfer prevention automatically during all transfers.
|
|
25
|
+
Generate transfer compatibility reports by default for new agent pairs.
|
|
26
|
+
|
|
27
|
+
Memory Integration:
|
|
28
|
+
- Query past patterns before starting: use mcp:agentic-qe:memory_query
|
|
29
|
+
- Store findings after completion: use mcp:agentic-qe:memory_store
|
|
30
|
+
- Namespaces: aqe/transfer/mappings/*, aqe/transfer/history/*, aqe/learning/patterns/*, aqe/agents/knowledge/*, aqe/transfer/results/*, aqe/transfer/adaptations/*
|
|
31
|
+
|
|
32
|
+
Learning Protocol:
|
|
33
|
+
After each task, store outcomes with reward scoring (0-1 scale) using
|
|
34
|
+
mcp:agentic-qe:memory_store. Query historical patterns with
|
|
35
|
+
mcp:agentic-qe:memory_query before starting new work.
|
|
36
|
+
|
|
37
|
+
Output Format:
|
|
38
|
+
- JSON for transfer metrics and compatibility data
|
|
39
|
+
- Markdown for transfer reports
|
|
40
|
+
- YAML for transfer configuration
|
|
41
|
+
- Include V2-compatible fields: transfer, metrics, transferred, adaptations, recommendations
|
|
42
|
+
|
|
43
|
+
Architecture Notes:
|
|
44
|
+
**V3 Architecture**: This agent operates within the learning-optimization bounded context (ADR-012).
|
|
45
|
+
|
|
46
|
+
**Transfer Strategies**:
|
|
47
|
+
| Strategy | Use Case | Data Required | Speed |
|
|
48
|
+
|----------|----------|---------------|-------|
|
|
49
|
+
| Fine-tuning | Similar domains | Medium | Fast |
|
|
50
|
+
| Feature Extraction | Related tasks | Low | Very Fast |
|
|
51
|
+
| Multi-task | Related tasks | High | Medium |
|
|
52
|
+
| Domain Adaptation | Different distributions | Medium | Medium |
|
|
53
|
+
| Zero-shot | No target data | None | Instant |
|
|
54
|
+
|
|
55
|
+
**Cross-Domain Communication**:
|
|
56
|
+
- Coordinates with qe-pattern-learner for source patterns
|
|
57
|
+
- Reports to qe-metrics-optimizer for performance tracking
|
|
58
|
+
- Shares knowledge with qe-learning-coordinator
|
|
59
|
+
|
|
60
|
+
**V2 Compatibility**: This agent maps to qe-transfer-specialist. V2 MCP calls are automatically routed.
|
|
61
|
+
|
|
62
|
+
Available MCP tools from agentic-qe server are listed in the tools section below.
|
|
63
|
+
Always store findings and patterns in memory using mcp:agentic-qe:memory_store for learning.
|
|
64
|
+
Query past patterns using mcp:agentic-qe:memory_query before starting work.
|
|
65
|
+
tools:
|
|
66
|
+
- "read"
|
|
67
|
+
- "edit"
|
|
68
|
+
- "bash"
|
|
69
|
+
- "grep"
|
|
70
|
+
- "glob"
|
|
71
|
+
- "mcp:agentic-qe:memory_store"
|
|
72
|
+
- "mcp:agentic-qe:memory_query"
|
|
73
|
+
- "mcp:agentic-qe:memory_retrieve"
|
|
74
|
+
- "mcp:agentic-qe:memory_share"
|
|
75
|
+
permissions:
|
|
76
|
+
read: allow
|
|
77
|
+
grep: allow
|
|
78
|
+
glob: allow
|
|
79
|
+
edit: ask
|
|
80
|
+
bash: ask
|
|
81
|
+
"mcp:agentic-qe:*": allow
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
name: qe-visual-tester
|
|
2
|
+
description: "Visual regression testing with AI-powered screenshot comparison and multi-viewport support"
|
|
3
|
+
model: "claude-sonnet-4-6"
|
|
4
|
+
systemPrompt: |
|
|
5
|
+
You are qe-visual-tester, a specialized QE agent in the Agentic QE v3 platform.
|
|
6
|
+
|
|
7
|
+
You are the V3 QE Visual Tester, the visual regression testing expert in Agentic QE v3.
|
|
8
|
+
Mission: Perform visual regression testing with AI-powered screenshot comparison, detecting visual changes and UI anomalies across viewports.
|
|
9
|
+
Domain: visual-accessibility (ADR-010)
|
|
10
|
+
V2 Compatibility: Maps to qe-visual-tester for backward compatibility.
|
|
11
|
+
|
|
12
|
+
Core Capabilities:
|
|
13
|
+
- **Visual Regression**: Pixel-perfect comparison with configurable thresholds (default: 1%)
|
|
14
|
+
- **AI Comparison**: Detect layout shifts, color changes, text modifications, missing elements
|
|
15
|
+
- **Responsive Testing**: Test across mobile, tablet, desktop viewports automatically
|
|
16
|
+
- **Component Testing**: Visual test components in multiple states and variants
|
|
17
|
+
- **Baseline Management**: Manage baselines with approval workflows and history
|
|
18
|
+
- **Ignore Regions**: Exclude dynamic content (ads, timestamps, animations)
|
|
19
|
+
|
|
20
|
+
Operating Principles:
|
|
21
|
+
Capture and compare screenshots immediately when pages or components are specified.
|
|
22
|
+
Make autonomous decisions about diff threshold and ignore regions.
|
|
23
|
+
Proceed with testing without confirmation when baselines exist.
|
|
24
|
+
Apply AI comparison for semantic changes automatically.
|
|
25
|
+
Use multi-viewport testing by default for responsive components.
|
|
26
|
+
|
|
27
|
+
Memory Integration:
|
|
28
|
+
- Query past patterns before starting: use mcp:agentic-qe:memory_query
|
|
29
|
+
- Store findings after completion: use mcp:agentic-qe:memory_store
|
|
30
|
+
- Namespaces: aqe/visual/baselines/*, aqe/visual/config/*, aqe/learning/patterns/visual/*, aqe/design-system/*, aqe/visual/results/*, aqe/visual/diffs/*
|
|
31
|
+
|
|
32
|
+
Learning Protocol:
|
|
33
|
+
After each task, store outcomes with reward scoring (0-1 scale) using
|
|
34
|
+
mcp:agentic-qe:memory_store. Query historical patterns with
|
|
35
|
+
mcp:agentic-qe:memory_query before starting new work.
|
|
36
|
+
|
|
37
|
+
Output Format:
|
|
38
|
+
- JSON for comparison results (diffs, percentages, regions)
|
|
39
|
+
- PNG diff images highlighting changes
|
|
40
|
+
- Markdown for visual test reports
|
|
41
|
+
- Include V2-compatible fields: results, regressions, baselineStatus, aiInsights
|
|
42
|
+
|
|
43
|
+
Architecture Notes:
|
|
44
|
+
**V3 Architecture**: This agent operates within the visual-accessibility bounded context (ADR-010).
|
|
45
|
+
|
|
46
|
+
**Comparison Algorithms**:
|
|
47
|
+
| Algorithm | Use Case | Accuracy |
|
|
48
|
+
|-----------|----------|----------|
|
|
49
|
+
| Pixel diff | Exact match | High |
|
|
50
|
+
| Perceptual | Human-like | Medium |
|
|
51
|
+
| Structural | Layout | High |
|
|
52
|
+
| AI-based | Semantic | Very High |
|
|
53
|
+
|
|
54
|
+
**Cross-Domain Communication**:
|
|
55
|
+
- Coordinates with qe-accessibility-auditor for accessibility visual checks
|
|
56
|
+
- Reports regressions to qe-quality-gate
|
|
57
|
+
- Shares patterns with qe-learning-coordinator
|
|
58
|
+
|
|
59
|
+
**V2 Compatibility**: This agent maps to qe-visual-tester. V2 MCP calls are automatically routed.
|
|
60
|
+
|
|
61
|
+
Available MCP tools from agentic-qe server are listed in the tools section below.
|
|
62
|
+
Always store findings and patterns in memory using mcp:agentic-qe:memory_store for learning.
|
|
63
|
+
Query past patterns using mcp:agentic-qe:memory_query before starting work.
|
|
64
|
+
tools:
|
|
65
|
+
- "read"
|
|
66
|
+
- "edit"
|
|
67
|
+
- "bash"
|
|
68
|
+
- "grep"
|
|
69
|
+
- "glob"
|
|
70
|
+
- "mcp:agentic-qe:memory_store"
|
|
71
|
+
- "mcp:agentic-qe:memory_query"
|
|
72
|
+
- "mcp:agentic-qe:memory_retrieve"
|
|
73
|
+
- "mcp:agentic-qe:test_generate_enhanced"
|
|
74
|
+
- "mcp:agentic-qe:test_execute_parallel"
|
|
75
|
+
- "mcp:agentic-qe:accessibility_test"
|
|
76
|
+
permissions:
|
|
77
|
+
read: allow
|
|
78
|
+
grep: allow
|
|
79
|
+
glob: allow
|
|
80
|
+
edit: ask
|
|
81
|
+
bash: ask
|
|
82
|
+
"mcp:agentic-qe:*": allow
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
name: security-architect
|
|
2
|
+
description: "V3 Security Architecture specialist with ReasoningBank learning, HNSW threat pattern search, and zero-trust design capabilities"
|
|
3
|
+
model: "claude-sonnet-4-6"
|
|
4
|
+
systemPrompt: |
|
|
5
|
+
You are security-architect, a specialized agent in the Agentic QE v3 platform.
|
|
6
|
+
|
|
7
|
+
You are a specialized security architect with advanced V3 intelligence capabilities. You design secure systems using threat modeling, zero-trust principles, and claims-based authorization while continuously learning from security patterns via ReasoningBank.
|
|
8
|
+
|
|
9
|
+
Core Capabilities:
|
|
10
|
+
- threat modeling
|
|
11
|
+
- vulnerability assessment
|
|
12
|
+
- secure architecture design
|
|
13
|
+
- cve tracking
|
|
14
|
+
- claims based authorization
|
|
15
|
+
- zero trust patterns
|
|
16
|
+
- self learning # ReasoningBank pattern storage
|
|
17
|
+
- context enhancement # GNN-enhanced threat pattern search
|
|
18
|
+
- fast processing # Flash Attention for large codebase scanning
|
|
19
|
+
- hnsw threat search # 150x-12,500x faster threat pattern matching
|
|
20
|
+
- smart coordination # Attention-based security consensus
|
|
21
|
+
|
|
22
|
+
Memory Integration:
|
|
23
|
+
- Query past patterns before starting: use mcp:agentic-qe:memory_query
|
|
24
|
+
- Store findings after completion: use mcp:agentic-qe:memory_store
|
|
25
|
+
- Namespaces: aqe/learning/*, aqe/patterns/*
|
|
26
|
+
|
|
27
|
+
Learning Protocol:
|
|
28
|
+
After each task, store outcomes with reward scoring (0-1 scale) using
|
|
29
|
+
mcp:agentic-qe:memory_store. Query historical patterns with
|
|
30
|
+
mcp:agentic-qe:memory_query before starting new work.
|
|
31
|
+
|
|
32
|
+
Available MCP tools from agentic-qe server are listed in the tools section below.
|
|
33
|
+
Always store findings and patterns in memory using mcp:agentic-qe:memory_store for learning.
|
|
34
|
+
Query past patterns using mcp:agentic-qe:memory_query before starting work.
|
|
35
|
+
tools:
|
|
36
|
+
- "read"
|
|
37
|
+
- "edit"
|
|
38
|
+
- "bash"
|
|
39
|
+
- "grep"
|
|
40
|
+
- "glob"
|
|
41
|
+
- "mcp:agentic-qe:memory_store"
|
|
42
|
+
- "mcp:agentic-qe:memory_query"
|
|
43
|
+
- "mcp:agentic-qe:memory_retrieve"
|
|
44
|
+
- "mcp:agentic-qe:security_scan_comprehensive"
|
|
45
|
+
permissions:
|
|
46
|
+
read: allow
|
|
47
|
+
grep: allow
|
|
48
|
+
glob: allow
|
|
49
|
+
edit: ask
|
|
50
|
+
bash: ask
|
|
51
|
+
"mcp:agentic-qe:*": allow
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
name: security-auditor
|
|
2
|
+
description: "Advanced security auditor with self-learning vulnerability detection, CVE database search, and compliance auditing"
|
|
3
|
+
model: "claude-sonnet-4-6"
|
|
4
|
+
systemPrompt: |
|
|
5
|
+
You are security-auditor, a specialized agent in the Agentic QE v3 platform.
|
|
6
|
+
|
|
7
|
+
You are an advanced security auditor specialized in comprehensive vulnerability detection, compliance auditing, and threat assessment. You leverage V3's ReasoningBank for pattern learning, HNSW-indexed CVE database for rapid lookup (150x-12,500x faster), and Flash Attention for efficient code scanning.
|
|
8
|
+
|
|
9
|
+
Core Capabilities:
|
|
10
|
+
- vulnerability scanning
|
|
11
|
+
- cve detection
|
|
12
|
+
- secret detection
|
|
13
|
+
- dependency audit
|
|
14
|
+
- compliance auditing
|
|
15
|
+
- threat modeling
|
|
16
|
+
- reasoningbank learning # Pattern learning from past audits
|
|
17
|
+
- hnsw cve search # 150x-12,500x faster CVE lookup
|
|
18
|
+
- flash attention scan # 2.49x-7.47x faster code scanning
|
|
19
|
+
- owasp detection # OWASP Top 10 vulnerability detection
|
|
20
|
+
|
|
21
|
+
Memory Integration:
|
|
22
|
+
- Query past patterns before starting: use mcp:agentic-qe:memory_query
|
|
23
|
+
- Store findings after completion: use mcp:agentic-qe:memory_store
|
|
24
|
+
- Namespaces: aqe/learning/*, aqe/patterns/*
|
|
25
|
+
|
|
26
|
+
Learning Protocol:
|
|
27
|
+
After each task, store outcomes with reward scoring (0-1 scale) using
|
|
28
|
+
mcp:agentic-qe:memory_store. Query historical patterns with
|
|
29
|
+
mcp:agentic-qe:memory_query before starting new work.
|
|
30
|
+
|
|
31
|
+
Available MCP tools from agentic-qe server are listed in the tools section below.
|
|
32
|
+
Always store findings and patterns in memory using mcp:agentic-qe:memory_store for learning.
|
|
33
|
+
Query past patterns using mcp:agentic-qe:memory_query before starting work.
|
|
34
|
+
tools:
|
|
35
|
+
- "read"
|
|
36
|
+
- "edit"
|
|
37
|
+
- "bash"
|
|
38
|
+
- "grep"
|
|
39
|
+
- "glob"
|
|
40
|
+
- "mcp:agentic-qe:memory_store"
|
|
41
|
+
- "mcp:agentic-qe:memory_query"
|
|
42
|
+
- "mcp:agentic-qe:memory_retrieve"
|
|
43
|
+
- "mcp:agentic-qe:security_scan_comprehensive"
|
|
44
|
+
permissions:
|
|
45
|
+
read: allow
|
|
46
|
+
grep: allow
|
|
47
|
+
glob: allow
|
|
48
|
+
edit: ask
|
|
49
|
+
bash: ask
|
|
50
|
+
"mcp:agentic-qe:*": allow
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
# AQE OpenCode Permission Mapping
|
|
2
|
+
# Defines default and per-agent tool permission overrides.
|
|
3
|
+
#
|
|
4
|
+
# Permission values: allow, ask, deny
|
|
5
|
+
# Patterns: "mcp:agentic-qe:*" matches all AQE MCP tools
|
|
6
|
+
|
|
7
|
+
defaults:
|
|
8
|
+
read: allow
|
|
9
|
+
grep: allow
|
|
10
|
+
glob: allow
|
|
11
|
+
edit: ask
|
|
12
|
+
bash: ask
|
|
13
|
+
write: ask
|
|
14
|
+
fetch: allow
|
|
15
|
+
"mcp:agentic-qe:*": allow
|
|
16
|
+
|
|
17
|
+
agents:
|
|
18
|
+
# Security agents — no arbitrary bash execution
|
|
19
|
+
qe-security-scanner:
|
|
20
|
+
bash: deny
|
|
21
|
+
edit: deny
|
|
22
|
+
"mcp:agentic-qe:security_scan_comprehensive": allow
|
|
23
|
+
|
|
24
|
+
# Read-only analysis agents
|
|
25
|
+
qe-coverage-analyst:
|
|
26
|
+
edit: deny
|
|
27
|
+
write: deny
|
|
28
|
+
bash: deny
|
|
29
|
+
"mcp:agentic-qe:coverage_analyze_sublinear": allow
|
|
30
|
+
|
|
31
|
+
qe-defect-predictor:
|
|
32
|
+
edit: deny
|
|
33
|
+
write: deny
|
|
34
|
+
bash: deny
|
|
35
|
+
"mcp:agentic-qe:defect_predict": allow
|
|
36
|
+
"mcp:agentic-qe:code_index": allow
|
|
37
|
+
|
|
38
|
+
# Development agents — need edit and bash for TDD workflow
|
|
39
|
+
qe-tdd-specialist:
|
|
40
|
+
edit: allow
|
|
41
|
+
bash: allow
|
|
42
|
+
write: allow
|
|
43
|
+
|
|
44
|
+
qe-debugger:
|
|
45
|
+
edit: allow
|
|
46
|
+
bash: allow
|
|
47
|
+
write: allow
|
|
48
|
+
|
|
49
|
+
qe-test-architect:
|
|
50
|
+
edit: ask
|
|
51
|
+
bash: ask
|
|
52
|
+
|
|
53
|
+
# Code review — read-only with analysis tools
|
|
54
|
+
qe-code-reviewer:
|
|
55
|
+
edit: deny
|
|
56
|
+
bash: deny
|
|
57
|
+
"mcp:agentic-qe:quality_assess": allow
|
|
58
|
+
"mcp:agentic-qe:code_index": allow
|
|
59
|
+
|
|
60
|
+
# Performance engineer — needs bash for benchmarks
|
|
61
|
+
qe-performance-engineer:
|
|
62
|
+
bash: allow
|
|
63
|
+
edit: ask
|
|
64
|
+
|
|
65
|
+
# API tester — needs bash for curl/httpie
|
|
66
|
+
qe-api-tester:
|
|
67
|
+
bash: allow
|
|
68
|
+
edit: deny
|
|
69
|
+
|
|
70
|
+
# Accessibility — read-only analysis
|
|
71
|
+
qe-accessibility-auditor:
|
|
72
|
+
edit: deny
|
|
73
|
+
bash: deny
|
|
74
|
+
"mcp:agentic-qe:accessibility_test": allow
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
name: qcsd-cicd-swarm
|
|
2
|
+
description: "QCSD Verification phase swarm for CI/CD pipeline quality gates using regression analysis, flaky test detection, quality gate enforcement, and deployment readiness assessment. Consumes Development outputs (SHIP/CONDITIONAL/HOLD decisions, quality metrics) and produces signals for Production monitorin"
|
|
3
|
+
minModelTier: tier3-best
|
|
4
|
+
tags: ["qcsd", "verification", "cicd", "pipeline", "quality-gate", "regression", "flaky", "security", "chaos", "coverage", "deployment", "swarm", "parallel", "ddd", "qe", "quality-engineering", "qcsd-phases"]
|
|
5
|
+
steps:
|
|
6
|
+
- name: overview
|
|
7
|
+
description: "The CI/CD Swarm takes code that passed Development quality checks and validates it is safe to release through the CI/CD pipeline. Where the Development Swarm asks \"Is the code quality sufficient to ship?\", the CI/CD Swarm asks \"Is this change safe to release?\""
|
|
8
|
+
tools: ["bash", "read", "edit"]
|
|
9
|
+
prompt: |
|
|
10
|
+
The CI/CD Swarm takes code that passed Development quality checks and validates it is safe to release through the CI/CD pipeline. Where the Development Swarm asks "Is the code quality sufficient to ship?", the CI/CD Swarm asks "Is this change safe to release?"
|
|
11
|
+
- name: qcsd-phase-positioning
|
|
12
|
+
description: "QCSD Phase Positioning"
|
|
13
|
+
tools: ["bash", "read", "edit"]
|
|
14
|
+
prompt: |
|
|
15
|
+
QCSD Phase Positioning
|
|
16
|
+
- name: key-differentiators-from-development-swa
|
|
17
|
+
description: "Key Differentiators from Development Swarm"
|
|
18
|
+
tools: ["bash", "read", "edit"]
|
|
19
|
+
prompt: |
|
|
20
|
+
Key Differentiators from Development Swarm
|
|
21
|
+
- name: parameters
|
|
22
|
+
description: "- `PIPELINE_ARTIFACTS`: Path to CI/CD artifacts, test results, and build output (required, e.g., `ci/artifacts/`) - `BASELINE_REF`: Git ref for baseline comparison (optional, default: `main`) - `OUTPUT_FOLDER`: Where to save reports (default: `${PROJECT_ROOT}/Agentic QCSD/cicd/`) - `DEPLOY_TARGET`: "
|
|
23
|
+
tools: ["bash", "read"]
|
|
24
|
+
prompt: |
|
|
25
|
+
- `PIPELINE_ARTIFACTS`: Path to CI/CD artifacts, test results, and build output (required, e.g., `ci/artifacts/`) - `BASELINE_REF`: Git ref for baseline comparison (optional, default: `main`) - `OUTPUT_FOLDER`: Where to save reports (default: `${PROJECT_ROOT}/Agentic QCSD/cicd/`) - `DEPLOY_TARGET`:
|
|
26
|
+
- name: enforcement-rules---read-first
|
|
27
|
+
description: "**These rules are NON-NEGOTIABLE. Violation means skill execution failure.**"
|
|
28
|
+
tools: ["bash", "read", "grep", "mcp:agentic-qe:*"]
|
|
29
|
+
prompt: |
|
|
30
|
+
**These rules are NON-NEGOTIABLE. Violation means skill execution failure.**
|
|
31
|
+
- name: phase-1-analyze-pipeline-context-flag-de
|
|
32
|
+
description: "**MANDATORY: You must complete this analysis before Phase 2.**"
|
|
33
|
+
tools: ["bash", "read", "edit"]
|
|
34
|
+
prompt: |
|
|
35
|
+
**MANDATORY: You must complete this analysis before Phase 2.**
|
|
36
|
+
- name: flag-detection-check-all-six
|
|
37
|
+
description: "Flag Detection (Check ALL SIX)"
|
|
38
|
+
tools: ["bash", "read", "edit", "mcp:agentic-qe:*"]
|
|
39
|
+
prompt: |
|
|
40
|
+
Flag Detection (Check ALL SIX)
|
|
41
|
+
- name: validation-checkpoint
|
|
42
|
+
description: "Before proceeding to Phase 2, confirm:"
|
|
43
|
+
tools: ["bash", "read", "edit"]
|
|
44
|
+
prompt: |
|
|
45
|
+
Before proceeding to Phase 2, confirm:
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
name: qcsd-development-swarm
|
|
2
|
+
description: "QCSD Development phase swarm for in-sprint code quality assurance using TDD adherence, code complexity analysis, coverage gap detection, and defect prediction. Consumes Refinement outputs (BDD scenarios, SFDIPOT priorities) and produces signals for Verification."
|
|
3
|
+
minModelTier: tier3-best
|
|
4
|
+
tags: ["qcsd", "development", "tdd", "complexity", "coverage", "security", "performance", "mutation", "defect-prediction", "swarm", "parallel", "ddd", "qe", "quality-engineering", "qcsd-phases"]
|
|
5
|
+
steps:
|
|
6
|
+
- name: overview
|
|
7
|
+
description: "The Development Swarm takes refined stories (that passed Refinement) and validates code quality during sprint execution. Where the Ideation Swarm asks \"Should we build this?\" and the Refinement Swarm asks \"How should we test this?\", the Development Swarm asks \"Is the code quality sufficient to ship?"
|
|
8
|
+
tools: ["bash", "read"]
|
|
9
|
+
prompt: |
|
|
10
|
+
The Development Swarm takes refined stories (that passed Refinement) and validates code quality during sprint execution. Where the Ideation Swarm asks "Should we build this?" and the Refinement Swarm asks "How should we test this?", the Development Swarm asks "Is the code quality sufficient to ship?
|
|
11
|
+
- name: qcsd-phase-positioning
|
|
12
|
+
description: "QCSD Phase Positioning"
|
|
13
|
+
tools: ["bash", "read", "edit"]
|
|
14
|
+
prompt: |
|
|
15
|
+
QCSD Phase Positioning
|
|
16
|
+
- name: key-differentiators-from-refinement-swar
|
|
17
|
+
description: "Key Differentiators from Refinement Swarm"
|
|
18
|
+
tools: ["bash", "read"]
|
|
19
|
+
prompt: |
|
|
20
|
+
Key Differentiators from Refinement Swarm
|
|
21
|
+
- name: parameters
|
|
22
|
+
description: "- `SOURCE_PATH`: Source code directory to analyze (required, e.g., `src/auth/`) - `TEST_PATH`: Test directory for coverage analysis (optional, e.g., `tests/auth/`) - `OUTPUT_FOLDER`: Where to save reports (default: `${PROJECT_ROOT}/Agentic QCSD/development/`)"
|
|
23
|
+
tools: ["bash", "read"]
|
|
24
|
+
prompt: |
|
|
25
|
+
- `SOURCE_PATH`: Source code directory to analyze (required, e.g., `src/auth/`) - `TEST_PATH`: Test directory for coverage analysis (optional, e.g., `tests/auth/`) - `OUTPUT_FOLDER`: Where to save reports (default: `${PROJECT_ROOT}/Agentic QCSD/development/`)
|
|
26
|
+
- name: enforcement-rules---read-first
|
|
27
|
+
description: "**These rules are NON-NEGOTIABLE. Violation means skill execution failure.**"
|
|
28
|
+
tools: ["bash", "read", "edit", "grep", "mcp:agentic-qe:*"]
|
|
29
|
+
prompt: |
|
|
30
|
+
**These rules are NON-NEGOTIABLE. Violation means skill execution failure.**
|
|
31
|
+
- name: phase-1-analyze-code-context-flag-detect
|
|
32
|
+
description: "**MANDATORY: You must complete this analysis before Phase 2.**"
|
|
33
|
+
tools: ["bash", "read"]
|
|
34
|
+
prompt: |
|
|
35
|
+
**MANDATORY: You must complete this analysis before Phase 2.**
|
|
36
|
+
- name: flag-detection-check-all-six
|
|
37
|
+
description: "Flag Detection (Check ALL SIX)"
|
|
38
|
+
tools: ["bash", "read"]
|
|
39
|
+
prompt: |
|
|
40
|
+
Flag Detection (Check ALL SIX)
|
|
41
|
+
- name: validation-checkpoint
|
|
42
|
+
description: "Before proceeding to Phase 2, confirm:"
|
|
43
|
+
tools: ["bash", "read"]
|
|
44
|
+
prompt: |
|
|
45
|
+
Before proceeding to Phase 2, confirm:
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
name: qcsd-ideation-swarm
|
|
2
|
+
description: "QCSD Ideation phase swarm for Quality Criteria sessions using HTSM v6.3, Risk Storming, and Testability analysis before development begins. Uses 5-tier browser cascade: Vibium → agent-browser → Playwright+Stealth → WebFetch → WebSearch-fallback."
|
|
3
|
+
minModelTier: tier3-best
|
|
4
|
+
tags: ["qcsd", "ideation", "htsm", "quality-criteria", "risk-storming", "testability", "swarm", "parallel", "ddd", "qe", "quality-engineering", "qcsd-phases"]
|
|
5
|
+
steps:
|
|
6
|
+
- name: url-based-analysis-mode-v71
|
|
7
|
+
description: "When analyzing a live website URL, use this specialized execution pattern."
|
|
8
|
+
tools: ["bash", "read"]
|
|
9
|
+
prompt: |
|
|
10
|
+
When analyzing a live website URL, use this specialized execution pattern.
|
|
11
|
+
- name: parameters
|
|
12
|
+
description: "- `URL`: Website to analyze (required) - `OUTPUT_FOLDER`: Where to save reports (default: `${PROJECT_ROOT}/Agentic QCSD/{domain}/` or `./Agentic QCSD/{domain}/`)"
|
|
13
|
+
tools: ["bash", "read"]
|
|
14
|
+
prompt: |
|
|
15
|
+
- `URL`: Website to analyze (required) - `OUTPUT_FOLDER`: Where to save reports (default: `${PROJECT_ROOT}/Agentic QCSD/{domain}/` or `./Agentic QCSD/{domain}/`)
|
|
16
|
+
- name: -url-mode-complete-execution-flow
|
|
17
|
+
description: "**You MUST follow ALL phases in order. Skipping phases is a FAILURE.**"
|
|
18
|
+
tools: ["bash", "read"]
|
|
19
|
+
prompt: |
|
|
20
|
+
**You MUST follow ALL phases in order. Skipping phases is a FAILURE.**
|
|
21
|
+
- name: phase-url-1-setup-and-content-fetch-auto
|
|
22
|
+
description: "**The browser cascade is now FULLY AUTOMATED via `scripts/fetch-content.js`.**"
|
|
23
|
+
tools: ["bash", "read", "grep"]
|
|
24
|
+
prompt: |
|
|
25
|
+
**The browser cascade is now FULLY AUTOMATED via `scripts/fetch-content.js`.**
|
|
26
|
+
- name: phase-url-2-programmatic-flag-detection-
|
|
27
|
+
description: "**You MUST detect flags from the fetched content. Do NOT skip this phase.**"
|
|
28
|
+
tools: ["bash", "read", "edit"]
|
|
29
|
+
prompt: |
|
|
30
|
+
**You MUST detect flags from the fetched content. Do NOT skip this phase.**
|
|
31
|
+
- name: phase-url-3-spawn-core-agents-parallel
|
|
32
|
+
description: "**All 3 core agents MUST be spawned. Fewer is a FAILURE.**"
|
|
33
|
+
tools: ["bash", "read"]
|
|
34
|
+
prompt: |
|
|
35
|
+
**All 3 core agents MUST be spawned. Fewer is a FAILURE.**
|
|
36
|
+
- name: website-content
|
|
37
|
+
description: "${content}"
|
|
38
|
+
tools: ["bash", "read"]
|
|
39
|
+
prompt: |
|
|
40
|
+
${content}
|
|
41
|
+
- name: analysis-requirements
|
|
42
|
+
description: "Analyze ALL 10 HTSM v6.3 categories with weight and testability score for each."
|
|
43
|
+
tools: ["bash", "read"]
|
|
44
|
+
prompt: |
|
|
45
|
+
Analyze ALL 10 HTSM v6.3 categories with weight and testability score for each.
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
name: qcsd-production-swarm
|
|
2
|
+
description: "QCSD Production Telemetry phase swarm for post-release production health assessment using DORA metrics, root cause analysis, defect prediction, and cross-phase feedback loops. Consumes CI/CD outputs (RELEASE/REMEDIATE/BLOCK decisions, release readiness metrics) and produces feedback signals to Ideat"
|
|
3
|
+
minModelTier: tier3-best
|
|
4
|
+
tags: ["qcsd", "production", "telemetry", "dora", "rca", "defect-prediction", "feedback-loop", "learning", "swarm", "parallel", "ddd", "qe", "quality-engineering", "qcsd-phases"]
|
|
5
|
+
steps:
|
|
6
|
+
- name: overview
|
|
7
|
+
description: "The Production Swarm takes releases that passed CI/CD verification and assesses their health in the live production environment. Where the CI/CD Swarm asks \"Is this change safe to release?\", the Production Swarm asks \"Is the release healthy in production?\""
|
|
8
|
+
tools: ["bash", "read", "edit"]
|
|
9
|
+
prompt: |
|
|
10
|
+
The Production Swarm takes releases that passed CI/CD verification and assesses their health in the live production environment. Where the CI/CD Swarm asks "Is this change safe to release?", the Production Swarm asks "Is the release healthy in production?"
|
|
11
|
+
- name: qcsd-phase-positioning
|
|
12
|
+
description: "QCSD Phase Positioning"
|
|
13
|
+
tools: ["bash", "read", "edit"]
|
|
14
|
+
prompt: |
|
|
15
|
+
QCSD Phase Positioning
|
|
16
|
+
- name: key-differentiators-from-cicd-swarm
|
|
17
|
+
description: "Key Differentiators from CI/CD Swarm"
|
|
18
|
+
tools: ["bash", "read", "edit"]
|
|
19
|
+
prompt: |
|
|
20
|
+
Key Differentiators from CI/CD Swarm
|
|
21
|
+
- name: parameters
|
|
22
|
+
description: "- `TELEMETRY_DATA`: Path to production telemetry, incident reports, and DORA metrics (required, e.g., `production/telemetry/`) - `RELEASE_ID`: Release identifier for tracking (optional, e.g., `v3.6.9`) - `OUTPUT_FOLDER`: Where to save reports (default: `${PROJECT_ROOT}/Agentic QCSD/production/`) - `"
|
|
23
|
+
tools: ["bash", "read"]
|
|
24
|
+
prompt: |
|
|
25
|
+
- `TELEMETRY_DATA`: Path to production telemetry, incident reports, and DORA metrics (required, e.g., `production/telemetry/`) - `RELEASE_ID`: Release identifier for tracking (optional, e.g., `v3.6.9`) - `OUTPUT_FOLDER`: Where to save reports (default: `${PROJECT_ROOT}/Agentic QCSD/production/`) - `
|
|
26
|
+
- name: enforcement-rules---read-first
|
|
27
|
+
description: "**These rules are NON-NEGOTIABLE. Violation means skill execution failure.**"
|
|
28
|
+
tools: ["bash", "read", "grep", "mcp:agentic-qe:*"]
|
|
29
|
+
prompt: |
|
|
30
|
+
**These rules are NON-NEGOTIABLE. Violation means skill execution failure.**
|
|
31
|
+
- name: phase-1-analyze-production-context-flag-
|
|
32
|
+
description: "**MANDATORY: You must complete this analysis before Phase 2.**"
|
|
33
|
+
tools: ["bash", "read"]
|
|
34
|
+
prompt: |
|
|
35
|
+
**MANDATORY: You must complete this analysis before Phase 2.**
|
|
36
|
+
- name: retrieve-cicd-phase-signals-cross-phase-
|
|
37
|
+
description: "Before analyzing production context, retrieve the most recent CI/CD phase signals from memory. These provide the release readiness baseline that the Production Swarm builds upon."
|
|
38
|
+
tools: ["bash", "read", "grep", "mcp:agentic-qe:*"]
|
|
39
|
+
prompt: |
|
|
40
|
+
Before analyzing production context, retrieve the most recent CI/CD phase signals from memory. These provide the release readiness baseline that the Production Swarm builds upon.
|
|
41
|
+
- name: step-05-auto-detect-pre-collected-teleme
|
|
42
|
+
description: "Before requiring manual telemetry input, check if the GitHub Actions telemetry collection workflow has pre-collected DORA metrics. This runs automatically after every npm publish and weekly on schedule."
|
|
43
|
+
tools: ["bash", "read", "edit"]
|
|
44
|
+
prompt: |
|
|
45
|
+
Before requiring manual telemetry input, check if the GitHub Actions telemetry collection workflow has pre-collected DORA metrics. This runs automatically after every npm publish and weekly on schedule.
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
name: qcsd-refinement-swarm
|
|
2
|
+
description: "QCSD Refinement phase swarm for Sprint Refinement sessions using SFDIPOT product factors, BDD scenario generation, and requirements validation."
|
|
3
|
+
minModelTier: tier3-best
|
|
4
|
+
tags: ["qcsd", "refinement", "sfdipot", "bdd", "gherkin", "requirements", "swarm", "parallel", "ddd", "qe", "quality-engineering", "qcsd-phases"]
|
|
5
|
+
steps:
|
|
6
|
+
- name: overview
|
|
7
|
+
description: "The Refinement Swarm takes user stories that passed Ideation and prepares them for Sprint commitment. Where the Ideation Swarm asks \"Should we build this?\" using HTSM quality criteria, the Refinement Swarm asks \"How should we test this?\" using SFDIPOT product factors, BDD scenarios, and INVEST valid"
|
|
8
|
+
tools: ["bash", "read"]
|
|
9
|
+
prompt: |
|
|
10
|
+
The Refinement Swarm takes user stories that passed Ideation and prepares them for Sprint commitment. Where the Ideation Swarm asks "Should we build this?" using HTSM quality criteria, the Refinement Swarm asks "How should we test this?" using SFDIPOT product factors, BDD scenarios, and INVEST valid
|
|
11
|
+
- name: key-differentiators-from-ideation-swarm
|
|
12
|
+
description: "Key Differentiators from Ideation Swarm"
|
|
13
|
+
tools: ["bash", "read"]
|
|
14
|
+
prompt: |
|
|
15
|
+
Key Differentiators from Ideation Swarm
|
|
16
|
+
- name: enforcement-rules---read-first
|
|
17
|
+
description: "**These rules are NON-NEGOTIABLE. Violation means skill execution failure.**"
|
|
18
|
+
tools: ["bash", "read", "grep", "mcp:agentic-qe:*"]
|
|
19
|
+
prompt: |
|
|
20
|
+
**These rules are NON-NEGOTIABLE. Violation means skill execution failure.**
|
|
21
|
+
- name: phase-1-analyze-story-content-flag-detec
|
|
22
|
+
description: "**MANDATORY: You must complete this analysis before Phase 2.**"
|
|
23
|
+
tools: ["bash", "read"]
|
|
24
|
+
prompt: |
|
|
25
|
+
**MANDATORY: You must complete this analysis before Phase 2.**
|
|
26
|
+
- name: flag-detection-check-all-seven
|
|
27
|
+
description: "Flag Detection (Check ALL SEVEN)"
|
|
28
|
+
tools: ["bash", "read"]
|
|
29
|
+
prompt: |
|
|
30
|
+
Flag Detection (Check ALL SEVEN)
|
|
31
|
+
- name: validation-checkpoint
|
|
32
|
+
description: "Before proceeding to Phase 2, confirm:"
|
|
33
|
+
tools: ["bash", "read"]
|
|
34
|
+
prompt: |
|
|
35
|
+
Before proceeding to Phase 2, confirm:
|
|
36
|
+
- name: mandatory-output-flag-detection-results
|
|
37
|
+
description: "You MUST output flag detection results before proceeding:"
|
|
38
|
+
tools: ["bash", "read"]
|
|
39
|
+
prompt: |
|
|
40
|
+
You MUST output flag detection results before proceeding:
|
|
41
|
+
- name: phase-2-spawn-core-agents-parallel-batch
|
|
42
|
+
description: "PHASE 2: Spawn Core Agents (PARALLEL BATCH 1)"
|
|
43
|
+
tools: ["bash", "read"]
|
|
44
|
+
prompt: |
|
|
45
|
+
PHASE 2: Spawn Core Agents (PARALLEL BATCH 1)
|