AgentStack
SKILL verified MIT Self-run

Vibe Handover Doc

skill-ash1794-vibe-engineering-handover-doc · by ash1794

Generates a session continuity document at the end of a long session or when switching context on a multi-session project. Enables seamless resumption.

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-ash1794-vibe-engineering-handover-doc

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Vibe Handover Doc? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

vibe-handover-doc

Long sessions produce context that dies when the session ends. Capture it before it's lost.

When to Use This Skill

  • End of a long development session (2+ hours of work)
  • Switching context to a different project/feature
  • Before taking a break on multi-session work
  • When you realize "this is going to take another session"
  • User says "let's continue tomorrow" or "save progress"

When NOT to Use This Skill

  • Short sessions with trivial tasks
  • Work that's fully committed and tested (the code IS the handover)
  • When a handover doc already exists and is current

Steps

  1. Capture current state:
  • What branch are we on?
  • What files were modified? (git status)
  • Are there uncommitted changes?
  • What tests are passing/failing?
  1. Document completed work:
  • What was accomplished this session?
  • Key decisions made (reference vibe-decision-journal entries)
  • Problems solved and how
  1. Document remaining work:
  • What's left to do?
  • What's blocked and on what?
  • Known issues introduced
  1. Create a resume prompt:
  • A specific prompt that the next session can use to get up to speed quickly
  • Include: branch name, key files to read, next task to tackle
  1. Save to project docs (e.g., docs/HANDOVER.md or docs/handover/YYYY-MM-DD.md)

Output Format

Handover: [Feature/Project Name]

Date: [Today] Branch: [branch name]

Completed This Session

  • [x] [Task 1]
  • [x] [Task 2]

Remaining Work

  • [ ] [Task 3] — [notes]
  • [ ] [Task 4] — blocked by [X]

Key Decisions Made

  • [Decision 1] — [rationale]

Known Issues

  • [Issue 1] — [impact]

Files Changed

[git status summary]

Resume Prompt

> [A specific prompt to use when resuming this work in a new session. Include context, branch, and next steps.]

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.