add_task
Register a single follow-up task discovered mid-investigation, specifying title and optional category, priority, and dependencies for structured bug tracking.
Instructions
Register a single follow-up task discovered mid-investigation. Use add_tasks_bulk() instead if defining the full plan upfront.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task description (max 200 chars) | |
| category | No | Task grouping for expertise routing | |
| priority | No | Execution priority | |
| depends_on | No | Task IDs that must resolve before this task is ready |