superpos_create_track
Create a new track with a unique slug and name. Optionally add a spec, description, or assign to a hive for task management.
Instructions
Create a track. slug is a lowercase kebab-case identifier (e.g. 'agent-hive-awareness'); spec is an optional long-form plan document (markdown).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| slug | Yes | ||
| spec | No | ||
| state | No | ||
| hive_id | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||