Install
$ agentstack add skill-ao92265-claude-code-playbook-handoff ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
- Summarize what was accomplished:
- List files created, modified, or deleted
- Describe each change in one sentence
- Note any tests added or modified
- 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
- 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...")
- 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
- 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
- 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.
- Author: ao92265
- Source: ao92265/claude-code-playbook
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.