Claude Prompt Command Modifiers

These are prompt prefix conventions, not true slash commands. Claude has no built-in slash command parser — these work because you’re instructing the model in plain language. Think of them as shorthand prompting patterns.


Output Format & Length

CommandEffect
/BRIEFLYForces a very short answer
/TLDRSummarizes a long text in a few lines
/EXEC SUMMARYQuick executive-style summary
/CHECKLISTTurns a response into a checklist
/STEP-BY-STEPLays out reasoning step by step
/FORMAT AS [format]Enforces a specific format (table, XML, JSON, Markdown, etc.)
/SCHEMAGenerates a structured outline or data model
/BEGIN WITH / END WITH [text]Forces the response to start or end with something specific
/EXPANDGo deeper on a topic or section
/CONDENSEMake an existing response shorter without losing meaning
/TRANSLATE [language]Translate content to another language

Persona & Tone

CommandEffect
/ACT AS [role]Makes Claude speak in a specific role
/TONE [style]Changes the tone — formal, witty, empathetic, blunt, etc.
/DEV MODESimulates a raw, technical developer style
/PM MODEGives a project-management perspective
/JARGONAsks Claude to use domain-specific technical vocabulary
/ELI5Explain Like I’m 5 — simplifies for a lay audience
/AUDIENCE [type]Adapts the response to a specific audience
/REWRITE AS [style]Rephrases content in a requested style
/ANALOGIZEExplain using analogies

Analysis & Reasoning

CommandEffect
/COMPAREPuts two or more things side by side
/PROS AND CONSSimple pros/cons breakdown — distinct from SWOT
/SWOTProduces a Strengths / Weaknesses / Opportunities / Threats analysis
/MULTI-PERSPECTIVEShows several points of view
/PARALLEL LENSESExamines a topic from multiple angles simultaneously
/COUNTERARGUMENTSteelman the opposing position
/DEVIL'S ADVOCATEArgue against the stated position
/FIRST PRINCIPLESRebuilds reasoning from fundamental basics
/CHAIN OF THOUGHTShows intermediate reasoning steps
/SOCRATICUse the Socratic method — guide via questions rather than answers
/TIMELINEPresent events or steps as a chronological timeline
/SYSTEMATIC BIAS CHECKAsks Claude to identify potential biases in the response

Quality & Self-Evaluation

CommandEffect
/REFLECTIVE MODEPrompts Claude to reflect on and critique its own answer
/EVAL-SELFAsks for a critical self-evaluation of the response
/CRITIQUECritically evaluate the thing provided
/DELIBERATE THINKINGForces slower, more methodical reasoning — less pattern-matching

Structured Prompting

CommandEffect
/ROLE: [role] TASK: [task] FORMAT: [format]Explicitly defines all three dimensions of the prompt in one shot

Last updated: April 2026