Mastery Gate Progression¶
Require demonstrated mastery of prerequisite capabilities before progressing to dependent tasks.
The Diagnostic Story¶
Symptom: Learners or practitioners advance because time elapsed or activities were completed, not because they demonstrated the prerequisite capability. The gaps compound quietly through each stage, so downstream instructors, managers, or reviewers inherit avoidable deficiencies. High-stakes failures later trace back to low-stakes warnings that were treated as merely informational and never repaired.
Pivot: Define a mastery criterion tied to the real dependency between earlier capability and later performance. Assess against that criterion, provide targeted remediation when the standard is not met, retest, and release progression only after competency is demonstrated — not after effort, exposure, or seat time.
Resolution: Hidden prerequisite gaps stop accumulating across stages. Learners understand what is blocking their progression and how to repair it. Downstream tasks are about new learning rather than emergency remediation of old gaps, and advancement claims become more defensible against safety, quality, and credentialing scrutiny.
Reach for this when you hear…¶
[surgical training] “You don't move to laparoscopic technique until you can demonstrate clean open closure — I don't care how many weeks have passed in the rotation.”
[flight training] “Solo is not a date on the calendar, it's the day the examiner decides you've demonstrated the specific skills — everything else is preparation.”
[software onboarding] “We keep shipping new engineers to production support before they can read a stack trace — and then we wonder why incidents take three times as long to resolve.”
Mechanisms / Implementations¶
- Competency Checkoff: — As a
test_or_assessmentmechanism, it implements part of the mastery-gate system: A structured observation or signoff that confirms a defined capability before the learner is released to the next task. - Mastery Quiz: — As a
test_or_assessmentmechanism, it implements part of the mastery-gate system: A low- or medium-stakes criterion check that samples prerequisite understanding before progression. - Prerequisite Test: — As a
test_or_assessmentmechanism, it implements part of the mastery-gate system: A focused assessment used before entry into a dependent module, assignment, role, or responsibility. - Simulation Checkout: — As a
test_or_assessmentmechanism, it implements part of the mastery-gate system: A practical gate that uses realistic but controlled conditions to verify readiness for higher-stakes performance. - Remediation Cycle: — As a
proceduremechanism, it implements part of the mastery-gate system: A diagnosis-practice-feedback-retest procedure used when evidence falls below the mastery criterion. - Skill Progression Ladder: — As a
workflowmechanism, it implements part of the mastery-gate system: A sequenced pathway of capability levels in which each rung has its own criterion and gate. - Criterion Rubric: — As a
artifactmechanism, it implements part of the mastery-gate system: A scoring or judgment artifact that makes the mastery criterion inspectable and repeatable across reviewers. - Portfolio Mastery Review: — As a
proceduremechanism, it implements part of the mastery-gate system: A review of accumulated artifacts or performances used when mastery requires richer evidence than a single test. - Conditional Release Protocol: — As a
protocolmechanism, it implements part of the mastery-gate system: A controlled exception that lets a learner progress with added monitoring when the risk of the remaining gap is bounded and documented.
Related Abstractions¶
Abstractions this archetype builds on — directly (a source ingredient) or as a related pattern. Links follow the typed catalog namespace.
Built directly on (1)
- Mastery Learning: Ensure full understanding.
Also references 8 related abstractions
- Accountability: Responsibility for actions.
- Constraint: Limits possibilities to guide outcomes.
- Convergence: Movement toward stable state.
- Feedback: Outputs influence inputs.
- Formative Assessment: Ongoing feedback.
- Iteration: Repeats steps to refine outcomes.
- Scaffolding: Temporary learning support.
- Threshold: Safe vs harmful levels.
Variants¶
Narrower or domain-specific specializations that share this archetype's core structure. Recognized variants are established; candidate variants are provisional.
Prerequisite Mastery Gate · subtype · recognized
Gate progression on demonstrated mastery of a capability that later work directly depends on.
Remediation-Retest Loop · temporal variant · merge review
After a failed mastery check, diagnose the gap, target repair, and retest before release.
Competency-Based Progression · implementation variant · recognized
Advance learners by demonstrated competency rather than seat time, calendar pacing, or content exposure.
Safety-Critical Readiness Gate · domain variant · recognized
Use a mastery gate before learners enter contexts where hidden gaps could create safety, legal, or operational harm.
Cumulative Skill Ladder · subtype · recognized
Sequence many mastery gates into an ordered ladder where each level expands responsibility or complexity.