item_add
Add a bounded work item to a sprint with required title, description, code locations, and up to three validation gates (test, typecheck, build, command, manual) to verify quality before acceptance.
Instructions
Add an atomic item (bounded title, bounded description, code locations, gates — all required; gate_timeout_ms defaults to 5000 and null disables it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gates | Yes | ||
| title | Yes | ||
| subsprint | Yes | ||
| description | Yes | ||
| dependencies | No | ||
| high_priority | No | ||
| code_locations | Yes | ||
| gate_timeout_ms | No |