Skip to main content
Comet creates intermediate artifacts so the workflow can survive context loss, phase transitions, model switches, and later review. These files are not noise; they are the evidence trail that lets /comet resume from facts instead of memory.

Xiaoyu sorts Comet intermediate artifacts by context, recovery, handoff, and verification evidence

Main artifact categories

CategoryExamplesPurpose
Requirements factsproposal.md, delta spec.md, tasks.mdDefine what is being changed.
Design and planDesign Doc, implementation planPreserve how the work should be built.
Handoff context.comet/handoff/design-context.*, spec-context.*Move OpenSpec evidence into later phases.
Runtime staterun-state.json, state-events.jsonl, checkpointsSupport deterministic recovery.
Verification evidenceverify reports, test output, branch statusProve completion before archive.

What to edit

Edit user-readable artifacts such as proposal, design, tasks, Design Doc, Plan, and configuration. Do not hand-edit machine-owned runtime state unless a recovery guide instructs it.

Recovery anchors

Files such as brainstorm-summary.md and subagent-progress.md let an agent reload context after compaction. Keep them with the change. In SubAgent mode, subagent-progress.md is maintained by the coordinator session, not implementer or reviewer subagents.

Next steps

Last modified on July 6, 2026