sidequest
Installation
SKILL.md
Sidequest: Spawn Parallel Claude Sessions
Launch a new Claude Code session in a separate terminal to work on a different task while keeping your current session active.
Usage
/sidequest "Add a settings page with dark mode toggle"
/sidequest "Set up the database schema" --no-context
/sidequest # Interactive prompt for task description
What It Does
- Gathers context (unless
--no-context):- Current working directory
- Current git branch
- Brief summary of what's being worked on
- Key files recently modified/read
Related skills