Skip to content

Curriculum Sequence Map

Planning artifact — instantiates Order-Sensitive Configuration

Orders learning experiences so prerequisite concepts, practice, feedback, and integration appear before the tasks that depend on them.

Version
v2 · 2026-08-28 · History
Mechanism #
2341
Type
Planning Artifact
Form family
Representation, Specification & Plan
Solution family
Ordering, Sequencing & Dependencies
Problem family
Coordination, Dependency & Sequencing Failure
Problem subfamily
Prerequisite Order & Stage Readiness
Origin domain
Education & Pedagogy
Also from
Cognitive Science
Instantiates
Order-Sensitive Configuration

A Curriculum Sequence Map is a hand-authored plan that lays out the set of learning experiences and the order a learner must move through them so that every new task rests on a capability already built. Its one distinguishing idea is that the ordering rule is learner readiness, not logical precedence or throughput: an element belongs later not because a machine computed a dependency edge, but because a human designer judged that the learner cannot yet make sense of it. It differs from an algorithm that computes an order and from a document that operators execute — it is the designed progression itself, complete with the readiness gates and the alternate paths different learners need.

Example

A community swim school keeps losing beginners partway through the term. Digging in, the instructors find the cause is order, not talent: children were being taught the front-crawl stroke in deep water before they were comfortable putting their faces in and recovering to a float. The map fixes it. The designer enumerates the elements — water comfort, breath control, supported float, independent float-and-recover, flutter kick, freestyle stroke, deep-water entry — and orders them so each rests on the prior. A readiness gate sits before deep-water work: a child must demonstrate an unassisted float-and-recover first. After the shared core, the map branches: a water-safety track (survival floating, treading, self-rescue) and a competitive track (stroke refinement, flip turns, starts). Same elements, deliberately different orders, with the branch point chosen so no learner reaches a task before the capability it assumes.

How it works

The distinguishing method is backward design plus readiness gating. You start from the terminal capability and work backward, judging for each element which earlier capabilities a learner must already hold to make sense of it, then arrange the elements so nothing is taught before the readiness it assumes. Each element gets a readiness check phrased as an observable ("can the learner do X unassisted?"), and where learners legitimately diverge, the single line opens into named branches. The map is treated as a partial order, not one universal line — anything readiness does not constrain is left free to reorder.

Tuning parameters

  • Element granularity — whole units, individual lessons, or single concepts. Finer grain exposes hidden prerequisites but multiplies the map's maintenance.
  • Gate strictness — whether a readiness check is a hard block or an advisory nudge. Hard gates prevent "taught before ready" but can trap a learner who could have skipped ahead.
  • Branch count — how many tracks the map supports. More branches fit more learners but make the artifact harder to keep coherent.
  • Spiral cadence — how often earlier concepts are deliberately revisited at higher depth versus taught once. Revisiting builds durability but costs time.

When it helps, and when it misleads

Its strength is that it drags hidden prerequisites into the open and prevents the most common instructional failure — presenting a task before the learner has what it takes to interpret it. It also lets variation exist without chaos, because the branches are designed rather than improvised.

Its failure mode is false rigidity: a designer linearizes what is really a partial order, forcing one path on learners who could have taken another, or gate-keeps on a "prerequisite" that does not actually predict downstream success. The classic misuse is inheriting a traditional course order and treating every inherited convention as a causal requirement. The corrective is to hold each prerequisite link accountable[1] — Gagné's learning hierarchies are validated empirically, by checking whether learners who lack the subordinate skill reliably fail the superordinate one — and to retire links that fail that test rather than defending them by tradition.

How it implements the components

  • configurable_element_set — it enumerates the lessons, concepts, and practice activities as the explicit set to be arranged.
  • sequence_rule — it states the required and preferred order: prerequisite capability before dependent task.
  • prerequisite_check — each element carries a readiness gate verifying the learner can make sense of it before it is applied.
  • branching_sequence_rule — after shared elements, it defines alternate ordered paths for different learner tracks.

It does not compute an order from a formal dependency graph (dependency_map, allowable_variation_envelope — that is Topological Sorting) nor empirically test the order by running it (state_transition_marker — that is Simulation or Dry Run). Its nearest twin is Topological Sorting; the separation is that a curriculum map is a human-authored plan built around learner readiness, whereas topological sorting is a domain-agnostic algorithm that computes an order from a dependency graph.

Editorial Notes

Form Classification

Form family: Representation, Specification & Plan

Rationale: Curriculum Sequence Map operates as a non-executable information artifact that externalizes static or prospective structure because it orders learning experiences so prerequisite concepts, practice, feedback, and integration appear before the tasks that depend on them.

Independent corroboration: The frozen evidence defines Curriculum Sequence Map as 'Orders learning experiences so prerequisite concepts, practice, feedback, and integration appear before the tasks that depend on them', so its operative form is Representation, Specification & Plan.

Review outcome: Independent reviewer agreement; high confidence.

Origin Attribution

Primary origin: Education & Pedagogy

Origin pattern: Cross-disciplinary synthesis

Present-day reach: Multi-domain

Rationale: Instructional design cohered hand-authored learning progressions ordered by tested prerequisite capability and learner readiness.

Related originating lineages:

  • Cognitive Science — Gagne's learning hierarchies supplied the theory that higher intellectual skills depend on empirically testable subordinate capabilities.

Review resolution: Instructional design cohered hand-authored learning progressions ordered by tested prerequisite capability and learner readiness.

Review outcome: Reconciled after independent review; high confidence.

References

[1] Gagné, R. M. "Presidential Address of Division 15: Learning Hierarchies". Educational Psychologist 6(1), 1–9 (1968). Treats prerequisite relations in a learning hierarchy as empirically testable. registry