원클릭으로
spec-continue
Resume an in-progress spec: audit inherited work for drift, then continue execution
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Resume an in-progress spec: audit inherited work for drift, then continue execution
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Verify, review, and push pending work as one milestone commit
Drive the current branch's PR to merge-ready: CI green and every review comment handled, ending with an outcome label
After owner accept: guard-checked squash-merge of the current branch's PR, base sync and branch cleanup
Open a pull request for the current branch against its target, using the repo template
Triage PR review comments: fix, discuss, or decline with reason - every thread answered
Cut a release: version, changelog, tag, and release object — policy-driven across trunk/gitflow and tag-only/full
| name | spec-continue |
| description | Resume an in-progress spec: audit inherited work for drift, then continue execution |
| argument-hint | <spec folder or plan file path> |
Resume a spec started in another session. Read spec-execute first - all its phases and CRITICAL rules apply verbatim; this skill adds only the resume protocol. The resume failure mode is always the same: inherited code drifts from the spec, and new work gets stacked on the drift.
git status, git log --oneline -20, git branch --show-current, gh pr list --head <branch>.git restore someone's work without approval. Stage selectively (git add <file>), never git add -A on resume.gh pr checks <pr> + gh pr view <pr> --json reviews,comments, then git-review-pr-comments. Red lights before new work.tasks.md vs real commits: tick what shipped; a [x] with no matching commit is a regression to investigate.spec-execute Phase C verbatim.spec-execute; spec authoring - spec-create.