Use
Prepared Prompts
Create reusable prompt flows with variables, inputs, previews, and document-like outputs.
Who this is for
Users who want repeatable runs with structured inputs instead of rewriting prompts each time.
Before you start
- Know the repeatable prompt goal.
- List the inputs a user must provide.
- Decide what kind of output should be downloaded.
Step-by-step guide
- 1
Name the prepared prompt.
- 2
Write prompt text with variables such as {{company_name}}.
- 3
Use {company_name} only when the app supports that tolerated syntax.
- 4
Define input types and mark required vs optional fields.
- 5
Preview the rendered prompt.
- 6
Run and download Markdown/Text output.
- 7
Use Custom Prompt when the task is ad hoc and does not need saved inputs.
Prepared Prompts
Forge Current step Inputs Output
1
2
Prompt preview Create reusable prompt flows with variables, inputs, previews, and document-like outputs.
3
Tips
- Use clear variable names.
- Keep required inputs minimal.
- Document-like outputs are easiest to share.
Common mistakes / troubleshooting
- Leaving variables unresolved.
- Making every input required.
- Using Custom Prompt for a workflow that should be reusable.