npx claudepluginhub ialameh/sift-coder --plugin siftcoder# /siftcoder:continue - Resume Paused Workflow Resume a previously paused workflow from exactly where you stopped. ## Arguments - `$ARGUMENTS` - Optional: specific feature ID to continue with (otherwise continues current) ## Instructions ### Step 1: Load Paused State Read `.claude/siftcoder-state/current-task.json`: If no paused task exists: If task exists but not paused: ### Step 2: Show Resume Context Display what will be resumed: ### Step 3: Clear Pause State Update task to resume: ### Step 4: Resume Appropriate Phase Based on the saved state, invoke the appropriate a...
/continueAdvances the active vibe session by one step: checks status, runs worker and explainer agents, optionally explorer, and displays progress summary with changes, verifications, and next actions.
/continueScans docs/feature/ for feature progress across development waves, displays status summary with symbols and details, detects anomalies, and resumes next wave after confirmation.
/continueResumes prior session by scanning progress files and git state, summarizes work status with branch/phase details and next action, then loads context after confirmation.
/continueAutonomously executes pending tasks from orchestrator queue, delegating to agents like frontend-dev or backend-dev, with git checks, retries, and quality gates until completion or pause.
/continueContinues a previous Codex session using a thread ID and follow-up prompt to iterate on findings, request fixes, or drill deeper into analysis.
/continueAnalyzes existing Slidev presentation files, summarizes status on structure, content quality, visuals, and suggests priority next steps.
Resume a previously paused workflow from exactly where you stopped.
$ARGUMENTS - Optional: specific feature ID to continue with (otherwise continues current)Read .claude/siftcoder-state/current-task.json:
If no paused task exists:
No paused workflow found.
Start a new workflow:
/siftcoder:build <spec> - Build from specification
/siftcoder:fix <issue> - Fix with boundaries
/siftcoder:add-feature <desc> - Add new feature
If task exists but not paused:
Workflow is already running.
Current: [mode] - [phase]
Feature: [feature name]
Use /siftcoder:status to see progress.
Display what will be resumed:
RESUMING WORKFLOW
Mode: [build/fix/optimize/document]
Paused at: [timestamp] ([duration] ago)
Phase: [planning/coding/qa_review/qa_fix]
Progress Summary:
Feature: [current feature] ([X/Y] features complete)
Subtask: [current subtask] ([X/Y] subtasks complete)
Last completed:
[description of last action]
Next action:
[description of what will happen next]
Resuming in 3 seconds... (Ctrl+C to cancel)
Update task to resume:
./siftcoder/scripts/state-manager.sh task-update '{
"mode": "[mode]",
"phase": "[phase]",
"paused": false,
"resumedAt": "[ISO timestamp]",
"pausedAt": null
}'
./siftcoder/scripts/state-manager.sh log "workflow_resumed" '{
"mode": "[mode]",
"phase": "[phase]",
"pausedDuration": "[duration in seconds]"
}'
Based on the saved state, invoke the appropriate agent:
If phase = "planning":
If phase = "coding":
If phase = "qa_review":
If phase = "qa_fix":
Once resumed, the workflow continues automatically until:
/siftcoder:pause againIf $ARGUMENTS contains a feature ID:
/siftcoder:continue feat-auth-login
SWITCHING TO FEATURE
Feature: feat-auth-login
Title: User Authentication Login
Status: in_progress (subtask 3/7)
Continuing from subtask 3...
/siftcoder:status first to see what will be resumed