add_to_backlog
Add a task to the backlog by specifying title and project. Optionally set priority, tags, phase, and subtasks for organized task creation without bulk import.
Instructions
Adds a single item to BACKLOG.md. Use this for quick task creation without bulk import. Items are added to the specified priority section and can later be promoted to active work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The task title/description. | |
| project | Yes | Project prefix for the task ID (e.g., "AUTH", "API"). | |
| priority | No | Priority level. Default: "P2". | P2 |
| tags | No | Optional tags for categorization. | |
| phase | No | Optional phase/milestone this task belongs to. | |
| subtasks | No | Optional subtasks to include. |