What problem does it solve?
Discovers and injects project-specific coding guidelines from .trellis/spec/ before implementation begins. Reads spec indexes, pre-development checklists, and shared thinking guides for the target package. Use when starting a new coding task, before writing any code, switching to a different package, or needing to refresh project conventions and standards.
Core Features & Use Cases
- Discover packages and their spec layers to identify applicable guidelines.
- Identify which specs apply to the current task based on package scope (e.g., cli/, docs-site/).
- Read the spec index for each relevant module to locate Pre-Development Checklists and guideline files.
- Read the actual guideline files (e.g., error-handling.md, conventions.md, mock-strategies.md) referenced by the index.
- Read shared guides from guides to align with overarching project standards.
- Understand and apply coding standards before starting implementation.
Quick Start
Review the .trellis specs and read the pre-development checklists before starting any coding task.