create_from_template
Start a new session using a predefined template to get a structured plan and rules in one step. Ideal for common workflows like deep research or code review.
Instructions
Create a session from a predefined template. Structured plan + rules in one step.
AUTOMATIC TRIGGERS - Call this when:
User asks to start a session with a template
You want a pre-built plan instead of creating tasks manually
Starting common workflows (deep research, code review, etc.)
WORKFLOW POSITION: Alternative to create_session when you want a structured plan.
PARAMETERS:
template_id: Template to use (e.g., 'deep_research', 'code_review')
title: Session title
task_description: Specific task description for this session
created_by: Creator identifier (default: "orchestrator")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| created_by | No | orchestrator | |
| template_id | Yes | ||
| task_description | Yes |