Skip to content

Progressive Training Module

Workflow — instantiates Progressive Disclosure

A training mechanism that introduces concepts, tasks, examples, and exceptions in readiness-based layers.

Version
v1 · 2026-08-24 · History
Mechanism #
6745
Type
Workflow
Form family
Experiment, Test & Rehearsal
Solution family
Knowledge, Memory & Provenance
Problem family
Information Overload, Search & Attention Failure
Problem subfamily
Cognitive Load, Chunking & Compression
Origin domain
Education & Pedagogy
Also from
Cognitive Science
Instantiates
Progressive Disclosure

A Progressive Training Module teaches a subject in layers ordered by learner readiness: it presents the core concepts and tasks first, adds worked examples and practice, and deliberately withholds the edge cases and dangerous exceptions until the learner has demonstrated enough command of the basics to absorb them. Its defining idea is that advancement is gated by proven mastery — a passed check, a completed exercise — not by a calendar, a click, or a job title; and that exceptions are taught last, once the core is solid enough to hang them on. It sequences understanding, matching each new layer of content to what the learner can now actually take in.

Example

A warehouse's forklift certification runs as a progressive module. Module 1 covers basic operation — controls, steering, stopping — and ends in a mastery check the trainee must pass. Only on passing does Module 2, load handling, unlock; only after that does Module 3 open, which is where the hazard exceptions live: ramps, unstable or off-center loads, pedestrian zones, and the situations where you do not lift. A trainee who fails the stability quiz in Module 1 repeats it before advancing rather than being carried forward on schedule. The result is structural: nobody meets the "unstable load on a ramp" exception before they can reliably steer and stop, because the module's own gates make that ordering impossible to skip.

How it works

Content is decomposed into layers by dependency — core mechanics, then application, then exceptions — so each layer builds on the mastery of the one before. Between layers sits a readiness gate: an assessment, a practical, or a completed exercise that the learner must clear to proceed. Failure triggers remediation — repeat the layer or branch to a supporting one — rather than advancement. Exceptions and rare-but-critical cases are placed in the final layers by design, because they only make sense, and only stick, once the routine case is second nature. This is what separates a training module from a schedule-based ramp: the clock does not open the next layer, demonstrated competence does.

Tuning parameters

  • Mastery threshold — how high the pass bar sits on each gate. A high bar guarantees readiness but slows the cohort and can demoralize; a low bar advances people who are not ready.
  • Remediation policy — repeat the same layer versus branch to a different explanation on failure. Branching serves the learner the first path failed; it costs authoring effort.
  • Layer granularity — many small layers versus few large ones. Fine layers give frequent success and precise gating; too many fragment the subject.
  • Exception placement — how late the edge cases come. Later means a firmer base; too late risks graduating someone who never met a rare hazard.
  • Adaptivity — a fixed sequence for all versus a learner-paced or placement-tested path. Adaptivity respects prior knowledge but is harder to build and validate.

When it helps, and when it misleads

Its strength is fitting cognitive load to readiness: each layer arrives when the learner can handle it, which improves retention and keeps exceptions from landing on a foundation too thin to hold them — the readiness-gated advancement at the heart of mastery learning.[n1]

Its failure mode is over-gating the already-competent. A rigid module that forces a ten-year veteran to sit through basic-operation drills before it will show them the one new exception wastes their time and breeds the disengagement that makes people tune out the parts that were new. The related failure is misjudging readiness — a gate that passes a learner who got lucky, or blocks one who understands but tests poorly. The guarding discipline is to offer a placement or test-out path for demonstrated prior mastery, and to keep the gates about genuine competence rather than seat-time, so the module accelerates the ready instead of holding everyone to the pace of the newest.

How it implements the components

  • readiness_signal — each gate is a demonstrated-mastery check (assessment or practical) that must be cleared before the next layer opens; readiness, not time, drives advancement.
  • information_layer — the subject is split into dependency-ordered depth levels (core, application, exceptions), each a layer the learner unlocks in turn.
  • critical_detail_exception — the rare-but-consequential cases are taught in the final layers, once the core is solid, rather than dropped on a novice or omitted entirely.

It does NOT implement reveal_trigger (the role/tenure unlock) or full_access_escape_hatch (the veteran fast-track) that belong to Staged Onboarding; a training module advances on demonstrated *mastery of a subject, where onboarding advances on tenure and role toward full responsibility.*

Editorial Notes

Form Classification

Form family: Experiment, Test & Rehearsal

Rationale: The module deliberately exposes learners to readiness-gated exercises and increasingly complex practice layers with remediation after misses.

Nearest alternative: Protocol, Workflow & Routine — The content is sequenced, but the operative form is practice and rehearsal used to develop mastery.

Review outcome: Adjudicated after independent review; high confidence.

Origin Attribution

Primary origin: Education & Pedagogy

Origin pattern: Cross-disciplinary synthesis

Present-day reach: Multi-domain

Rationale: Progressive Training Module is most plausibly rooted in the education_pedagogy tradition because its characteristic form depends on instruction, learning progression, assessment, and scaffolded practice. The assignment tracks that formative lineage, not the many settings in which the mechanism can now be applied.

Related originating lineages:

  • Cognitive Science — The cognitive_science tradition materially shaped Progressive Training Module through its own practice of information-processing accounts of memory, attention, representation, and learning.

Review resolution: Both blind reviewers agree that education pedagogy is the primary origin. Explicit reconciliation resolves domain reach disagreement. Formative alternate lineages are retained as cognitive_science; later breadth of use is recorded separately as domain_reach=multi_domain, while origin_mode=cross_disciplinary_synthesis describes the relationship among origin lineages.

Review outcome: Reconciled after independent review; high confidence.

Notes

[n1] Mastery learning (Benjamin Bloom): learners advance to new material only after demonstrating mastery of the prerequisite, with remediation rather than promotion on failure. A progressive training module is mastery learning made into a gated sequence.