원클릭으로
resume-handoff
Use when starting a new session that continues previous work, or when a handoff document is provided
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when starting a new session that continues previous work, or when a handoff document is provided
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when reviewing a spec or task graph for completeness before implementation
Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, logging in, or automating browser actions
Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, logging in, or automating browser actions
Use when decomposing a spec, design, or feature description into a task dependency graph with self-evaluating acceptance criteria
Use when doing creative product, feature, component, functionality, or behavior design work
Use when infrastructure or features are built but before declaring done -- verifies work is wired into the system and actively used
| name | resume-handoff |
| description | Use when starting a new session that continues previous work, or when a handoff document is provided |
Resume work from a handoff document by reading it fully, verifying current state, and proposing a course of action.
tasks.completed, tasks.in_progress, tasks.remaining, and tasks.epic before continuing, along with decisions, learnings, and next stepsHandoffs without a tasks: section are incomplete state; reconstruct tracked task state before continuing.
Check for each of the 4 scenarios:
| Scenario | Signal | Action |
|---|---|---|
| Clean continuation | All changes present, no conflicts | Proceed with next: items |
| Diverged codebase | Changes missing or modified since handoff | Reconcile differences, adapt plan |
| Incomplete work | Tasks marked in_progress | Complete unfinished work first |
| Stale handoff | Significant time passed, major refactoring occurred | Re-evaluate strategy entirely |
Verify tracked task state before continuing:
tasks.completed entries are actually present in the current codebase or task trackertasks.in_progress entries before starting tasks.remainingtasks.remaining as the next work queue only after unfinished in-progress work is resolvedtasks.epic as the parent context when creating or resuming tracked tasksI've analyzed the handoff from [date]. Current situation:
**Completed work:** [verified present/missing/modified]
**Key decisions:** [still valid/changed]
**Recommended next actions:**
1. [Most logical next step]
2. [Second priority]
Shall I proceed, or adjust the approach?
next: items from handoff into tasksoro task ready for any tracked worktasks.completed, tasks.in_progress, tasks.remaining, and tasks.epic state with tracked tasks before selecting the next taskworked: and avoid failed: approachesfailed: approaches (repeating mistakes)