qcsd-ideation-swarm

qcsd-ideation-swarm is a skill for Claude Code from summarybotng/summarybot-ng. It costs 66 tokens per session (2,477 once invoked), scanned A, original, MIT.

A planning workflow for assessing a user story or website before development begins. It examines quality criteria, risks, and testability, and can analyze a live website through several browser-based methods.

In plain words
What is it for?
Reviewing stories or URLs, identifying quality risks, checking whether features can be tested, and producing a go, conditional, or no-go decision.
Why use it?
It helps teams discover major risks and testing gaps before deciding whether development should start.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions Claude Code.

Good fit Reviewing stories or URLs, identifying quality risks, checking whether features can be tested, and producing a go, conditional, or no-go decision.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/summarybotng/summarybot-ng/qcsd-ideation-swarm
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add summarybotng/summarybot-ng --skill qcsd-ideation-swarm
Clone the repo
git clone --depth 1 https://github.com/summarybotng/summarybot-ng

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for qcsd-ideation-swarm

README.md
[![agentmods](https://agentmods.dev/badge/skills/summarybotng/summarybot-ng/qcsd-ideation-swarm/github.svg)](https://agentmods.dev/skills/summarybotng/summarybot-ng/qcsd-ideation-swarm)
Your own site
<a href="https://agentmods.dev/skills/summarybotng/summarybot-ng/qcsd-ideation-swarm"><img src="https://agentmods.dev/badge/skills/summarybotng/summarybot-ng/qcsd-ideation-swarm/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for qcsd-ideation-swarm

Your own site · 80×15
<a href="https://agentmods.dev/skills/summarybotng/summarybot-ng/qcsd-ideation-swarm"><img src="https://agentmods.dev/badge/skills/summarybotng/summarybot-ng/qcsd-ideation-swarm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,477 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00066 $0.02477
Opus 5 $0.00033 $0.01239
Sonnet 5 $0.00013 $0.00495
Haiku 4.5 $0.00007 $0.00248

Measured 6d ago against content hash 25727a6632a2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

qcsd-ideation-swarm scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/qcsd-ideation-swarm/SKILL.md · 209 lines

How it starts

The opening of the file, as written. The whole thing — 209 lines — stays where its author put it; the contents beside it link to each section on GitHub.

QCSD Ideation Swarm v7.0

Shift-left quality engineering swarm for PI Planning and Sprint Planning.


Overview

The Ideation Swarm assesses stories and URLs before development begins, using HTSM v6.3 quality criteria, Risk Storming, and Testability analysis. It renders a GO / CONDITIONAL / NO-GO decision and is the first gate in the QCSD lifecycle.

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

  • URL: Website to analyze (required for URL mode)
  • OUTPUT_FOLDER: Where to save reports (default: ${PROJECT_ROOT}/Agentic QCSD/{domain}/)

Unique Features

  • URL Mode: Automated 5-tier browser cascade for live website analysis
  • HAS_VIDEO Flag: Detects video content and recommends /a11y-ally follow-up
  • HTML Output: Generates HTML reports when html_output: true
  • Browser Cascade: Vibium -> agent-browser -> Playwright+Stealth -> WebFetch -> WebSearch-fallback

ENFORCEMENT RULES - READ FIRST

Rule Enforcement
E1 You MUST spawn ALL THREE core agents (qe-quality-criteria-recommender, qe-risk-assessor, qe-requirements-validator) 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 GO/CONDITIONAL/NO-GO 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 execute Step 7 learning persistence. No skipping.

Read the full file on GitHub · 209 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 209 lines · 66 tokens per session scan A 25727a6632a2

Subscribe to this mod's changes

qcsd-ideation-swarm is a skill published in the GitHub repository summarybotng/summarybot-ng (2 stars, last pushed 3mo ago), licensed MIT. It adds 66 tokens to every session and 2,477 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.