Guided Practice¶
Coaching or instruction — instantiates Self-Efficacy Scaffolding
Lets the actor perform the real task now by wrapping the attempt in prompts, worked examples, and supervision that hold up the hard parts until competence carries them.
Guided Practice lets the actor do the real task before they could do it alone, by propping up the parts they cannot yet manage. While the actor performs, an instructor supplies prompts, worked examples to follow, and live supervision that catches the attempt before it fails — and as competence grows, that support is deliberately faded. Its defining move is assisted performance: the actor is genuinely doing the work, hands-on and in the moment, but inside a boundary of help that makes early failure impossible to misread as incapability. It is not a planning talk and it is not a ramp between tasks; it is the support within one attempt at the target capability. The whole art is making the boundary of help explicit — what is assisted, what the actor performs — and shrinking it on schedule so the actor ends up carrying the load themselves.
Example¶
A junior developer, Wes, has never written a database migration and is quietly certain he'll break production. A senior engineer pairs with him for his first one — but Wes drives the keyboard. The senior keeps a worked example from last month's migration open on the second screen for Wes to model his structure on, prompts him at the two genuinely dangerous steps ("write the rollback first — here's the shape of one"), and watches the diff before it's applied. Wes writes every line; the senior holds up exactly the parts that would otherwise sink him.
The support boundary is stated out loud: the senior guards the rollback and the deploy gate; Wes owns the schema change and the tests. On the next migration the senior closes the worked example and only reviews the rollback; on the third, Wes flies solo and pings only if stuck. Wes has now done three real migrations — not watched them — and the early help is gone. He believes he can write migrations because he already has, with the scary parts held up just long enough.
How it works¶
- Have the actor perform the real task. Guidance wraps a genuine attempt at the target capability, not a simplified stand-in — the actor's hands are on the work.
- Prop the hard parts, expose the rest. Supply worked examples to imitate and prompts exactly where the actor would otherwise stall or do harm, and leave everything they can already handle to them.
- Draw the support boundary explicitly. State which parts are assisted and which the actor performs, so success is neither mysteriously easy nor secretly the helper's — the actor knows what was theirs.
- Fade the support. Withdraw prompts, examples, and supervision on a plan as competence shows, so the help that made the first attempt possible does not become a crutch the actor depends on.
Tuning parameters¶
- Support intensity — how much of the task is propped. Heavy support guarantees the attempt completes but risks the actor crediting the helper, not themselves; light support builds ownership but lets more fail.
- Fading rate — how fast help is withdrawn across attempts. Quick fading builds independence sooner but can pull the props before the actor can stand; slow fading is safe but breeds reliance.
- Prompt timing — whether help comes before the hard step (pre-empting the stumble) or only after the actor tries and gets stuck. Pre-emptive prompts are smoother; after-the-stumble prompts teach more but cost a wobble.
- Boundary sharpness — how explicitly the assisted-versus-owned line is drawn. A crisp boundary lets the actor claim their part as real evidence; a fuzzy one leaves success feeling borrowed.
When it helps, and when it misleads¶
Its strength is that it gets the actor performing the real capability immediately, with the barrier to entry lowered rather than the task faked — the actor accumulates hands-on evidence from day one. This is instructional scaffolding in its original sense[1]: temporary, targeted support that is then withdrawn, so the learner does with help what they will soon do alone.
Its failure mode is support that never fades — guidance that quietly becomes permanent, leaving the actor able to perform only while propped and secretly convinced they cannot do it themselves, which is dependency wearing the costume of competence. The classic misuse is the helper who, under time pressure, takes the keyboard "just this once" until they are effectively doing the task while the actor watches — at which point it has silently become demonstration, not practice. The guarding discipline is to make fading a scheduled, visible commitment and to protect the rule that the actor's hands stay on the work; if the helper is doing more than prompting, the support has crossed its own boundary.
How it implements the components¶
support_boundary— it makes explicit what help, tools, and supervision are available during the current attempt and which parts the actor performs unaided, then shrinks that boundary as competence grows.model_example— the worked examples and in-task prompts give the actor a concrete pattern to imitate while doing, so the support includes how to proceed, not just a safety net.
It supports a single hands-on attempt; it does not order the sequence of harder tasks or own the cross-stage handoff of responsibility (graduated_challenge, autonomy_transfer_point) — that is its nearest twin Graduated Practice, which decides *when to move between attempts while this mechanism holds up the actor within one. It also does not run the planning dialogue that names the goal and picks the entry action (target_capability, achievable_first_step) — that is Coaching Conversation, which talks the plan through rather than performing it alongside the actor.*
Related¶
- Instantiates: Self-Efficacy Scaffolding — supplies the in-task, fading support that lets the actor perform the real capability before they could do it alone.
- Sibling mechanisms: Coaching Conversation · Graduated Practice · Mastery Experience Sequence · Confidence-Building Feedback · Progress Tracking · Role Modeling · Small-Win Loop
Editorial Notes¶
Form Classification¶
Form family: Communication, Facilitation & Learning
Rationale: Guided Practice operates as a designed message, facilitated interaction, ritual, or learning activity that changes shared understanding because it lets the actor perform the real task now by wrapping the attempt in prompts, worked examples, and supervision that hold up the hard parts until competence carries them.
Independent corroboration: The frozen evidence defines Guided Practice as 'Lets the actor perform the real task now by wrapping the attempt in prompts, worked examples, and supervision that hold up the hard parts until competence carries them', so its operative form is Communication, Facilitation & Learning.
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 scaffolding, modeling, coaching, and fading directly define guided practice.
Related originating lineages:
- Psychology — Learning and self-efficacy research materially explains supervised successful attempts.
Review resolution: Both reviewers agree that education_pedagogy is primary: Instructional scaffolding, modeling, coaching, and fading directly define guided practice. I retain psychology only as formative lineage, not as a list of later applications. I resolve origin_mode as cross_disciplinary_synthesis because the artifact joins distinct disciplinary contributions. I resolve domain_reach as multi_domain because it transfers across several fields but is not a domain-free primitive. Encyclopedia synthesis is false because the exact generalized packaging is already established enough that encyclopedia-specific synthesis is not required.
Review outcome: Reconciled after independent review; high confidence.
Notes¶
Guided Practice and Role Modeling both trade in examples, but they point opposite ways: Role Modeling has the actor watch an exemplar and absorb the norm; Guided Practice has the actor do the task with an example propped beside them for imitation. Watching versus doing-with-help is the whole difference.
References¶
[1] Instructional scaffolding — a term from Wood, Bruner, and Ross (1976) — is temporary support that lets a learner accomplish what they could not manage alone, and that is progressively removed ("fading") as competence grows. The fading is not optional garnish; support that never withdraws produces dependence, which is this mechanism's signature failure. withdrawn registry ↩