What problem does it solve? Recurring bugs and design pitfalls get fixed once but forgotten, so the same class of mistake resurfaces in later planning and implementation work. This Skill captures those recurring rules into a persistent, append-only lessons register that future workflow runs re-read as priors. ## Core Features & Use Cases - Structured four-field interview: Collects Context, Problem, Rule, and Applies-to fields from the user before writing anything. - Canonical entry format: Appends a standardized markdown entry with an H2 rule title that downstream skills can scan quickly. - Self-bootstrapping storage: Creates context/foundation/lessons.md with the canonical header on first use, then appends only. - Use Case: After noticing that feature flags keep shipping without kill dates, invoke the skill to record "Always assign a kill date to feature flags" so future plan and review runs weigh the rule. ## Quick Start Ask the assistant to record a recurring rule into context/foundation/lessons.md, for example by invoking the skill with a seed like "feature flags should always have a kill date" and answering the four prompts.