send_directive
Send task directives to the development team, creating single or batch tasks with dependencies and specifications for autonomous AI collaboration.
Instructions
Send a task directive to the development team. Can create single or batch tasks with dependencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the task | |
| taskId | Yes | Unique identifier for the task | |
| priority | No | Task priority (default: medium) | |
| blockedBy | No | Task IDs currently blocking this task | |
| dependsOn | No | Task IDs this task depends on | |
| requirements | No | List of requirements | |
| specification | Yes | Detailed specification of what needs to be done | |
| acceptanceCriteria | No | Acceptance criteria for the task |