From quantum
> Single entry point for all investigation operations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/quantum:QThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Single entry point for all investigation operations.
Single entry point for all investigation operations. "Prove all things; hold fast that which is good." -- 1 Thessalonians 5:21 (KJV)
Parse the user's request and determine which mode to use:
Quick Investigation (Section A) -- Use when:
Full Investigation (Section B) -- Use when:
Single Phase (Section C) -- Use when:
Probe Only (Section D) -- Use when:
After mode detection, present the mode selection to the user for confirmation.
The QIC is a 6-stage accelerated investigation:
qsTools action scan with the inputqsTools action sweep for evidence collectionqsTools action trace for pattern forensicsqsTools action probe for additional researchqsTools action closeQIC Target: Resolution in < 30 seconds for known patterns.
Each phase has a HITL checkpoint. The investigation state persists in a case directory.
Load sub-skill: sub-skills/SCAN.md
qsTools action scanLoad sub-skill: sub-skills/SWEEP.md
qsTools action sweepLoad sub-skill: sub-skills/TRACE.md
qsTools action traceLoad sub-skill: sub-skills/PROBE.md
qsTools action probeLoad sub-skill: sub-skills/THEORIZE.md
qsTools action theorizeLoad sub-skill: sub-skills/VERIFY.md
qsTools action verifyLoad sub-skill: sub-skills/CLOSE.md
qsTools action closeRun any phase independently:
/Q scan "OOM errors after upgrade" # Phase 0 only
/Q sweep --archive ./bundle.tar.gz # Phase 1 only
/Q trace --case CASE-001 # Phase 2 only
/Q probe "SAML redirect loop" # Phase 3 only
/Q theorize --case CASE-001 # Phase 4 only
/Q verify --case CASE-001 # Phase 5 only
/Q close --case CASE-001 # Phase 6 only
For each single-phase invocation:
qsTools with the appropriate actionDirect access to multi-source research without investigation context:
/Q probe "SAML redirect loop after SSO migration"
/Q probe --source perplexity "kernel panic NUMA balancing"
/Q probe --source helix "prior OOM investigations"
Sources:
helix -- SOUL vault internal knowledge (default, always searched first)perplexity -- Perplexity AI web searchexa -- Exa semantic searchtavily -- Tavily full-text extractionbrave -- Brave independent web indexDefault behavior: Search helix first, then query configured web providers in parallel.
| Sub-skill | File | Phase | Purpose |
|---|---|---|---|
| SCAN | sub-skills/SCAN.md | 0 | Scene assessment, log type detection |
| SWEEP | sub-skills/SWEEP.md | 1 | Evidence collection, file extraction |
| TRACE | sub-skills/TRACE.md | 2 | Pattern forensics, timeline correlation |
| PROBE | sub-skills/PROBE.md | 3 | Multi-source research, IEEE citations |
| THEORIZE | sub-skills/THEORIZE.md | 4 | Hypothesis generation, confidence scoring |
| VERIFY | sub-skills/VERIFY.md | 5 | Solution validation, N-MultiPass |
| CLOSE | sub-skills/CLOSE.md | 6 | Deliverable generation, RCA reports |
| SHERLOCK | sub-skills/SHERLOCK.md | Cross | Hypothesis coherence rules |
| GATE | sub-skills/GATE.md | Cross | Phase gate + HITL checkpoint thresholds |
| CURATOR | sub-skills/CURATOR.md | Cross | Claim registration rules |
| ESCALATION | sub-skills/ESCALATION.md | Cross | Escalation decision trees |
/Q # Mode selection prompt
/Q "OOM errors after upgrade" # Quick Investigation (default)
/Q full "cascading auth failures" # Full Investigation
/Q scan --file ./system.log # Single Phase
/Q probe "SAML redirect loop" # Probe Only
Whole-repo audit for over-engineering: finds dead code, unnecessary abstractions, stdlib-replaceable dependencies. Outputs ranked findings and net line/dep savings.
npx claudepluginhub thelightarchitect/quantum