add_to_backlog
Add a single task to the backlog for quick task creation without bulk import. Items are placed in specified priority sections and can be promoted to active work later.
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
TableJSON 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. |