task_create
Create a project-level task for planning work not yet assigned to a team. Tasks are visible on the project task wall.
Instructions
Create a new task in a project (not bound to a team).
Project-level tasks are attached directly to the project and visible on the project task wall. Suitable for planning-phase tasks not yet assigned to a team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag list | |
| title | Yes | Task title | |
| horizon | No | Time horizon, one of "short" / "mid" / "long" | mid |
| priority | No | Priority, one of "critical" / "high" / "medium" / "low" | medium |
| task_type | No | Deprecated (pipeline retired, see design doc §7) — accepted for backward compatibility but no longer attaches a pipeline. Use CC Workflow (ultracode) for orchestration; runs are tracked on the /workflows observability page. | |
| auto_start | No | If True, immediately set status to 'running' after creation | |
| project_id | No | Project ID (optional, auto-uses active project if empty) | |
| description | No | Task description |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||