What problem does it solve? Starting a new AI coding session without project context leads to lost continuity, forgotten tasks, and inconsistent workflows. This Skill restores full session context by reading developer identity, git status, active tasks, and project guidelines from the .trellis/ directory, then routes the work to the correct workflow phase. ## Core Features & Use Cases - Session Context Loading: Runs get_context.py to retrieve developer identity, git status, current task, and journal location in one step. - Task Classification & Routing: Inspects the active task status (planning vs in_progress) and routes to brainstorm, direct edit, or task workflow phases. - Skill Routing Table: Maps user intent to related Trellis skills such as trellis-brainstorm, trellis-before-dev, trellis-check, and trellis-break-loop. - Use Case: A developer returns to a project after a week away. Activating this Skill reloads the active task, its planning artifacts (prd.md, design.md), and the correct next workflow step without manual digging. ## Quick Start Start my Trellis development session and tell me what task I should work on next.