goal_set
Define a goal's priority and maximum parallel work items to cap concurrent changes, preventing overload and keeping projects on track.
Instructions
Set a goal's priority and how many of its features may be worked at once. Parallelism is capped per goal rather than by token budget: the limit that matters is how many things are changing simultaneously.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Directory identifying the project and the tree. Defaults to this session's working directory, which in a git worktree is that worktree. | |
| name | Yes | ||
| priority | No | Lower is worked first. | |
| max_parallel | No |