| Understand a system before answering or editing | scip-explore | system, trace, call-graph, dataflow |
| Root-cause a bug or regression | scip-debug | trace, dataflow, change-surface |
| Diagnose the design flaw behind a family of recurring bugs | scip-root-cause | co-change, similar, refs |
| Turn a report into a fix packet | scip-triage-issue | files, trace, affected |
| Create a code flow, dependency, or blast-radius diagram | scip-diagram | call-graph, dataflow, affected |
| Plan a feature, fix, or refactor | scip-concrete-plan | plan-context |
| Run a multi-phase program: plan, delegate, verify handoffs, close | scip-conductor | plan-context, diff-gate, health |
| Assess public API, route, config, schema, CLI, or export changes | scip-api-impact | surface, affected, co-change |
| Pick language-specific high-signal commands | scip-language-playbook | language row |
| Benchmark and optimize a command, workflow, or hot path | scip-hyper-optimization | bench, plan-context, profiles |
| Adopt or repair scip-query setup in a repo | scip-setup | setup, doctor, capabilities |
| Verify any finished change | scip-verify | status, diff-impact, final gate |
| Audit, rank, or confirm cleanup findings | scip-cleanup-audit | health, cleanup-plan, cleanup detectors |
| Autonomously fix confirmed cleanup findings | scip-cleanup-improve | health, cleanup-plan, verified batches |
| Find or resolve same-name twins that have diverged | scip-twin-drift | twin-drift, duplicate-bodies, refs |
| Faked or half-implemented features, checkers that never fail, dead paths behind fallbacks, lying metrics | scip-integrity-audit | |
| Audit whether a status claim is derived, hedged, or merely asserted | scip-claim-audit | refs, code, trace |
| Prove whether a parser/AST branch is actually reachable | scip-probe-reachability | outline --signatures, code, scratch probes |
| Reconcile living docs with code | scip-doc-reconcile | doc-drift |
| Review or migrate folder ownership | scip-directory-architecture | locality-candidates, similar-files |
| Review deeper maintainability and system compression | scip-maintainability | bottlenecks, similar-chains, change-surface |
| Review React reuse and component/hook pressure | scip-react-maintainability | React duplicate and pressure commands |
| Review Vue reuse and SFC/composable pressure | scip-vue-maintainability | Vue duplicate and pressure commands |
| Model a TypeScript system with TLA+ | scip-tla-model-system | plan-context, tla verify |