What problem does it solve? Valuable insights discovered during development—non-obvious root causes, surprising behaviors, reusable lessons—are often lost when a session ends. This Skill ensures such findings are recorded in a durable, consistently formatted journal so future contributors and agents can benefit from them. ## Core Features & Use Cases - Structured Journal Entries: Appends findings to dev/_journal/journal.md using the canonical FINDING_TEMPLATE.md format with date prefix, root cause, resolution, and references. - Recording Criteria Enforcement: Defines clear rules for what qualifies as a durable finding (non-obvious, durable, reusable) and what should be excluded. - Promotion Workflow: Integrates with PROMOTION_RULES.md so frequently referenced entries can graduate to quick references, rules, or governance docs. - Use Case: After debugging why a test suite fails only in CI due to a timezone assumption, record the root cause with file:line anchors so the next engineer does not rediscover it from scratch. ## Quick Start Record a durable finding about the timezone-dependent test failure we just diagnosed by appending it to the development journal.