Instruction Following Template
DeepSeek follows explicit, numbered instructions with high fidelity. The quality check at the end acts as a self-verification step that catches common errors. Separating 'must include' from 'must NOT include' prevents the model from overlooking negative constraints.
Follow these instructions precisely. Do exactly what is specified — nothing more, nothing less. **Task:** {{taskDescription}} **Input:** {{input}} **Instructions:** 1. {{step1}} 2. {{step2}} 3. {{step3}} 4. {{step4}} **Output constraints:** - Format: {{outputFormat}} - Length: {{lengthConstraint}} - Must include: {{requiredElements}} - Must NOT include: {{excludedElements}} **Quality check before responding:** - Did you follow every numbered instruction? - Does your output match the specified format exactly? - Did you include all required elements and exclude all excluded elements?
Variables to customize
Why this prompt works
DeepSeek follows explicit, numbered instructions with high fidelity. The quality check at the end acts as a self-verification step that catches common errors. Separating 'must include' from 'must NOT include' prevents the model from overlooking negative constraints.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Forcing the agent to plan before acting prevents premature execution and wasted steps. Explicit dependency mapping enables parallel execution and catches logical gaps early.
Tool Selection AgentThe ReAct pattern (Reason + Act) creates an explicit reasoning trace that improves tool selection accuracy. The error-handling rule prevents infinite retry loops.
Prompt CompressorExplicitly requiring all functional requirements to be preserved prevents the model from over-compressing and losing critical instructions.
Memory Management AgentExplicit memory read/write instructions create agents that improve over time. Categorization keeps memories organized, and the deduplication rule prevents context bloat.