Loading...
Loading...
Branch off a conversation to handle tangents. Outputs context summary and ready-to-paste command for a new terminal session.
npx skill4agent add corygabrielsen/skills fork## Fork Ready
**Context Summary:**
- Working on: [one sentence - current task]
- Files: [comma-separated paths, max 5-7, mention "+ N others" if more]
- State: [key decisions, branch, blockers, test status - bullets if multiple]
**Paste in new terminal:**
```bash
cd [target directory] && \
claude "/mission-control [escaped prompt here]"
## Building the Command
Always invoke `/mission-control` so the forked session starts in coordination mode:
## Args Handling
- `/fork` - generic continuation, opens in mission-control
- `/fork debug the auth issue` - args become the "Continue with:" line
## Permission Mode Propagation
If the current session has bypass permissions enabled, propagate it to the fork:
```bash
cd [dir] && \
claude --dangerously-skip-permissions "/mission-control ..."\"\$\`