checkpoint
Save current progress with structured handoff artifact. Enables context reset for long-running tasks and session recovery.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Save current progress with structured handoff artifact. Enables context reset for long-running tasks and session recovery.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate customized .claude/ harness framework with Fusion Architecture (GAN-inspired + Domain Specialists). TRIGGER when user wants to set up AI-assisted development structure, create a new project harness, add structure to existing projects, or mentions 'harness', 'scaffold', 'framework setup'. Supports all domains through template + dynamic generation.
Negotiates 'done' criteria between Generator, Evaluator, and architect-lead before implementation begins. Converts subjective goals into testable, gradable criteria with clear domain responsibilities.
Guided database migration workflow — from schema design to rollback documentation.
Production incident response workflow — triage, root cause analysis, and resolution.
Track, categorize, and prioritize technical debt across the codebase.
Analyze existing web development codebase and generate documentation for AI-assisted development. Use when adding harness to existing projects (1→N).
| name | checkpoint |
| description | Save current progress with structured handoff artifact. Enables context reset for long-running tasks and session recovery. |
| user-invocable | true |
| argument-hint | [checkpoint-name] |
| allowed-tools | Read, Glob, Grep, Write, Bash |
Save current session progress for recovery and context reset.
/checkpoint [name]
Located at: production/session-state/handoffs/handoff-TIMESTAMP.md
# Session Handoff Artifact
## Session Summary
[What was being built]
## Completed Work
- [x] Task 1
- [x] Task 2
## Current State
[Where we stopped]
## Next Immediate Step
[What to do next - specific and actionable]
## Key Decisions
- Decision 1: [choice and reason]
- Decision 2: [choice and reason]
## Open Questions
- Question 1
- Question 2
## Commands to Resume
1. Read handoff artifact
2. Run specific command
Located at: production/session-state/checkpoints/checkpoint-TIMESTAMP.md
Lightweight snapshot for quick recovery.
Base implementation: @references/base/progress/skills/checkpoint/SKILL.md