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:
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
- Code Standards
- Framework
- Testing
- Security Review