What problem does it solve?
This Skill orchestrates the execution phase of the plan workflow by consuming the authoritative plan pointers and ensuring runtime state updates are append-only, avoiding modification to stable plan intent.
Core Features & Use Cases
- Consumes the authoritative Linear issue pointer and the canonical linked-tracked-plan; validates alignment, and updates only runtime state fields on tracked-plan/1; appends progress events rather than rewriting history.
- Enforces hard gates and blockers; validates presence of plan-authority/1 and linked-tracked-plan; cross-surface consistency checks and safe execution.
- Use Case: resume execution from the latest plan state after plan mode; continue execution when new plan events occur.
Quick Start
Provide a Linear issue with a valid plan-authority envelope and a linked tracked-plan, then trigger execution to resume or continue the plan.