cos_task_create
Creates a new Scrumban task file, validates swimlane and kind, and syncs to the database. Supports ready flag and acceptance/repro criteria for bug tasks.
Instructions
Create a new Scrumban task file + sync to DB.
Prefer this over hand-writing YAML. Validates swimlane against scrumban-config.yaml and kind against the 8-value enum. Pass ready=True to mark the task pullable in one shot; for bug-kind tasks pass acceptance= (G/W/T lines) and repro= so the create satisfies its own DoR in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| epic | No | ||
| kind | Yes | ||
| ready | No | ||
| repro | No | ||
| title | Yes | ||
| labels | No | ||
| status | No | icebox | |
| outcome | No | ||
| appetite | No | 1d | |
| priority | No | P2 | |
| swimlane | Yes | ||
| acceptance | No | ||
| depends_on | No | ||
| read_first | No | ||
| agent_session | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |