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, progress, and resources across sessions. ## Core Features & Use Cases - Mission-grounded teaching: Captures your concrete learning goal in MISSION.md and ties every lesson back to it. - Stateful progress tracking: Uses sequentially numbered learning records and a glossary to calculate your zone of proximal development, so each lesson challenges you just enough. - HTML lessons and references: Produces short, self-contained HTML lessons plus printable reference documents (cheat sheets, glossaries, algorithms) built from reusable components in ./assets/. - Use Case: You want to learn strength training over several weeks. The Skill interviews you about your goal, curates trusted resources into RESOURCES.md, generates interactive quiz-based lessons, and records each milestone so future sessions never re-teach what you already know. ## Quick Start Ask the assistant to teach you a topic, for example: teach me the basics of strength training in this workspace.