What problem does it solve? Developers often start coding without reviewing project-specific conventions, leading to inconsistent code that violates established standards. This Skill ensures coding guidelines, checklists, and shared thinking guides are read before any implementation work begins. ## Core Features & Use Cases - Spec Discovery: Runs a Python script to enumerate packages and their spec layers in the .trellis directory. - Checklist-Driven Reading: Follows Pre-Development Checklists in spec index files to locate relevant guideline documents like error-handling.md and conventions.md. - Shared Guide Loading: Always reads the shared guides index to capture cross-package standards. - Use Case: Before modifying the cli/ package, run this Skill to discover which backend and unit-test specs apply, read the listed guideline files, and then write code that conforms to project conventions. ## Quick Start Before writing any code for this task, load the relevant Trellis development guidelines for the package I am about to modify.