What problem does it solve?
Manages Hyper tasks outside the execution workflow. Lists active tasks, creates a deferred task, parks an active task back into phase: deferred, cancels an in-progress task with a reason, or shows the status of a specific task. Use when the user asks "what tasks do I have", "list my tasks", "show status of T<N>", "defer T<N>", "cancel T<N>", or "create a task for later". Do not use for starting or continuing work — that's the hyper skill. Keywords: hyper, task, list, status, defer, cancel, create, manage, deferred.
Core Features & Use Cases
- List active tasks under
.hyper/tasks/
- Create a deferred task for later with phase: deferred
- Defer an active task back to
phase: deferred
- Cancel a task with a provided reason and archive it
- Show status for a given
T<N> and inspect task artifacts
Quick Start
Create a deferred task by providing a title, e.g., 'Migrate to v2'.