What problem does it solve?
Long-running tasks often lose track of progress, blockers, and completion evidence. This Skill defines how to report structured goal progress so durable /goal runs stay visible, auditable, and resumable.
Core Features & Use Cases
- Structured Progress Updates: Use goal_update to report meaningful progress, evidence, blockers, and next steps while a goal is active.
- Evidence-Based Completion: Prevents claiming completion without checks, files, child agent results, citations, or user-visible artifacts.
- Blocker Reporting: Describes repeated blockers and the exact user decision or external change needed to proceed.
- Use Case: During a multi-step research or implementation goal, report each milestone with supporting evidence so the user can pause, resume, or verify the run at any checkpoint.
Quick Start
Start a goal with the /goal command, then update progress with goal_update whenever meaningful work completes or a blocker appears.