Agent skill
restartability
STATUS.md format and guidance for tracking progress and resuming work after interruptions.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/restartability
SKILL.md
Restartability
Always maintain STATUS.md to enable picking up work after interruptions.
STATUS.md Format
# Status: [PROJECT NAME]
**Updated**: [timestamp] | **Tasks**: X/Y complete
## Tasks
| Task | Status | Wave | Notes |
|------|--------|------|-------|
| Feature A | Done | E | PR merged |
| Feature B | Active | D | Writing tests |
| Bug fix C | Blocked | B | Need input |
## Artifacts
| File | Status |
|------|--------|
| spec.md | Done |
| architecture.md | Draft |
| test-plan.md | Missing |
## Session Log
- Completed: [what]
- In progress: [what]
- Blocked: [what + why]
When to Update STATUS.md
- Start of session: Read STATUS.md first
- After completing a wave: Update task status and artifacts
- When blocked: Document what's blocking and why
- Before ending session: Update with current state
Resuming from Interruption
- Read STATUS.md first
- Skip completed work
- Resume from last good state
- Update frequently as you work
Status Icons
| Icon | Meaning |
|---|---|
| Done | Task complete |
| Active | Currently working |
| Blocked | Waiting on something |
| Missing | Artifact not yet created |
| Draft | Work in progress |
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?