Agent Task Template
A reusable AI agent task template with variables for objective, context, available tools, constraints, success criteria, failure handling, and output format.
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.
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.
A reusable long-form content template with variables for topic, audience, tone, target keyword, content angle, outline, and call to action.
A reusable bug investigation template with variables for symptom, environment, reproduction steps, expected and actual behavior, error logs, and affected version.
A reusable product requirements template with variables for user problem, proposed solution, target users, constraints, acceptance criteria, out-of-scope items, and success metric.
A reusable social post template with variables for topic, audience, point of view, tone, hook style, key insight, and desired action.
A reusable meeting notes template with variables for raw notes, attendees, meeting goal, decisions, action items, risks, open questions, and next meeting date.
A reusable PR review prompt template with variables for repository, branch, change summary, changed files, review criteria, and risk areas.
A reusable multi-source comparison template with variables for sources, evaluation criteria, audience, decision context, priority criteria, and output format.
A reusable SEO brief template with variables for keyword, search intent, audience, competitor notes, required sections, word count, and internal links.
A reusable support response template with variables for customer issue, policy boundary, account context, resolution steps, tone, escalation condition, and follow-up action.
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.
Generate many intent-matched SEO pages from a template without the thin-content spam — map the search intents, define the page variables, build the template, and QA before publishing at scale.
Decide what to publish and why before you write a word — set the business goals and audience, map needs to topics, brief the priority pieces, then turn it into a content plan you publish against.
The full path to a content operation that runs, not a pile of posts — set the editorial strategy, research the topics, build a reusable template, then produce and QA structured pieces on repeat.
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.
Variables use double curly braces: {{variableName}}. Names can contain letters, numbers, and underscores — no spaces or hyphens. Examples: {{topic}}, {{target_audience}}, {{outputFormat}}.
Yes — a filled template is just text, so it works with ChatGPT, Claude, Gemini, or any model. Export the raw template as JSON to reuse the structure, or download a Markdown doc to share it with your team.
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.