add_todo
Add a new task to your software development plan by specifying its title, description, complexity score, and optional code example for efficient project management.
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 |