resume
Load previous checkpoint or handoff artifact to continue work. Prefers handoff (context reset) over checkpoint for better context recovery.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Load previous checkpoint or handoff artifact to continue work. Prefers handoff (context reset) over checkpoint for better context 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.
Save current progress with structured handoff artifact. Enables context reset for long-running tasks and session recovery.
| name | resume |
| description | Load previous checkpoint or handoff artifact to continue work. Prefers handoff (context reset) over checkpoint for better context recovery. |
| user-invocable | true |
| argument-hint | [checkpoint-name|latest] |
| allowed-tools | Read, Glob, Grep, Write, Bash |
Load saved progress from checkpoint or handoff artifact.
/resume # Load latest handoff/checkpoint
/resume [name] # Load specific checkpoint
/resume latest # Explicitly load latest
📦 Available progress:
Handoffs:
- handoff-2026-04-04-1430.md (latest)
- handoff-2026-04-03-0900.md
Checkpoints:
- checkpoint-feature-auth.md
- checkpoint-2026-04-04-1000.md
Loading handoff-2026-04-04-1430.md...
Session: User Authentication Feature
Last activity: 2 hours ago
Status: Database schema designed, API endpoints partially implemented
Next immediate step:
- Complete /api-design for login endpoint
- Run tests for password hashing
Ready to continue?
A) Yes, load context and continue
B) Show full handoff first
C) Cancel
After loading:
The handoff artifact enables context reset - a fresh Evaluator session can objectively grade work without bias from building it.
Base implementation: @references/base/progress/skills/resume/SKILL.md