todo_add
Add tasks to project todo lists by specifying title, priority, and source for tracking review findings and coaching items.
Instructions
Add an item to the project todo list. All findings from review and coach should be added here.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short title of the todo item | |
| description | No | Detailed description | |
| priority | Yes | Priority: must = blocks launch, should = important improvement, nice = when you have time | |
| source | No | Where this item came from (e.g. "CTO review", "Security review", "guide", "user") | |
| project_path | No |