Skip to content

LearnSpecOpen standards for structured learning content

Markdown-first, git-native, AI-ready formats for teaching and assessment

Why LearnSpec?

Education content is trapped in proprietary formats, walled gardens, and tools that don't talk to each other. LearnSpec defines two complementary open standards — LearnMD for instruction and QuizMD for assessment — that are plain-text, portable, and designed for the AI era.

The Two Formats

LearnMDQuizMD
PurposeTeachAssess
Extension.learn.md.quiz.md
Core unitSection / ModuleQuestion
StandaloneYesYes
InteropEmbeds QuizMD checkpointsImportable into LearnMD

Design Principles

  • No build step required — files are readable as-is in any Markdown viewer
  • Progressive complexity — start simple, add metadata and structure only when needed
  • Composable!import directives let you build paths from independent modules
  • Tool-friendly — parsers, validators, and MCP integrations available

Released under the MIT License.