From claude-3t
Departure protocol — generate a pre-departure briefing, offer boundary adjustments for autonomous work, write an immediate session snapshot, then begin working within confirmed boundaries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-3t:3t-leavingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the departure protocol now. The user is stepping away.
Run the departure protocol now. The user is stepping away.
Read MEMORY.md, OVERRIDE_LOG.md, and current session state, then display:
DEPARTURE BRIEFING
─────────────────────────────────────────────────────
IN PROGRESS (will complete before starting anything new):
[current task if any, estimated completion]
CAN DO AUTONOMOUSLY:
Standard contract work (concise spec handoff, no extended context)
[list pre-approved categories from OVERRIDE_LOG.md]
Available work in this category:
[list specific tasks that qualify]
QUEUED — needs your approval before starting:
[list any tasks requiring extended context or unmade design decisions]
CANNOT TOUCH without you:
✗ Hard/irreversible design decisions (consult you, advised by the advisor)
✗ Non-pre-approved extended context tasks
✗ [sensitive areas from MEMORY.md]
─────────────────────────────────────────────────────
Tell the user: "You can adjust these boundaries before I start. Type any of:
APPROVE [task] — unblock a queued task now EXPAND [category] — add a temporary or permanent pre-approval EXCLUDE [task/area] — explicitly block something PRIORITY [task] — set what to tackle first DONE — confirm and begin autonomous work
Or just type DONE to proceed with current boundaries."
Wait for user input.
For each EXPAND the user requests, ask: "Apply this session only or save permanently to OVERRIDE_LOG.md?"
When user types DONE, display confirmed boundaries:
CONFIRMED AUTONOMOUS BOUNDARIES
─────────────────────────────────────────────────────
Will work on: [list]
Session-only expansions: [list or: none]
Excluded: [list or: none]
Priority order: [ordered task list]
─────────────────────────────────────────────────────
Write an immediate snapshot to MEMORY.md Current State including:
Tell the user: "Snapshot written. Working autonomously within confirmed boundaries."
When the user sends any message, detect return and:
WELCOME BACK
─────────────────────────────────────────────────────
Completed while you were away:
[list with status]
Not started (excluded or not reached):
[list]
Session-only expansions now reverted:
[list or: none]
Ready for your next instruction.
─────────────────────────────────────────────────────
npx claudepluginhub jimcline/claude-3t --plugin claude-3tCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.