Skip to main content
Prompt templates let you define reusable instructions that are automatically injected into Claude’s system prompt when executing tasks. Use them to enforce coding standards, framework patterns, and quality guidelines.

How It Works

Create a template

Go to Project > Templates and create a new prompt template.

Set the task type

Assign the template to a task type (feature, bugfix, refactor, etc.). All tasks of that type will automatically use this template.

Write instructions

Write your template content with optional {{variable}} placeholders for dynamic values.

Automatic injection

When a matching task runs, the template is injected into Claude’s prompt — no manual action needed.

Template Matching

Templates are matched by task_type: If no matching template exists, the default prompt is used without additional instructions.

Template Variables

Use {{variable_name}} syntax for dynamic placeholders:
Variables are filled in when creating a task from the template selector in the task creation modal.

Prompt Injection Order

Templates are injected with high priority in Claude’s attention:
Templates appear before the task details, so Claude treats them as high-priority instructions that shape how the task is executed.

Example Templates