skills/resume/SKILL.md
Resume a paused feature from its saved checkpoint
npx skillsauth add pdlc-os/pdlc resumeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are resuming a paused PDLC feature. The argument passed is: $ARGUMENTS
Check if docs/pdlc/memory/.paused-feature.json exists.
If it does not exist and no argument was given:
"No paused feature found. Nothing to resume.
To start a feature:
/brainstorm <feature>To resume from STATE.md checkpoint: just start a new Claude Code session (auto-resume)" Stop.
If --discard was passed:
Delete .paused-feature.json if it exists.
"Paused state discarded." Stop.
If the file exists: Read it. Extract the paused feature details.
If a feature name was provided as argument and it doesn't match the paused feature:
"The paused feature is
[paused feature], not[provided name]. Resume[paused feature]? (yes/no)" If no, stop.
Read skills/formatting.md and output a Sub-phase Transition Header for "RESUMING", then present the saved state:
"Resuming [feature-name] from where you left off:
- Phase: [saved phase]
- Sub-phase: [saved sub-phase]
- Checkpoint: [saved last checkpoint] [If Beads task was active:] - Task: [saved task ID and title] (will be reclaimed)
- Paused at: [pausedAt timestamp]
- Paused by: [pausedBy — user or hotfix]"
Check if the codebase changed while the feature was paused (another session, a hotfix, teammate commits):
git log --oneline --since="[pausedAt timestamp]" main
If commits exist since the pause:
"[N] commits have been made to main since this feature was paused."
Rebase the feature branch on main to incorporate changes:
git checkout [feature branch]
git rebase main
If rebase has conflicts:
"Rebase has conflicts in [files]. Please resolve them, then run
/continueagain." Stop.
If clean:
"Feature branch rebased — changes since pause are incorporated."
If the changes include a hotfix (check for hotfix( in commit messages):
Run a targeted impact assessment — ask Neo and Echo:
Present any findings to the user before continuing.
If no commits since pause: skip rebase.
If the saved state had an active Beads task:
bd update [saved-task-id] --claim
If the claim fails (task was closed or claimed by another process):
"Beads task
[task-id]could not be reclaimed — it may have been completed or modified while paused. Runningbd ready --jsonto find the next available task."
Run bd ready --json and pick the next task from the ready queue. Update STATE.md accordingly.
If the claim succeeds:
"Beads task
[task-id]reclaimed: [task title]"
Restore STATE.md from the saved snapshot:
[saved phase][saved feature name][saved sub-phase][reclaimed task ID — task title] (or the next task from Step 3)[saved phase] / [saved sub-phase] / [now ISO 8601][saved party mode]Append to Phase History:
| [now] | feature_resumed | [saved phase] | [saved sub-phase] | [feature-name] |
Delete docs/pdlc/memory/.paused-feature.json.
Switch to the feature branch:
git checkout [feature branch]
Determine the lead agent for the resumed phase and announce:
[Lead Agent Name] ([Role]): "Welcome back to [feature-name]. We're picking up at [phase] / [sub-phase]. [If changes were found:] Note: [N] commits were incorporated since the pause — [summary of impact if any]. [If Beads task reclaimed:] Task
[task-id]is reclaimed and ready to go."
Re-invoke the appropriate phase skill (/brainstorm, /build, or /ship). The skill reads STATE.md and resumes from the checkpoint.
.paused-feature.json — the pause state is consumed. If the user wants to pause again, they run /pause again."Another feature is currently active (
[active feature]). Pause it first with/pause, then resume."
data-ai
Run a feature autonomously from approved-PRD to shipped, evaluated by a per-turn Sentinel hook. Requires bypass-permissions mode and Agent Teams mode.
development
# Variant Convergence **Topic slug:** `variant-convergence` **Triggers:** - **Inception path — Brainstorm Design Step 10.7:** after Step 10.6 (Design-Laws Audit) completes, before Step 11 (PRD design-doc link updates) and the Step 12 design approval gate. Variants are HTML mockups Muse generates. - **Construction path — Build Review Step 12.5:** after Party Review (Step 12) writes its review file and Muse appends the *As-Built Audit* section to `ux-review.md`, before the Step 13 Review approval
data-ai
Force-release a stuck roadmap-level feature claim (admin command)
devops
Bypass the deploy-before-Operation guardrails block with a single confirmation