What problem does it solve? Starting a new AI coding session without project context leads to inconsistent work and missed conventions. This Skill restores full session context—developer identity, git status, active tasks, and project guidelines—so every session begins with the same grounding a session-start hook would normally provide. ## Core Features & Use Cases - Session Context Loading: Runs get_context.py to surface identity, git status, current task, active tasks, and journal location from the .trellis/ directory. - Task Classification & Routing: Decides the next action based on task state—routing to brainstorming, direct edits, or phased task workflows depending on whether a prd.md exists. - Skill Routing Table: Maps user intent (new feature, about to code, quality check, stuck in a loop) to the appropriate follow-up skill such as trellis-brainstorm or trellis-check. - Use Case: You return to a project after a week away. Run this Skill to reload your active task, see which phase you are in, and get routed to the correct next step without re-reading the entire workflow guide. ## Quick Start Start my Trellis development session and tell me what task I should work on next.