🎯

qcsd-ideation-swarm

🎯Skill

from proffesor-for-testing/agentic-qe

VibeIndex|
What it does

Generates innovative quality engineering test scenarios and conceptual frameworks through collaborative AI agent brainstorming and ideation techniques.

πŸ“¦

Part of

proffesor-for-testing/agentic-qe(97 items)

qcsd-ideation-swarm

Installation

npm installInstall npm package
npm install -g agentic-qe
Claude CLIAdd MCP server via Claude CLI
claude mcp add aqe -- aqe-mcp
Local ServerRun MCP server locally
claude mcp add aqe -- npx agentic-qe mcp
πŸ“– Extracted from docs: proffesor-for-testing/agentic-qe
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

# Agentic Quality Engineering Fleet

[![npm version](https://img.shields.io/npm/v/agentic-qe.svg)](https://www.npmjs.com/package/agentic-qe)

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

[![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue.svg)](https://www.typescriptlang.org/)

[![Node.js](https://img.shields.io/badge/Node.js-18+-green.svg)](https://nodejs.org/)

NPM Downloads

V3 (Main) | [V2 Documentation](v2/docs/V2-README.md) | [Changelog](CHANGELOG.md) | [Contributors](CONTRIBUTORS.md) | [Issues](https://github.com/proffesor-for-testing/agentic-qe/issues) | [Discussions](https://github.com/proffesor-for-testing/agentic-qe/discussions)

> V3 brings Domain-Driven Design architecture, 12 bounded contexts, 51 specialized QE agents, TinyDancer intelligent model routing, ReasoningBank learning with Dream cycles, HNSW vector search, mathematical Coherence verification, full MinCut/Consensus integration across all 12 domains, and deep integration with [Claude Flow](https://github.com/ruvnet/claude-flow) and [Agentic Flow](https://github.com/ruvnet/agentic-flow).

What's New in v3.5.0

  • Governance ON by Default - @claude-flow/guidance integration with 7 unbreakable QE invariants (ADR-058)
  • QCSD 2.0 Complete Lifecycle - All 4 phases: Ideation β†’ Refinement β†’ Development β†’ CI/CD Verification
  • 67 QE Skills - 4 new in v3.5.0 (QCSD Refinement, Development, CI/CD swarms + compatibility-testing)
  • Infrastructure Self-Healing Enterprise - 12 enterprise error signatures (SAP, Salesforce, Payment Gateway)

What's New in v3.4.2

  • Skill Validation System - 4-layer trust tiers with schemas, validators, and evaluation suites (ADR-056)
  • CLI Validation Commands - aqe skill report, aqe eval run, regression detection

What's New in v3.4.0

  • AG-UI Protocol - Anthropic's streaming agent-to-user interface with real-time progress updates
  • A2A Protocol - Google's agent-to-agent interoperability standard for cross-tool communication
  • A2UI Components - Unified UI combining AG-UI streaming with A2A event handling

πŸ—οΈ DDD Architecture | 🧠 ReasoningBank + Dream Cycles | 🎯 TinyDancer Model Routing | πŸ” HNSW Vector Search | πŸ‘‘ Queen Coordinator | πŸ“Š O(log n) Coverage | πŸ”— Claude Flow Integration | 🎯 12 Bounded Contexts | πŸ“š 67 QE Skills | 🧬 Coherence Verification | βœ… Trust Tiers | πŸ›‘οΈ Governance

---

⚑ Quick Start

Install & Initialize

```bash

# Install globally

npm install -g agentic-qe

# Initialize your project

cd your-project

aqe init --wizard

# Or with auto-configuration

aqe init --auto

# Add MCP server to Claude Code (pick one)

# Option 1: Global install (recommended after npm install -g)

claude mcp add aqe -- aqe-mcp

# Option 2: Via npx (no global install needed)

claude mcp add aqe -- npx agentic-qe mcp

# Verify connection

claude mcp list

```

Use from Claude Code CLI

Ask Claude to use QE agents directly from your terminal:

```bash

# Generate comprehensive tests with learning

claude "Use qe-test-architect to create tests for src/services/user-service.ts with 95% coverage"

# Run full quality pipeline with Queen coordination

claude "Use qe-queen-coordinator to orchestrate: test generation, coverage analysis, security scan, and quality gate"

# Detect flaky tests with root cause analysis

claude "Use qe-flaky-hunter to analyze the last 100 test runs and stabilize flaky tests"

```

What V3 provides:

  • βœ… 12 DDD Bounded Contexts: Organized by business domain (test-generation, coverage-analysis, security-compliance, etc.)
  • βœ… 51 QE Agents: Including Queen Coordinator for hierarchical orchestration (44 main + 7 TDD subagents)
  • βœ… TinyDancer Model Routing: 3-tier intelligent routing (Haiku/Sonnet/Opus) for cost optimization
  • βœ… ReasoningBank Learning: HNSW-indexed pattern storage with experience replay
  • βœ… O(log n) Coverage Analysis: Sublinear algorithms for efficient gap detection
  • βœ… Claude Flow Integration: Deep integration with MCP tools and swarm orchestration
  • βœ… Memory Coordination: Cross-agent communication via aqe/v3/* namespaces
  • βœ… Coherence Verification (v3.3.0): Mathematical proof of belief consistency using WASM engines
  • βœ… V2 Backward Compatibility: All V2 agents map to V3 equivalents
  • βœ… 67 QE Skills: 46 Tier 3 verified + 21 additional QE skills (QCSD swarms, n8n testing, qe-* domains)

---

πŸš€ Get Value in 60 Seconds

```bash

# 1. Install

npm install -g agentic-qe

# 2. Initialize (auto-detects your project, enables all 12 domains)

cd your-project && aqe init --auto

# 3. Generate tests immediately

claude "Generate comprehensive tests for src/services/"

# 4. Run quality assessment

claude "Assess code quality and provide deployment recommendation"

```

What happens:

  1. Auto-configuration detects your tech stack (TypeScript/JS, testing framework, CI setup)
  2. All 12 DDD domains enabled automatically - no "No factory registered" errors
  3. Pattern learning kicks in - your project's test patterns are learned and reused
  4. AI agents generate tests, analyze coverage, and provide actionable recommendations

---

🎯 Why AQE?

| Problem | AQE Solution |

|---------|--------------|

| Writing comprehensive tests is tedious and time-consuming | AI agents generate tests automatically with pattern reuse across projects |

| Test suites become slow and expensive at scale | Sublinear O(log n) algorithms for coverage analysis and intelligent test selection |

| Flaky tests waste developer time debugging false failures | ML-powered detection with root cause analysis and fix recommendations |

| AI testing tools are expensive | TinyDancer 3-tier model routing reduces costs by matching task complexity to appropriate model |

| No memory between test runsβ€”every analysis starts from scratch | ReasoningBank remembers patterns, strategies, and what works for your codebase |

| Agents waste tokens reading irrelevant code | Code Intelligence provides token reduction with semantic search and knowledge graphs |

| Quality engineering requires complex coordination | Queen Coordinator orchestrates 51 agents across 12 domains with consensus and MinCut topology |

| Tools don't understand your testing frameworks | Works with Jest, Cypress, Playwright, Vitest, Mocha, Jasmine, AVA |

---

✨ V3 Features

πŸ—οΈ Domain-Driven Design Architecture

V3 is built on 12 DDD Bounded Contexts, each with dedicated agents and clear responsibilities:

| Domain | Purpose | Key Agents |

|--------|---------|------------|

| test-generation | AI-powered test creation | qe-test-architect, qe-tdd-specialist |

| test-execution | Parallel execution & retry | qe-parallel-executor, qe-retry-handler |

| coverage-analysis | O(log n) gap detection | qe-coverage-specialist, qe-gap-detector |

| quality-assessment | Quality gates & decisions | qe-quality-gate, qe-risk-assessor |

| defect-intelligence | Prediction & root cause | qe-defect-predictor, qe-root-cause-analyzer |

| requirements-validation | BDD & testability | qe-requirements-validator, qe-bdd-generator |

| code-intelligence | Knowledge graph & search | qe-code-intelligence, qe-kg-builder |

| security-compliance | SAST/DAST & audit | qe-security-scanner, qe-security-auditor |

| contract-testing | API contracts & GraphQL | qe-contract-validator, qe-graphql-tester |

| visual-accessibility | Visual regression & a11y | qe-visual-tester, qe-accessibility-auditor |

| chaos-resilience | Chaos engineering & load | qe-chaos-engineer, qe-load-tester |

| learning-optimization | Cross-domain learning | qe-learning-coordinator, qe-pattern-learner |

---

βœ… Skill Trust Tiers (v3.4.2)

AQE includes 67 QE skills (46 Tier 3 verified