Agent Task Template
A reusable AI agent task template with variables for objective, context, available tools, constraints, success criteria, failure handling, and output format.
View Resource →Prompt Builders
Build reusable prompt templates with {{variable}} placeholders.
Add and reorder variables, fill sample values, and export as Standard, Markdown, XML, JSON, or
Structured Sections. Everything runs in your browser.
Use {{variable_name}} placeholders for the parts that change.
Variable names accept letters, numbers, and underscores.
A reusable AI agent task template with variables for objective, context, available tools, constraints, success criteria, failure handling, and output format.
View Resource →A reusable long-form content template with variables for topic, audience, tone, target keyword, content angle, outline, and call to action.
View Resource →A reusable bug investigation template with variables for symptom, environment, reproduction steps, expected and actual behavior, error logs, and affected version.
View Resource →A reusable product requirements template with variables for user problem, proposed solution, target users, constraints, acceptance criteria, out-of-scope items, and success metric.
View Resource →A reusable social post template with variables for topic, audience, point of view, tone, hook style, key insight, and desired action.
View Resource →A reusable meeting notes template with variables for raw notes, attendees, meeting goal, decisions, action items, risks, open questions, and next meeting date.
View Resource →A reusable PR review prompt template with variables for repository, branch, change summary, changed files, review criteria, and risk areas.
View Resource →A reusable multi-source comparison template with variables for sources, evaluation criteria, audience, decision context, priority criteria, and output format.
View Resource →A reusable SEO brief template with variables for keyword, search intent, audience, competitor notes, required sections, word count, and internal links.
View Resource →A reusable support response template with variables for customer issue, policy boundary, account context, resolution steps, tone, escalation condition, and follow-up action.
View Resource →Turn a prompt that worked once into one you can reuse — pull the winning prompt out of the chat, mark the parts that change as variables, and lock it into a clean template.
View Playbook →Write your prompt template in the Template Editor using {{variableName}} placeholders for the parts that change. The tool detects every variable, lists them below the editor, and generates an input field for each one. Fill in the sample values, click Build Template, and the preview shows your fully filled prompt. Copy the filled version, export the raw template with empty variables as JSON, or download a Markdown doc — everything runs in your browser.
Variables use double curly braces: {{variableName}}. Names can contain letters, numbers, and underscores — no spaces or hyphens. Examples: {{topic}}, {{target_audience}}, {{outputFormat}}.
No. All template parsing, variable detection, and preview generation happen in your browser using JavaScript. Nothing is sent to a server or external service.
If a variable has no sample value, its placeholder is preserved in the preview output — the preview will show {{variableName}} for any unfilled variable.
Variables JSON exports your template's variable names as a JSON object with empty string values. Use it to build a form, script, or API integration that populates the template programmatically.
The Markdown export produces a structured document containing your template, variable list, and a filled example. Useful for sharing templates in documentation, GitHub wikis, or team knowledge bases.