원클릭으로
durable-handoff
Leave unfinished repository work safe for another human or agent to resume.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Leave unfinished repository work safe for another human or agent to resume.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Turn a repetitive manual procedure into a proven, repeatable mechanism. Use when the user explicitly invokes the automation pipeline.
Plan, approve, implement, verify, and record a software change. Use when the user explicitly invokes the build pipeline.
Record a durable architecture decision with alternatives and consequences.
Discover, approve, implement, prove, review, and record a software change. Use when the user explicitly invokes the delivery pipeline.
Evaluate whether retained evidence supports the delivery claims being made.
Diagnose, plan, approve, repair, and prove a defect fix. Use when the user explicitly invokes the fix pipeline.
| name | durable-handoff |
| description | Leave unfinished repository work safe for another human or agent to resume. |
Write .base/state/handoff.md with YAML frontmatter binding it to the active item, followed by
these headings:
---
work-item: W-NNNN
run: YYYY-MM-DD-short-kebab-slug
---
# Handoff## Outcome sought## Current state## Evidence## Risks and unknowns## Next actionKeep the next action singular and executable. Point base state set <W-NNNN> at the active work
item. Never use the handoff to claim verification that was not actually run.