What problem does it solve?
New coding tasks often proceed without consulting project-specific rules, causing inconsistent implementations, missed checklists, and avoidable rework. This Skill ensures developers read the appropriate spec layers and shared guides before writing any code to reduce integration issues and maintain repository conventions.
Core Features & Use Cases
- Discover relevant specs: Locate package-level spec indexes and determine which guideline layers apply to the current work.
- Follow pre-development checklists: Read index "Pre-Development Checklist" entries and open referenced guideline files such as error handling, conventions, and mock strategies.
- Shared guidance enforcement: Ensure team-wide guides under shared guides are reviewed when starting cross-cutting or unfamiliar tasks.
- Use case: Before modifying a backend package, run the discovery steps, read the package index and referenced guidelines, and confirm the implementation plan follows documented conventions.
Quick Start
Run the before-dev steps to find and read the package spec index, the listed guideline files, and the shared guides before you begin coding.