ring:cycle-management
Installation
SKILL.md
Cycle Management
Unified skill for managing development cycle state. Provides two modes: status (read-only inspection) and cancel (state mutation with confirmation).
Mode Selection
This skill is invoked by the ring:dev-status and ring:dev-cancel commands. The calling command specifies the mode:
| Mode | Invoking Command | Purpose |
|---|---|---|
status |
/ring:dev-status |
Read-only — display cycle metrics |
cancel |
/ring:dev-cancel [--force] |
Mutating — cancel the active cycle |
The mode is determined by the argument passed from the delegating command. If no mode is provided, default to status.