epic_create
Creates an epic to group related tasks within a project, with optional scoping to a git branch.
Instructions
Create an epic within a project. Epics group related tasks into a feature or workstream. Pass branch to scope the epic to a git branch (use "current" to auto-detect).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Parent project ID | |
| name | Yes | Epic name | |
| description | No | Epic description | |
| status | No | planned | |
| priority | No | medium | |
| branch | No | Git branch this epic is scoped to. Pass "current" to auto-detect from the repo. Omit or pass empty string for a branch-agnostic (global) epic. | |
| tags | No |