create_task
Create a new task entity to capture transient work—such as features, bugs, or investigations—linking related components, repos, and governance refs to build structured engineering context.
Instructions
Create a new Task entity.
Tasks are transient units of work (a feature, a bug, an investigation) that compose context by linking specific Component/Repo/Governance refs via link_task. Scaffolded subtopics: goal, plan, notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | lowercase a-z0-9- identifier (e.g. "fix-login-redirect"). | |
| aliases | No | optional short nicknames. | |
| governance | No | optional governance refs that apply directly to this task. | |
| description | No | one-paragraph prose description. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||