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