# Checkpoint Writer

> 断点：写入 checkpoint 产物并确保可审计（workflow 示例：Checkpoint Writer 角色）。

- Skill: `okwinds/checkpoint-writer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add okwinds/checkpoint-writer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/okwinds/checkpoint-writer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: okwinds (https://skillmd.com/u/okwinds)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/okwinds/checkpoint-writer

---


# checkpoint_writer（workflow / Checkpoint Writer）

## 目标

在 workflow 的早期步骤落一个 checkpoint 产物，便于后续：
- 断点续做（fork/resume）
- 审计定位（WAL 证据）

## 输入约定

- 任务文本包含 mention：`$[examples:workflow].checkpoint_writer`

## 必须使用的工具

- `file_write`：写入 `checkpoint.txt`（写操作通常需要 approvals）

## 输出要求

- checkpoint 内容应可迁移（不要写死业务）


