This skill should be used when the user says "hemingway bridge", "wrap up session", "save my progress", "where did I leave off", "session handoff", "end of session", "capture what I was working on", "pick up where I left off", "PARA handoff", "what should I do next session", or wants to capture session state in a PARA-aware format before stopping work. Integrates with rad-session's wrapup/startup cycle.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rad-para-second-brain:hemingway-bridgeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Capture session state using the Hemingway Bridge technique: stop work while momentum
Capture session state using the Hemingway Bridge technique: stop work while momentum is still high, document current status, next steps, and open questions so the next session starts with zero ramp-up time.
Named after Hemingway's practice of stopping mid-sentence so he always knew where to pick up the next day.
Ask one question:
"What were you working on today? Give me a quick brain dump -- projects touched, decisions made, anything unfinished."
If the session context is already clear from conversation history, skip the question and proceed directly.
Capture these four elements:
Add PARA-specific context to the bridge:
Generate a bridge note in this format:
## Hemingway Bridge — [Project Name]
**Date:** [today's date]
**Session Duration:** [approximate time spent]
### Status
[What was accomplished this session — outcomes only, not narrative]
### Next Steps
1. [Specific next action — the thing to do FIRST when returning]
2. [Second priority]
3. [Third priority]
### Open Questions
- [Decision or unknown that needs resolving]
- [Blocker or dependency]
### PARA Context
- **Project:** [Project folder name]
- **New IPs created:** [List any Intermediate Packets produced]
- **Unsorted captures:** [Items still in inbox needing classification]
- **Related materials:** [Notes/files to review next session]
### Momentum Notes
[Anything to preserve the creative state — a half-formed idea, an intuition
about direction, a connection noticed but not yet explored]
Recommend where to save the bridge note:
When the rad-session plugin is installed, the Hemingway Bridge integrates with the
/wrapup skill's three-tier persistence model:
The bridge note maps to HANDOFF.md sections:
| Hemingway Bridge | HANDOFF.md Section |
|---|---|
| Status | Last Session Summary |
| Next Steps | Open Work |
| Open Questions | Open Work |
| First Action | Where I Left Off |
| Decisions made | Key Decisions |
| Failed approaches | What NOT To Do |
| New IPs created | Modified Files |
| Momentum Notes | Key Insights |
When /wrapup runs after a PARA-focused session, incorporate the PARA Context
section into the handoff:
## Where I Left Off
- [Project Name]: [specific task in progress]
- PARA inbox has [N] unsorted captures from this session
## Open Work
- [Next Step 1]: [current state]
- [Open Question]: [context needed for decision]
## Key Insights
- New IP created: [description] — filed in [PARA location]
- [Momentum note or creative intuition worth preserving]
When starting a new session after a Hemingway Bridge was written:
Before wrapping up, suggest the user send a draft or work-in-progress for feedback:
"Consider sharing what you have so far with someone for feedback. When you return, you'll have fresh input waiting -- a natural on-ramp back into the work."
This combines the Hemingway Bridge (preserving momentum) with the IP feedback loop (getting external input while you're away).
For the full Hemingway Bridge technique and other creative techniques:
../para-organize/references/creative_techniques.md -- Complete technique descriptionsnpx claudepluginhub radorigin-llc/rad-claude-skills --plugin rad-para-second-brainGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.