Create change
change_createCreates a tracked change (unit of work) and sets it as the active focus for multi-step projects. Use it to organize work so future chats can reorient with a single status check.
Instructions
Create a tracked change (the unit of work) and make it the active change. A change is a JSON record plus a directory that holds its stage documents (proposal.md, spec.md, design.md, notes.md) written on demand with change_doc. Use it to track multi-step work so any future chat can re-orient with a single change_status call. The id is a kebab-case slug of the title, deduplicated with -2, -3, ... on collision. Next step: write the proposal with change_doc, then break the work into tasks with task_add.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | Optional one-sentence goal or outcome statement. | |
| title | Yes | Short human-readable title of the change; it becomes the kebab-case id. | |
| workspace | No | Workspace name (see workspace_list). Defaults to the primary workspace. |