What problem does it solve? Starting or resuming a coding session often means manually reconstructing project context: who you are, what branch you're on, which tasks are active, and which workflow rules apply. This Skill automates that context-loading for Trellis-managed projects and routes you to the correct next workflow phase. ## Core Features & Use Cases - Session Context Loading: Runs get_context.py to surface developer identity, git status, current task, active tasks, and journal location from the .trellis/ directory. - Workflow Phase Routing: Classifies the incoming request and routes to brainstorm, direct edit, or task workflows based on whether an active task and prd.md exist. - Guideline Discovery: Reads spec layer index files so you know exactly which guideline docs to load before writing code. - Use Case: You return to a project after a week away. Invoke this Skill to instantly recover your active task, see the workflow phase index, and get routed to Phase 2.1 implementation or the trellis-brainstorm skill as appropriate. ## Quick Start Ask the AI to start a Trellis session and load my current project context so we can continue where we left off.