Appearance
Create a Reusable Prompt
Reusable prompts are the core building blocks of BetterPrompt. They turn one good idea into a repeatable tool.
This article walks you through creating a prompt that others (and future you) can easily run again and again.
1. Start with a specific outcome
Before you write anything, decide:
- What problem does this prompt solve?
- Who is it for? (e.g. marketers, founders, developers)
- What should the final output look like?
The more concrete your target outcome, the easier it is to design effective instructions and inputs.
2. Draft the hidden logic
In your prompt editor:
- Write clear instructions to the AI about:
- Role/persona (e.g. "You are a senior copywriter specializing in B2B SaaS.").
- Steps to follow.
- Constraints on tone, length, and format.
- Use natural language that's easy to understand and maintain.
By default, the prompt is kept private when you publish, so you can be as detailed as you like.
3. Identify and add inputs
Turn changeable parts of your prompt into inputs, for example:
{{ product_name }},{{ target_audience }},{{ main_benefit }}
Replace hard‑coded values with inputs and make sure each one has a clear, descriptive name.
BetterPrompt will expose these as input fields whenever the prompt is run.
4. Test and refine
- Run the prompt several times with different input values.
- Check whether the outputs:
- Match your intended structure and tone.
- Adapt correctly to different inputs.
- Tweak your instructions or inputs until results are consistently good.
5. Add a title, description, and samples
Finish by:
- Writing a clear title that describes the purpose of the prompt.
- Adding a description that explains when and how to use it.
- Saving sample outputs (if available) to show others what to expect.
Once you're happy with the behavior and presentation, you'll be ready to publish or share your prompt.