workflow_start_feature
Create a Linear issue and a corresponding GitHub branch in a single step to begin a new feature workflow.
Instructions
Start a new feature workflow: create Linear issue and GitHub branch.
This is a convenience tool that combines:
Creates a new issue in Linear
Creates a properly named branch in GitHub
Args: title: Feature title (used for both issue and branch) description: Optional description for the Linear issue repo: GitHub repository name. Defaults to configured default_repo. project: Linear project/team key. Defaults to configured default_project. priority: Issue priority (1=Urgent, 2=High, 3=Normal, 4=Low) branch_type: Type of branch (default: 'feature')
Returns: Dictionary with created issue and branch details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | ||
| title | Yes | ||
| project | No | ||
| priority | No | ||
| branch_type | No | feature | |
| description | No |