What problem does it solve? When working in a large project, it is often unclear why a particular design or implementation decision was made. This Skill searches the project's decision records so you can recover the reasoning behind past choices without manually digging through documentation. ## Core Features & Use Cases - Decision Rationale Lookup: Searches Lore, SPEC, and ARCHITECTURE files to find why a specific decision was made. - Evidence Citation: Quotes the source files and the recorded reasons so answers are grounded in project documentation. - Use Case: You inherit a codebase and wonder why OAuth2 was chosen over session-based auth. Invoke the skill with your question and it traces the decision through the project's SPEC and ARCHITECTURE records, citing the relevant passages. ## Quick Start Ask the agent to run /auto why followed by your question, for example: why was OAuth2 chosen for authentication.