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