What problem does it solve? Developers often start writing code without reviewing project-specific conventions, leading to inconsistent patterns, rework, and style violations. This Skill ensures the relevant coding standards and pre-development checklists are read before any code is written. ## Core Features & Use Cases - Spec Discovery: Runs a Python script to enumerate packages and their spec layers under .trellis/spec/. - Checklist-Driven Reading: Follows the Pre-Development Checklist in each package's index.md to locate the actual guideline files such as error-handling.md and conventions.md. - Shared Guides: Always loads the shared thinking guides in .trellis/spec/guides/ alongside package-specific specs. - Use Case: Before modifying the cli/ package, run this Skill to discover which backend and unit-test guidelines apply, read them, and then plan the implementation accordingly. ## Quick Start Before writing any code for this task, use the trellis-before-dev skill to load the relevant project guidelines from .trellis/spec/.