AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Handoff

skill-ao92265-claude-code-playbook-handoff · by ao92265

>

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

Install

$ agentstack add skill-ao92265-claude-code-playbook-handoff

✓ 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ao92265-claude-code-playbook-handoff)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Handoff? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Session Handoff

Create a structured handoff document so the next Claude Code session (or another developer) can pick up exactly where you left off.

Steps

  1. Summarize what was accomplished:
  • List files created, modified, or deleted
  • Describe each change in one sentence
  • Note any tests added or modified
  1. Document what's left to do:
  • Remaining tasks from the original request
  • Known issues discovered during implementation
  • Tests that still need to be written
  • Edge cases identified but not yet handled
  1. Record decisions made:
  • Architecture or design choices and why they were made
  • Alternatives that were considered and rejected (with reasons)
  • Trade-offs accepted (e.g., "chose simplicity over performance because...")
  1. Flag gotchas and warnings:
  • Anything that's fragile or could break easily
  • Dependencies on external systems or specific configurations
  • Environment-specific requirements (env vars, services, ports)
  • Known limitations of the current implementation
  1. Capture the current state:
  • Branch name and last commit hash
  • Test results (passing/failing counts)
  • Build status (clean or known errors)
  • Any running processes or servers that need to be stopped/started
  1. Write to SESSION_NOTES.md:
  • Save in the project root as SESSION_NOTES.md
  • Replace contents if file already exists (don't append)
  • Keep under 50 lines — concise is better than comprehensive
  • Include date and time at the top

Output Format

# Session Handoff — [DATE]

## Completed
- [file]: [what changed]

## Remaining
- [ ] [task]

## Decisions
- [decision]: [rationale]

## Gotchas
- [warning]

## State
- Branch: [name] @ [hash]
- Tests: [X passing, Y failing]
- Build: [clean/errors]

Important

  • Replace, don't append. SESSION_NOTES.md should reflect the latest session only.
  • Be specific. "Fixed the auth bug" is useless. "Changed token expiry from 1h to 24h in src/auth/config.ts" is useful.
  • Include the why. Future sessions need context, not just facts.
  • Keep it short. If the summary exceeds 50 lines, you're including too much detail.

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.