From quantum-computing-engineering
Decide whether a problem should use quantum computing at all — and if so, which paradigm, qubit modality, NISQ-vs-fault-tolerant placement, SDK/provider, and resource estimate — by traversing the quantum triage decision tree (classical-vs-quantum gate → paradigm → modality → NISQ-vs-FT → SDK/provider), returning a go/no-go verdict that defaults to 'classical wins today' unless a proven advantage, an in-regime problem size, and an affordable state-prep cost all hold. Reach for this when the user asks 'should we solve this with quantum?', 'gate-model or annealing?', 'which qubit hardware?', 'is this NISQ-doable or does it need fault tolerance?', or 'Qiskit/Cirq/PennyLane/Braket?'. Used by `quantum-solutions-architect` (primary).
How this skill is triggered — by the user, by Claude, or both
Slash command
/quantum-computing-engineering:triage-quantum-use-caseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Invoked by:** `quantum-solutions-architect` (primary). Also consulted by `quantum-algorithm-engineer` when a build reveals the problem can't fit the depth/coherence budget and needs a re-triage.
Invoked by:
quantum-solutions-architect(primary). Also consulted byquantum-algorithm-engineerwhen a build reveals the problem can't fit the depth/coherence budget and needs a re-triage.When to invoke: "should we use a quantum computer for this?"; "gate-model or annealing?"; "which qubit modality?"; "is this NISQ-doable or does it need fault tolerance?"; "how many qubits would this take?"; "Qiskit / Cirq / PennyLane / Braket — and whose hardware?"; any "is this a quantum problem, and how would we approach it?" question.
Output: a go/no-go triage verdict (defaulting to "classical wins today") + IF it survives: the paradigm + qubit modality + NISQ-vs-FT placement + order-of-magnitude resource estimate + SDK/provider + the flip conditions — every volatile fact dated and marked verify-at-use.
../../knowledge/quantum-computing-decision-tree.md: QUBO/Ising optimization → quantum annealing or gate-model QAOA (and still check classical solvers first); universal algorithms (chemistry, factoring, HHL, search) → gate/circuit model; specific photonic/cluster-state schemes → measurement-based.User: "We want to optimize our delivery-truck routing with a quantum computer. QAOA on a real QPU — which one?"
security-engineering / cybersecurity-grc.../../knowledge/quantum-computing-patterns-2026.md.npx claudepluginhub mcorbett51090/ravenclaude --plugin quantum-computing-engineeringGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.