Skip to content

Curriculum Template

Template — instantiates Slot-Template Design

A learning design scaffold with variable example, activity, assessment, and pacing slots.

Version
v1 · 2026-08-24 · History
Mechanism #
2342
Type
Template
Form family
Representation, Specification & Plan
Solution family
Flow & Routing
Problem family
Composition, Interface & Interoperability Failure
Problem subfamily
Leaky Contracts & Failed Substitutability
Origin domain
Education & Pedagogy
Instantiates
Slot-Template Design

A curriculum template is a lesson or unit scaffold whose fixed point is a learning objective, not a page layout. It names the pedagogical positions a teacher must fill — the hook example, the guided-practice activity, the formative check, the pacing — and declares that whatever fills them, the objective must still be served. Its defining move is that the invariant it protects is a function ("students construct and justify a linear model"), so a slot fill is valid only if the resulting lesson still exercises that function. That is what separates it from a mere fill-in-the-blanks document: it does not care what section headings survive, it cares whether the pedagogical work still happens after a teacher swaps one example for another.

Example

A district issues an Algebra I template for the unit on linear relationships. The stated objective — the invariant — is that students build a linear model from data and justify its slope in context. The template defines four slots: a hook example (some real quantity that changes at a constant rate), a guided activity (students derive the equation), a formative assessment (students explain what the slope means), and a pacing slot (one to three days).

Ms. Ortiz teaches near a bus depot, so she swaps the textbook's phone-plan example for bus-fare-by-distance. Same slot, different fill, objective untouched — a legitimate customization. Down the hall, a first-year teacher, pressed for time, replaces the "explain the slope" task with a ten-question multiple-choice recall quiz. Each slot still looks filled, but the lesson no longer asks students to justify anything. That fill crosses the template's variation boundary: it changed what the template was built to protect. The template flags it not as a bad quiz but as a change that needs department review, because it is no longer the same unit.

How it works

The template is authored objective-first, in the spirit of backward design[n1]: name what learners must be able to do, then build slots that are each responsible for some part of producing that ability. Each slot carries a short purpose statement ("this activity is where students derive, not merely apply") and a fill-type expectation, so a teacher filling it knows what pedagogical job the slot is doing rather than just what content category goes there. The variation boundary is written as an explicit test — a fill is customization if the objective survives it, and redesign if it doesn't — and lessons that fail the test are routed to a human, not silently accepted.

Tuning parameters

  • Slot granularity — one broad "instruction" slot versus separate hook / derive / check slots. Finer slots guide novices but can straitjacket an expert teacher.
  • Objective specificity — a tightly worded invariant catches more drift but forbids more legitimate creativity; a loose one is permissive but lets the function erode.
  • Boundary strictness — how far a fill may stray before it trips review. Strict boundaries protect consistency across a district; loose ones trust teacher judgment.
  • Required vs. optional slots — which positions every lesson must fill versus which are enrichment. More required slots raise the floor and lower the ceiling.

When it helps, and when it misleads

It shines where many teachers deliver the "same" course and the district needs the function to be consistent even as the surface varies — it lets a novice inherit a coherent lesson and lets an expert localize without guessing which parts are load-bearing. Its honest failure mode is overtemplating: applied to genuinely exploratory or studio teaching, where the objective is emergent, the scaffold suppresses the very improvisation that makes the class work. The classic misuse is subtler — a teacher treats the objective as just another editable slot, quietly rewriting it to match a lesson they already wanted to teach, and the template drifts until it protects nothing. The guarding discipline is to keep the invariant visibly non-editable and to run flagged fills past a second reader, so the boundary is enforced by review rather than by trust alone.

How it implements the components

  • slot_definition — names each pedagogical position (hook example, guided activity, formative check, pacing) by the instructional job it does and the kind of fill it expects.
  • invariant_specification — states the learning objective every filled lesson must still exercise; this is the fixed point the whole template exists to protect.
  • variation_boundary — supplies the explicit test that sorts a fill into legitimate customization versus a change that needs redesign and review.

It does not freeze a section skeleton or log the chosen fills into a record — template_structure and configuration_record are what Document Template contributes — and it does not govern how one functional fill legitimately swaps in for another; that substitution_rule is Recipe Pattern's job.

Editorial Notes

Form Classification

Form family: Representation, Specification & Plan

Rationale: Curriculum Template operates as a non-executable information artifact that externalizes static or prospective structure because it a learning design scaffold with variable example, activity, assessment, and pacing slots.

Independent corroboration: The frozen evidence defines Curriculum Template as 'A learning design scaffold with variable example, activity, assessment, and pacing slots', so its operative form is Representation, Specification & Plan.

Review outcome: Independent reviewer agreement; high confidence.

Origin Attribution

Primary origin: Education & Pedagogy

Origin pattern: Single lineage

Present-day reach: Multi-domain

Rationale: Backward instructional design cohered lesson and unit templates that fix learning objectives first and admit interchangeable activities only when they preserve the intended pedagogical function.

Review resolution: Backward instructional design cohered lesson and unit templates that fix learning objectives first and admit interchangeable activities only when they preserve the intended pedagogical function.

Review outcome: Reconciled after independent review; high confidence.

Notes

[n1] Backward design — the instructional-design practice of specifying desired learning outcomes first and only then choosing activities and assessments that produce them (Wiggins & McTighe, Understanding by Design). It is why this template fixes the objective before it opens any slot.