Agent skill
df:resume-work
Resume work from previous session with full context restoration. Use when the user returns to continue work, wants to pick up where they left off, or starts a new session. Triggers on: "let's continue", "pick up where we left off", "resume", "what were we doing?", "where did we leave off?", "continue working"
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/df-resume-work
SKILL.md
Routes to the resume-project workflow which handles:
- STATE.md loading (or reconstruction if missing)
- Checkpoint detection (.continue-here files)
- Incomplete work detection (JOB without SUMMARY)
- Status presentation
- Context-aware next action routing
<execution_context> @~/.claude/devflow/workflows/resume-project.md </execution_context>
The workflow handles all resumption logic including:
- Project existence verification
- STATE.md loading or reconstruction
- Checkpoint and incomplete work detection
- Visual status presentation
- Context-aware option offering (checks CONTEXT.md before suggesting plan vs discuss)
- Routing to appropriate next command
- Session continuity updates
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?