The six text templates cover the full spectrum of language-model tasks: quick one-shot requests, polished professional documents, multi-step projects, creative brand work, logic and debugging problems, and pattern-replication tasks where format consistency matters more than instruction length. Prompt Master picks exactly one template per request — never a blend — and populates every required component from your input before running the token-efficiency audit.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/nidhinjs/prompt-master/llms.txt
Use this file to discover all available pages before exploring further.
All six templates target LLMs (Claude, GPT-4o, Gemini, etc.) and any tool that accepts a freeform text prompt. For coding agents and image generators, see Agentic Templates and Image Templates.
RTF — Role, Task, Format
RTF is the fastest template in the library. It strips a request down to three load-bearing components and nothing else. Prompt Master routes to RTF when the task is a single-shot operation with a clear deliverable and no need for stylistic nuance or multi-step reasoning. Routed when: the task is direct, the output format is obvious, and the request can be completed in one model turn without follow-up.RTF components
RTF components
| Component | What it carries |
|---|---|
| Role | A domain-specific expert identity that sharpens the model’s response register |
| Task | The single, concrete action the model must perform |
| Format | The exact output structure — bullet list, table, numbered steps, JSON, etc. |
CO-STAR — Context, Objective, Style, Tone, Audience, Response
CO-STAR is the text template for work that will be read by a human audience in a professional context. It adds three dimensions that RTF omits — style, tone, and audience — which are the difference between a technically correct document and one that actually lands with its readers. Routed when: the task involves a professional document, report, business email, proposal, press release, or any deliverable where voice and audience shape the output as much as content does.CO-STAR components
CO-STAR components
| Component | What it carries |
|---|---|
| Context | Background the model needs to understand the situation |
| Objective | The specific outcome the document must achieve |
| Style | Writing register — formal, conversational, technical, journalistic |
| Tone | Emotional register — authoritative, empathetic, urgent, reassuring |
| Audience | Who will read this — their role, expertise level, and what they care about |
| Response | Format, length, structure, and any section-level requirements |
RISEN — Role, Instructions, Steps, End Goal, Narrowing
RISEN is the template for tasks that are too complex for a single instruction block. It breaks the work into an ordered sequence of steps and adds an explicit narrowing component — constraints that prevent the model from drifting into adjacent territory as it works through a long, multi-part task. Routed when: the task has multiple sequential phases, requires the model to make decisions across several distinct subtasks, or has clear boundaries that must not be crossed during execution.RISEN components
RISEN components
| Component | What it carries |
|---|---|
| Role | Expert identity calibrated to the full scope of the project |
| Instructions | High-level directive — what the overall task is |
| Steps | Ordered list of discrete phases the model must work through |
| End Goal | The final deliverable — what “done” looks like |
| Narrowing | Explicit constraints — scope limits, exclusions, non-goals |
CRISPE — Capacity, Role, Insight, Statement, Personality, Experiment
CRISPE is built for creative and iterative work. It adds two components that no other text template includes — Personality, which defines the voice the model should write in, and Experiment, which frames the output as a first iteration and invites variation. This makes it the right choice for brand voice work, creative briefs, and any task where the first output is a starting point, not a final answer. Routed when: the task involves creative content, brand voice, iterative drafts, character writing, campaign concepts, or any work where personality and stylistic distinctiveness are requirements.CRISPE components
CRISPE components
| Component | What it carries |
|---|---|
| Capacity | The model’s functional capability for this task — what it’s being asked to be able to do |
| Role | The creative persona or expert identity |
| Insight | Relevant context, reference points, or creative direction |
| Statement | The specific creative task |
| Personality | Voice, tone, stylistic fingerprint — the distinctive quality the output must have |
| Experiment | Framing that invites variation — treat this as Variant A, offer alternatives |
Few-Shot
Few-Shot doesn’t use an acronym — it’s a structural technique that replaces long format instructions with 2–5 concrete input/output examples. When the output format is complex, highly specific, or easier to demonstrate than describe, examples outperform instructions. Routed when: format consistency matters more than instruction length — structured data extraction, classification tasks, schema generation, consistent tone replication across many items, or any task where “do it like this” is clearer than “do it as follows.”Few-Shot structure
Few-Shot structure
| Section | What it carries |
|---|---|
| Task framing | One sentence explaining the pattern the model should replicate |
| Examples (2–5) | Concrete input → output pairs that demonstrate the exact format |
| Input | The actual item to process, clearly separated from the examples |
Chain of Thought
Chain of Thought (CoT) instructs the model to reason step by step before committing to an answer. It is the most widely misused technique in prompt engineering — applied to tasks that don’t need it, and applied to models that already do it internally. Prompt Master applies CoT only when it will measurably improve output accuracy. Routed when: the task involves math, formal logic, multi-step debugging, code reasoning, or any problem where a wrong intermediate step produces a confidently wrong final answer.CoT structure
CoT structure
| Section | What it carries |
|---|---|
| Problem statement | The full problem with all necessary context |
| CoT trigger | The phrase that activates step-by-step reasoning |
| Output format | What the final answer should look like after the reasoning |
Template Selection Summary
Quick routing reference for text templates
Quick routing reference for text templates
| Signal in your request | Template selected |
|---|---|
| Simple task, one output, no style requirements | RTF |
| Professional document, email, report, proposal | CO-STAR |
| Multi-phase project with sequential steps | RISEN |
| Creative work, brand copy, iterative drafts | CRISPE |
| ”Do it like these examples” / structured data | Few-Shot |
| Math, logic, debugging, multi-step analysis | Chain of Thought |
| Target model is o3, o4-mini, R1, Qwen3-thinking | RTF or CO-STAR (CoT suppressed) |