rtaskmaster_create_task
Create a new task with title, description, priority, dependencies, and test strategy to organize project work.
Instructions
Create a new task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task title | |
| details | No | Detailed implementation notes | |
| priority | No | Task priority (default: medium) | |
| description | No | Task description | |
| projectRoot | Yes | Absolute path to the project root directory | |
| dependencies | No | Array of task IDs this task depends on | |
| testStrategy | No | How to test/verify this task |