feature_reassign
Move a feature to another goal while preserving its ID and references. Use when a feature is filed under the wrong goal; the reason is recorded in history.
Instructions
Move a feature to a different goal. The id never changes, so anything citing it in a commit message or worktree name still resolves; the move is recorded in the history with its reason. Use when a refined objective shows an item does not belong where it was filed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| cwd | No | Directory identifying the project and the tree. Defaults to this session's working directory, which in a git worktree is that worktree. | |
| goal | Yes | The goal it should belong to. | |
| note | No | Why it does not belong where it was. | |
| actor | No |