What problem does it solve? When starting a new conversation, you lose context about where work left off — which project was active, which iteration was in flight, and what the next step should be. This Skill reconstructs that state from the filesystem so you can resume quickly without manual archaeology. ## Core Features & Use Cases - Worktree Detection: Identifies whether you are on the main checkout or inside a .claude/worktrees/ worktree, surfacing in-flight work signals. - Project Orientation: Locates the active docs/xNNN-<name>/ project, reads its README and tasks.md, and lists open spike and plan directories with their rNN- review files. - Next-Step Suggestion: Estimates iteration progress (e.g., "2 of 4 reviewers complete"), flags stale worktrees explicitly, and proposes one primary next step — without auto-executing it. - Use Case: You open a new session inside worktree-p003-auth. The Skill reports the active project, the last commits, that iteration 2 has 2 of 4 reviewer files done, and suggests resuming /create-plan — then waits for your confirmation. ## Quick Start Ask the assistant to run start-session to orient me on the current project state and suggest where to pick up work.