
Qcsd Development Swarm
- 84 installs
- 433 repo stars
- Updated August 4, 2026
- proffesor-for-testing/agentic-qe
qcsd-development-swarm is a Claude Code skill for ai & agent building.
About
qcsd-development-swarm is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- qcsd-development-swarm
- AI & Agent Building
- AI-coding skill
Qcsd Development Swarm by the numbers
- 84 all-time installs (skills.sh)
- +3 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #5,081 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill qcsd-development-swarmAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 84 |
|---|---|
| repo stars | ★ 433 |
| Last updated | August 4, 2026 |
| Repository | proffesor-for-testing/agentic-qe ↗ |
How do I helps with ai & agent building tasks.?
Helps with ai & agent building tasks.
Who is it for?
Best when you're working on ai & agent building and need structured help with qcsd development swarm.
Skip if: Teams with no ai & agent building needs, or anyone wanting a generic chat assistant without this specific workflow.
When should I use this skill?
When you need to helps with ai & agent building tasks., or when qcsd-development-swarm is a claude code skill for ai & agent building.
What you get
Structured output aligned to qcsd-development-swarm: qcsd-development-swarm, AI & Agent Building.
Files
QCSD Development Swarm v1.0
Shift-left quality engineering swarm for in-sprint code quality assurance.
---
Overview
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?"
QCSD Phase Positioning
| Phase | Swarm | Decision | When |
|---|---|---|---|
| Ideation | qcsd-ideation-swarm | GO / CONDITIONAL / NO-GO | PI/Sprint Planning |
| Refinement | qcsd-refinement-swarm | READY / CONDITIONAL / NOT-READY | Sprint Refinement |
| Development | qcsd-development-swarm | SHIP / CONDITIONAL / HOLD | During Sprint |
| Verification | qcsd-cicd-swarm | RELEASE / REMEDIATE / BLOCK | Pre-Release / CI-CD |
| Production | qcsd-production-swarm | HEALTHY / DEGRADED / CRITICAL | Post-Release |
Parameters
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/)
---
ENFORCEMENT RULES - READ FIRST
| Rule | Enforcement |
|---|---|
| E1 | You MUST spawn ALL THREE core agents (qe-tdd-specialist, qe-code-complexity, qe-coverage-specialist) in Step 2. No exceptions. |
| E2 | You MUST put all parallel Task calls in a SINGLE message. |
| E3 | You MUST STOP and WAIT after each batch. No proceeding early. |
| E4 | You MUST spawn conditional agents if flags are TRUE. No skipping. |
| E5 | You MUST apply SHIP/CONDITIONAL/HOLD logic exactly as specified in Step 5. |
| E6 | You MUST generate the full report structure. No abbreviated versions. |
| E7 | Each agent MUST read its reference files before analysis. |
| E8 | You MUST apply qe-defect-predictor analysis on ALL code changes in Step 8. Always. |
| E9 | You MUST execute Step 7 learning persistence. No skipping. |
PROHIBITED BEHAVIORS:
- Summarizing instead of spawning agents
- Skipping agents "for brevity"
- Proceeding before background tasks complete
- Providing your own analysis instead of spawning specialists
- Omitting report sections or using placeholder text
---
Step Execution Protocol
This skill uses a micro-file step architecture. Each step is a self-contained file loaded one at a time to avoid "lost in the middle" context degradation.
Execute steps sequentially by reading each step file with the Read tool.
Steps
1. Flag Detection -- steps/01-flag-detection.md -- Scan source code and tests, detect all 6 flags 2. Core Agents -- steps/02-core-agents.md -- Spawn qe-tdd-specialist, qe-code-complexity, qe-coverage-specialist in parallel 3. Batch 1 Results -- steps/03-batch1-results.md -- Wait for core agents, extract all metrics 4. Conditional Agents -- steps/04-conditional-agents.md -- Spawn flagged conditional agents in parallel 5. Decision Synthesis -- steps/05-decision-synthesis.md -- Apply SHIP/CONDITIONAL/HOLD logic 6. Report Generation -- steps/06-report-generation.md -- Generate executive summary and full report 7. Learning Persistence -- steps/07-learning-persistence.md -- Store findings to memory, save persistence record 8. Defect Predictor -- steps/08-defect-predictor.md -- Run qe-defect-predictor analysis on all code changes 9. Final Output -- steps/09-final-output.md -- Display completion summary with all scores
Execution Instructions
1. Use the Read tool to load the current step file (e.g., Read({ file_path: ".claude/skills/qcsd-development-swarm/steps/01-flag-detection.md" })) 2. Execute the step's instructions completely 3. Verify all success criteria are met before proceeding 4. Pass the step's output as context to the next step 5. If a step fails, halt and report the failure point -- do not skip ahead
Resume Support
To resume from a specific step: specify --from-step N and the orchestrator will skip to step N. Ensure you have the required prerequisite data from prior steps.
---
Agent Inventory
| Agent | Type | Domain | Batch |
|---|---|---|---|
| qe-tdd-specialist | Core (always) | test-generation | 1 |
| qe-code-complexity | Core (always) | code-intelligence | 1 |
| qe-coverage-specialist | Core (always) | coverage-analysis | 1 |
| qe-security-scanner | Conditional (HAS_SECURITY_CODE) | security-compliance | 2 |
| qe-performance-tester | Conditional (HAS_PERFORMANCE_CODE) | chaos-resilience | 2 |
| qe-mutation-tester | Conditional (HAS_CRITICAL_CODE) | test-generation | 2 |
| qe-message-broker-tester | Conditional (HAS_MIDDLEWARE) | enterprise-integration | 2 |
| qe-sap-idoc-tester | Conditional (HAS_SAP_INTEGRATION) | enterprise-integration | 2 |
| qe-sod-analyzer | Conditional (HAS_AUTHORIZATION) | enterprise-integration | 2 |
| qe-defect-predictor | Analysis (always) | defect-intelligence | 3 |
Total: 10 agents (3 core + 6 conditional + 1 analysis)
---
Quality Gate Thresholds
| Metric | SHIP | CONDITIONAL | HOLD |
|---|---|---|---|
| TDD Adherence | >= 80% | 60 - 79% | < 60% |
| Code Complexity | Avg <= 10 | Avg 11-15 | Avg > 15 |
| Test Coverage | >= 80% | 60 - 79% | < 60% |
| Mutation Score | >= 70% | 50 - 69% | < 50% |
| Security Issues | No HIGH/CRITICAL | MEDIUM only | HIGH/CRITICAL found |
---
Report Filename Mapping
| Agent | Report Filename | Step |
|---|---|---|
| qe-tdd-specialist | 02-tdd-analysis.md | 2 |
| qe-code-complexity | 03-complexity-analysis.md | 2 |
| qe-coverage-specialist | 04-coverage-analysis.md | 2 |
| qe-security-scanner | 05-security-scan.md | 4 |
| qe-performance-tester | 06-performance-analysis.md | 4 |
| qe-mutation-tester | 07-mutation-testing.md | 4 |
| qe-message-broker-tester | 08-middleware-health.md | 4 |
| qe-sap-idoc-tester | 09-sap-integration.md | 4 |
| qe-sod-analyzer | 10-sod-compliance.md | 4 |
| Learning Persistence | 11-learning-persistence.json | 7 |
| qe-defect-predictor | 12-defect-prediction.md | 8 |
| Synthesis | 01-executive-summary.md | 6 |
---
Execution Model Options
| Model | When to Use | Agent Spawn |
|---|---|---|
| Workflow (PRIMARY, ADR-102) | Harness with the Workflow tool | Workflow({ name: "qcsd-development-review", args: { sourcePath, testPath } }) |
| Task Tool (fallback) | Claude Code sessions without Workflow support | Task({ subagent_type, run_in_background: true }) |
| MCP Tools | MCP server available | fleet_init({}) / task_submit({}) |
| CLI | Terminal/scripts | swarm init / agent spawn |
Workflow execution (ADR-102)
.claude/workflows/qcsd-development-review.js runs the review as a deterministic pipeline: one finder per quality dimension (TDD adherence, complexity, coverage gaps — args.dimensions selects a subset) → 3 blind adversarial refuters per finding (Loki-mode, ADR-074: refuters see only the bare claim + evidence, never the finder's confidence or each other; uncertainty defaults to refuted) → deterministic synthesis into finding-verdict@1 envelopes (ADR-103, schemas/finding-verdict.schema.json). A finding survives only if fewer than ⌈N/2⌉ refuters kill it. The final report contains ONLY confirmed findings; killed findings are retained under killed with their refutations for audit.
Args: sourcePath (required), testPath, dimensions (subset of tdd-adherence|complexity|coverage-gaps), maxFindings per dimension (default 5).
When the Workflow tool is unavailable, fall back to the Task-tool protocol below — the report format and gates are identical, minus the adversarial verification stage (note this in the report header as verification: none).
---
Key Principle
Code quality is measured by evidence, not intentions. This swarm provides in-sprint quality assessment to ensure code meets engineering standards before entering the CI/CD pipeline.
skill: qcsd-development-swarm
version: 1.0.0
description: >
Evaluation suite for QCSD development phase swarm orchestration.
Tests TDD adherence, code complexity analysis, coverage gap detection,
defect prediction, and in-sprint quality signals.
models_to_test:
- claude-sonnet-4-6 # Primary (high accuracy expected)
- claude-haiku-4-5 # Fast model (minimum quality floor)
mcp_integration:
enabled: true
namespace: skill-validation
query_patterns: true
track_outcomes: true
store_patterns: true
target_agents:
- qe-learning-coordinator
- qe-queen-coordinator
learning:
store_success_patterns: true
pattern_ttl_days: 90
result_format:
json_output: true
include_timing: true
include_token_usage: true
setup:
required_tools:
- jq
test_cases:
- id: tc001_tdd_adherence_check
description: "Assess TDD adherence from commit history and test patterns"
category: tdd
priority: critical
input:
commit_history: "feat: add auth → test: add auth tests → fix: auth edge case"
test_first_ratio: 0.3
expected_output:
must_contain:
- "TDD"
- "adherence"
validation:
schema_check: true
keyword_match_threshold: 0.8
- id: tc002_code_complexity_analysis
description: "Analyze code complexity metrics for quality signals"
category: complexity
priority: critical
input:
code: |
function processOrder(order, user, config, flags) {
if (order.type === 'premium' && user.tier >= 3) {
if (config.discountEnabled && flags.holiday) {
return calculateDiscount(order, user, config);
} else if (config.loyaltyEnabled) {
return calculateLoyalty(order, user);
}
}
return order.total;
}
language: javascript
expected_output:
must_contain:
- "complexity"
- "cyclomatic"
validation:
schema_check: true
- id: tc003_coverage_gap_detection
description: "Detect coverage gaps in test suite"
category: coverage
priority: high
input:
coverage_report:
total: 72
branches: 58
functions: 80
lines: 75
uncovered_files:
- "src/auth/oauth2.ts"
- "src/payment/processor.ts"
expected_output:
must_contain:
- "gap"
- "coverage"
- "branch"
validation:
schema_check: true
- id: tc004_defect_prediction
description: "Predict defect-prone areas from code metrics"
category: defect-prediction
priority: high
input:
file_metrics:
- file: "src/auth/oauth2.ts"
churn: 15
complexity: 28
contributors: 4
- file: "src/core/router.ts"
churn: 2
complexity: 5
contributors: 1
expected_output:
must_contain:
- "defect"
- "risk"
- "oauth2"
validation:
schema_check: true
- id: tc005_quality_signal_synthesis
description: "Synthesize quality signals from development phase data"
category: synthesis
priority: medium
input:
tdd_score: 0.6
complexity_score: 0.55
coverage: 72
defect_density: 3.2
expected_output:
must_contain:
- "quality"
- "signal"
validation:
schema_check: true
success_criteria:
pass_rate: 0.9
critical_pass_rate: 1.0
avg_reasoning_quality: 0.75
max_execution_time_ms: 300000
metadata:
author: "qe-qcsd-orchestrator"
created: "2026-03-05"
coverage_target: >
QCSD development swarm with 5 test cases covering TDD adherence,
code complexity analysis, coverage gap detection, defect prediction,
and quality signal synthesis.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://agentic-qe.dev/schemas/qcsd-development-swarm-output.json",
"title": "QCSD Development Swarm Output Schema",
"description": "Schema for QCSD development phase swarm output. Includes TDD adherence, complexity analysis, coverage gaps, and defect prediction.",
"type": "object",
"required": ["skillName", "version", "timestamp", "status", "trustTier", "output"],
"properties": {
"skillName": {
"type": "string",
"const": "qcsd-development-swarm"
},
"version": {
"type": "string",
"pattern": "^\\d+\\.\\d+\\.\\d+(-[a-zA-Z0-9]+)?$"
},
"timestamp": {
"type": "string",
"format": "date-time"
},
"status": {
"type": "string",
"enum": ["success", "partial", "failed", "skipped"]
},
"trustTier": {
"type": "integer",
"const": 3
},
"output": {
"type": "object",
"required": ["summary", "tddAdherence", "complexityAnalysis", "coverageGaps"],
"properties": {
"summary": {
"type": "string",
"minLength": 100
},
"tddAdherence": {
"type": "object",
"properties": {
"score": { "type": "number", "minimum": 0, "maximum": 1 },
"testFirstRatio": { "type": "number", "minimum": 0, "maximum": 1 },
"recommendations": { "type": "array", "items": { "type": "string" } }
}
},
"complexityAnalysis": {
"type": "object",
"properties": {
"averageCyclomaticComplexity": { "type": "number", "minimum": 0 },
"hotspots": { "type": "array", "items": { "type": "string" } },
"refactoringTargets": { "type": "array", "items": { "type": "string" } }
}
},
"coverageGaps": {
"type": "object",
"properties": {
"totalCoverage": { "type": "number", "minimum": 0, "maximum": 100 },
"branchCoverage": { "type": "number", "minimum": 0, "maximum": 100 },
"uncoveredAreas": { "type": "array", "items": { "type": "string" } }
}
},
"defectPrediction": {
"type": "object",
"properties": {
"highRiskFiles": { "type": "array", "items": { "type": "string" } },
"defectDensity": { "type": "number", "minimum": 0 },
"trendDirection": { "type": "string", "enum": ["increasing", "stable", "declining"] }
}
}
}
}
}
}
{
"skillName": "qcsd-development-swarm",
"skillVersion": "1.0.0",
"requiredTools": [
"jq"
],
"optionalTools": [],
"schemaPath": "schemas/output.json",
"requiredFields": [
"skillName",
"status",
"output"
],
"requiredNonEmptyFields": [],
"mustContainTerms": [],
"mustNotContainTerms": [],
"enumValidations": {
".status": [
"success",
"partial",
"failed",
"skipped"
]
}
}
Step 1: Analyze Code Context (Flag Detection)
Prerequisites
- Development swarm skill invoked
- SOURCE_PATH provided
- OUTPUT_FOLDER determined
Instructions
Step 0: Retrieve Refinement Phase Signals
aqe memory search --pattern "qcsd-refinement-*" --namespace "qcsd-refinement" --limit 1 --jsonFlag Detection (Check ALL SIX)
HAS_SECURITY_CODE = FALSE
Set TRUE if source code includes: auth logic, crypto, input validation,
token handling, password management, encryption, access control
HAS_PERFORMANCE_CODE = FALSE
Set TRUE if source code includes: database queries, caching, async ops,
batch processing, file I/O, network calls, concurrency
HAS_CRITICAL_CODE = FALSE
Set TRUE if source code includes: payment processing, PII handling,
financial calculations, healthcare data, safety-critical logic
HAS_MIDDLEWARE = FALSE
Set TRUE if code includes: message broker clients, queue producers/consumers,
ESB integration, event publishing, pub/sub patterns
HAS_SAP_INTEGRATION = FALSE
Set TRUE if code includes: SAP SDK calls, IDoc processing, RFC calls,
BAPI invocations, OData client code
HAS_AUTHORIZATION = FALSE
Set TRUE if code includes: role checks, permission validation,
SoD enforcement, RBAC logic, authorization middlewareOutput flag detection results.
Success Criteria
- [ ] All SIX flags evaluated
- [ ] Expected agent count calculated
Navigation
- On success: proceed to Step 2 by reading
steps/02-core-agents.md
Step 2: Spawn Core Agents (Parallel Batch 1)
Prerequisites
- Step 1 completed
Instructions
Spawn ALL THREE in ONE message
| Agent | Domain | Role |
|---|---|---|
| qe-tdd-specialist | test-generation | TDD adherence and test-first assessment |
| qe-code-complexity | code-intelligence | Cyclomatic complexity and maintainability |
| qe-coverage-specialist | coverage-analysis | Coverage gap detection and recommendations |
Agent 1: TDD Specialist
Analyze TDD adherence, test-code ratio, test-first evidence. Save to: ${OUTPUT_FOLDER}/02-tdd-analysis.md
Agent 2: Code Complexity
Analyze cyclomatic complexity, cognitive complexity, coupling. Save to: ${OUTPUT_FOLDER}/03-complexity-analysis.md
Agent 3: Coverage Specialist
Detect coverage gaps, untested paths, coverage by module. Save to: ${OUTPUT_FOLDER}/04-coverage-analysis.md
Success Criteria
- [ ] All THREE agents spawned
Navigation
- On success: proceed to Step 3 by reading
steps/03-batch1-results.md
Step 3: Wait for Batch 1 & Extract Results
Prerequisites
- Step 2: All 3 core agents spawned
Instructions
WAIT for all three. Extract: TDD score, complexity metrics, coverage percentages, gaps identified.
Success Criteria
- [ ] All metrics extracted
Navigation
- On success: proceed to Step 4 by reading
steps/04-conditional-agents.md
Step 4: Spawn Conditional Agents (Parallel Batch 2)
Prerequisites
- Step 3 completed, flags from Step 1
Instructions
| Flag | Agent | Output File |
|---|---|---|
| HAS_SECURITY_CODE | qe-security-scanner | 05-security-scan.md |
| HAS_PERFORMANCE_CODE | qe-performance-tester | 06-performance-assessment.md |
| HAS_CRITICAL_CODE | qe-mutation-tester | 07-mutation-testing.md |
| HAS_MIDDLEWARE | qe-message-broker-tester | 08-middleware-testing.md |
| HAS_SAP_INTEGRATION | qe-sap-idoc-tester | 09-sap-testing.md |
| HAS_AUTHORIZATION | qe-sod-analyzer | 10-sod-analysis.md |
If ALL flags FALSE, skip to Step 5.
Success Criteria
- [ ] All flagged agents completed
Navigation
- On success: proceed to Step 5 by reading
steps/05-decision-synthesis.md
Step 5: Synthesize Results & Determine Recommendation
Prerequisites
- Core and conditional results available
Instructions
Apply SHIP/CONDITIONAL/HOLD logic EXACTLY
HOLD conditions (ANY triggers HOLD):
- Coverage < 50%
- Complexity score > critical threshold
- TDD adherence < 30%
- Security vulnerabilities (critical/high) in security code
- Mutation score < 40% on critical code
SHIP conditions (ALL required):
- Coverage >= 80%
- Complexity within acceptable range
- TDD adherence >= 70%
- No critical/high security findings
- All conditional checks passed
Default: CONDITIONAL
Success Criteria
- [ ] FINAL RECOMMENDATION: SHIP / CONDITIONAL / HOLD
Navigation
- On success: proceed to Step 6 by reading
steps/06-report-generation.md
Step 6: Generate Development Report
Prerequisites
- Step 5 completed
Instructions
Generate the Development Report to ${OUTPUT_FOLDER}/01-executive-summary.md. Include: Executive Summary, TDD Analysis, Complexity Analysis, Coverage Analysis, conditional sections, Recommended Actions.
Success Criteria
- [ ] Complete report saved
Navigation
- On success: proceed to Step 7 by reading
steps/07-learning-persistence.md
Step 7: Store Learnings & Persist State
Prerequisites
- Step 6 completed
Instructions
ALWAYS RUN.
Store development findings:
aqe memory store \
--key "qcsd-development-${storyId}-${Date.now()}" \
--namespace "qcsd-development" \
--value '{...}' \
--jsonSave to ${OUTPUT_FOLDER}/11-learning-persistence.json.
Success Criteria
- [ ] Persistence completed
Navigation
- On success: proceed to Step 8 by reading
steps/08-defect-predictor.md
Step 8: Apply Defect Predictor (Analysis)
Prerequisites
- Step 7 completed
Instructions
ALWAYS RUN qe-defect-predictor
Spawn qe-defect-predictor to analyze all code changes for defect likelihood:
1. Analyze code complexity hotspots 2. Predict defect density for changed modules 3. Identify highest-risk code paths 4. Recommend additional testing focus areas 5. Cross-reference with historical defect data
Save to: ${OUTPUT_FOLDER}/12-defect-prediction.md
Success Criteria
- [ ] Defect predictor completed
- [ ] Report saved
Navigation
- On success: proceed to Step 9 by reading
steps/09-final-output.md
Step 9: Final Output & Completion Summary
Prerequisites
- All steps completed
Instructions
Display completion summary with: SHIP / CONDITIONAL / HOLD recommendation, TDD score, complexity metrics, coverage percentage, defect prediction, and all deliverables.
Success Criteria
- [ ] Summary displayed
Navigation
- Terminal step.
Related skills
FAQ
What does qcsd-development-swarm do?
qcsd-development-swarm is a Claude Code skill for ai & agent building.
When should I use qcsd-development-swarm?
When you need to helps with ai & agent building tasks., or when qcsd-development-swarm is a claude code skill for ai & agent building.
What are the main capabilities?
qcsd-development-swarm; AI & Agent Building; AI-coding skill.