Start a new session - reads context and scaffolds .sessions/ if needed
haiku# Start Session
## Step 1: Find Git Root
Run `git rev-parse --show-toplevel` to locate the repository root. All session files live at `<git-root>/.sessions/`.
## Step 2: Check for Sessions Directory
Check if `<git-root>/.sessions/index.md` exists.
**If .sessions/ does NOT exist**, scaffold it:
1. Tell the user: "No sessions directory found. Let me set that up for you."
2. Use a single AskUserQuestion call with all 4 questions:
1. "What model for `/sessions:plan`?" (Header: "Plan")
- inherit (Recommended) - Use conversation model
- opus - Deep architectural reasoning
...Start the Claude Nights Watch daemon to begin autonomous task execution monitoring
Start work on a Jira ticket (transition to In Progress)
Start work on a Linear issue (transition to In Progress)
Start work on a ClickUp task (transition to In Progress)
Initiates the task orchestration workflow using the three-agent system (task-orchestrator, task-decomposer, and dependency-analyzer) to create a comprehensive execution plan.