Agent skill
document-continue
Save current progress to a file before /clear so a fresh session can continue where you left off. Use when context is getting full mid-task.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/document-continue
SKILL.md
Document & Continue
When context is getting full mid-task, save progress before /clear.
Steps
-
Create progress file at
docs/plans/PROGRESS-<task-id>.md(createdocs/plans/if it doesn't exist:mkdir -p docs/plans) with:markdown# Progress: <Task Title> **Beads task:** <id> **Branch:** <current branch name> **Plan:** <path to plan file if one exists> **Step:** <current step number in plan> ## Modified Files - list every file changed in this session ## Intent - what you were trying to accomplish and WHY (not just what files changed) - the high-level goal this work serves ## Current State - what's working - what's failing (include test names and error messages) ## Next Steps - exactly what to do next - any decisions made with the user during this session -
User runs
/clear -
New session starts with: "Read
docs/plans/PROGRESS-<task-id>.mdand continue from there"
Tips
- Include exact test commands that were run
- Include any user decisions or preferences expressed during the session
- Be specific about what's left — "implement the remaining 3 mutations" not "finish the feature"
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?