The prompt block editor
Every prompt is composed of six blocks in a fixed order. You can enable or disable each block independently — a simple task might only need Role, Objective, and Reasoning, while a complex one benefits from all six.
Each block shows a placeholder hint as you write — for example, the Examples block prompts you with “Show input/output pairs to guide the model” — so you always know what belongs in each section.
Example: a fully structured prompt
Here is what a code-review prompt looks like with all six blocks filled in:Giving a prompt its own shortcut
If you use a prompt frequently, give it a shortcut so you can expand it without opening the picker.1
Open the prompt editor
Click New prompt or click an existing prompt card to open the editor panel.
2
Enter a shortcut
In the Shortcut field, type a short identifier — for example,
coderev. Use only letters, numbers, hyphens, or underscores. SprintBrain sanitises the input automatically.3
Save the prompt
Click Create prompt (or Save changes). The shortcut is now live.
4
Use it anywhere
In any text field, type your prompt trigger prefix followed by the shortcut and press Tab. For example, if your prefix is
/, type /coderev + Tab and the full prompt expands at your cursor.""" picker only.
Dynamic fields in prompts
Prompts support the same dynamic field syntax as snippets. Use placeholders to collect values from the user at expansion time — the same inline overlay that appears for snippets appears for prompts too.
Example — a support-reply prompt that asks for the customer’s name and issue at expansion time:
