add_todo
Add a new todo item to the current development plan by specifying a title, detailed description, and complexity score from 0 to 10, with an optional code example.
Instructions
Add a new todo item to the current plan
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the todo item | |
| complexity | Yes | Complexity score (0-10) | |
| codeExample | No | Optional code example | |
| description | Yes | Detailed description of the todo item |