What problem does it solve?
Long-running coding tasks lose context, progress, and verification state when sessions end or devices change. This Skill drives the Comet Native workflow, which persists requirements, target specifications, progress, and verification conclusions on disk so a change can be resumed reliably across sessions and machines.
Core Features & Use Cases
- Resumable change lifecycle: Start or resume a change via
comet native status, then advance through Shape, Build, Verify, and Archive phases using Runtime-returned continuations.
- Structured clarification and specs: Maintains a decision tree, records confirmed decisions in
brief.md, and writes complete target specifications with observable acceptance criteria.
- Bounded Build-Verify loop: The Builder submits candidates with a review summary, and a fresh read-only Verifier marks every acceptance scenario as passed, failed, or blocked before Archive.
- Supervisor decomposition: Large requirements can be split into child changes with dependency tracking, multi-session or single-session coordination, and final integration verification.
- Use Case: Ask the agent to implement a multi-day feature; the workflow stores state in
comet-state.yaml, so after an interruption you simply resume and the Runtime tells the agent exactly which phase and action to continue.
Quick Start
Ask the agent to start a Comet Native change for your feature request, for example by saying "use /comet-native to start a change that adds OAuth login to the app".