Agent skill
context-preservation
Generate structured handoff summaries between workflow phases. Use when transitioning between RQPIV phases.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/context-preservation
SKILL.md
Context Preservation Skill
Purpose
Maintain context continuity across phases and sessions.
When to Use
- Transitioning between RQPIV phases
- Handing off between sub-agents
- Pausing work for later resumption
- Creating progress reports
Templates
Phase Handoff
Reference: templates/handoff-template.md
Use when transitioning from one phase to another. Captures:
- Summary of completed work
- Key findings and decisions
- Artifacts created
- Recommendations for next phase
Progress Summary
Reference: templates/progress-summary.md
Use for tracking ongoing work:
- Completed tasks
- In-progress items
- Blocked items
- Next steps
Session Resume
Reference: templates/session-resume.md
Use when resuming interrupted work:
- Last known state
- Files to reload
- Continue point
Context Preservation Process
At Phase Start
- Read previous phase handoff
- Load relevant artifacts
- Note key constraints/decisions
- Begin phase work
During Phase
- Update progress summary as work progresses
- Document significant decisions
- Note any blockers or issues
At Phase End
- Create comprehensive handoff
- List all artifacts created
- Provide recommendations
- Clear next actions
Artifact Naming Convention
{type}-{session}-{timestamp}.md
Examples:
handoff-auth-feature-20251215.mdprogress-auth-feature-20251215-1430.mdsession-resume-auth-feature.md
Storage Locations
| Artifact Type | Location |
|---|---|
| Handoffs | plans/sessions/{session}/ |
| Progress | plans/sessions/{session}/ |
| Resume | plans/sessions/{session}/ |
Best Practices
For Handoffs
- Be concise but complete
- Include file paths for referenced artifacts
- Highlight decisions that affect future phases
- Note any assumptions made
For Progress
- Update frequently (after each significant action)
- Be honest about blockers
- Include time context
For Resume
- Capture exact stopping point
- List files to re-read
- Include any temporary notes
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?