add_todo
Create and add a new todo item to your software development plan. Include title, description, complexity score, and optional code examples to organize tasks effectively.
Instructions
Add a new todo item to the current plan
Input Schema
Name | Required | Description | Default |
---|---|---|---|
codeExample | No | Optional code example | |
complexity | Yes | Complexity score (0-10) | |
description | Yes | Detailed description of the todo item | |
title | Yes | Title of the todo item |