Skip to content
RAG Repo

Common Core State Standards

The Common Core State Standards are a set of academic standards for English language arts/literacy and mathematics, defined grade by grade from kindergarten through grade twelve. They were developed and are owned by the National Governors Association Center for Best Practices (NGA Center) and the Council of Chief State School Officers (CCSSO), and released in 2010. They have since been adopted, in whole or with local adaptations, by a large majority of US states. This is a curriculum framework, a standards spine, not teaching content: it specifies what a learner should know and be able to do at each level, but it does not supply lessons, textbooks or worked examples.

Structurally the standards form an ordered hierarchy of domains and strands, then grade-level standards, each with a stable identifier. That identifier scheme is the useful part for builders, because it lets you tag content to a precise competency and sequence teaching by subject and level. Alongside the official PDFs on the site, the standards are published in machine-readable form through the Achievement Standards Network (ASN, now operated by D2L), which offers RDF/XML, JSON, Turtle, N-Triples and CSV, and through the CASE format used by tools such as OpenSALT. Community mirrors on GitHub also expose JSON representations. For a RAG pipeline the standards work best as a controlled vocabulary and a retrieval index: each standard is short and self-contained, so it chunks cleanly, and its identifier becomes a key you can attach to lesson material.

For an AI tutor, the framework is what lets you order teaching by grade and check that coverage matches a recognised progression. It pairs naturally with the open teaching content we already list: OpenStax, MIT OpenCourseWare, LibreTexts, OER Commons and MERLOT supply the lessons, while Common Core supplies the spine to align them against. On licensing, note the caveat: the standards text is copyright NGA Center and CCSSO, released under a public licence that permits copying, publishing, distributing and displaying the standards for purposes that support the initiative, with attribution required. It is not an open commercial licence, so commercial builders should read the terms before redistributing the text.

curriculumstandardsk-12mathematicsenglish-language-artsmachine-readableus

Related sources