TL;DR: "Do it however you like" only helps people who can already picture their first move. To everyone else it reads as fog. That one instruction left 8 of my 13 workshop participants stuck at the ten-minute mark. I added three cheap artifacts (a named default tool, two or three finished examples, and the first three steps written out), changed nothing else, and the next session's stuck count was zero. The same fix applies to tickets, onboarding docs, and review requests; there's a before/after ticket template below.
Quick answer
If someone freezes on a task you delegated, the problem is rarely motivation — they can't picture their first move. Hand them three things: a named default tool ("use X unless you already have your own"), two or three finished examples in different styles, and the first three steps written out. In my workshop this took the stuck count from 8 of 13 to zero, for about ten minutes of prep.
Some context first, because "workshop" can mean anything: I run corporate training sessions in Japan for non-engineers, office staff learning to produce simple digital content, with a free browser-based design tool of the Canva variety on every machine.
This particular day I handed thirteen participants what I thought was a generous brief: "Make one visual piece on this theme. Any tool you like. Thirty minutes." Then I walked to the back of the room, quietly confident. I had left the task loose on purpose, because tight instructions suffocate people who already know what they're doing.
If you assign tickets, onboard juniors, or ask people to review your code, you issue that same brief more often than you think. The workshop just happens to be a place where the failure becomes visible in one room at one time.
Five participants, the ones with prior experience, started within seconds, tools open and hands already moving. Exactly the effect I'd hoped for.
The other eight froze. At the ten-minute mark, zero of the eight had started. Blank new files, hands nowhere near the mouse, eyes drifting somewhere above the screen. I stood there watching my own instructions pin more than half the room in place.
What the frozen eight actually said
I went over and asked, quietly, what was blocking them. The answers clustered hard:
- "I don't know which tool I should use."
- "I don't know where to start."
- And one person, more honest than the rest: "I can't picture the finished thing at all."
Nobody was slacking; every one of them wanted to move. They were standing in fog without a map, genuinely unable to tell which direction the first step went.
It reminded me of a moment from an earlier job. I asked a new hire to put together a document and told him, kindly, I thought, "format it however you like." He came back with a nearly blank page; he had spent the time, I learned later, typing opening lines and deleting them. My first reaction was "does he even care?" My second, once I understood, was shame. He couldn't tell what I would consider acceptable, so every format he tried looked wrong, and the word "however" had given him nothing to check against.
Why you can't see the line from the giving side
The same sentence does opposite work depending on who receives it. To an experienced person, "any tool, any approach" is a runway; their first move is already in their head before you finish talking, and the freedom is just space to extend it. To a beginner, the first move doesn't exist yet, and the open space converts directly into anxiety. The difference isn't in the task. It's in whether the receiver already owns a first step.
The person delegating can't see this line, because they crossed it so long ago they've forgotten it was ever there. It's a blind spot built into delegation itself, which is why good intentions don't fix it. I had good intentions and eight frozen people.
I should say plainly that none of this is a new discovery. Andy Grove called it task-relevant maturity in High Output Management: how much structure someone needs depends on their maturity at this specific task, not their seniority in general. Situational-leadership models say something similar, and instructional design has the worked-example effect, decades of evidence that novices learn faster from studying finished examples than from open-ended problem solving. I had read some of this and still stood in a room watching my own brief freeze eight people. Knowing the framework and noticing the line in front of you turn out to be different skills. What follows is the noticing part, plus the exact artifacts that worked.
The three changes
Next session, same style of task, same participants. I added three things.
1. A named default tool. "If you're unsure, use this one; it's free and it's plenty for today. If you already have your own tool, use that instead." One sentence, and the entire "which tool?" question disappears. Note the escape hatch: experienced people opt out at zero cost.
2. Two or three finished examples, in deliberately different styles. A text-heavy one, an image-heavy one, a mix. Show a single example and people copy it. Show a spread and they see the shape of done without mistaking any one sample for the right answer.
3. The first three steps, written out. Pick a template. Type a title. Swap one image. Deliberately trivial, because anyone who finishes step three has already started, and starting was the whole problem.
At the ten-minute mark of the next session, the number of people still stuck was zero.
Before you quote that eight-to-zero number anywhere, three caveats. This was one uncontrolled cohort. The participants were on their second session in a familiar room, so some of the improvement is plain familiarity. And I introduced all three changes at once, so I can't tell you which one carried the result. What I can offer is that the three artifacts map one-to-one onto the three blockers the frozen eight had named out loud.
There's a second number I care about at least as much, self-reported though it is. Before the change, I spent every session circling the room and re-explaining the same things to stuck participants five or six times. Afterwards, zero rescue rounds. The three artifacts cost me maybe ten minutes of prep and bought back most of my session.
I made the same mistake again, and caught it in seconds
I'd love to tell you I was cured. In the very next exercise, video production this time, I said "do it freely" again. The habit turned out to be stronger than the insight.
The difference: when I saw the first participants freeze up, I didn't wonder about their motivation. I knew immediately what I'd forgotten to hand over. I stopped, split the work into four explicit steps, and re-issued the task mid-session. About 80% of participants got all the way to a finished video before the session ended. I have no controlled baseline for that number, since I'd never before let a freeze run unfixed to the end of a session, so read it as texture rather than proof.
Nothing about the participants changed between my first failure and my second. What changed was how fast I recognized the freeze. Once you can see the line, the same mistake costs minutes instead of a session.
This is your ticket queue
Swap the classroom for a sprint board and the mechanism is identical.
"Refactor the export module however you think best" reads as trust to a senior and as fog to the junior you actually assigned it to. "Set up your environment however you prefer" costs a new hire their first day, paralyzed among options that all look load-bearing; the fix has the same shape, a default setup path plus "diverge freely if you have opinions." Even "self-serve" internal platforms fail this way: the people who most need them can't tell which of the forty documented options is the normal one, so they file a ticket instead.
Then there's the review request: "take a look when you get a chance." Look at what? For what? A junior who approves a PR they didn't fully understand is frozen too; they've just found a way to freeze that doesn't block anyone, which makes it harder to spot. The same three artifacts fix it:
Before: "Take a look when you get a chance."
After: "Review the retry logic for correctness only; style is
covered by CI. Maria's review on #482 is the depth I'm
hoping for. Start with worker.ts — the rest follows
from it."
A named scope as the default, a finished example, a first step.
Platform engineering already solved this for infrastructure and named the solution the paved road: a default path that's obviously fine, which experts may leave whenever they want. I'm borrowing the analogy wholesale. The only thing I'm adding is the observation that it works on humans, at ticket granularity, for about ten minutes of effort.
The reusable artifact: one ticket, before and after
Before, the version I used to write:
Title: Improve error handling in the export service
The error handling in the export service is inconsistent.
Clean it up however you think is best. Ask me if you have questions.
After, the same ticket with the three artifacts installed:
Title: Improve error handling in the export service
Default approach: use the same error-handling pattern the billing
service uses — that's our house style. If you'd rather use a
different pattern, propose it in a comment before you start.
What "done" looks like: the billing service and the notifications
module are two different-but-acceptable shapes of finished. Skim both.
First three steps:
1. Read the billing service's error handling (about 20 minutes).
2. List every outbound call in the export service as a comment
on this ticket.
3. Convert ONE call and open a draft PR. We'll agree on direction
there before you do the rest.
One difference between the classroom and the codebase deserves a callout. In a thirty-minute workshop, a wrong first step costs nothing; on a refactor, a wrong first step costs rework and merge pain. That's what step 3 is compensating for: converting one call and opening a draft PR turns "agree on direction" into a checkpoint that happens while being wrong is still cheap. If you copy nothing else from the template, copy that.
As for "ask me if you have questions": the response you'll get from a junior is usually silence, because the honest question ("I can't picture the finished thing") feels unaskable. The second ticket removes the need to ask it.
Grade movement, not polish
One more change, same root. I used to praise the most polished output, which quietly means praising the people who already owned a first move. So I changed the closing question of every session to: "What's one thing you can do now that you couldn't this morning?" Under that question, both cohorts leave with a win; the experienced person picked up a new tool, and the beginner finished the first thing they had ever made.
The engineering equivalent: after a junior's first ticket, don't open the retro with the elegance of the diff. Open with what they can now do unassisted.
Isn't this micromanagement?
Micromanagement specifies every step. This specifies steps one through three and then stops; everything after step three still belongs to the other person.
The check I run before any handoff takes one beat: can this person already see their first move? If yes, freedom is a genuine gift, so give it generously. If not, name the default, show what done looks like, write the first three steps. Then get out of the way.
FAQ
Won't juniors fail to learn scoping if I always scope work for them?
They can't learn scoping from a blank page; my eight frozen participants produced exactly nothing to learn from. But "hand over less scaffolding each time" is too vague to act on, so here is the fading order I use. Remove the written first steps first: after someone finishes two or three scoped tickets, have them draft the first three steps themselves and review the draft before they start. The draft is your readiness signal — when it roughly matches what you would have written, stop supplying steps for that class of task. The named default fades on its own; people stop using it the moment they develop opinions. Keep the examples longest, since "what does done look like here?" is a question even seniors ask. Scaffolding creates dependence only if you never start asking for the draft.
How do I scaffold without insulting the seniors?
Phrase the default as a default: "use X unless you already have your own approach." Experienced people opt out in one second and lose nothing; that single clause served both halves of my room. When in doubt, ask what's blocking. The frozen eight told me exactly what was missing the moment I asked quietly.
Isn't writing three artifacts per ticket a lot of overhead?
Compare it to what you're already paying. By my own count I was re-explaining the same instructions five or six times per session, one frozen person at a time; after the change I did zero rescue rounds. Ten minutes of prep against a session of firefighting is the cheap option.
What if I can't articulate the first three steps myself?
Then the task wasn't ready to delegate, and you found out before your junior did, at the cost of one uncomfortable minute instead of their week. Treat "I can't write step one" as a signal that the ticket needs more definition before it goes to anyone.
You don't have to pave the whole road. Name a default, show two or three finished examples, write the first three steps, and get out of the way.
Top comments (0)