All tutorialsTutorial

Mode Selection Guide

How to recommend the right reasoning mode when the user selects "You choose" or when auto-recommending.

Claude Code Knowledge Pack7/10/2026

Mode Selection Guide

How to recommend the right reasoning mode when the user selects "You choose" or when auto-recommending.

Signal-to-Mode Mapping

Analyze the user's language and context to identify which mode fits best.

User SignalRecommended ModeRationale
"Is this the right approach?"Socratic QuestioningExploring assumptions, not yet committed
"I'm about to commit to X"Dialectic SynthesisNeeds strongest counter-argument before committing
"What could go wrong?"Pre-mortem AnalysisExplicitly asking about failure modes
"Is this secure/safe?"Red TeamSecurity and adversarial framing
"The data shows that..."Evidence AuditClaims based on evidence need falsification
"Everyone agrees that..."Socratic QuestioningConsensus signals unexamined assumptions
"We chose X over Y"Dialectic SynthesisTrade-off decision benefits from strongest counter
"This will definitely work"Pre-mortem AnalysisOverconfidence signals need for failure imagination
"No one would ever..."Red TeamAssumptions about adversary behavior
"Studies show..."Evidence AuditCited evidence needs quality assessment

Decision Type Mapping

Decision TypePrimary ModeSecondary Mode
Technology choiceDialectic SynthesisPre-mortem Analysis
Architecture decisionPre-mortem AnalysisRed Team
Business strategyDialectic SynthesisEvidence Audit
Security designRed TeamPre-mortem Analysis
Data-driven conclusionEvidence AuditSocratic Questioning
Process/workflow designPre-mortem AnalysisSocratic Questioning
Hiring/team decisionSocratic QuestioningDialectic Synthesis
Vendor selectionPre-mortem AnalysisDialectic Synthesis
Trade-off resolutionDialectic SynthesisSocratic Questioning
Risk assessmentRed TeamPre-mortem Analysis

Domain Mapping

DomainDefault ModeWhy
SecurityRed TeamAdversarial thinking is native to the domain
InfrastructurePre-mortem AnalysisFailure modes are the primary concern
Data/AnalyticsEvidence AuditClaims require evidence scrutiny
Product/UXSocratic QuestioningAssumptions about users need surfacing
BusinessDialectic SynthesisStrategy benefits from strongest counter
ArchitecturePre-mortem AnalysisSystems fail at integration points
Legal/ComplianceEvidence AuditClaims must withstand scrutiny

Multi-Mode Sequencing

Some situations benefit from running 2 modes in sequence.

Recommended Sequences

SequenceWhen to Use
Socratic → DialecticUser has an untested idea. Surface assumptions first, then argue the counter.
Pre-mortem → Red TeamHigh-stakes system launch. Find internal failures, then external attacks.
Evidence Audit → SocraticData-driven proposal. Audit the evidence, then question the interpretation.
Dialectic → Pre-mortemStrategic decision. Argue the counter, then stress-test the surviving position.

When to Suggest Multi-Mode

Recommend a second pass when:

  • The first mode reveals a category of risk the user hadn't considered
  • The thesis survives the first challenge largely intact (it may need harder testing)
  • The domain spans two mapping categories (e.g., a security architecture decision)

When NOT to Suggest Multi-Mode

  • The user's question is narrow and specific
  • The first mode already surfaced actionable changes
  • The user signals they want to move on

Auto-Recommendation Format

When presenting the recommendation, use this structure:

Based on [specific context signal], I recommend **[Mode Name]** because [1-sentence rationale].

[If a secondary mode is relevant:]
After that, a follow-up with **[Secondary Mode]** would [1-sentence benefit].

Then confirm with AskUserQuestion:

  • Option 1: Recommended mode (with "(Recommended)" label)
  • Option 2: Secondary mode if applicable
  • Option 3: "Let me pick" — return to the full mode selection

Edge Cases

  • Vague context: Default to Socratic Questioning — it surfaces what matters
  • Multiple concerns: Recommend Pre-mortem Analysis — it covers breadth naturally
  • User is emotional/frustrated: Default to Dialectic Synthesis — steel manning validates their position before challenging it
  • Technical vs business split: Match the mode to which side the user emphasizes