What problem does it solve? Learning a new topic with an AI assistant is usually stateless — every session starts from zero, with no memory of what you already know or why you are learning. This Skill turns a directory into a persistent teaching workspace that tracks your mission, prior knowledge, and progress across sessions. ## Core Features & Use Cases - Stateful Learning Workspace: Maintains MISSION.md, RESOURCES.md, GLOSSARY.md, and sequentially numbered learning records so every session builds on the last. - HTML Lesson Generation: Produces short, self-contained, beautifully typeset lessons saved to ./lessons/, each tied to your mission and zone of proximal development, with citations to trusted sources. - Reusable Component Library: Builds shared assets (stylesheets, quiz widgets, simulators) in ./assets/ so lessons form a consistent course rather than one-off files. - Use Case: You want to learn strength training over several weeks. The Skill interviews you to define a concrete mission, curates trusted resources, then generates interactive lessons with retrieval-practice quizzes while recording what you have demonstrably learned. ## Quick Start Ask the assistant to teach you a topic, for example: teach me the basics of strength training in this workspace.