What problem does it solve? Starting a new work session usually means manually creating a notes folder, tracking which terminal belongs to which task, and remembering to sync the git branch. This Skill automates that bootstrap so every session begins with a structured notes.md, a registered entry in the session registry, and an up-to-date branch. ## Core Features & Use Cases - Workspace bootstrap: Creates the session folder and a notes.md template with goal, decisions, open questions, and next steps under the category's configured directory. - Session registration and naming: Writes the session into ~/.claude/active-sessions.json and renames the terminal session to CATEGORY | NAME | TICKET for dashboard visibility. - Collision guard: Detects when the current terminal is already bound to a different active session and offers to create the new workspace unbound instead of hijacking the existing session. - Conditional git sync: Only when the folder sits inside a git repo, fetches and rebases the branch onto origin without ever creating checkouts or worktrees. - Use Case: Run /start-session FEAT PROJ-123 add-login-flow to spin up a notes workspace for a new feature ticket, register it in the AI Agents Orchestrator dashboard, and rebase your branch in one step. ## Quick Start Ask the assistant to start a new session for a category and ticket, for example by typing /start-session FEAT PROJ-123 short-name.