Back to list
vneseyoungster

context-preservation

by vneseyoungster

ChocoVine turns "Vibes Coding" into Engineering. It stops hallucinations by enforcing a strict Research → Test → Code loop.

23🍴 17📅 Jan 23, 2026

SKILL.md


name: context-preservation description: Generate structured handoff summaries between workflow phases. Use when transitioning between RQPIV phases.

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

  1. Read previous phase handoff
  2. Load relevant artifacts
  3. Note key constraints/decisions
  4. Begin phase work

During Phase

  1. Update progress summary as work progresses
  2. Document significant decisions
  3. Note any blockers or issues

At Phase End

  1. Create comprehensive handoff
  2. List all artifacts created
  3. Provide recommendations
  4. Clear next actions

Artifact Naming Convention

{type}-{session}-{timestamp}.md

Examples:

  • handoff-auth-feature-20251215.md
  • progress-auth-feature-20251215-1430.md
  • session-resume-auth-feature.md

Storage Locations

Artifact TypeLocation
Handoffsplans/sessions/{session}/
Progressplans/sessions/{session}/
Resumeplans/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

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon