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