task_create
Create a new task to break down a flow into smaller, trackable steps with summary, description, and acceptance criteria.
Instructions
Create a new task under a flow. Use this to break down a flow into smaller, trackable steps. Tasks can have:
Summary (required): Brief description of what to do
Description: Detailed implementation notes
Acceptance criteria: List of conditions for completion
Parent task: For creating sub-tasks
Best practice: Create tasks for each logical step before starting implementation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowId | Yes | The flow ID this task belongs to | |
| parentId | No | Optional parent task ID for creating sub-tasks | |
| summary | Yes | Brief description of the task (required) | |
| description | No | Detailed description or implementation notes | |
| acceptanceCriteria | No | List of conditions that must be met for task completion |