What problem does it solve? Starting or resuming a coding session without project context wastes time and leads to inconsistent decisions. This Skill restores full session context—developer identity, git status, active tasks, and project guidelines—so work continues coherently. ## Core Features & Use Cases - Session Context Loading: Runs get_context.py to retrieve identity, git status, current task, active tasks, and journal location from the .trellis/ directory. - Workflow Phase Overview: Loads the phase index, skill routing table, and DO-NOT-skip rules to keep development aligned with the Trellis workflow. - Task Classification & Routing: Decides the next action based on task state—routing to brainstorm, direct edit, or a specific workflow phase step. - Use Case: You return to a project after a week away. Run this Skill to reload your active task, check whether a prd.md exists, and get routed to the correct next phase step automatically. ## Quick Start Start my Trellis development session and tell me what task I should work on next.