| name | cancel |
| aliases | ["/cancel","stop work","abort"] |
| primaryRole | coordinator |
| description | Safely stops active work and summarizes the resulting state. Use when the user wants to stop a run, abort work, or preserve a safe stopping point. |
Cancel
Use this skill when the user wants to stop a run, abort work, or preserve a safe stopping point.
Policy
- Prefer safe shutdown over abrupt termination when state may be persisted.
- Record what was cancelled and what remains reusable.
- Leave the system in a recoverable state when possible.