From the basic workflows.ipynb notebook in patterns/agents . Demonstrates the 'route' workflow: classify a ticket, then dispatch to a specialized sub prompt. Reproduced verbatim ar
From the basic workflows.ipynb notebook in patterns/agents . Demonstrates the 'route' workflow: classify a ticket, then dispatch to a specialized sub prompt. Reproduced verbatim ar
Opening section of the v0 production system prompt. Notable for its strict rules about how AskUserQuestions interacts with parallel tool calls, image asset handling, and a project
From the cookbook's summarization guide. A focused prompt for sublease/legal agreement summarization that uses a system role, explicit section headers, an XML output format, prefil
RAG system prompt from the embeddings QA recipe. The closing sentence is what stops hallucinations on questions outside the retrieved articles. Paired role message: You answer ques
Anthropic Chapter 6 Precognition / Thinking Step by Step . The canonical 'let Claude argue both sides before deciding' template. Pairs a savvy reader system prompt with explicit XM
One line system prompt from the function calling recipe. It is responsible for the model's habit of asking clarifying questions rather than fabricating function arguments. Pair it
From the Anthropic prompt engineering guide section on agentic systems. A concrete system prompt snippet that tells Claude Opus 4.7 when to spawn subagents counter balancing its de
Opening sections of Perplexity's leaked system prompt. Strict on inline numeric citations, markdown structure, no moralization, and no "based on search results" hedging. Source: ht
Opening sections of Anthropic's officially published system prompt for Claude Sonnet 4.5 release notes, Sept 2025 . Notable for prose first formatting guidance, sparse bullet usage
Entity extraction system prompt that drives a tool calling search over a product database. Notice how the prompt enumerates valid categories so the model snaps its parameter values
Opening section of Devin's leaked system prompt. Establishes Devin's identity as an autonomous SWE, defines when to communicate with the user, and lays out the planning vs standard
The three pillars OpenAI recommends prepending to any GPT 4.1 coding agent. They turn a one shot model into a loop that keeps working until the task is actually finished. Source: h
Opening section of Cursor's leaked production system prompt Agent Prompt 2.0 . Establishes the model's tool palette and gives detailed when to use and when not to use guidance for
From the official Anthropic prompt engineering guide for the Claude 4.7 family. Two single line additions that calibrate verbosity in either direction useful as a system prompt fra
Opening of the Bolt.new system prompt. Documents WebContainer's browser bound Node.js runtime, the lack of native binaries, pip, and git, and the bolt file modifications diff forma
Production system prompt from the OpenAI structured outputs cookbook recipe. It instructs the model to emit each solution step as an equation alongside an explanation field, ready
Opening identity and tool calling section from the leaked Windsurf Cascade prompt. Notable for the AI Flow framing, the strict tool calling discipline, and the unusual instruction
Reasoning model system prompt for catching inconsistencies in tabular data. Returns a tight JSON contract that downstream code can branch on. Source: https://cookbook.openai.com/ex
Verbatim system prompt from the Anthropic Research multi agent pattern. The 'research lead' classifies a user query as depth first, breadth first, or straightforward, then plans an
From the cookbook's using citations.ipynb . Pairs the Claude Citations API with a short, focused system prompt to ground answers in help center documents. Cited spans are returned