cos_task_create
Create a new Scrumban task file and sync it to the database. Validates swimlane and kind, and accepts ready, acceptance, and repro fields to meet definition of ready in one call.
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 |