add_to_backlog
Add individual tasks to BACKLOG.md for quick task creation, organizing them by priority for future promotion to active work.
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. |