# THE DRIFT SIMULATOR
A management simulation based on real governance research.
You will make decisions across four quarters.
Order of your choices made, and combination in which you chose, both shape the results what you find at the end.
Each choice changes what happens next, and what people tell you.
[[Set the scene ->Setup]]
(if: $quarter > 1)[<div id="vd-hud">
<div class="hud-title">(print: $L_title)</div>
<div class="hud-row">
<span class="hud-label">(print: $L_trust)</span>
<div class="hud-bar-bg">
<div class="hud-bar-start" style="width: (print: $trust_start)%"></div>
<div class="hud-bar trust-bar" style="width: (print: (max: 0, $trust - $trust_start))%; margin-left: (print: $trust_start)%"></div>
</div>
(if: ($trust - $trust_start) > 0)[<span class="hud-delta positive">+(print: ($trust - $trust_start))</span>](else-if: ($trust - $trust_start) < 0)[<span class="hud-delta negative">(print: ($trust - $trust_start))</span>](else:)[<span class="hud-delta neutral">—</span>]
</div>
<div class="hud-row">
<span class="hud-label">(print: $L_transp)</span>
<div class="hud-bar-bg">
<div class="hud-bar-start" style="width: (print: $transparency_start)%"></div>
<div class="hud-bar transp-bar" style="width: (print: (max: 0, $transparency - $transparency_start))%; margin-left: (print: $transparency_start)%"></div>
</div>
(if: ($transparency - $transparency_start) > 0)[<span class="hud-delta positive">+(print: ($transparency - $transparency_start))</span>](else-if: ($transparency - $transparency_start) < 0)[<span class="hud-delta negative">(print: ($transparency - $transparency_start))</span>](else:)[<span class="hud-delta neutral">—</span>]
</div>
<div class="hud-row">
<span class="hud-label">(print: $L_feed)</span>
<div class="hud-bar-bg">
<div class="hud-bar-start" style="width: (print: $feedback_start)%"></div>
<div class="hud-bar feed-bar" style="width: (print: (max: 0, $feedback - $feedback_start))%; margin-left: (print: $feedback_start)%"></div>
</div>
(if: ($feedback - $feedback_start) > 0)[<span class="hud-delta positive">+(print: ($feedback - $feedback_start))</span>](else-if: ($feedback - $feedback_start) < 0)[<span class="hud-delta negative">(print: ($feedback - $feedback_start))</span>](else:)[<span class="hud-delta neutral">—</span>]
</div>
<div class="hud-baseline">(print: $L_base)</div>
</div>]
## The Organisation
**Veritas Bank. Mid-sized. 4,200 employees work here.**
Eleven regional hubs connect a central headquarters (HQ) to district offices and frontline branches. The customer base is 23 lakhs, split across retail banking, microfinance, and public-sector payroll services.
Three years ago, the board approved a ₹400 crore digital transformation.
New core banking system. Moving everything to a new computer system
The goal : less paper, more digital
Restructured service delivery from branch-first to digital-first.
A once-in-a-decade change.
**This year's targets:** Full system migration across all hubs. The KPIs are
- 90% digital adoption.
- 15% cost reduction.
- Zero compliance gaps before the annual external audit in Q4.
You took over as CEO two years ago.
You inherited the current architecture, the vendor contracts, and the targets.
You did not design the system. But, you are accountable for whether it works.
When you joined, everything was on track.
You did not choose this system or these targets. But now, if it fails, it is on you.
Now, This is Year 3, Quarter 1.
[[Meet your team →->Characters]]## The People
**You - Maya Rao, CEO**
The top boss. Twelve years in banking before this role. The board hired you to finish this big change. Every number they see is your responsibility.
---
**<span class="char-badge arjun">A</span> Arjun Singh — Chief Transformation Officer**
Head of the New system. Hired externally two years ago. Runs the transformation programme. Exceptionally good with data dashboards and adoption metrics. Believes the right system, properly implemented, solves most organisational problems. Reports directly to you.
---
**<span class="char-badge leena">L</span> Leena Das — Regional Operations Manager**
Seven years at the bank. Manages the largest regional cluster: 340 staff across three floors. Practical, politically aware, and protective of her team. (You heard from co-workers, Knows which escalations will help and which will cost her.) Everything from the ground reaches you through her.
---
**<span class="char-badge kabir">K</span> Kabir Ali — Floor Supervisor, Branch Operations**
Eleven years at Veritas. Runs the day-to-day on the largest operations floor. Knows exactly where the new system struggles against real workload. He reports to Leena. (Has never spoken directly to you.)
---
These are the people your decisions will move through, around, and sometimes past.
[[Begin Year 3, Quarter 1 →->Quarter1]]
## Quarter 1
Board target/KPI for this quarter: lift performance, hold costs, keep the migration timeline intact.
Three weeks in, <span class="char-badge leena">L</span> **Leena Das** forwards a short note. A routine audit found duplicate entries in the customer database — roughly twice the normal rate. She calls it "likely a migration glitch" and recommends closing it out quietly so the timeline holds.
You have one move before the board call. What do you do? (Prioritize 1 decision, given time, and budget do not allow for parellel actions)
[[Ignore it. The timeline matters more.->DuplicateIgnore]]
[[Order a full audit (a proper check).->DuplicateAudit]]
[[Tell Leena it's her team's quality problem to fix.->DuplicateBlame]]
[[Pause the migration for a structural review.->DuplicateReview]]
You close the note. The timeline holds. Results go up a little.
Three weeks later, the same pattern surfaces again — larger this time. Nothing comes to your inbox about it.
<p class="field-note">Leena's month-end summary: "Migration on track. Q1 anomaly/issues resolved."</p>
[[See how Q1 closed ->Q1Results]]
(set: $q1choice to "ignore")
(set: $performance to (min: 100, $performance + 5))
(set: $trust to (max: 0, $trust - 15))You order a full audit.
It takes three weeks and real money. Results dip while the team helps the auditors.
The audit finds the real cause: months ago, the floor staff built their own shortcut, because the new system was too slow for their deadlines. <span class="char-badge leena">L</span> Leena did not create it. She found it already running, and decided it was not worth a fight with you.
<span class="char-badge kabir">K</span> Kabir gave his side of the story in the audit. It was the first time anything he said reached you directly.
[[See how Q1 closed ->Q1Results]]
(set: $q1choice to "audit")
(set: $q1_open to false)
(set: $budget to (max: 0, $budget - 10))
(set: $performance to (max: 0, $performance - 5))
(set: $transparency to (min: 100, $transparency + 20))
(set: $feedback to (min: 100, $feedback + 8))
You tell Leena it's a quality problem on her team, and to handle it.
She handles it. Quietly, she tells her team to stop logging anomalies in writing.
[[See how Q1 closed ->Q1Results]]
(set: $q1choice to "blame")
(set: $performance to (min: 100, $performance + 2))
(set: $feedback to (max: 0, $feedback - 25))
(set: $trust to (max: 0, $trust - 10))
You pause the migration and check everything first. It costs money. Results dip, and everyone can see it. The board is not happy this quarter.
<span class="char-badge kabir">K</span> Kabir is asked directly (the first time Maya Rao has ever spoken to him) what is actually happening on his floor. He tells you. All of it.
It takes forty minutes. At the end he says: "I wasn't sure this conversation was going to happen."
[[See how Q1 closed ->Q1Results]]
(set: $q1choice to "review")
(set: $q1_open to false)
(set: $budget to (max: 0, $budget - 8))
(set: $performance to (max: 0, $performance - 3))
(set: $trust to (min: 100, $trust + 15))
(set: $feedback to (min: 100, $feedback + 20))
(set: $transparency to (min: 100, $transparency + 12))
## End of Quarter 1
(if: $performance >= 80)[The board has no questions. Performance and results are strong.](else-if: $performance >= 65)[Performance is holding, results are okay. Nothing to worry about yet.](else:)[Performance is down. You will be explaining this at the next board meeting.](if: $budget >= 90)[Budget intact.](else:)[Budget is tighter than when you started. Q2 will need some hard choices.]
---
(if: $q1choice is "ignore")[
<span class="char-badge leena">L</span> Leena's summary arrives clean: migration on track, anomaly resolved, timeline intact. Two sentences. No direct contact from the operations floor this quarter.](else-if: $q1choice is "audit")
[<span class="char-badge leena">L</span> Leena's report is one page longer than usual. She calls the shortcut "an old habit from the changeover time"
<span class="char-badge kabir">K</span> An unprompted note from Kabir arrived in your inbox this week. Three paragraphs: how much work the floor can handle, open problems, and a request to be part of the Q2 planning. That has never happened before.](else-if: $q1choice is "blame")[<span class="char-badge leena">L</span> Leena's email: "Quality expectations understood. Issue closed." Her quarterly summary is the most polished she has ever sent you. No flags. No escalations. The operations floor hits every metric, exactly at target.](else:)[<span class="char-badge leena">L</span> Leena says the migration pause was frustrating but that she understands the reasoning. Her tone in the meeting was careful.
<span class="char-badge kabir">K</span> Kabir spoke for forty minutes in the structural review. Someone from your team said afterward it was the first time they had heard that floor described from the inside.]
<div class="state-block">
**Your organisation, right now:**
(if: $trust >= 75)[People are still raising problems without fearing what happens next.](else-if: $trust >= 50)[People are choosing their words carefully before they reach you.](else:)[People have learned that raising problems here doesn't move anything.](if: $feedback >= 75)[When something gets flagged, it visibly goes somewhere.](else-if: $feedback >= 45)[Things get raised. Whether they get addressed is a separate question.](else:)[Speaking up has quietly stopped feeling worth it.](if: $transparency >= 75)[When something changes, people generally know why.](else-if: $transparency >= 50)[Decisions reach people. Explanations mostly don't follow.](else:)[People find out what changed. Rarely why.]
</div>
[[Quarter 2 →->Quarter2]]
(set: $pressure to (min: 100, $pressure + 10))
(set: $trf_avg to ($trust + $transparency + $feedback) / 3)
(set: $gap to 100 - $trf_avg)
(set: $gap_weighted to $gap * 1.3)
(set: $drift to (max: 0, (min: 100, $pressure + $gap_weighted - 50)))
(set: $quarter to 2)
## Quarter 2
<span class="char-badge arjun">A</span> **Arjun Singh** opens the quarter with his dashboard: 73% of the system move is done, 81% of staff are using the new system, everything on time. He is pleased with himself.
Three weeks later, HR sends a note: this month, three people from the operations floor asked to move to other departments. They gave no reason.
The floor numbers are the strongest they have been in three years. <span class="char-badge leena">L</span> Leena calls it "team momentum" - good energy.
(if: $q1_open)[You think about what you already know about that floor. You are not sure those two things — the strong numbers and the transfer requests — are unconnected.](else-if: $q1choice is "blame")[The floor numbers are clean. The transfer requests feel unrelated. Although the timing is odd.](else:)[The numbers look fine. The transfer requests feel like a separate matter.]
This quarter you have capacity for **two initiatives**. What is your first priority?
[[Accept the results. The programme is on track.->Q2FirstAccept]]
[[Ask Arjun to verify the adoption numbers directly with the floor.->Q2FirstVerify]]
[[Schedule a working session with the operations floor.->Q2FirstWorking]]
[[Ask HR to properly investigate the transfer requests.->Q2FirstHR]]
(if: $q1_open)[You close the dashboard. The Q1 audit findings are somewhere in your notes. The workaround/shortcut is still running. You know this and move on — for now.](else:)[You close the dashboard. The numbers are good. Arjun is happy. The transfer requests are processed as routine.]
Later in the quarter, something pulls you back.
[[One more move before Q2 closes ->Q2SecondChoice]]
(set: $q2_first to "accept")
(set: $performance to (min: 100, $performance + 4))
(set: $feedback to (max: 0, $feedback - 8))
(if: $q1_open)[
(set: $transparency to (min: 100, $transparency + 14))
Arjun already knew about the Q1 shortcuts. He goes to the floor knowing what to look for. His note: the shortcut has spread. Three floors now. He writes "systematic. Not isolated" and underlines it.
](else:)[
(set: $transparency to (min: 100, $transparency + 10))
Arjun is surprised by the request. He finds "supplementary workflows"- staff doing some work their own way, outside the system. He recommends more training. He does not explain what these extra workflows actually are.
]
That word — systematic, or supplementary — is sitting in your notes.
[[One more move before Q2 closes →->Q2SecondChoice]]
(set: $q2_first to "verify")
(set: $q2_active to true)
(set: $budget to (max: 0, $budget - 3))
(if: $q1_open)[
(set: $trust to (min: 100, $trust + 10))
(set: $feedback to (min: 100, $feedback + 10))
(set: $transparency to (min: 100, $transparency + 8))
You sit with the operations floor for an hour. <span class="char-badge kabir">K</span> Kabir was asked directly in Q1. He comes prepared. He tells you some of it — the volume problem (too much work), the parallel systems - the shortcut running next to the official one. He knows there is a second conversation available if you want it.
](else:)[
(set: $trust to (min: 100, $trust + 4))
(set: $transparency to (min: 100, $transparency + 4))
You sit with the operations floor for an hour. <span class="char-badge kabir">K</span> Kabir has never spoken to you before. He is polite and professional. The numbers he gives you match the dashboard. You sense there is more. But the conversation does not open far enough to reach it.
]
[[One more move before Q2 closes →->Q2SecondChoice]]
(set: $q2_first to "working_session")
(set: $q2_active to true)
(set: $performance to (max: 0, $performance - 2))
HR sits down with the people who asked to leave. Before the quarter ends, the requests are withdrawn. But the people gave the same reason — separately, in the same words: "too much work and system pressure.
<span class="char-badge leena">L</span> Leena's response when informed: "Understood. I'll handle it with the team."
[[One more move before Q2 closes->Q2SecondChoice]]
(set: $q2_first to "hr")
(set: $trust to (min: 100, $trust + 4))
(set: $feedback to (min: 100, $feedback + 6))
(set: $budget to (max: 0, $budget - 3))## Quarter 2 — Second move
(if: $q2_first is "accept")[You moved on from the dashboard. But something has brought you back before the quarter closes.](else-if: $q2_first is "verify")[(if: $q1_open)[Arjun came back with "systematic. Not isolated." That word is in your notes.](else:)[Arjun came back with "supplementary workflows." You do not entirely know what that means yet.]](else-if: $q2_first is "working_session")[(if: $q1_open)[Kabir told you some of it in the floor session. The door is still open.](else:)[The meeting with operations team was polished and professional. Something did not surface.]](else:)[HR found that two people separately said "the new system does not work the way they told us it would."]
One more move this quarter. What else do you address?
(if: $q2_first is not "accept")[[[Accept the remaining results and close out Q2.->Q2SecondAccept]]]
(if: $q2_first is not "verify")[[[Ask Arjun to verify the adoption numbers with the floor.->Q2SecondVerify]]]
(if: $q2_first is not "working_session")[[[Have a direct conversation with the operations floor.->Q2SecondWorking]]]
(if: $q2_first is not "hr")[[[Ask HR to look into the transfer requests.->Q2SecondHR]]]
(set: $q2_second to "accept")
(set: $feedback to (max: 0, $feedback - 6))
(if: $q2_first is "verify")[The "supplementary workflows" note is on your desk. You have read it. You do not follow it any further this quarter.](else-if: $q2_first is "working_session")[The floor conversation happened. You do not follow it up further this quarter. The door you opened stays half open.](else:)[The HR findings are on record. The quarter closes with no further action on them.]
[[See how Q2 closed →->Q2Results]](if: $q2_first is "accept")[
(set: $transparency to (min: 100, $transparency + 12))
Something brought you back to Arjun's dashboard. You ask him to verify the floor numbers now.
(if: $q1_open)[He already knows about the Q1 workaround. This time he looks for whether it spread. Three floors. "Systematic."](else:)[He comes back with "supplementary workflows" and a recommendation for training.]
](else-if: $q2_first is "working_session")[
(if: $q1_open)[
(set: $transparency to (min: 100, $transparency + 16))
(set: $feedback to (min: 100, $feedback + 8))
You take what Kabir told you in the floor session and ask Arjun to verify it formally. His findings confirm the floor session and extend it. Kabir's testimony and Arjun's data are consistent. Arjun's data confirms Kabir's story — and adds more. Now you have both, in writing, and they match.
](else:)[
(set: $transparency to (min: 100, $transparency + 10))
You take the polite floor overview to Arjun for verification. He finds "supplementary workflows" underneath the clean numbers Kabir gave you.
]
](else:)[
(set: $transparency to (min: 100, $transparency + 13))
(set: $feedback to (min: 100, $feedback + 6))
After HR flagged "workload and system pressure," you ask Arjun to verify what that means in the adoption data. His finding: supplementary workflows on three floors. HR's words and Arjun's words are pointing at the same thing — from two different directions.
]
[[See how Q2 closed →->Q2Results]]
(set: $q2_second to "verify")
(set: $q2_active to true)
(set: $budget to (max: 0, $budget - 3))
(set: $q2_second to "working_session")
(set: $q2_active to true)
(set: $performance to (max: 0, $performance - 2))
(if: $q2_first is "accept")[
(if: $q1_open)[
(set: $trust to (min: 100, $trust + 12))
(set: $feedback to (min: 100, $feedback + 10))
(set: $transparency to (min: 100, $transparency + 8))
Something pulled you to the floor before Q2 closed. <span class="char-badge kabir">K</span> Kabir remembered Q1. He came with notes. He told you about the parallel systems, the volume problem, three floors. He had been waiting for this conversation.
](else:)[
(set: $trust to (min: 100, $trust + 5))
(set: $feedback to (min: 100, $feedback + 5))
Something pulled you to the floor before Q2 closed. <span class="char-badge kabir">K</span> Kabir gave you a professional overview. You got less than you would have with the full hour or prior relationship.
]
](else-if: $q2_first is "verify")[
(if: $q1_open)[
(set: $trust to (min: 100, $trust + 14))
(set: $feedback to (min: 100, $feedback + 14))
(set: $transparency to (min: 100, $transparency + 10))
You took Arjun's "systematic" finding to the floor and asked <span class="char-badge kabir">K</span> Kabir directly what it meant. He had been waiting for exactly this question from exactly this level with exactly this much knowledge behind it.
The combination — Arjun's data in one hand, Kabir's account in the other — gave you the clearest picture of anything this year. They matched.
](else:)[
(set: $trust to (min: 100, $trust + 8))
(set: $feedback to (min: 100, $feedback + 8))
(set: $transparency to (min: 100, $transparency + 6))
You took "supplementary workflows" to the floor and asked <span class="char-badge kabir">K</span> Kabir what it meant from his side. It took three questions to get past the polished version. He told you what the system could not do and what they built instead.
]
](else:)[
(if: $q1_open)[
(set: $trust to (min: 100, $trust + 12))
(set: $feedback to (min: 100, $feedback + 12))
(set: $transparency to (min: 100, $transparency + 8))
After HR's "workload and system pressure," you went to <span class="char-badge kabir">K</span> Kabir directly. The HR context gave him a reason to think this conversation might go somewhere. He told you more than he would have otherwise.
](else:)[
(set: $trust to (min: 100, $trust + 6))
(set: $feedback to (min: 100, $feedback + 8))
After HR's finding, you went to the floor. <span class="char-badge kabir">K</span> Kabir connected "workload and system pressure" to specific processes without you having to ask twice.
]
]
[[See how Q2 closed →->Q2Results]]
(set: $q2_second to "hr")
(set: $budget to (max: 0, $budget - 3))
(if: $q2_first is "accept")[
(set: $trust to (min: 100, $trust + 5))
(set: $feedback to (min: 100, $feedback + 8))
You came back to the transfer requests. HR ran the conversations. The requests were withdrawn. But the reason given - separately, in the same words - was "too much work and system pressure.
](else-if: $q2_first is "verify")[
(set: $trust to (min: 100, $trust + 7))
(set: $feedback to (min: 100, $feedback + 10))
After Arjun's "systematic" finding, HR's conversations had a frame. All three separately said: "the new system does not work the way they told us it would." The word systematic is now attached to names and dates.
](else:)[
(if: $q1_open)[
(set: $trust to (min: 100, $trust + 8))
(set: $feedback to (min: 100, $feedback + 10))
After the floor session, HR's conversations had context. People were more willing to speak than usual. HR noted it: "Unusual openness this quarter. Recommend follow-up."
](else:)[
(set: $trust to (min: 100, $trust + 5))
(set: $feedback to (min: 100, $feedback + 7))
After the floor session, HR's conversations connected what you had heard on the floor to specific people and specific transfer decisions.
]
]
[[See how Q2 closed ->Q2Results]]## End of Quarter 2
(if: $performance >= 80)[Results are strong. Arjun's numbers are being shown around as a model.](else-if: $performance >= 65)[Results are holding. No alarm.](else:)[Two consecutive quarters below target. The board is starting to ask.]
(if: $budget >= 80)[Budget manageable.](else:)[Budget tighter. Q3 gives you less room.]
---
(if: ($q2_first is "verify" or $q2_second is "verify") and ($q2_first is "working_session" or $q2_second is "working_session"))[
<span class="char-badge arjun">A</span> Arjun's data and <span class="char-badge kabir">K</span> Kabir's account are now in the same folder. They say the same thing. Nobody else in the organisation has both.
](else-if: ($q2_first is "hr" or $q2_second is "hr") and ($q2_first is "working_session" or $q2_second is "working_session"))[
<span class="char-badge kabir">K</span> The floor conversation and HR's findings are pointing at the same problem from two different angles. The picture has more depth than either alone would give.
](else-if: ($q2_first is "verify" or $q2_second is "verify") and ($q2_first is "hr" or $q2_second is "hr"))[
<span class="char-badge arjun">A</span> "Supplementary workflows" and HR's "system pressure" are now cross-referenced in your notes. They are the same thing, named differently by people at different levels.
](else-if: $q2_second is "accept")[
(if: $q2_active)[You found something this quarter. You also chose not to pursue it further before Q2 closed.](else:)[The quarter closed without significant new information reaching your desk.]
](else:)[
(if: $q2_active)[Two moves, both pointed in the same direction. You know more going into Q3 than you did at the start of this quarter.](else:)[The quarter ran its course. The dashboard still looks clean.]
]
<div class="state-block">
**Your organisation, right now:**
(if: $trust >= 75)[People are still raising problems without fearing what happens next.](else-if: $trust >= 50)[People are choosing their words carefully before they reach you.](else:)[People have learned that raising problems here doesn't move anything.]
(if: $feedback >= 75)[When something gets flagged, it visibly goes somewhere.](else-if: $feedback >= 45)[Things get raised. Whether they get addressed is a separate question.](else:)[Speaking up has quietly stopped feeling worth it.]
(if: $transparency >= 75)[When something changes, people generally know why.](else-if: $transparency >= 50)[Decisions reach people. Explanations mostly don't follow.](else:)[People find out what changed. Rarely why.]
</div>
[[Quarter 3 ->Quarter3]]
(set: $pressure to (min: 100, $pressure + 10))
(set: $trf_avg to ($trust + $transparency + $feedback) / 3)
(set: $gap to 100 - $trf_avg)
(set: $gap_weighted to $gap * 1.3)
(set: $drift to (max: 0, (min: 100, $pressure + $gap_weighted - 50)))
(set: $quarter to 3)
## Quarter 3
The employee survey results arrive. 87% participation. 78% say they feel "well informed about where the company is going."
<span class="char-badge arjun">A</span> Arjun's message: "Strongest culture results we've seen. Proof that the change is working."
The feedback portal you launched, where staff can write anything, collected 340 messages this quarter. Someone on your team turned them into a five-line summary. The summary is on your desk.
One message was marked "needs follow-up" six weeks ago. It is still sitting there, unanswered.
(if: $q2_active and $q1_open)[You have heard from the floor in both Q1 and Q2. You understand what that 87% probably does not include.](else-if: $q2_active)[You heard some things from the floor in Q2. You are not sure the survey caught what you heard there.](else-if: $transparency >= 70)[You know this company well enough to know: 78% does not always mean what it looks like.](else:)[These are the best headline numbers you have seen since Year 1.]
This quarter you have capacity for **two choices**. What is your first priority?
[[Present the headline survey numbers at the board meeting.->Q3FirstHeadlines]]
[[Read the flagged portal response before the board meeting.->Q3FirstFlagged]]
[[Ask HR to run open-format conversations — no script, no managers.->Q3FirstOpenFormat]]
[[Ask your team what questions the survey didn't ask.->Q3FirstQuestions]]
(set: $q3_first to "headlines")
(set: $performance to (min: 100, $performance + 2))
(set: $transparency to (max: 0, $transparency - 4))
The board receives the 87% and 78% figures. Arjun presents alongside you. The good news goes out to the press and partners.
The 340 portal messages are still sitting in the system. The marked one is still unanswered.
[[One more move before Q3 closes ->Q3SecondChoice]]
(set: $q3_first to "flagged")
(set: $q3_honest to true)
(set: $transparency to (min: 100, $transparency + 8))
The marked message was sent anonymously. It says, in full: *"Please actually read these."*
You ask your assistant: how many of the 340 messages came from the operations floor? Answer: 47. How many made it into the five-line summary? Zero.
(if: $q2_active)[You have heard from that floor before. The survey's version and the floor's own version now sit side by side. They describe two different companies.](else:)[You sit with that for a moment before the board meeting.]
[[One more move before Q3 closes ->Q3SecondChoice]]
(if: $q2_active)[
(set: $feedback to (min: 100, $feedback + 14))
(set: $trust to (min: 100, $trust + 10))
HR holds two open talks. The people on Kabir's floor have been listened to before this year, so they come with specific things to say. The notes fill nine pages. The last three pages are from the operations floor, naming exactly where the system fails, step by step.
](else:)[
(set: $feedback to (min: 100, $feedback + 10))
(set: $trust to (min: 100, $trust + 7))
HR holds two open talks. No script, no managers in the room. The notes come back: seven pages. Three sentences appear in both sessions: *"we don't know who reads this," "nothing changed after the last time,"* and *"we've stopped expecting it to."*
]
[[One more move before Q3 closes ->Q3SecondChoice]]
(set: $q3_first to "open_format")
(set: $q3_honest to true)
(set: $budget to (max: 0, $budget - 4))
(if: $q2_active)[
(set: $transparency to (min: 100, $transparency + 14))
(set: $feedback to (min: 100, $feedback + 7))
You ask your team: which questions were missing from the survey? Someone says: "We already know some answers from Q2. The real gap is not what we didn't ask — it's what we asked and never acted on." Also: 61% filled in the survey only because it was expected. But 23 people from the operations floor added extra comments nobody asked for. That is new.
](else:)[
(set: $transparency to (min: 100, $transparency + 10))
(set: $feedback to (min: 100, $feedback + 4))
You ask your team: which questions were missing from the survey? The room goes quiet. Finally someone says: "We never asked whether people believe that what they say matters." And: 61% filled it in only because it was expected of them.
]
[[One more move before Q3 closes ->Q3SecondChoice]]
(set: $q3_first to "questions")
(set: $q3_honest to true)
(set: $budget to (max: 0, $budget - 3))
## Quarter 3 — Second move
(if: $q3_first is "headlines")[The 87% is in the board pack. The 340 responses are still in the system. The flagged one is still open.](else-if: $q3_first is "flagged")[*"Please actually read these."* 47 from the operations floor. Zero in the summary.](else-if: $q3_first is "open_format")[(if: $q2_active)[The session notes named system gaps by process step. Nine pages.](else:)[Seven pages. Three phrases about not being heard.]](else:)[(if: $q2_active)[The gap is not what was not asked — it is what was asked and not followed up.](else:)[61% completed the survey because it was expected.]]
One more move this quarter. What else do you address?
(if: $q3_first is not "headlines")[[[Present the headline survey numbers at the board meeting.->Q3SecondHeadlines]]]
(if: $q3_first is not "flagged")[[[Read the flagged portal response.->Q3SecondFlagged]]]
(if: $q3_first is not "open_format")[[[Ask HR to run open-format conversations with the floor.->Q3SecondOpenFormat]]]
(if: $q3_first is not "questions")[[[Ask your team what questions the survey didn't ask.->Q3SecondQuestions]]]
(set: $q3_second to "headlines")
(set: $performance to (min: 100, $performance + 2))
(set: $transparency to (max: 0, $transparency - 5))
(set: $feedback to (max: 0, $feedback - 6))
(if: $q3_first is "flagged")[You read what 47 responses said. Then you presented 87% to the board anyway. Both things are now true in the same quarter. Nobody asks you to reconcile them.](else-if: $q3_first is "open_format")[You ran the sessions — nine pages, three phrases about not being heard. Then you presented 87% to the board. Arjun is pleased. The session notes are in a folder.](else:)[You surfaced the methodology gap — 61% completing by obligation. Then you presented the headline anyway. The board received the number without the asterisk.]
[[See how Q3 closed →->Q3Results]]
(set: $q3_second to "flagged")
(set: $q3_honest to true)
(if: $q3_first is "headlines")[
(set: $transparency to (min: 100, $transparency + 10))
You presented 87% to the board. Then, before Q3 closed, you read the flagged response. *"Please actually read these."* 47 from the operations floor. None in the summary you just presented. Both are now in the same week.
](else-if: $q3_first is "open_format")[
(set: $transparency to (min: 100, $transparency + 8))
(set: $feedback to (min: 100, $feedback + 5))
After the open-format sessions, you read the flagged response. *"Please actually read these."* The sessions said the same thing at length. The anonymous note said it in five words. They confirm each other.
](else:)[
(set: $transparency to (min: 100, $transparency + 8))
(set: $feedback to (min: 100, $feedback + 5))
After surfacing the methodology gap, you read the flagged response. *"Please actually read these."* The two things — 61% completing by obligation and this note — say the same thing from different angles.
]
[[See how Q3 closed →->Q3Results]]
(set: $q3_second to "open_format")
(set: $q3_honest to true)
(set: $budget to (max: 0, $budget - 4))
(if: $q3_first is "headlines")[
(set: $feedback to (min: 100, $feedback + 12))
(set: $trust to (min: 100, $trust + 8))
You presented the 87% headline. Then you ran the open-format sessions. The notes came back eight pages. The session notes and the headline number are now both in your Q3 folder. They do not match each other. Nobody has been asked to reconcile them.
](else-if: $q3_first is "flagged")[
(set: $feedback to (min: 100, $feedback + 14))
(set: $trust to (min: 100, $trust + 10))
After reading the flagged response, you ran the open-format sessions. The anonymous note said it in five words. The sessions said it in eight pages. They confirmed each other in detail. (if: $q2_active)[People on Kabir's floor attended knowing you had been paying attention this year. They came specific.](else:)[Three phrases across both sessions: not knowing who reads it, nothing changing, stopping to expect anything.])
](else:)[
(set: $feedback to (min: 100, $feedback + 14))
(set: $trust to (min: 100, $trust + 10))
(set: $transparency to (min: 100, $transparency + 6))
After surfacing the methodology gap, you ran the sessions to find what the survey could not. The questions you had identified as missing got answered in the open-format notes. The connection between the two moves made the sessions richer.
]
[[See how Q3 closed →->Q3Results]]
(set: $q3_second to "questions")
(set: $q3_honest to true)
(set: $budget to (max: 0, $budget - 3))
(if: $q3_first is "headlines")[
(set: $transparency to (min: 100, $transparency + 10))
You presented the 87% headline. Then you asked your team what questions were not in the survey. "We did not ask whether people think it matters what they say." 61% completing by obligation. You now have the headline and the asterisk, in the same quarter.
](else-if: $q3_first is "flagged")[
(set: $transparency to (min: 100, $transparency + 12))
(set: $feedback to (min: 100, $feedback + 6))
After the flagged response, you asked what was not being asked. The room connected it directly — the anonymous note and the methodology gap say the same thing. Both surfaced in the same quarter.
](else:)[
(set: $transparency to (min: 100, $transparency + 12))
(set: $feedback to (min: 100, $feedback + 7))
After the open-format sessions, you asked what the survey had failed to ask. The sessions gave you the answers. The questions gave you the frame for why those answers were missing. The two moves built on each other.
]
[[See how Q3 closed →->Q3Results]]
## End of Quarter 3
(if: $performance >= 78)[Performance strong. The survey headline is circulating externally.](else-if: $performance >= 60)[Performance steady.](else:)[Three consecutive quarters flat or falling. Standing item on the board agenda.]
---
(if: ($q3_first is "open_format" or $q3_second is "open_format") and ($q3_first is "questions" or $q3_second is "questions"))[
The open-format sessions gave you answers. The methodology question gave you the frame for why they had been missing. The combination is the most complete picture the survey could have produced.
](else-if: ($q3_first is "flagged" or $q3_second is "flagged") and ($q3_first is "open_format" or $q3_second is "open_format"))[
The anonymous response said it in five words. The sessions said it in pages. They confirmed each other. <span class="char-badge kabir">K</span> Kabir attended one session. When told you had read the notes in full, he said: "Good." Not "okay." Good.
](else-if: ($q3_first is "headlines" or $q3_second is "headlines") and $q3_honest)[
The 87% is in the external report. The honest picture is in a folder on your desk. You now hold both. Nobody has asked you to reconcile them yet.
](else-if: $q3_honest)[
(if: $q2_active)[You have been asking real questions for two consecutive quarters. The floor has noticed.](else:)[You asked something honest this quarter. It surfaced something real.]
](else:)[
<span class="char-badge arjun">A</span> Arjun is drafting a case study on the survey methodology. The 340 portal responses were not referenced in the board pack.
]
<div class="state-block">
**Your organisation, right now:**
(if: $trust >= 75)[People are still raising problems without fearing what happens next.](else-if: $trust >= 50)[People are choosing their words carefully before they reach you.](else:)[People have learned that raising problems here doesn't move anything.]
(if: $feedback >= 75)[When something gets flagged, it visibly goes somewhere.](else-if: $feedback >= 45)[Things get raised. Whether they get addressed is a separate question.](else:)[Speaking up has quietly stopped feeling worth it.]
(if: $transparency >= 75)[When something changes, people generally know why.](else-if: $transparency >= 50)[Decisions reach people. Explanations mostly don't follow.](else:)[People find out what changed. Rarely why.]
</div>
The annual external audit begins in Q4, week 3.
[[Quarter 4 ->Quarter4]]
(set: $pressure to (min: 100, $pressure + 10))
(set: $trf_avg to ($trust + $transparency + $feedback) / 3)
(set: $gap to 100 - $trf_avg)
(set: $gap_weighted to $gap * 1.3)
(set: $drift to (max: 0, (min: 100, $pressure + $gap_weighted - 50)))
(set: $quarter to 4)
## Quarter 4
<span class="char-badge leena">L</span> **Leena Das** requests a meeting at the start of the quarter. Seven years at Veritas. She has been offered another role. She is taking it.
Almost as an aside, near the end of the meeting, she mentions that Kabir's team has "developed some workarounds" to maintain performance. She does not elaborate. She is leaving in three weeks. She does not seem to expect you to ask.
(if: $q1_open and $q2_active and $q3_honest)[You have the most complete picture of anyone at your level. Workarounds is not a vague word to you. You know which floors, which systems, how long.](else-if: $q1_open and $q2_active)[You have spoken to the floor twice this year. You know what workarounds means.](else-if: $q1_open)[You opened a channel in Q1. You know the workaround exists. You do not have the full picture.](else-if: $q3_honest)[The open-format sessions in Q3 surfaced things the official survey did not. Workarounds connects to what you heard.](else-if: $feedback <= 40)[People on that floor stopped flagging things months ago. Workarounds is a careful word for something that has been building since Q1.](else:)[You file workarounds away as something to follow up. The quarter is full.]
The external auditor arrives in week 3.
What do you do?
[[Thank Leena, promote her deputy, move forward.->Q4Accept]]
[[Ask her directly what she means by workarounds, before she leaves.->Q4AskLeena]]
[[Go to Kabir directly, without Leena in the room.->Q4AskKabir]]
[[Hold an all-hands before she leaves, announce the transition openly.->Q4AllHands]]
(set: $q4choice to "accept")
(if: $q1_open or $q3_honest)[
(set: $trust to (max: 0, $trust - 10))
(set: $feedback to (max: 0, $feedback - 10))
(set: $performance to (max: 0, $performance - 5))
You thank Leena for seven years. You promote her deputy. The handover is clean and professional.
Workarounds stays in your notebook, next to everything else you already know about that floor. Unresolved.
<p class="field-note">Walking away from something you already know is different from missing it.</p>
](else:)[
(set: $trust to (max: 0, $trust - 5))
(set: $performance to (max: 0, $performance - 5))
You thank Leena for seven years. You promote her deputy. The handover is clean and professional. Workarounds stays in your notes, unresolved.
]
The auditor arrives in week 3 as scheduled.
[[Before the auditor's findings →->JourneySummary]]
(set: $q4choice to "ask_leena")
(set: $q4partial to true)
(if: $q1_open)[
(set: $transparency to (min: 100, $transparency + 25))
(set: $feedback to (min: 100, $feedback + 12))
You ask her directly: what do you mean by workarounds?
She pauses. Then she reads your expression. She can see you already know some of it.
She tells you more than she intended to. The parallel spreadsheets. All three floors. Running since Year 1 of migration. She made a call, quarter after quarter, not to escalate — because the alternative was missed targets and a conversation she did not know how to have with you.
She does not apologise. She says: "I should have told you in Q1. I did not know if you wanted to know."
](else:)[
(set: $transparency to (min: 100, $transparency + 20))
(set: $feedback to (min: 100, $feedback + 10))
You ask her directly: what do you mean by workarounds?
She pauses. Then she tells you. The parallel spreadsheets. The double entry. Three floors running this since the system went live. She knew. She made a call not to escalate because the alternative was missing targets.
She does not apologise. She says: "The system could not do what you needed it to do. So we found a way. I should have told you earlier."
]
You sit with that after she leaves.
[[Before the auditor's findings →->JourneySummary]]
(set: $q4choice to "ask_kabir")
(set: $q4direct to true)
(if: $q1_open and $q2_active and $q3_honest)[
(set: $trust to (min: 100, $trust + 20))
(set: $feedback to (min: 100, $feedback + 25))
(set: $transparency to (min: 100, $transparency + 15))
(set: $pressure to (max: 0, $pressure - 15))
You call Kabir directly. No Leena. No Arjun.
He arrives with documentation. A printed report — four pages — compiled from his team's records across the year. System gaps, volume data, workaround logs. He has been waiting for permission to hand this over.
He says: "I have been trying to get this upstairs for two years. I started keeping records in case someone ever asked."
The conversation takes ninety minutes. At the end of it, you have the most complete operational picture available to anyone in this organisation.
](else-if: $q1_open or $q2_active)[
(set: $trust to (min: 100, $trust + 15))
(set: $feedback to (min: 100, $feedback + 20))
(set: $transparency to (min: 100, $transparency + 12))
(set: $pressure to (max: 0, $pressure - 10))
You call Kabir directly. No Leena. No Arjun.
He comes prepared. You have asked before, or your team has. He brings notes.
The conversation takes forty minutes. He tells you what the system cannot do, what the floor built to compensate, and how long it has been running.
At the end: "I have been trying to get this upstairs for two years."
](else:)[
(set: $trust to (min: 100, $trust + 10))
(set: $feedback to (min: 100, $feedback + 15))
(set: $transparency to (min: 100, $transparency + 8))
(set: $pressure to (max: 0, $pressure - 8))
You call Kabir directly. No Leena. No Arjun.
He arrives not entirely sure what this is. You have never spoken to him before. It takes a while for him to understand that you actually want to know.
The conversation takes thirty minutes. He tells you what the system cannot do and what the floor does instead. He is measured. He does not quite believe yet that this conversation will change anything.
At the end: "I have been trying to get this upstairs for two years."
]
[[Before the auditor's findings →->JourneySummary]]
(set: $q4choice to "all_hands")
(set: $q4direct to true)
(set: $performance to (max: 0, $performance - 3))
(if: $q3_honest)[
(set: $trust to (min: 100, $trust + 10))
(set: $transparency to (min: 100, $transparency + 14))
(set: $feedback to (min: 100, $feedback + 14))
You hold an all-hands three days before Leena's last day. You thank her publicly. You announce the transition and acknowledge the uncertainty.
The room is different from previous all-hands. Q3's honest sessions have shifted something. People in this room have recently experienced what it felt like when someone from leadership actually listened.
The question from the back: "Will the workarounds Leena's team has been running be reviewed?"
The room goes quiet. But someone from Kabir's floor asked this because they thought you might actually say yes.
You say yes. They will be.
](else:)[
(set: $trust to (min: 100, $trust + 5))
(set: $transparency to (min: 100, $transparency + 10))
(set: $feedback to (min: 100, $feedback + 10))
You hold an all-hands three days before Leena's last day. You thank her publicly. You announce her successor and acknowledge the uncertainty.
Three people ask questions. Two about process. One, from the back: "Will the workarounds Leena's team has been running be reviewed?"
The room goes quieter than a normal pause.
You say yes. They will be.
]
[[Before the auditor's findings →->JourneySummary]]
## Before the auditor walks in
Here is the path that got you here.
---
**When you started — Year 3, Q1:**
Veritas Bank. Three years into a ₹400 crore transformation. Dashboard: 80% performance, 78% system adoption, migration on schedule.
<span class="char-badge kabir">K</span> Kabir had been logging problems to Leena for two years. None of it had reached your desk.
---
**What you chose:**
<div class="journey-row">
**Q1 **
(if: $q1choice is "ignore")[You closed the anomaly report and let the timeline hold.](else-if: $q1choice is "audit")[You ordered a full audit. It found the real source. Kabir's testimony reached your desk for the first time.](else-if: $q1choice is "blame")[You told Leena it was her team's quality problem. The floor stopped logging anomalies.](else:)[You paused the migration and asked Kabir directly. He told you everything. First time you had spoken.]
</div>
<div class="journey-row">
**Q2 First:** (if: $q2_first is "accept")[Accepted results and moved on.](else-if: $q2_first is "verify")[(if: $q1_open)[Asked Arjun to verify. Three floors — "systematic, not isolated."](else:)[Asked Arjun to verify. "Supplementary workflows."]](else-if: $q2_first is "working_session")[(if: $q1_open)[Floor session. Kabir came prepared. Parallel systems confirmed.](else:)[Floor session. Professional overview. More below the surface.]](else:)[Asked HR to investigate. Both withdrew. Same phrase: "workload and system pressure."]
(if: $q2_second is not "")[**Then:** (if: $q2_second is "accept")[Let the rest stand.](else-if: $q2_second is "verify")[(if: $q2_first is "working_session")[Arjun formally verified what Kabir told you. They matched.](else:)[Arjun verified. Supplementary workflows confirmed.]](else-if: $q2_second is "working_session")[(if: $q2_first is "verify")[Took Arjun's findings to the floor. Both accounts confirmed each other.](else-if: $q2_first is "hr")[HR's finding gave the floor conversation a frame.](else:)[Floor conversation. Depth depended on prior relationship.]](else:)[(if: $q2_first is "verify")[HR conversations attached "systematic" to names and dates.](else:)[HR confirmed: same phrase, separately, from both people.]]]
</div>
<div class="journey-row">
**Q3 First:** (if: $q3_first is "headlines")[Presented the 87% headline at the board.](else-if: $q3_first is "flagged")[Read the flagged response. "Please actually read these." 47 from the operations floor. Zero in the summary.](else-if: $q3_first is "open_format")[(if: $q2_active)[Open-format HR sessions. Nine pages, specific.](else:)[Open-format HR sessions. Seven pages. Three phrases about not being heard.]](else:)[(if: $q2_active)[Asked what the survey did not ask. Gap: what was asked and not followed up.](else:)[Asked what the survey did not ask. 61% completed it because it was expected.]]
(if: $q3_second is not "")[**Then:** (if: $q3_second is "headlines")[Presented the 87% headline. The honest picture and the number are now in the same quarter.](else-if: $q3_second is "flagged")[Read the flagged response. The anonymous note and the first move confirmed each other.](else-if: $q3_second is "open_format")[Ran the open-format sessions. The two Q3 moves built on each other.](else:)[Asked what the survey did not ask. The frame and the findings now in the same folder.]]
</div>
<div class="journey-row">
**Q4 **
(if: $q4choice is "accept")[(if: $q1_open or $q3_honest)[Leena mentioned workarounds. You had context for what that meant. You filed it and moved on.](else:)[Leena mentioned workarounds on her way out. You filed it for later.]](else-if: $q4choice is "ask_leena")[(if: $q1_open)[You asked. She could see you already knew some of it. She told you more than she intended.](else:)[You asked Leena directly. She told you about the parallel spreadsheets — three floors, since go-live.]](else-if: $q4choice is "ask_kabir")[(if: $q1_open and $q2_active and $q3_honest)[You called Kabir. He arrived with documentation. 90 minutes. The most complete operational picture available.](else-if: $q1_open or $q2_active)[You called Kabir. He came prepared. 40 minutes. "I've been trying to get this upstairs for two years."](else:)[You called Kabir for the first time. He was careful. "I've been trying to get this upstairs for two years."]](else:)[(if: $q3_honest)[You held an all-hands. The room had shifted since Q3. The question from the back landed differently.](else:)[You held an all-hands. Someone asked whether the workarounds would be reviewed. You said yes.]]
</div>
---
**When the auditor walks in:**
(if: $trust >= 75)[People are still speaking up. The channel is open.](else-if: $trust >= 50)[People are careful about what they bring to you. Information has been filtered.](else:)[People stopped flagging problems months ago. What is happening below Leena's level is no longer moving upward.]
(if: $feedback >= 75)[When someone raises something, it leads somewhere visible.](else-if: $feedback >= 45)[Things get raised. Whether they get addressed has become unpredictable.](else:)[The floor has learned that raising things does not change them. The channel is functionally closed.]
(if: $transparency >= 75)[Decisions have been reaching people with reasons attached.](else-if: $transparency >= 50)[Decisions reach people. Explanations mostly do not.](else:)[People find out what changed. They stopped asking why.]
---
[[See the auditor's findings →->Quarter5]]
## The Auditor
She spends three days in the building. Frontline staff only. No managers. No briefing packs.
On day five, her preliminary note arrives.
She found:
— Parallel data entry systems running across three operations floors since Year 1 of migration
— 34 complaints marked "resolved" with no documented resolution on file
— 340 portal responses collected across the year, the majority unread at each quarter's close
— Survey data: 61% of respondents completed the exercise because it was expected of them
(if: $performance >= 75)[Your dashboard when she arrived: green.](else:)[Your dashboard when she arrived: mostly green. Performance had softened.]
(if: $q1_open and $q2_active and $q3_honest)[Her findings confirm what you already knew. The gap between your version and the auditor's is the smallest it could be.](else-if: $q1_open or $q3_honest)[Some of what she found, you had already surfaced. Some of it is new.](else:)[Her report is not green. None of it had reached your desk through the official channels.]
She has a final meeting with you at end of week. What do you do before it?
[[Request the report be reviewed internally before it goes to the board.->EndingRouter]]
[[Bring her findings to the board yourself, unedited, with your own account alongside.->EndingRouter]]
[[Ask her to work with you and Kabir on a recovery plan before anything goes anywhere.->EndingRouter]]
(set: $quarter to 5)
(set: $pressure to (min: 100, $pressure + 10))
(set: $trf_avg to ($trust + $transparency + $feedback) / 3)
(set: $gap to 100 - $trf_avg)
(set: $gap_weighted to $gap * 1.3)
(set: $drift to (max: 0, (min: 100, $pressure + $gap_weighted - 50)))The year closes. The board is waiting for your final report.
(if: $q1_open and $q2_active and $q3_honest and $q4direct)[
[[Continue->EndingReinforced]]
]
(else-if: $q1_open and $q2_active and $q3_honest and $q4partial)[
[[Continue->EndingStrong]]
]
(else-if: $q1_open and $q2_active and $q3_honest)[
[[Continue->EndingIncomplete]]
]
(else-if: $q1_open and ($q2_active or $q3_honest) and $q4direct)[
[[Continue->EndingPatchy]]
]
(else-if: $q1_open and ($q2_active or $q3_honest) and $q4partial)[
[[Continue->EndingWastedLeena]]
]
(else-if: $q1_open and ($q2_active or $q3_honest))[
[[Continue->EndingWasted]]
]
(else-if: $q1_open and $q4direct)[
[[Continue->EndingQ1Q4]]
]
(else-if: $q1_open and $q4partial)[
[[Continue->EndingWastedLeena]]
]
(else-if: $q1_open)[
[[Continue->EndingWasted]]
]
(else-if: ($q2_active or $q3_honest) and $q4direct)[
[[Continue->EndingLateWake]]
]
(else-if: $q4partial)[
[[Continue->EndingExitTruth]]
]
(else-if: $q4direct)[
[[Continue->EndingCrisisOnly]]
]
(else:)[
[[Continue->EndingCollapse]]
]
## What this year built
You opened a channel in Q1. You kept it open through Q2 and Q3. You went directly to the floor in Q4 at the moment that mattered most.
By the time the auditor's report arrived, you had already started working on the recovery plan — with Kabir, with the auditor, and with Leena's replacement. The plan the board received arrived alongside the findings. It was credible because the people who built it were the ones who actually understood what had gone wrong.
The board had questions. The quarter was uncomfortable. Performance dipped before it stabilised.
(if: $q4choice is "ask_kabir")[What slowly returned was harder to name than a metric. People started sending things to your inbox that used to stop two levels below you. Kabir began showing up to meetings he had not been invited to, because he had something to say and had learned it would be heard. His printed report — four pages, compiled across the year — became the basis for the system redesign that Arjun eventually ran in Year 4.](else:)[The all-hands before Leena left changed something small but durable. The question from the back of the room got a yes that was publicly followed up on. That happened once. It was enough to shift what people believed was worth asking out loud.]
<p class="field-note">The organisations that recover well are rarely the ones where nothing went wrong. They are the ones where the information about what was going wrong was still able to travel far enough to reach the people who could act on it — and where those people had built enough credibility to act on it effectively. This is the only ending where the system starts correcting itself rather than being corrected from above.</p>
[[Play again →->Start]]
<div class="book-promo">
### Want to go deeper into these ideas?
**The Drift**, by Dr. Reeny Modi, explores the real research behind what you just experienced — how trust, feedback, and transparency quietly shape whether problems reach the people who can fix them.
<a href="https://mybook.to/TJaJitr" target="_blank" rel="noopener">📖 Get the book (Amazon)</a>
<br>
<a href="https://store.pothi.com/book/dr-reeny-modi-drift/" target="_blank" rel="noopener">🇮🇳 Buy the print edition in India</a>
</div>
## What this year built
You built consistently — Q1 through Q3. At the end of Q4, when Leena mentioned workarounds, you asked her directly what she meant.
She told you the manager's version. The parallel spreadsheets, the decision not to escalate, the year-on-year accumulation. She gave you the logic of how it happened. What she could not give you was the operational reality: the volume data, the floor-level experience, the detail that Kabir carries.
The auditor's findings confirmed Leena's account and went further. What you learned from Leena was accurate. It was one layer of a two-layer story.
Recovery happened. Two systems restructured. The board received the findings alongside a partial plan — strong on the management side, thinner on the operational side.
<p class="field-note">The manager's version and the floor's version are both true. They describe different parts of the same organisation. Strong as this year was, one layer of the picture reached you through the person leaving rather than the person staying.</p>
[[Play again →->Start]]
<div class="book-promo">
### Want to go deeper into these ideas?
**The Drift**, by Dr. Reeny Modi, explores the real research behind what you just experienced — how trust, feedback, and transparency quietly shape whether problems reach the people who can fix them.
<a href="https://mybook.to/TJaJitr" target="_blank" rel="noopener">📖 Get the book (Amazon)</a>
<br>
<a href="https://store.pothi.com/book/dr-reeny-modi-drift/" target="_blank" rel="noopener">🇮🇳 Buy the print edition in India</a>
</div>
## What this year built
You built something real in Q1, Q2, and Q3. The channels you opened were genuine. The floor had started to believe that what they said would go somewhere.
Then Q4 arrived, and Leena's workarounds note landed in your notebook next to everything else you already knew. And you filed it.
The auditor found what you had already partially seen — and more. Her findings covered three floors, 34 unresolved complaints, and a year of portal responses. You had evidence of this before she walked in. You had earned the right, over three quarters, to have a conversation that would have changed what the report found.
That conversation did not happen.
Recovery is real and the board accepts it. But the question that follows you out of the final board meeting is the one nobody asks out loud: you had the relationships and the context to catch this before the auditor did. What stopped you in Q4?
<p class="field-note">Consistency matters more than any single quarter. Three strong quarters followed by a passive Q4 does not erase what you built — but it does define what you chose to do with it when the moment arrived.</p>
[[Play again →->Start]]
<div class="book-promo">
### Want to go deeper into these ideas?
**The Drift**, by Dr. Reeny Modi, explores the real research behind what you just experienced — how trust, feedback, and transparency quietly shape whether problems reach the people who can fix them.
<a href="https://mybook.to/TJaJitr" target="_blank" rel="noopener">📖 Get the book (Amazon)</a>
<br>
<a href="https://store.pothi.com/book/dr-reeny-modi-drift/" target="_blank" rel="noopener">🇮🇳 Buy the print edition in India</a>
</div>
## What this year built
You opened the right channel in Q1. You engaged substantively in either Q2 or Q3 but not both — the middle of the year was inconsistent. In Q4, you went directly to the floor.
The recovery plan was credible but based on partial information. Kabir's Q4 conversation filled in gaps that Q2 or Q3 had left open. The operational picture was assembled in the last three weeks before the board meeting rather than across the year.
The board received findings alongside a plan. The plan worked, but it was built fast. Some of what went into it was based on the Q4 conversation rather than a relationship built over four quarters.
What is different from the best path: Kabir contributed to this year's recovery, but he did not shape it. His input arrived as crisis material rather than as built knowledge. The difference matters for next year, when the next anomaly surfaces.
<p class="field-note">The Q1 foundation held. Q4 responded well. The middle is where the cost lives — not dramatically, but measurably.</p>
[[Play again →->Start]]
<div class="book-promo">
### Want to go deeper into these ideas?
**The Drift**, by Dr. Reeny Modi, explores the real research behind what you just experienced — how trust, feedback, and transparency quietly shape whether problems reach the people who can fix them.
<a href="https://mybook.to/TJaJitr" target="_blank" rel="noopener">📖 Get the book (Amazon)</a>
<br>
<a href="https://store.pothi.com/book/dr-reeny-modi-drift/" target="_blank" rel="noopener">🇮🇳 Buy the print edition in India</a>
</div>
## What this year built
You opened a channel in Q1. By Q4, Leena's exit conversation gave you the management explanation for what you had found.
What you have going into the auditor's final meeting is the bookends: the Q1 signal and Leena's Q4 explanation. What is missing is everything in between — the floor's perspective, the operational detail, the year of accumulation that Kabir could have described if anyone had asked him.
The recovery plan was built from Leena's account. It explained the management logic of the workaround clearly. It was thinner on why the floor built it, what they would need to stop, and whether they believed the replacement would actually work.
The auditor's findings were not a surprise, given Q1. But they were more extensive than Leena's exit interview had suggested. The gap between what Leena knew and what Kabir knew is where the additional damage lived.
<p class="field-note">The person leaving tells you one story. The person who stays and has to implement the recovery tells another. This year ended with only the first one.</p>
[[Play again →->Start]]
<div class="book-promo">
### Want to go deeper into these ideas?
**The Drift**, by Dr. Reeny Modi, explores the real research behind what you just experienced — how trust, feedback, and transparency quietly shape whether problems reach the people who can fix them.
<a href="https://mybook.to/TJaJitr" target="_blank" rel="noopener">📖 Get the book (Amazon)</a>
<br>
<a href="https://store.pothi.com/book/dr-reeny-modi-drift/" target="_blank" rel="noopener">🇮🇳 Buy the print edition in India</a>
</div>
## What this year built
You commissioned the Q1 audit or review. You found the workaround. The floor knew that someone at the top had finally looked.
Then the year moved on.
Leena's "workarounds" in Q4 landed next to a stack of things you already knew and had not acted on. The auditor found what you had already seen evidence of — and more. Her report covers three floors, 34 complaints, 340 unread responses. The Q1 findings are in her footnotes, cross-referenced to show that this problem was visible to leadership twelve months ago.
Recovery is possible and happens. But the most difficult conversation is not with the board about the audit findings. It is about the gap between what you knew and what you did.
<p class="field-note">The most expensive problems are the ones that were visible to the right people and still compounded. Not because anyone hid them — because knowing and acting are two different things, and one year's gap between them is exactly one year's worth of avoidable cost.</p>
[[Play again →->Start]]
<div class="book-promo">
### Want to go deeper into these ideas?
**The Drift**, by Dr. Reeny Modi, explores the real research behind what you just experienced — how trust, feedback, and transparency quietly shape whether problems reach the people who can fix them.
<a href="https://mybook.to/TJaJitr" target="_blank" rel="noopener">📖 Get the book (Amazon)</a>
<br>
<a href="https://store.pothi.com/book/dr-reeny-modi-drift/" target="_blank" rel="noopener">🇮🇳 Buy the print edition in India</a>
</div>
## What this year built
You opened a channel in Q1 that had never existed. Then Q2 and Q3 did not build on it. Then you opened it again in Q4.
Kabir said "two years" in your Q4 conversation. The Q1 audit or review gave him reason to think that phrase applied to a specific person: you. He had hoped things would change after Q1. They did not change. He was still waiting in Q4.
The recovery plan was built in the last three weeks of the year, drawing on a Q1 foundation and a Q4 conversation. What is missing from it is everything that would have been built in Q2 and Q3 if the channel had stayed open.
The board accepted the plan. The audit findings were manageable. But the board also noted that the Q1 audit had surfaced the workaround, and asked what changed between Q1 and Q4. That question does not have a comfortable answer.
<p class="field-note">Opening a channel matters. Keeping it open matters more. The gap between Q1 and Q4 in this year's record is exactly as wide as two quarters of closed eyes.</p>
[[Play again →->Start]]
<div class="book-promo">
### Want to go deeper into these ideas?
**The Drift**, by Dr. Reeny Modi, explores the real research behind what you just experienced — how trust, feedback, and transparency quietly shape whether problems reach the people who can fix them.
<a href="https://mybook.to/TJaJitr" target="_blank" rel="noopener">📖 Get the book (Amazon)</a>
<br>
<a href="https://store.pothi.com/book/dr-reeny-modi-drift/" target="_blank" rel="noopener">🇮🇳 Buy the print edition in India</a>
</div>
## What this year built
You did not look in Q1. The anomaly was closed and the floor adjusted to what that meant.
But something shifted in Q2 or Q3 — a working session, a verification, an open-format conversation, a question nobody had thought to ask. You were paying attention by the time Q4 arrived. When you went directly to the floor or held the all-hands, you were not starting from zero.
The recovery is real. The plan was credible. Kabir contributed to it, or the all-hands question changed what people believed was possible.
The cost is the gap between what Q1 would have found and what the auditor found. Three floors running workarounds for three years. Thirty-four complaints marked resolved that were not. The gap is a year's worth of compounding that Q2 or Q3 awareness slowed but could not stop.
<p class="field-note">Late awareness is better than no awareness. What this year demonstrates is what the difference between Q1 awareness and Q3 awareness costs — in time, in budget, in the recovery load that Kabir's replacement team inherited.</p>
[[Play again →->Start]]
<div class="book-promo">
### Want to go deeper into these ideas?
**The Drift**, by Dr. Reeny Modi, explores the real research behind what you just experienced — how trust, feedback, and transparency quietly shape whether problems reach the people who can fix them.
<a href="https://mybook.to/TJaJitr" target="_blank" rel="noopener">📖 Get the book (Amazon)</a>
<br>
<a href="https://store.pothi.com/book/dr-reeny-modi-drift/" target="_blank" rel="noopener">🇮🇳 Buy the print edition in India</a>
</div>
## What this year built
The first real information you received about what was happening on those floors came from Leena's exit conversation.
You had six days between learning the truth and the auditor's report.
Six days is not enough to change what she finds. It is enough to stop being surprised by it, and to stop trying to manage the framing. You did not try to. The findings went forward with your account of what you had just learned.
The board received a report, a management timeline, and a recovery plan built largely from Leena's account. Kabir is in there as a name in the workaround history. He was never asked directly.
The recovery plan works, technically. What it does not have is floor credibility. The people who have to implement the new system are being asked to abandon the workarounds that kept them hitting targets for three years. They were not consulted on the replacement. Two people from Kabir's team submit transfer requests in Q1 of Year 4.
<p class="field-note">Leena's exit conversation was honest. What it could not provide was the operational knowledge that only comes from years of running the system from the floor. That knowledge left the building when Kabir's team was never asked for it.</p>
[[Play again →->Start]]
<div class="book-promo">
### Want to go deeper into these ideas?
**The Drift**, by Dr. Reeny Modi, explores the real research behind what you just experienced — how trust, feedback, and transparency quietly shape whether problems reach the people who can fix them.
<a href="https://mybook.to/TJaJitr" target="_blank" rel="noopener">📖 Get the book (Amazon)</a>
<br>
<a href="https://store.pothi.com/book/dr-reeny-modi-drift/" target="_blank" rel="noopener">🇮🇳 Buy the print edition in India</a>
</div>
## What this year built
You went to Kabir in Q4. It was the first time. He said "two years" and meant it.
What you built in that one conversation was real. The all-hands question about workarounds, or Kabir's direct account — either way, you had something the board meeting needed. The recovery plan was not built from nothing.
But it was built from one conversation, at the end of a year in which every earlier signal went past you. The Q1 anomaly was closed. The Q2 transfer requests were processed. The Q3 survey was published. The portal collected 340 responses. None of it reached you in a form that changed anything until Q4, week 2.
Recovery is decisive and the board credits that. But the audit report covers three years of a workaround that was visible in Q1 of this year and detectable at every quarter after that. The board's follow-up question — why Q4 and not Q1 — does not have a comfortable answer.
<p class="field-note">Crisis response is a skill. It is a different skill from early detection. This year demonstrated one. It also demonstrated what the other one costs when it is absent across the preceding three quarters.</p>
[[Play again →->Start]]
<div class="book-promo">
### Want to go deeper into these ideas?
**The Drift**, by Dr. Reeny Modi, explores the real research behind what you just experienced — how trust, feedback, and transparency quietly shape whether problems reach the people who can fix them.
<a href="https://mybook.to/TJaJitr" target="_blank" rel="noopener">📖 Get the book (Amazon)</a>
<br>
<a href="https://store.pothi.com/book/dr-reeny-modi-drift/" target="_blank" rel="noopener">🇮🇳 Buy the print edition in India</a>
</div>
## What this year built
The auditor's report was a shock.
Not because the information did not exist. It had been documented on Kabir's floor, sent to Leena each quarter, absorbed into the system as normal operating variance. The Q1 anomaly was closed. The Q2 transfers were processed. The Q3 survey returned 87%. The portal collected 340 responses that nobody read.
Each of those moments was a decision — not always a conscious one — that the information on the floor did not need to reach the desk of the person responsible for the transformation.
By the time Leena mentioned workarounds in Q4, the floor had stopped expecting that mentioning things would change them. Kabir had stopped documenting gaps in detail three quarters earlier. The channel closed not because anyone shut it, but because nothing that entered it ever came back out with a response.
Recovery takes longer than in any other path. The credibility question is not just about the workarounds. It is about why the organisation's official reporting mechanism — surveys, portals, escalation paths — produced an uninterrupted green dashboard while three floors ran parallel systems for three years.
The board wants to know. So does the regulator, in Year 4.
<p class="field-note">The dashboard was not a lie. It was a faithful report of the information that was allowed to travel upward. Every decision made this year that filtered, deferred, or overlooked a signal contributed to that faithfulness. The most expensive governance failures are not the ones where people deceive leadership — they are the ones where leadership structures made honest information too costly to surface.</p>
[[Play again →->Start]]
<div class="book-promo">
### Want to go deeper into these ideas?
**The Drift**, by Dr. Reeny Modi, explores the real research behind what you just experienced — how trust, feedback, and transparency quietly shape whether problems reach the people who can fix them.
<a href="https://mybook.to/TJaJitr" target="_blank" rel="noopener">📖 Get the book (Amazon)</a>
<br>
<a href="https://store.pothi.com/book/dr-reeny-modi-drift/" target="_blank" rel="noopener">🇮🇳 Buy the print edition in India</a>
</div>
# THE DRIFT SIMULATOR
Choose your language · Choisissez votre langue · अपनी भाषा चुनें
(link: "English")[(set: $lang to "en")(set: $L_title to "Organisation Health")(set: $L_trust to "Trust")(set: $L_transp to "Openness")(set: $L_feed to "Feedback")(set: $L_base to "Grey mark = where you started")(set: $log_on to true)[[English ->IntroEN]]]
(link: "Français")[(set: $lang to "fr")(set: $L_title to "Santé de l'organisation")(set: $L_trust to "Confiance")(set: $L_transp to "Ouverture")(set: $L_feed to "Retour")(set: $L_base to "Repère gris = point de départ")(set: $log_on to true)[[Français ->FRIntro]]]
(link: "हिन्दी")[(set: $lang to "hi")(set: $L_title to "कंपनी की सेहत")(set: $L_trust to "भरोसा")(set: $L_transp to "खुलापन")(set: $L_feed to "फ़ीडबैक")(set: $L_base to "धूसर निशान = आपकी शुरुआत")(set: $log_on to true)[[हिन्दी ->HIIntro]]]
---
(if: $team is "")[(link: "Enter team / company code (optional)")[(set: $team to (prompt: "Team or company code (e.g. ACME-SALES). Leave blank if none:", ""))]](else:)[Team code: **(print: $team)** (link: "change")[(set: $team to (prompt: "Team or company code:", $team))]]
(set: $trust to 70)
(set: $transparency to 60)
(set: $feedback to 65)
(set: $performance to 80)
(set: $budget to 100)
(set: $pressure to 20)
(set: $quarter to 1)
(set: $trust_start to 70)
(set: $transparency_start to 60)
(set: $feedback_start to 65)
(set: $q1_open to false)
(set: $q2_active to false)
(set: $q3_honest to false)
(set: $q4direct to false)
(set: $q4partial to false)
(set: $q1choice to "")
(set: $q2_first to "")
(set: $q2_second to "")
(set: $q3_first to "")
(set: $q3_second to "")
(set: $q4choice to "")
(set: $endingPath to "")
(set: $lang to "")
(set: $log_on to false)
(if: $team is 0)[(set: $team to "")]
(if: $log_on)[<div id="vd-log" style="display:none">(verbatim-print: (passage:)'s name)|||(verbatim-print: $lang)|||(verbatim-print: $team)|||(print: $quarter)|||(print: $trust)|||(print: $transparency)|||(print: $feedback)|||(print: $performance)|||(print: $budget)|||(print: $pressure)|||(verbatim-print: $q1choice)|||(verbatim-print: $q2_first)|||(verbatim-print: $q2_second)|||(verbatim-print: $q3_first)|||(verbatim-print: $q3_second)|||(verbatim-print: $q4choice)</div><script>(function(){
var el = document.getElementById('vd-log');
if (!el) return;
var p = el.textContent.split('|||');
// one session id per playthrough; a new one is made each time
// the game returns to the Start screen ("Play again")
var sid = sessionStorage.getItem('vd_sid');
if (!sid) {
sid = 'S' + Date.now().toString(36) + Math.random().toString(36).slice(2, 7);
sessionStorage.setItem('vd_sid', sid);
}
var payload = {
session: sid,
passage: p[0], lang: p[1], team: p[2],
quarter: p[3], trust: p[4], transparency: p[5], feedback: p[6],
performance: p[7], budget: p[8], pressure: p[9],
q1: p[10], q2a: p[11], q2b: p[12],
q3a: p[13], q3b: p[14], q4: p[15]
};
fetch('https://script.google.com/macros/s/AKfycbzAQB3ty7xY8GIJcsALHXRDEP4jNS8TcMjyA7z2D3YwSQb52Aou-EgjsVd243W8Nxg_/exec', {
method: 'POST',
headers: {
'Content-Type': 'text/plain'
},
body: JSON.stringify(payload)
});
})();
</script>](else:)[<script>sessionStorage.removeItem('vd_sid');</script>]# LE SIMULATEUR DE DÉRIVE
Un jeu sur la vie d'une entreprise. Basé sur des recherches réelles.
Vous êtes la patronne. Vous allez prendre des décisions pendant quatre trimestres (les 4 parties d'une année). Chaque choix change la suite, et change ce que les gens osent vous dire.
[[Commencer l'histoire ->FRSetup]]# द ड्रिफ्ट सिम्युलेटर
यह एक गेम है, कंपनी चलाने के बारे में। असली रिसर्च पर आधारित।
आप बॉस हैं। साल की चार तिमाहियों (quarters) में आप फ़ैसले लेंगे। हर फ़ैसला बदलेगा कि आगे क्या होता है - और लोग आपको क्या बताते हैं।
[[कहानी शुरू करें ->HISetup]]
## कंपनी
**वेरिटास बैंक। 4,200 लोग काम करते हैं।**
एक हेड ऑफ़िस, 11 रीजनल ऑफ़िस, और बहुत सारी छोटी ब्रांच। ग्राहक: 23 लाख।
तीन साल पहले बैंक ने एक बड़ा बदलाव शुरू किया — सारा काम नए कंप्यूटर सिस्टम पर ले जाना। ख़र्च: ₹400 करोड़। मक़सद — कम काग़ज़, ज़्यादा डिजिटल।
**इस साल के टारगेट:** नया सिस्टम हर जगह चालू हो। 90% काम डिजिटल हो। ख़र्च 15% कम हो। और साल के अंत में जब बाहर के ऑडिटर जाँच करने आएँ, तो कोई कमी न निकले।
काग़ज़ पर सब ठीक दिख रहा है।
आप दो साल पहले सीईओ बनीं। न सिस्टम आपने चुना, न टारगेट आपने बनाए। लेकिन अब अगर यह फेल हुआ — तो ज़िम्मेदारी आपकी है।
यह है साल 3, तिमाही 1।
[[अपनी टीम से मिलिए →->HICharacters]]
## लोग
**आप — माया राव, सीईओ (CEO)**
सबसे बड़ी बॉस। बैंकिंग में बारह साल का अनुभव। बोर्ड ने आपको इसी बड़े बदलाव को पूरा करने के लिए रखा है। बोर्ड जो भी आँकड़ा देखता है — जवाबदेही आपकी है।
---
**<span class="char-badge arjun">A</span> अर्जुन सिंह — नए सिस्टम के हेड**
दो साल पहले आए। पूरा बदलाव-प्रोजेक्ट यही चलाते हैं। डेटा, चार्ट और डैशबोर्ड के उस्ताद। मानते हैं — सिस्टम सही हो तो ज़्यादातर दिक़्क़तें अपने आप ठीक हो जाती हैं। सीधे आपको रिपोर्ट करते हैं।
---
**<span class="char-badge leena">L</span> लीना दास — रीजनल मैनेजर**
बैंक में सात साल से। सबसे बड़ा इलाक़ा संभालती हैं: तीन फ़्लोर, 340 लोग। समझदार और सतर्क। अपनी टीम का बचाव करती हैं। जानती हैं — कौन-सी बात ऊपर बताना ठीक है, और कौन-सी बताने से उन्हीं के लिए मुसीबत बनेगी। नीचे की हर ख़बर आप तक उन्हीं से होकर आती है।
---
**<span class="char-badge kabir">K</span> कबीर अली — फ़्लोर सुपरवाइज़र**
बैंक में ग्यारह साल से। सबसे बड़े फ़्लोर का रोज़ का काम चलाते हैं। अच्छी तरह जानते हैं कि नया सिस्टम असली काम में कहाँ-कहाँ अटकता है। लीना को रिपोर्ट करते हैं। आपसे आज तक सीधे बात नहीं हुई।
---
आपके फ़ैसले इन्हीं लोगों से होकर गुज़रेंगे ।
[[साल 3, तिमाही 1 शुरू करें →->HIQuarter1]]
## तिमाही 1
बोर्ड इस तिमाही तीन चीज़ें चाहता है:
1. नतीजे बेहतर हों,
2. ख़र्च न बढ़े, और
3. नया सिस्टम समय पर चालू हो।
तीन हफ़्ते बाद <span class="char-badge leena">L</span> **लीना दास** एक छोटा नोट भेजती हैं। एक रूटीन जाँच में ग्राहकों के रिकॉर्ड में डबल एंट्री मिली हैं — क़रीब दोगुनी। लीना कहती हैं: "शायद सिस्टम बदलने की छोटी-मोटी गड़बड़ है।" उनकी सलाह — मामला चुपचाप बंद कर दें, ताकि टाइमलाइन न बिगड़े।
बोर्ड मीटिंग से पहले आपके पास एक ही मौक़ा है। क्या करेंगी?
[[जाने दें। टाइमलाइन ज़्यादा ज़रूरी है।->HIDuplicateIgnore]]
[[पूरा ऑडिट (ठीक से जाँच) करवाएँ।->HIDuplicateAudit]]
[[लीना से कहें — यह आपकी टीम की गलती है, आप ही ठीक करो।->HIDuplicateBlame]]
[[सिस्टम का काम रोककर पहले सब कुछ जाँच लें।->HIDuplicateReview]]
आप नोट बंद कर देती हैं। टाइमलाइन बच जाती है। नतीजे थोड़े ऊपर जाते हैं।
तीन हफ़्ते बाद वही गड़बड़ी फिर होती है — इस बार और बड़ी। लेकिन आपको कोई नहीं बताता।
<p class="field-note">लीना की महीने की रिपोर्ट: "सिस्टम का काम पटरी पर। तिमाही 1 की दिक़्क़त ठीक कर दी गई।"</p>
[[देखें तिमाही 1 कैसे ख़त्म हुई ->HIQ1Results]]
(set: $q1choice to "ignore")
(set: $performance to (min: 100, $performance + 5))
(set: $trust to (max: 0, $trust - 15))
आप पूरा ऑडिट करवाती हैं। तीन हफ़्ते लगते हैं, पैसा भी। टीम जाँच में लगती है, तो नतीजे थोड़े गिरते हैं।
ऑडिट में असली वजह मिलती है: महीनों पहले फ़्लोर के लोगों ने अपना एक जुगाड़ बना लिया था — क्योंकि नया सिस्टम इतना धीमा था कि काम समय पर पूरा ही नहीं होता था। <span class="char-badge leena">L</span> यह जुगाड़ लीना ने नहीं बनाया। उन्हें बना-बनाया मिला — और उन्होंने सोचा कि इस बात पर आपसे बहस करना ठीक नहीं।
<span class="char-badge kabir">K</span> कबीर ने ऑडिट में अपनी पूरी बात बताई। पहली बार उनकी कही कोई बात सीधे आप तक पहुँची।
[[देखें तिमाही 1 कैसे ख़त्म हुई ->HIQ1Results]]
(set: $q1choice to "audit")
(set: $q1_open to true)
(set: $budget to (max: 0, $budget - 10))
(set: $performance to (max: 0, $performance - 5))
(set: $transparency to (min: 100, $transparency + 20))
(set: $feedback to (min: 100, $feedback + 8))
आप लीना से कहती हैं: यह आपकी टीम की गलती है — आप ही ठीक करो।
वे ठीक कर देती हैं। चुपचाप टीम से कह देती हैं: अब कोई गड़बड़ी लिखकर मत भेजना।
[[देखें तिमाही 1 कैसे ख़त्म हुई ->HIQ1Results]]
(set: $q1choice to "blame")
(set: $performance to (min: 100, $performance + 2))
(set: $feedback to (max: 0, $feedback - 25))
(set: $trust to (max: 0, $trust - 10))
आप सिस्टम का काम रोक देती हैं — पहले सब कुछ जाँचने के लिए। पैसा लगता है। नतीजे गिरते हैं, और सबको दिखता है। बोर्ड इस तिमाही ख़ुश नहीं है।
<span class="char-badge kabir">K</span> कबीर से सीधे पूछा जाता है — माया राव पहली बार उनसे बात कर रही हैं — कि उनके फ़्लोर पर असल में चल क्या रहा है। वे बताते हैं। सब कुछ। पूरे चालीस मिनट। अंत में कहते हैं: "मुझे यक़ीन नहीं था कि यह बात कभी होगी।"
[[देखें तिमाही 1 कैसे ख़त्म हुई ->HIQ1Results]]
(set: $q1choice to "review")
(set: $q1_open to true)
(set: $budget to (max: 0, $budget - 8))
(set: $performance to (max: 0, $performance - 3))
(set: $trust to (min: 100, $trust + 15))
(set: $feedback to (min: 100, $feedback + 20))
(set: $transparency to (min: 100, $transparency + 12))
## तिमाही 1 ख़त्म
(if: $performance >= 80)[बोर्ड को कोई सवाल नहीं। नतीजे अच्छे हैं।](else-if: $performance >= 65)[नतीजे ठीक-ठाक हैं। अभी चिंता की बात नहीं।](else:)[नतीजे गिरे हैं। अगली बोर्ड मीटिंग में जवाब देना पड़ेगा।](if: $budget >= 90)[बजट सुरक्षित है।](else:)[बजट पहले से तंग है। तिमाही 2 में कुछ मुश्किल फ़ैसले लेने होंगे।]
---
(if: $q1choice is "ignore")[<span class="char-badge leena">L</span> लीना की रिपोर्ट छोटी और साफ़ है: सिस्टम पटरी पर, दिक़्क़त ठीक, टाइमलाइन बरकरार। बस दो लाइन। इस तिमाही फ़्लोर से कोई सीधा संपर्क नहीं हुआ।](else-if: $q1choice is "audit")[<span class="char-badge leena">L</span> लीना की रिपोर्ट इस बार एक पन्ना लंबी है। जुगाड़ को वे "पुराने समय की एक आदत" बताती हैं।
<span class="char-badge kabir">K</span> इस हफ़्ते कबीर का एक नोट ख़ुद-ब-ख़ुद आपके इनबॉक्स में आया। तीन पैराग्राफ़: फ़्लोर पर कितना काम हो सकता है, कौन-सी दिक़्क़तें बाक़ी हैं, और एक गुज़ारिश — तिमाही 2 की प्लानिंग में उन्हें भी शामिल किया जाए। ऐसा पहले कभी नहीं हुआ।
](else-if: $q1choice is "blame")[<span class="char-badge leena">L</span> लीना का ई-मेल: "बात समझ ली गई है। मामला बंद।" उनकी तिमाही रिपोर्ट अब तक की सबसे चमकदार है।कोई शिकायत नहीं। कोई मुद्दा नहीं। फ़्लोर हर टारगेट ठीक निशाने पर पूरा करता है।](else:)[<span class="char-badge leena">L</span> लीना कहती हैं — काम रुकना अखरा तो, पर वजह समझ में आती है। मीटिंग में वे नाप-तौलकर बोलीं।
<span class="char-badge kabir">K</span> जाँच में कबीर चालीस मिनट बोले। बाद में आपकी टीम के एक सदस्य ने कहा — पहली बार पता चला कि उस फ़्लोर पर असल में हाल क्या है।
]
<div class="state-block">
**आपकी कंपनी, इस वक़्त:**
(if: $trust >= 75)[लोग अब भी बिना डरे दिक़्क़तें बता रहे हैं।](else-if: $trust >= 50)[लोग आपसे बात करने से पहले सोच-समझकर शब्द चुनने लगे हैं।](else:)[लोग समझ चुके हैं — यहाँ दिक़्क़त बताने से कुछ नहीं बदलता।]
(if: $feedback >= 75)[कोई बात उठती है, तो दिखता है कि उस पर काम हो रहा है।](else-if: $feedback >= 45)[बातें उठती हैं। उन पर कुछ होता है या नहीं — यह अलग बात है।](else:)[बोलना चुपचाप बेकार लगने लगा है।]
(if: $transparency >= 75)[कुछ बदलता है, तो लोगों को आम तौर पर वजह पता होती है।](else-if: $transparency >= 50)[फ़ैसले लोगों तक पहुँचते हैं। वजहें अक्सर नहीं।](else:)[लोगों को पता चलता है कि क्या बदला। क्यों बदला — शायद ही कभी।]
</div>
[[तिमाही 2 →->HIQuarter2]]
(set: $pressure to (min: 100, $pressure + 10))
(set: $trf_avg to ($trust + $transparency + $feedback) / 3)
(set: $gap to 100 - $trf_avg)
(set: $gap_weighted to $gap * 1.3)
(set: $drift to (max: 0, (min: 100, $pressure + $gap_weighted - 50)))
(set: $quarter to 2)
## तिमाही 2
<span class="char-badge arjun">A</span> **अर्जुन सिंह** तिमाही की शुरुआत अपने डैशबोर्ड से करते हैं: सिस्टम का 73% काम पूरा, 81% स्टाफ़ नया सिस्टम इस्तेमाल कर रहा है, सब कुछ समय पर। वे अपने आप से ख़ुश हैं।
तीन हफ़्ते बाद एचआर (HR) से एक नोट आता है: इस महीने ऑपरेशंस फ़्लोर के तीन लोगों ने दूसरे विभाग में ट्रांसफ़र की अर्ज़ी दी है। वजह किसी ने नहीं लिखी।
उस फ़्लोर के आँकड़े पिछले तीन साल में सबसे अच्छे हैं। <span class="char-badge leena">L</span> लीना इसे "टीम का जोश" बताती हैं।
(if: $q1_open)[आप सोचती हैं — उस फ़्लोर के बारे में आप जो पहले से जानती हैं। एक तरफ़ शानदार आँकड़े, दूसरी तरफ़ लोग जाना चाहते हैं। आपको पूरा यक़ीन नहीं कि ये दोनों बातें अलग-अलग हैं।](else-if: $q1choice is "blame")[आँकड़े एकदम साफ़ हैं। ट्रांसफ़र की अर्ज़ियाँ अलग बात लगती हैं। पर टाइमिंग अजीब है।](else:)[आँकड़े ठीक लग रहे हैं। ट्रांसफ़र की अर्ज़ियाँ अलग मामला लगती हैं।]
इस तिमाही आप **दो चालें** चल सकती हैं। पहली क्या होगी?
[[नतीजे मान लें। प्रोजेक्ट पटरी पर है।->HIQ2FirstAccept]]
[[अर्जुन से कहें — फ़्लोर के स्टाफ़ से सीधे जाकर आँकड़े जाँचें।->HIQ2FirstVerify]]
[[ख़ुद फ़्लोर की टीम के साथ बैठें।->HIQ2FirstWorking]]
[[एचआर से कहें — ठीक से पता करें कि लोग क्यों जाना चाहते हैं।->HIQ2FirstHR]]## L'entreprise
**Banque Véritas. Taille moyenne. 4 200 salariés.**
Un siège central, 11 bureaux régionaux, et beaucoup de petites agences. 2,3 millions de clients.
Il y a trois ans, la banque a lancé un grand changement : tout faire passer sur un nouveau système informatique. Coût : 45 millions d'euros. Le but: moins de papier, plus de numérique.
**Les objectifs de cette année :** le nouveau système partout. 90 % du travail en numérique. Baisser les coûts de 15 %. Et aucun problème quand les contrôleurs externes viendront vérifier la banque à la fin de l'année.
Sur le papier, tout va bien.
Vous êtes devenue directrice générale il y a deux ans. Ce n'est pas vous qui avez choisi ce système, ni ces objectifs. Mais maintenant, si ça échoue, c'est sur vous.
Nous sommes en année 3, trimestre 1.
[[Rencontrer votre équipe ->FRCharacters]]## Les personnes
**Vous — Marie Rousseau, directrice générale**
La grande patronne. Douze ans dans la banque. Le conseil vous a embauchée pour réussir ce grand changement. Chaque chiffre qu'il voit est votre responsabilité.
---
**<span class="char-badge arjun">A</span> Antoine Girard — Chef du nouveau système**
Arrivé il y a deux ans. Il dirige tout le projet de changement. Il adore les données, les graphiques, les tableaux de bord. Il pense qu'un bon système règle presque tous les problèmes. Il travaille directement pour vous.
---
**<span class="char-badge leena">L</span> Léa Dubois — Responsable régionale**
Sept ans dans la banque. Elle gère la plus grande région : 340 personnes sur trois étages. Intelligente et prudente. Elle protège son équipe. Elle sait quels problèmes on peut signaler sans risque, et lesquels lui attireront des ennuis. Tout ce qui vient du terrain passe par elle avant d'arriver à vous.
---
**<span class="char-badge kabir">K</span> Karim Benali — Chef d'étage**
Onze ans dans la banque. Il dirige le travail quotidien du plus grand étage. Il sait exactement où le nouveau système coince dans le vrai travail. Il rend compte à Léa. Il ne vous a jamais parlé directement.
---
Vos décisions vont passer par ces personnes, et parfois passer à côté d'elles.
[[Commencer l'année 3, trimestre 1 ->FRQuarter1]]
## Trimestre 1
Le conseil veut trois choses ce trimestre : de meilleurs résultats, pas de dépenses en plus, et le nouveau système prêt à temps.
Trois semaines passent. <span class="char-badge leena">L</span> **Léa Dubois** vous envoie une petite note. Un contrôle de routine a trouvé des doublons dans les fichiers clients — environ deux fois plus que d'habitude. Elle dit : « sans doute un petit bug du changement de système ». Son conseil : fermer le dossier discrètement, pour ne pas retarder le calendrier.
Vous avez un seul coup à jouer avant la réunion du conseil. Que faites-vous ?
[[Laisser tomber. Le calendrier compte plus.->FRDuplicateIgnore]]
[[Demander un audit complet (une vraie vérification).->FRDuplicateAudit]]
[[Dire à Léa : c'est l'erreur de votre équipe — réglez-la vous-même.->FRDuplicateBlame]]
[[Mettre le projet en pause et tout vérifier d'abord.->FRDuplicateReview]]
Vous refermez la note. Le calendrier est sauvé. Les résultats montent un peu.
Trois semaines plus tard, le même problème revient — en plus gros. Mais personne ne vous prévient.
<p class="field-note">Le rapport mensuel de Léa : « Changement de système dans les temps. Problème du T1 réglé. »</p>
[[Voir la fin du trimestre 1 ->FRQ1Results]]
(set: $q1choice to "ignore")
(set: $performance to (min: 100, $performance + 5))
(set: $trust to (max: 0, $trust - 15))
Vous demandez un audit complet. Trois semaines. De l'argent en moins. Les résultats baissent pendant que l'équipe aide les contrôleurs.
L'audit trouve la vraie cause : il y a des mois, les gens du terrain ont créé leur propre solution maison, parce que le nouveau système était trop lent pour tenir les délais. <span class="char-badge leena">L</span> Léa ne l'a pas inventée. Elle l'a trouvée déjà en place — et a décidé que ce n'était pas une bataille à mener contre vous.
<span class="char-badge kabir">K</span> Karim a raconté sa version pendant l'audit. Pour la première fois, quelque chose qu'il a dit est arrivé directement jusqu'à vous.
[[Voir la fin du trimestre 1 ->FRQ1Results]]
(set: $q1choice to "audit")
(set: $q1_open to true)
(set: $budget to (max: 0, $budget - 10))
(set: $performance to (max: 0, $performance - 5))
(set: $transparency to (min: 100, $transparency + 20))
(set: $feedback to (min: 100, $feedback + 8))
Vous dites à Léa : c'est l'erreur de votre équipe — réglez-la.
Elle la règle. Discrètement, elle dit à son équipe : arrêtez d'écrire les problèmes.
[[Voir la fin du trimestre 1 ->FRQ1Results]]
(set: $q1choice to "blame")
(set: $performance to (min: 100, $performance + 2))
(set: $feedback to (max: 0, $feedback - 25))
(set: $trust to (max: 0, $trust - 10))
Vous mettez le projet en pause pour tout vérifier d'abord. Ça coûte de l'argent. Les résultats baissent, et tout le monde le voit. Le conseil n'est pas content ce trimestre.
<span class="char-badge kabir">K</span> On pose la question à Karim directement — c'est la première fois que Marie Rousseau lui parle : que se passe-t-il vraiment sur votre étage ? Il vous le dit. Tout. Ça prend quarante minutes. À la fin, il dit : « Je n'étais pas sûr que cette conversation arriverait un jour. »
[[Voir la fin du trimestre 1 ->FRQ1Results]]
(set: $q1choice to "review")
(set: $q1_open to true)
(set: $budget to (max: 0, $budget - 8))
(set: $performance to (max: 0, $performance - 3))
(set: $trust to (min: 100, $trust + 15))
(set: $feedback to (min: 100, $feedback + 20))
(set: $transparency to (min: 100, $transparency + 12))
## Fin du trimestre 1
(if: $performance >= 80)[Le conseil n'a aucune question. Les résultats sont bons.](else-if: $performance >= 65)[Les résultats tiennent. Rien d'inquiétant pour l'instant.](else:)[Les résultats sont en baisse. Il faudra vous expliquer à la prochaine réunion du conseil.]
(if: $budget >= 90)[Le budget est intact.](else:)[Le budget est plus serré qu'au départ. Il faudra faire des choix au T2.]
---
(if: $q1choice is "ignore")[
<span class="char-badge leena">L</span> Le rapport de Léa est court et propre : système dans les temps, problème réglé, calendrier tenu. Deux phrases.
Aucun contact direct avec le terrain ce trimestre.
](else-if: $q1choice is "audit")[
<span class="char-badge leena">L</span> Le rapport de Léa fait une page de plus que d'habitude. Elle appelle la solution maison « une vieille habitude de la période de transition ».
<span class="char-badge kabir">K</span> Cette semaine, une note de Karim est arrivée dans votre boîte — sans que personne ne lui demande. Trois paragraphes : la charge de travail de l'étage, les problèmes en cours, et une demande — être associé à la préparation du T2. Ça n'était jamais arrivé.
](else-if: $q1choice is "blame")[
<span class="char-badge leena">L</span> L'e-mail de Léa : « Message bien reçu. Dossier clos. » Son rapport trimestriel est le plus soigné qu'elle vous ait jamais envoyé.
Aucune alerte. Aucun problème signalé. L'étage atteint chaque objectif — pile sur le chiffre.
](else:)[
<span class="char-badge leena">L</span> Léa dit que la pause a été frustrante, mais qu'elle comprend pourquoi vous l'avez décidée. En réunion, elle a choisi ses mots avec soin.
<span class="char-badge kabir">K</span> Karim a parlé quarante minutes pendant la vérification. Quelqu'un de votre équipe a dit ensuite : c'était la première fois qu'on entendait ce que cet étage vit vraiment, de l'intérieur.
]
<div class="state-block">
**Votre entreprise, en ce moment :**
(if: $trust >= 75)[Les gens signalent encore les problèmes sans peur.](else-if: $trust >= 50)[Les gens réfléchissent bien avant de vous dire quelque chose.](else:)[Les gens ont compris : signaler un problème ici ne change rien.]
(if: $feedback >= 75)[Quand quelqu'un signale un souci, il voit que ça aboutit quelque part.](else-if: $feedback >= 45)[Les soucis sont signalés. Est-ce qu'il se passe quelque chose ensuite ? Autre question.](else:)[Prendre la parole ne semble plus servir à rien.]
(if: $transparency >= 75)[Quand quelque chose change, les gens savent en général pourquoi.](else-if: $transparency >= 50)[Les décisions arrivent aux équipes. Les raisons, rarement.](else:)[Les gens découvrent ce qui a changé. Presque jamais pourquoi.]
</div>
[[Trimestre 2 →->FRQuarter2]]
(set: $pressure to (min: 100, $pressure + 10))
(set: $trf_avg to ($trust + $transparency + $feedback) / 3)
(set: $gap to 100 - $trf_avg)
(set: $gap_weighted to $gap * 1.3)
(set: $drift to (max: 0, (min: 100, $pressure + $gap_weighted - 50)))
(set: $quarter to 2)
## Trimestre 2
<span class="char-badge arjun">A</span> **Antoine Girard** ouvre le trimestre avec son tableau de bord : 73 % du passage au nouveau système est fait, 81 % du personnel l'utilise, tout est dans les temps. Il est content de lui.
Trois semaines plus tard, les RH envoient une note : ce mois-ci, trois personnes de l'étage des opérations ont demandé à changer de service. Sans donner de raison.
Les chiffres de cet étage sont les meilleurs depuis trois ans. <span class="char-badge leena">L</span> Léa parle d'une « équipe qui a la pêche ».
(if: $q1_open)[Vous pensez à ce que vous savez déjà sur cet étage. De très bons chiffres, et des gens qui veulent partir. Vous n'êtes pas sûre que ces deux choses soient sans lien.](else-if: $q1choice is "blame")[Les chiffres sont propres. Les demandes de départ semblent sans rapport. Mais le moment est étrange.](else:)[Les chiffres ont l'air bons. Les demandes de départ semblent être un autre sujet.]
Ce trimestre, vous avez **deux coups** à jouer. Quel est le premier ?
[[Accepter les résultats. Le projet est sur les rails.->FRQ2FirstAccept]]
[[Demander à Antoine de vérifier les chiffres directement avec le personnel de l'étage.->FRQ2FirstVerify]]
[[Aller vous-même vous asseoir avec l'équipe de l'étage.->FRQ2FirstWorking]]
[[Demander aux RH de vraiment chercher pourquoi ces gens veulent partir.->FRQ2FirstHR]]
(if: $q1_open)[आप डैशबोर्ड बंद कर देती हैं। तिमाही 1 की ऑडिट रिपोर्ट आपके नोट्स में कहीं पड़ी है। वह जुगाड़ अब भी उस फ़्लोर पर चल रहा है। आप यह जानती हैं — और फिर भी आगे बढ़ जाती हैं, फ़िलहाल।](else:)[आप डैशबोर्ड बंद कर देती हैं। आँकड़े अच्छे हैं। अर्जुन ख़ुश हैं। ट्रांसफ़र की अर्ज़ियाँ रूटीन मानकर निपटा दी जाती हैं।]
तिमाही के आख़िर में कोई चीज़ आपको वापस खींचती है।
[[तिमाही 2 ख़त्म होने से पहले एक चाल और ->HIQ2SecondChoice]]
(set: $q2_first to "accept")
(set: $performance to (min: 100, $performance + 4))
(set: $feedback to (max: 0, $feedback - 8))(if: $q1_open)[
(set: $transparency to (min: 100, $transparency + 14))
अर्जुन को तिमाही 1 के जुगाड़ के बारे में पहले से पता था। इसलिए वे फ़्लोर पर यह जानते हुए जाते हैं कि देखना क्या है। उनका नोट: जुगाड़ फैल चुका है। अब तीन फ़्लोर पर। वे लिखते हैं — "हर जगह एक जैसा। सिर्फ़ एक जगह की बात नहीं" — और नीचे लाइन खींच देते हैं।
](else:)[
(set: $transparency to (min: 100, $transparency + 10))
आपकी माँग से अर्जुन हैरान हैं। उन्हें "एक्स्ट्रा तरीक़े" मिलते हैं — स्टाफ़ कुछ काम सिस्टम से बाहर, अपने तरीक़े से कर रहा है। वे और ट्रेनिंग की सलाह देते हैं। पर यह नहीं बताते कि ये एक्स्ट्रा तरीक़े असल में हैं क्या।
]
वह शब्द — "हर जगह" या "एक्स्ट्रा" — अब आपके नोट्स में दर्ज है।
[[तिमाही 2 ख़त्म होने से पहले एक चाल और ->HIQ2SecondChoice]]
(set: $q2_first to "verify")
(set: $q2_active to true)
(set: $budget to (max: 0, $budget - 3))
(if: $q1_open)[
(set: $trust to (min: 100, $trust + 10))
(set: $feedback to (min: 100, $feedback + 10))
(set: $transparency to (min: 100, $transparency + 8))
आप एक घंटा फ़्लोर की टीम के साथ बैठती हैं। <span class="char-badge kabir">K</span> कबीर से तिमाही 1 में सीधे पूछा गया था। वे तैयारी से आते हैं। कुछ बातें बताते हैं — काम का बोझ, और "पैरलल सिस्टम": असली सिस्टम के बगल में चलता जुगाड़। उन्हें पता है — अगर आप चाहें, तो एक और गहरी बातचीत हो सकती है।
](else:)[
(set: $trust to (min: 100, $trust + 4))
(set: $transparency to (min: 100, $transparency + 4))
आप एक घंटा फ़्लोर की टीम के साथ बैठती हैं। <span class="char-badge kabir">K</span> कबीर ने आज तक आपसे बात नहीं की थी। वे विनम्र और प्रोफ़ेशनल हैं। उनके आँकड़े डैशबोर्ड से मेल खाते हैं। आपको लगता है कि कुछ और भी है। पर बातचीत वहाँ तक खुलती ही नहीं।
]
[[तिमाही 2 ख़त्म होने से पहले एक चाल और ->HIQ2SecondChoice]]
(set: $q2_first to "working_session")
(set: $q2_active to true)
(set: $performance to (max: 0, $performance - 2))
एचआर उन लोगों से बात करता है जिन्होंने जाने की अर्ज़ी दी थी। तिमाही ख़त्म होने से पहले अर्ज़ियाँ वापस ले ली जाती हैं। लेकिन सबने वजह एक ही बताई — अलग-अलग, पर एक ही शब्दों में: "काम का बोझ और सिस्टम का दबाव।"
<span class="char-badge leena">L</span> बताए जाने पर लीना का जवाब: "समझ गई। मैं टीम के साथ देख लूँगी।"
[[तिमाही 2 ख़त्म होने से पहले एक चाल और ->HIQ2SecondChoice]]
(set: $q2_first to "hr")
(set: $trust to (min: 100, $trust + 4))
(set: $feedback to (min: 100, $feedback + 6))
(set: $budget to (max: 0, $budget - 3))
## तिमाही 2 — दूसरी चाल
(if: $q2_first is "accept")[आप डैशबोर्ड से आगे बढ़ गई थीं। पर तिमाही ख़त्म होने से पहले कोई चीज़ आपको वापस ले आई है।](else-if: $q2_first is "verify")[(if: $q1_open)[अर्जुन लौटे थे इन शब्दों के साथ: "हर जगह एक जैसा। सिर्फ़ एक जगह नहीं।" यह बात आपके नोट्स में है।](else:)[अर्जुन लौटे थे "एक्स्ट्रा तरीक़े" लेकर। इसका असली मतलब आपको अब भी पूरा नहीं पता।]](else-if: $q2_first is "working_session")[(if: $q1_open)[फ़्लोर मीटिंग में कबीर ने कुछ बातें बताईं। दरवाज़ा अभी खुला है।](else:)[फ़्लोर मीटिंग विनम्र और प्रोफ़ेशनल रही। कोई बात बाहर नहीं आई।]](else:)[एचआर को पता चला कि लोगों ने अलग-अलग, एक ही शब्दों में कहा: "नया सिस्टम वैसे काम नहीं करता जैसा हमें बताया गया था।"]
इस तिमाही एक चाल और। क्या करेंगी?
(if: $q2_first is not "accept")[[[बाक़ी नतीजे मान लें और तिमाही 2 बंद करें।->HIQ2SecondAccept]]]
(if: $q2_first is not "verify")[[[अर्जुन से कहें — फ़्लोर के स्टाफ़ से आँकड़े जाँचें।->HIQ2SecondVerify]]]
(if: $q2_first is not "working_session")[[[फ़्लोर की टीम से सीधे बात करें।->HIQ2SecondWorking]]]
(if: $q2_first is not "hr")[[[एचआर से कहें - पता करें लोग क्यों जाना चाहते हैं।->HIQ2SecondHR]]]
(if: $q2_first is "accept")[
(set: $transparency to (min: 100, $transparency + 12))
कोई चीज़ आपको अर्जुन के डैशबोर्ड पर वापस ले आई। अब आप उनसे कहती हैं — फ़्लोर के आँकड़े जाँचो।
(if: $q1_open)[उन्हें तिमाही 1 के जुगाड़ के बारे में पहले से पता है। इस बार वे देखते हैं — क्या यह फैला है? फैला है। तीन फ़्लोर। "हर जगह एक जैसा।"](else:)[वे "एक्स्ट्रा तरीक़े" लेकर लौटते हैं, और एक सलाह: और ट्रेनिंग।]
](else-if: $q2_first is "working_session")[
(if: $q1_open)[
(set: $transparency to (min: 100, $transparency + 16))
(set: $feedback to (min: 100, $feedback + 8))
फ़्लोर मीटिंग में कबीर ने जो बताया, आप वह अर्जुन के पास ले जाती हैं — औपचारिक जाँच के लिए। अर्जुन का डेटा कबीर की बात की पुष्टि करता है — और उसमें और जोड़ता है। अब दोनों बातें आपके पास लिखित में हैं, और वे मेल खाती हैं।
](else:)[
(set: $transparency to (min: 100, $transparency + 10))
फ़्लोर की विनम्र-सी रिपोर्ट आप अर्जुन के पास जाँच के लिए ले जाती हैं। कबीर के साफ़-सुथरे आँकड़ों के नीचे अर्जुन को "एक्स्ट्रा तरीक़े" मिलते हैं।
]
](else:)[
(set: $transparency to (min: 100, $transparency + 13))
(set: $feedback to (min: 100, $feedback + 6))
एचआर की रिपोर्ट "काम का बोझ और सिस्टम का दबाव" के बाद आप अर्जुन से पूछती हैं — डेटा में यह कैसा दिखता है? उनका जवाब: तीन फ़्लोर पर एक्स्ट्रा तरीक़े। एचआर के शब्द और अर्जुन के शब्द — दोनों एक ही चीज़ की ओर इशारा कर रहे हैं, दो अलग दिशाओं से।
]
[[देखें तिमाही 2 कैसे ख़त्म हुई ->HIQ2Results]]
(set: $q2_second to "verify")
(set: $q2_active to true)
(set: $budget to (max: 0, $budget - 3))
(if: $q2_first is "accept")[
(if: $q1_open)[
(set: $trust to (min: 100, $trust + 12))
(set: $feedback to (min: 100, $feedback + 10))
(set: $transparency to (min: 100, $transparency + 8))
तिमाही ख़त्म होने से पहले कोई चीज़ आपको फ़्लोर पर खींच लाई। <span class="char-badge kabir">K</span> कबीर को तिमाही 1 याद थी। वे नोट्स लेकर आए। उन्होंने बताया — पैरलल सिस्टम, काम के बोझ की दिक़्क़त, तीन फ़्लोर। वे इसी बातचीत का इंतज़ार कर रहे थे।
](else:)[
(set: $trust to (min: 100, $trust + 5))
(set: $feedback to (min: 100, $feedback + 5))
तिमाही ख़त्म होने से पहले कोई चीज़ आपको फ़्लोर पर खींच लाई। <span class="char-badge kabir">K</span> कबीर ने विनम्र, प्रोफ़ेशनल जानकारी दी। पूरा एक घंटा होता — या पहले से जान-पहचान — तो और मिलता।
]
](else-if: $q2_first is "verify")[
(if: $q1_open)[
(set: $trust to (min: 100, $trust + 14))
(set: $feedback to (min: 100, $feedback + 14))
(set: $transparency to (min: 100, $transparency + 10))
अर्जुन का शब्द "हर जगह एक जैसा" लेकर आप फ़्लोर पर गईं और <span class="char-badge kabir">K</span> कबीर से सीधे पूछा — इसका मतलब क्या है? वे ठीक इसी सवाल का इंतज़ार कर रहे थे — ठीक इसी स्तर से, ठीक इतनी जानकारी के साथ।
एक हाथ में अर्जुन का डेटा, दूसरे में कबीर की कहानी — इस साल की सबसे साफ़ तस्वीर यही है। और दोनों मेल खाती हैं।
](else:)[
(set: $trust to (min: 100, $trust + 8))
(set: $feedback to (min: 100, $feedback + 8))
(set: $transparency to (min: 100, $transparency + 6))
"एक्स्ट्रा तरीक़े" लेकर आप फ़्लोर पर गईं और <span class="char-badge kabir">K</span> कबीर से पूछा — उनकी तरफ़ से इसका मतलब क्या है? रटे-रटाए जवाबों से आगे पहुँचने में तीन सवाल लगे। फिर उन्होंने बताया: सिस्टम क्या नहीं कर पाता — और उसकी जगह उन्होंने क्या बना लिया।
]
](else:)[
(if: $q1_open)[
(set: $trust to (min: 100, $trust + 12))
(set: $feedback to (min: 100, $feedback + 12))
(set: $transparency to (min: 100, $transparency + 8))
एचआर की रिपोर्ट "काम का बोझ और सिस्टम का दबाव" के बाद आप सीधे <span class="char-badge kabir">K</span> कबीर के पास गईं। एचआर की जाँच ने उन्हें यक़ीन दिलाया कि इस बातचीत से शायद सच में कुछ निकलेगा। उन्होंने उतना बताया, जितना वरना नहीं बताते।
](else:)[
(set: $trust to (min: 100, $trust + 6))
(set: $feedback to (min: 100, $feedback + 8))
एचआर की रिपोर्ट के बाद आप फ़्लोर पर गईं। <span class="char-badge kabir">K</span> कबीर ने "काम का बोझ और सिस्टम का दबाव" को सीधे-सीधे कामों से जोड़कर समझा दिया — आपको दोबारा पूछना नहीं पड़ा।
]
]
[[देखें तिमाही 2 कैसे ख़त्म हुई ->HIQ2Results]]
(set: $q2_second to "working_session")
(set: $q2_active to true)
(set: $performance to (max: 0, $performance - 2))
(set: $q2_second to "hr")
(set: $budget to (max: 0, $budget - 3))
(if: $q2_first is "accept")[
(set: $trust to (min: 100, $trust + 5))
(set: $feedback to (min: 100, $feedback + 8))
आप ट्रांसफ़र की अर्ज़ियों पर वापस लौटीं। एचआर ने बातचीत की। अर्ज़ियाँ वापस हो गईं। पर वजह — अलग-अलग, एक ही शब्दों में — यही थी: "काम का बोझ और सिस्टम का दबाव।"
](else-if: $q2_first is "verify")[
(set: $trust to (min: 100, $trust + 7))
(set: $feedback to (min: 100, $feedback + 10))
अर्जुन के शब्द "हर जगह एक जैसा" के बाद एचआर की बातचीत को एक दिशा मिल गई। तीनों लोगों ने अलग-अलग कहा: "नया सिस्टम वैसे काम नहीं करता जैसा हमें बताया गया था।" अब उस शब्द के साथ नाम और तारीख़ें भी जुड़ गई हैं।
](else:)[
(if: $q1_open)[
(set: $trust to (min: 100, $trust + 8))
(set: $feedback to (min: 100, $feedback + 10))
आपकी फ़्लोर मीटिंग के बाद एचआर की बातचीत को संदर्भ मिल गया। लोग सामान्य से ज़्यादा खुलकर बोले। एचआर ने लिखा: "इस तिमाही असामान्य खुलापन। आगे बातचीत की सलाह।"
](else:)[
(set: $trust to (min: 100, $trust + 5))
(set: $feedback to (min: 100, $feedback + 7))
आपकी फ़्लोर मीटिंग के बाद एचआर की बातचीत ने फ़्लोर पर सुनी बातों को असली लोगों — और जाने के असली फ़ैसलों — से जोड़ दिया।
]
]
[[देखें तिमाही 2 कैसे ख़त्म हुई ->HIQ2Results]]
## तिमाही 2 ख़त्म
(if: $performance >= 80)[नतीजे मज़बूत हैं। अर्जुन के आँकड़े मिसाल की तरह दिखाए जा रहे हैं।](else-if: $performance >= 65)[नतीजे टिके हुए हैं। घबराने की बात नहीं।](else:)[लगातार दो तिमाहियाँ टारगेट से नीचे। बोर्ड सवाल पूछने लगा है।]
(if: $budget >= 80)[बजट संभला हुआ है।](else:)[बजट और तंग है। तिमाही 3 में गुंजाइश कम होगी।]
---
(if: ($q2_first is "verify" or $q2_second is "verify") and ($q2_first is "working_session" or $q2_second is "working_session"))[
<span class="char-badge arjun">A</span> अर्जुन का डेटा और <span class="char-badge kabir">K</span> कबीर की कहानी — अब एक ही फ़ोल्डर में हैं। दोनों एक ही बात कहते हैं। पूरी कंपनी में दोनों चीज़ें सिर्फ़ आपके पास हैं।
](else-if: ($q2_first is "hr" or $q2_second is "hr") and ($q2_first is "working_session" or $q2_second is "working_session"))[
<span class="char-badge kabir">K</span> फ़्लोर की बातचीत और एचआर की रिपोर्ट — दो अलग तरफ़ से एक ही समस्या की ओर इशारा कर रही हैं। तस्वीर अकेली किसी एक से ज़्यादा गहरी है।
](else-if: ($q2_first is "verify" or $q2_second is "verify") and ($q2_first is "hr" or $q2_second is "hr"))[
<span class="char-badge arjun">A</span> "एक्स्ट्रा तरीक़े" और एचआर का "सिस्टम का दबाव" — अब आपके नोट्स में आमने-सामने रखे हैं। दोनों एक ही चीज़ हैं — बस अलग-अलग स्तर के लोगों ने अलग नाम दिए हैं।
](else-if: $q2_second is "accept")[
(if: $q2_active)[इस तिमाही आपको कुछ मिला। पर तिमाही ख़त्म होने से पहले आपने उसे और खोदना नहीं चुना।](else:)[तिमाही ख़त्म हो गई — आपकी मेज़ तक कोई बड़ी नई जानकारी नहीं पहुँची।]
](else:)[
(if: $q2_active)[दो चालें, दोनों एक ही दिशा में। तिमाही 3 में आप उससे ज़्यादा जानकर उतर रही हैं, जितना शुरुआत में जानती थीं।](else:)[तिमाही अपने ढर्रे पर चलती रही। डैशबोर्ड अब भी साफ़ दिखता है।]
]
<div class="state-block">
**आपकी कंपनी, इस वक़्त:**
(if: $trust >= 75)[लोग अब भी बिना डरे दिक़्क़तें बता रहे हैं।](else-if: $trust >= 50)[लोग आपसे बात करने से पहले सोच-समझकर शब्द चुनने लगे हैं।](else:)[लोग समझ चुके हैं — यहाँ दिक़्क़त बताने से कुछ नहीं बदलता।]
(if: $feedback >= 75)[कोई बात उठती है, तो दिखता है कि उस पर काम हो रहा है।](else-if: $feedback >= 45)[बातें उठती हैं। उन पर कुछ होता है या नहीं — यह अलग बात है।](else:)[बोलना चुपचाप बेकार लगने लगा है।]
(if: $transparency >= 75)[कुछ बदलता है, तो लोगों को आम तौर पर वजह पता होती है।](else-if: $transparency >= 50)[फ़ैसले लोगों तक पहुँचते हैं। वजहें अक्सर नहीं।](else:)[लोगों को पता चलता है कि क्या बदला। क्यों बदला — शायद ही कभी।]
</div>
[[तिमाही 3 ->HIQuarter3]]
(set: $pressure to (min: 100, $pressure + 10))
(set: $trf_avg to ($trust + $transparency + $feedback) / 3)
(set: $gap to 100 - $trf_avg)
(set: $gap_weighted to $gap * 1.3)
(set: $drift to (max: 0, (min: 100, $pressure + $gap_weighted - 50)))
(set: $quarter to 3)
## तिमाही 3
स्टाफ़ सर्वे के नतीजे आते हैं। 87% कर्मचारियों ने इसे भरा। 78% कहते हैं कि उन्हें "कंपनी की दिशा की अच्छी जानकारी" है।
<span class="char-badge arjun">A</span> अर्जुन का मैसेज: "अब तक के सबसे अच्छे कल्चर नतीजे। साबित होता है कि बदलाव काम कर रहा है।"
आपने जो फ़ीडबैक पोर्टल शुरू किया था — जहाँ स्टाफ़ कुछ भी लिख सकता है — उस पर इस तिमाही 340 मैसेज आए। आपकी टीम के किसी सदस्य ने इन्हें पाँच लाइनों में समेट दिया। वह समरी आपकी मेज़ पर है।
एक मैसेज को छह हफ़्ते पहले "आगे देखना है" के तौर पर मार्क किया गया था। वह अब भी वैसा ही, बिना जवाब के पड़ा है।
(if: $q2_active and $q1_open)[तिमाही 1 और तिमाही 2, दोनों में आपने फ़्लोर से सुना है। आप समझती हैं कि यह 87% में शायद क्या शामिल नहीं है।](else-if: $q2_active)[तिमाही 2 में आपने फ़्लोर से कुछ सुना था। आपको पूरा यक़ीन नहीं कि सर्वे ने वह बात पकड़ी है।](else-if: $transparency >= 70)[आप इस कंपनी को इतना जानती हैं कि समझ सकें — 78% का मतलब हमेशा वही नहीं होता जो दिखता है।](else:)[साल 1 के बाद से ये अब तक के सबसे अच्छे आँकड़े हैं।]
इस तिमाही आप **दो चालें** चल सकती हैं। पहली क्या होगी?
[[बोर्ड को सर्वे के बड़े आँकड़े दिखाएँ।->HIQ3FirstHeadlines]]
[[बोर्ड मीटिंग से पहले वह मार्क किया हुआ मैसेज पढ़ें।->HIQ3FirstFlagged]]
[[एचआर से कहें — खुली बातचीत करवाएँ, बिना स्क्रिप्ट, बिना मैनेजर के।->HIQ3FirstOpenFormat]]
[[अपनी टीम से पूछें: सर्वे ने कौन-से सवाल नहीं पूछे?->HIQ3FirstQuestions]]
(if: $q1_open)[Vous fermez le tableau de bord. Le rapport d'audit du T1 est quelque part dans vos notes. La solution maison tourne toujours sur cet étage. Vous le savez — et vous passez à autre chose, pour l'instant.](else:)[Vous fermez le tableau de bord. Les chiffres sont bons. Antoine est content. Les demandes de départ sont traitées comme de la routine.]
Plus tard dans le trimestre, quelque chose vous ramène en arrière.
[[Un dernier coup avant la fin du T2 ->FRQ2SecondChoice]]
(set: $q2_first to "accept")
(set: $performance to (min: 100, $performance + 4))
(set: $feedback to (max: 0, $feedback - 8))
(if: $q1_open)[
(set: $transparency to (min: 100, $transparency + 14))
Antoine connaissait déjà la solution maison du T1. Il va donc sur l'étage en sachant quoi chercher. Sa note : la solution maison s'est répandue. Trois étages maintenant. Il écrit « c'est partout — pas un cas isolé » et le souligne.
](else:)[
(set: $transparency to (min: 100, $transparency + 10))
Antoine est surpris par votre demande. Il trouve des « méthodes en plus » — du personnel qui fait une partie du travail à sa façon, en dehors du système. Il propose plus de formation. Il n'explique pas ce que sont vraiment ces méthodes.
]
Ce mot — partout, ou en plus — est maintenant dans vos notes.
[[Un dernier coup avant la fin du T2 →->FRQ2SecondChoice]]
(set: $q2_first to "verify")
(set: $q2_active to true)
(set: $budget to (max: 0, $budget - 3))
(if: $q1_open)[
(set: $trust to (min: 100, $trust + 10))
(set: $feedback to (min: 100, $feedback + 10))
(set: $transparency to (min: 100, $transparency + 8))
Vous passez une heure avec l'équipe de l'étage. <span class="char-badge kabir">K</span> Karim avait été interrogé directement au T1. Il vient préparé. Il vous raconte une partie de l'histoire — la charge de travail, et le « système parallèle » : la solution maison qui tourne à côté du système officiel. Il sait qu'une deuxième conversation, plus profonde, est possible — si vous la voulez.
](else:)[
(set: $trust to (min: 100, $trust + 4))
(set: $transparency to (min: 100, $transparency + 4))
Vous passez une heure avec l'équipe de l'étage. <span class="char-badge kabir">K</span> Karim ne vous avait jamais parlé. Il est poli et professionnel. Ses chiffres correspondent au tableau de bord. Vous sentez qu'il y a plus. Mais la conversation ne s'ouvre pas assez pour l'atteindre.
]
[[Un dernier coup avant la fin du T2 ->FRQ2SecondChoice]]
(set: $q2_first to "working_session")
(set: $q2_active to true)
(set: $performance to (max: 0, $performance - 2))
Les RH reçoivent les personnes qui veulent partir. Avant la fin du trimestre, les demandes sont retirées. Mais tous ont donné la même raison — séparément, avec les mêmes mots : « trop de travail et la pression du système ».
<span class="char-badge leena">L</span> La réponse de Léa quand on la prévient : « Compris. Je vais gérer ça avec l'équipe. »
[[Un dernier coup avant la fin du T2 ->FRQ2SecondChoice]]
(set: $q2_first to "hr")
(set: $trust to (min: 100, $trust + 4))
(set: $feedback to (min: 100, $feedback + 6))
(set: $budget to (max: 0, $budget - 3))
## Trimestre 2 — Deuxième coup
(if: $q2_first is "accept")[Vous étiez passée à autre chose. Mais quelque chose vous a ramenée avant la fin du trimestre.](else-if: $q2_first is "verify")[(if: $q1_open)[Antoine est revenu avec « c'est partout — pas un cas isolé ». Ce mot est dans vos notes.](else:)[Antoine est revenu avec des « méthodes en plus ». Vous ne savez toujours pas vraiment ce que ça veut dire.]](else-if: $q2_first is "working_session")[(if: $q1_open)[Karim vous a raconté une partie de l'histoire pendant la réunion d'étage. La porte est encore ouverte.](else:)[La réunion d'étage a été polie et professionnelle. Quelque chose n'est pas sorti.]](else:)[Les RH ont découvert que les gens ont dit, séparément, avec les mêmes mots : « le nouveau système ne marche pas comme on nous l'avait promis ».]
Encore un coup ce trimestre. Que faites-vous ?
(if: $q2_first is not "accept")[[[Accepter le reste des résultats et fermer le T2.->FRQ2SecondAccept]]]
(if: $q2_first is not "verify")[[[Demander à Antoine de vérifier les chiffres avec le personnel de l'étage.->FRQ2SecondVerify]]]
(if: $q2_first is not "working_session")[[[Parler directement avec l'équipe de l'étage.->FRQ2SecondWorking]]]
(if: $q2_first is not "hr")[[[Demander aux RH de chercher pourquoi les gens veulent partir.->FRQ2SecondHR]]]
(if: $q2_first is "verify")[La note sur les « méthodes en plus » est sur votre bureau. Vous l'avez lue. Vous n'allez pas plus loin ce trimestre.](else-if: $q2_first is "working_session")[La conversation avec l'étage a eu lieu. Vous ne donnez pas de suite ce trimestre. La porte que vous aviez ouverte reste entrouverte.](else:)[Les conclusions des RH sont dans le dossier. Le trimestre se termine sans autre action.]
[[Voir la fin du T2 ->FRQ2Results]]
(set: $q2_second to "accept")
(set: $feedback to (max: 0, $feedback - 6))
(if: $q2_first is "accept")[
(set: $transparency to (min: 100, $transparency + 12))
Quelque chose vous a ramenée au tableau de bord d'Antoine. Vous lui demandez maintenant de vérifier les chiffres de l'étage.
(if: $q1_open)[Il connaît déjà la solution maison du T1. Cette fois, il vérifie si elle s'est répandue. Oui. Trois étages. « C'est partout. »](else:)[Il revient avec des « méthodes en plus » et une proposition : plus de formation.]
](else-if: $q2_first is "working_session")[
(if: $q1_open)[
(set: $transparency to (min: 100, $transparency + 16))
(set: $feedback to (min: 100, $feedback + 8))
Vous prenez ce que Karim vous a raconté et vous demandez à Antoine de le vérifier officiellement. Les données d'Antoine confirment l'histoire de Karim — et vont plus loin. Vous avez maintenant les deux, par écrit, et ils disent la même chose.
](else:)[
(set: $transparency to (min: 100, $transparency + 10))
Vous portez le compte rendu poli de l'étage à Antoine pour vérification. Sous les chiffres propres donnés par Karim, Antoine trouve des « méthodes en plus ».
]
](else:)[
(set: $transparency to (min: 100, $transparency + 13))
(set: $feedback to (min: 100, $feedback + 6))
Après le rapport RH « trop de travail et la pression du système », vous demandez à Antoine à quoi ça ressemble dans les données. Sa réponse : des méthodes en plus, sur trois étages. Les mots des RH et les mots d'Antoine pointent vers la même chose — depuis deux directions différentes.
]
[[Voir la fin du T2 ->FRQ2Results]]
(set: $q2_second to "verify")
(set: $q2_active to true)
(set: $budget to (max: 0, $budget - 3))
(if: $q2_first is "accept")[
(if: $q1_open)[
(set: $trust to (min: 100, $trust + 12))
(set: $feedback to (min: 100, $feedback + 10))
(set: $transparency to (min: 100, $transparency + 8))
Quelque chose vous a poussée vers l'étage avant la fin du T2. <span class="char-badge kabir">K</span> Karim se souvenait du T1. Il est venu avec des notes. Il vous a parlé des systèmes parallèles, du problème de charge de travail, des trois étages. Il attendait cette conversation.
](else:)[
(set: $trust to (min: 100, $trust + 5))
(set: $feedback to (min: 100, $feedback + 5))
Quelque chose vous a poussée vers l'étage avant la fin du T2. <span class="char-badge kabir">K</span> Karim vous a donné un résumé poli et professionnel. Vous avez obtenu moins qu'avec une heure entière — ou une relation plus ancienne.
]
](else-if: $q2_first is "verify")[
(if: $q1_open)[
(set: $trust to (min: 100, $trust + 14))
(set: $feedback to (min: 100, $feedback + 14))
(set: $transparency to (min: 100, $transparency + 10))
Vous avez apporté le mot d'Antoine — « c'est partout » — sur l'étage, et vous avez demandé directement à <span class="char-badge kabir">K</span> Karim ce que ça voulait dire. Il attendait exactement cette question — venant exactement de ce niveau, avec exactement ce savoir derrière.
Les données d'Antoine dans une main, l'histoire de Karim dans l'autre — c'est l'image la plus claire de toute l'année. Et les deux concordent.
](else:)[
(set: $trust to (min: 100, $trust + 8))
(set: $feedback to (min: 100, $feedback + 8))
(set: $transparency to (min: 100, $transparency + 6))
Vous avez apporté « méthodes en plus » sur l'étage et demandé à <span class="char-badge kabir">K</span> Karim ce que ça voulait dire de son côté. Il a fallu trois questions pour dépasser les réponses toutes faites. Puis il vous a dit : ce que le système ne sait pas faire — et ce qu'ils ont construit à la place.
]
](else:)[
(if: $q1_open)[
(set: $trust to (min: 100, $trust + 12))
(set: $feedback to (min: 100, $feedback + 12))
(set: $transparency to (min: 100, $transparency + 8))
Après le rapport RH « trop de travail et la pression du système », vous êtes allée voir <span class="char-badge kabir">K</span> Karim directement. Le rapport RH lui a donné une raison de croire que cette conversation pouvait mener quelque part. Il vous a dit plus qu'il ne l'aurait fait autrement.
](else:)[
(set: $trust to (min: 100, $trust + 6))
(set: $feedback to (min: 100, $feedback + 8))
Après le rapport RH, vous êtes allée sur l'étage. <span class="char-badge kabir">K</span> Karim a relié « trop de travail et la pression du système » à des tâches précises — sans que vous ayez à demander deux fois.
]
]
[[Voir la fin du T2 ->FRQ2Results]]
(set: $q2_second to "working_session")
(set: $q2_active to true)
(set: $performance to (max: 0, $performance - 2))
(set: $q2_second to "hr")
(set: $budget to (max: 0, $budget - 3))
(if: $q2_first is "accept")[
(set: $trust to (min: 100, $trust + 5))
(set: $feedback to (min: 100, $feedback + 8))
Vous êtes revenue sur les demandes de départ. Les RH ont mené les entretiens. Les demandes ont été retirées. Mais la raison donnée — séparément, avec les mêmes mots — était : « trop de travail et la pression du système ».
](else-if: $q2_first is "verify")[
(set: $trust to (min: 100, $trust + 7))
(set: $feedback to (min: 100, $feedback + 10))
Après le mot d'Antoine — « c'est partout » — les entretiens RH avaient une direction. Les trois personnes ont dit, séparément : « le nouveau système ne marche pas comme on nous l'avait promis ». Ce mot a maintenant des noms et des dates.
](else:)[
(if: $q1_open)[
(set: $trust to (min: 100, $trust + 8))
(set: $feedback to (min: 100, $feedback + 10))
Après votre réunion d'étage, les entretiens RH avaient un contexte. Les gens parlaient plus librement que d'habitude. Les RH l'ont noté : « Franchise inhabituelle ce trimestre. Suivi recommandé. »
](else:)[
(set: $trust to (min: 100, $trust + 5))
(set: $feedback to (min: 100, $feedback + 7))
Après votre réunion d'étage, les entretiens RH ont relié ce que vous aviez entendu sur place à des personnes précises — et à des décisions de départ précises.
]
]
[[Voir la fin du T2 ->FRQ2Results]]
## Fin du trimestre 2
(if: $performance >= 80)[Les résultats sont bons. Les chiffres d'Antoine sont montrés partout comme un modèle.](else-if: $performance >= 65)[Les résultats tiennent. Pas d'alarme.](else:)[Deux trimestres de suite sous l'objectif. Le conseil commence à poser des questions.]
(if: $budget >= 80)[Le budget est gérable.](else:)[Le budget est plus serré. Le T3 vous laisse moins de marge.]
---
(if: ($q2_first is "verify" or $q2_second is "verify") and ($q2_first is "working_session" or $q2_second is "working_session"))[
<span class="char-badge arjun">A</span> Les données d'Antoine et <span class="char-badge kabir">K</span> l'histoire de Karim sont maintenant dans le même dossier. Ils disent la même chose. Personne d'autre dans l'entreprise n'a les deux.
](else-if: ($q2_first is "hr" or $q2_second is "hr") and ($q2_first is "working_session" or $q2_second is "working_session"))[
<span class="char-badge kabir">K</span> La conversation d'étage et les conclusions des RH pointent vers le même problème — depuis deux côtés différents. L'image est plus profonde qu'avec un seul des deux.
](else-if: ($q2_first is "verify" or $q2_second is "verify") and ($q2_first is "hr" or $q2_second is "hr"))[
<span class="char-badge arjun">A</span> Les « méthodes en plus » et la « pression du système » des RH sont maintenant côte à côte dans vos notes. C'est la même chose — juste nommée différemment par des gens à des niveaux différents.
](else-if: $q2_second is "accept")[
(if: $q2_active)[Vous avez trouvé quelque chose ce trimestre. Vous avez aussi choisi de ne pas creuser plus avant la fin du T2.](else:)[Le trimestre s'est terminé sans qu'aucune grande information nouvelle n'arrive sur votre bureau.]
](else:)[
(if: $q2_active)[Deux coups, tous les deux dans la même direction. Vous en savez plus en entrant dans le T3 qu'au début de ce trimestre.](else:)[Le trimestre a suivi son cours. Le tableau de bord a toujours l'air propre.]
]
<div class="state-block">
**Votre entreprise, en ce moment :**
(if: $trust >= 75)[Les gens signalent encore les problèmes sans peur.](else-if: $trust >= 50)[Les gens réfléchissent bien avant de vous dire quelque chose.](else:)[Les gens ont compris : signaler un problème ici ne change rien.]
(if: $feedback >= 75)[Quand quelqu'un signale un souci, il voit que ça aboutit quelque part.](else-if: $feedback >= 45)[Les soucis sont signalés. Est-ce qu'il se passe quelque chose ensuite ? Autre question.](else:)[Prendre la parole ne semble plus servir à rien.]
(if: $transparency >= 75)[Quand quelque chose change, les gens savent en général pourquoi.](else-if: $transparency >= 50)[Les décisions arrivent aux équipes. Les raisons, rarement.](else:)[Les gens découvrent ce qui a changé. Presque jamais pourquoi.]
</div>
[[Trimestre 3 ->FRQuarter3]]
(set: $pressure to (min: 100, $pressure + 10))
(set: $trf_avg to ($trust + $transparency + $feedback) / 3)
(set: $gap to 100 - $trf_avg)
(set: $gap_weighted to $gap * 1.3)
(set: $drift to (max: 0, (min: 100, $pressure + $gap_weighted - 50)))
(set: $quarter to 3)
## Trimestre 3
Les résultats de l'enquête interne arrivent. 87 % des salariés l'ont remplie. 78 % disent se sentir « bien informés sur la direction de l'entreprise ».
<span class="char-badge arjun">A</span> Le message d'Antoine : « Les meilleurs résultats qu'on ait jamais eus. La preuve que le changement fonctionne. »
Le portail de retours que vous avez lancé — où le personnel peut tout écrire — a reçu 340 messages ce trimestre. Quelqu'un de votre équipe en a fait un résumé de cinq lignes. Le résumé est sur votre bureau.
Un message avait été marqué « à suivre » il y a six semaines. Il attend toujours, sans réponse.
(if: $q2_active and $q1_open)[Vous avez entendu l'étage au T1 et au T2. Vous comprenez ce que ces 87 % ne montrent probablement pas.](else-if: $q2_active)[Vous avez entendu certaines choses de l'étage au T2. Vous n'êtes pas sûre que l'enquête ait capté ce que vous avez entendu là-bas.](else-if: $transparency >= 70)[Vous connaissez assez cette entreprise pour savoir que 78 % ne veut pas toujours dire ce que ça semble dire.](else:)[Ce sont les meilleurs chiffres que vous ayez vus depuis l'année 1.]
Ce trimestre, vous avez **deux coups** à jouer. Quel est le premier ?
[[Présenter les grands chiffres de l'enquête au conseil.->FRQ3FirstHeadlines]]
[[Lire le message marqué avant la réunion du conseil.->FRQ3FirstFlagged]]
[[Demander aux RH d'organiser des échanges libres — sans script, sans manager dans la salle.->FRQ3FirstOpenFormat]]
[[Demander à votre équipe : quelles questions l'enquête n'a-t-elle PAS posées ?->FRQ3FirstQuestions]]
बोर्ड 87% और 78% सुनता है। अर्जुन आपके साथ पेश करते हैं। यह अच्छी ख़बर मीडिया और पार्टनरों तक जाती है।
340 पोर्टल मैसेज अब भी सिस्टम में पड़े हैं। मार्क किया हुआ मैसेज अब भी बिना जवाब के है।
[[तिमाही 3 ख़त्म होने से पहले एक चाल और ->HIQ3SecondChoice]]
(set: $q3_first to "headlines")
(set: $performance to (min: 100, $performance + 2))
(set: $transparency to (max: 0, $transparency - 4))
मार्क किया हुआ मैसेज बिना नाम के भेजा गया था। पूरा मैसेज बस इतना है: *"कृपया इन्हें सच में पढ़िए।"*
आप अपने असिस्टेंट से पूछती हैं — 340 में से कितने मैसेज ऑपरेशंस फ़्लोर से आए? जवाब: 47। और उन पाँच लाइनों की समरी में कितने आए? शून्य।
(if: $q2_active)[आप उस फ़्लोर से पहले भी सुन चुकी हैं। सर्वे वाली तस्वीर और फ़्लोर की असली बात — अब दोनों बगल-बगल हैं। दोनों दो अलग-अलग कंपनियों जैसी लगती हैं।](else:)[बोर्ड मीटिंग से पहले आप इस बात के साथ थोड़ी देर बैठती हैं।]
[[तिमाही 3 ख़त्म होने से पहले एक चाल और ->HIQ3SecondChoice]]
(set: $q3_first to "flagged")
(set: $q3_honest to true)
(set: $transparency to (min: 100, $transparency + 8))
(if: $q2_active)[
(set: $feedback to (min: 100, $feedback + 14))
(set: $trust to (min: 100, $trust + 10))
एचआर दो खुली बातचीत करवाता है। कबीर के फ़्लोर के लोगों से इस साल पहले भी बात हुई थी — इसलिए वे साफ़-साफ़ बातें लेकर आते हैं। नोट्स नौ पन्नों के हो जाते हैं। आख़िरी तीन पन्ने ऑपरेशंस फ़्लोर से हैं — कहाँ-कहाँ सिस्टम फेल होता है, कदम-दर-कदम बताते हुए।
](else:)[
(set: $feedback to (min: 100, $feedback + 10))
(set: $trust to (min: 100, $trust + 7))
एचआर दो खुली बातचीत करवाता है। कोई स्क्रिप्ट नहीं, कोई मैनेजर कमरे में नहीं। नोट्स आते हैं: सात पन्ने। दोनों सेशन में तीन बातें बार-बार आती हैं: *"हमें नहीं पता कौन यह पढ़ता है," "पिछली बार के बाद कुछ नहीं बदला,"* और *"अब हमने उम्मीद रखनी छोड़ दी है।"*
]
[[तिमाही 3 ख़त्म होने से पहले एक चाल और →->HIQ3SecondChoice]]
(set: $q3_first to "open_format")
(set: $q3_honest to true)
(set: $budget to (max: 0, $budget - 4))
(if: $q2_active)[
(set: $transparency to (min: 100, $transparency + 14))
(set: $feedback to (min: 100, $feedback + 7))
आप अपनी टीम से पूछती हैं: सर्वे में कौन-से सवाल छूट गए थे? कोई कहता है: "तिमाही 2 से हमें कुछ जवाब पहले से पता हैं। असली कमी यह नहीं कि हमने क्या नहीं पूछा — कमी यह है कि हमने जो पूछा, उस पर कभी कुछ किया नहीं।" साथ ही: 61% ने सर्वे सिर्फ़ इसलिए भरा क्योंकि उम्मीद की जा रही थी। पर ऑपरेशंस फ़्लोर के 23 लोगों ने ख़ुद से, बिना पूछे, अतिरिक्त टिप्पणियाँ लिखीं। यह नई बात है।
](else:)[
(set: $transparency to (min: 100, $transparency + 10))
(set: $feedback to (min: 100, $feedback + 4))
आप अपनी टीम से पूछती हैं: सर्वे में कौन-से सवाल छूट गए थे? कमरा चुप हो जाता है। आख़िर में कोई कहता है: "हमने कभी नहीं पूछा कि लोगों को लगता भी है या नहीं कि उनकी बात मायने रखती है।" और: 61% ने सर्वे सिर्फ़ इसलिए भरा क्योंकि उनसे उम्मीद की जा रही थी।
]
[[तिमाही 3 ख़त्म होने से पहले एक चाल और ->HIQ3SecondChoice]]
(set: $q3_first to "questions")
(set: $q3_honest to true)
(set: $budget to (max: 0, $budget - 3))
## तिमाही 3 — दूसरी चाल
(if: $q3_first is "headlines")[87% बोर्ड की फ़ाइल में है। 340 मैसेज अब भी सिस्टम में पड़े हैं। मार्क किया हुआ मैसेज अब भी बिना जवाब के है।](else-if: $q3_first is "flagged")[*"कृपया इन्हें सच में पढ़िए।"* ऑपरेशंस फ़्लोर से 47 मैसेज। समरी में शून्य।](else-if: $q3_first is "open_format")[(if: $q2_active)[बातचीत के नोट्स में साफ़-साफ़ बताया गया कि सिस्टम कहाँ-कहाँ फेल होता है, कदम-दर-कदम। नौ पन्ने।](else:)[सात पन्ने। तीन बातें — कोई नहीं सुनता, इस एहसास की।]](else:)[(if: $q2_active)[कमी यह नहीं कि क्या नहीं पूछा — कमी यह है कि जो पूछा, उस पर कुछ हुआ नहीं।](else:)[61% ने सर्वे सिर्फ़ इसलिए भरा क्योंकि उम्मीद की जा रही थी।]]
इस तिमाही एक चाल और। क्या करेंगी?
(if: $q3_first is not "headlines")[[[बोर्ड को सर्वे के बड़े आँकड़े दिखाएँ।->HIQ3SecondHeadlines]]]
(if: $q3_first is not "flagged")[[[मार्क किया हुआ पोर्टल मैसेज पढ़ें।->HIQ3SecondFlagged]]]
(if: $q3_first is not "open_format")[[[एचआर से कहें — फ़्लोर के साथ खुली बातचीत करवाएँ।->HIQ3SecondOpenFormat]]]
(if: $q3_first is not "questions")[[[टीम से पूछें — सर्वे ने कौन-से सवाल नहीं पूछे?->HIQ3SecondQuestions]]]
(if: $q3_first is "headlines")[
(set: $transparency to (min: 100, $transparency + 10))
आपने 87% वाली हेडलाइन पेश की। फिर टीम से पूछा — कौन-से सवाल छूट गए थे? "हमने कभी नहीं पूछा कि लोगों को लगता भी है या नहीं कि उनकी बात मायने रखती है।" 61% ने मजबूरी में जवाब दिया। अब आपके पास हेडलाइन भी है, और छोटी लाइन भी — एक ही तिमाही में।
](else-if: $q3_first is "flagged")[
(set: $transparency to (min: 100, $transparency + 12))
(set: $feedback to (min: 100, $feedback + 6))
मार्क किए मैसेज के बाद, आपने पूछा — क्या नहीं पूछा जा रहा। कमरे ने फ़ौरन बात जोड़ ली — बिन-नाम का नोट और सर्वे की कमी, दोनों एक ही बात कहते हैं। दोनों एक ही तिमाही में सामने आए।
](else:)[
(set: $transparency to (min: 100, $transparency + 12))
(set: $feedback to (min: 100, $feedback + 7))
खुली बातचीत के बाद, आपने पूछा — सर्वे ने क्या पूछना छोड़ दिया। बातचीत से आपको जवाब मिले। छूटे हुए सवालों ने बताया कि वे जवाब पहले क्यों सामने नहीं आए। दोनों चालें एक-दूसरे पर बनती गईं।
]
[[देखें तिमाही 3 कैसे ख़त्म हुई ->HIQ3Results]]
(set: $q3_second to "questions")
(set: $q3_honest to true)
(set: $budget to (max: 0, $budget - 3))
(if: $q3_first is "flagged")[आपने वे 47 मैसेज पढ़े। फिर भी बोर्ड को 87% दिखाया। अब दोनों बातें एक ही तिमाही में सच हैं। किसी ने आपसे इन्हें जोड़कर समझाने को नहीं कहा।](else-if: $q3_first is "open_format")[आपने खुली बातचीत करवाई — नौ पन्ने, तीन बातें "कोई नहीं सुनता" की। फिर भी बोर्ड को 87% दिखाया। अर्जुन ख़ुश हैं। बातचीत के नोट्स एक फ़ोल्डर में चले जाते हैं।](else:)[आपने कमी ढूँढ़ निकाली — 61% ने सिर्फ़ मजबूरी में जवाब दिया। फिर भी हेडलाइन वैसे ही पेश कर दी। बोर्ड को सिर्फ़ आँकड़ा मिला, बिना छोटी लाइन के।]
[[देखें तिमाही 3 कैसे ख़त्म हुई →->HIQ3Results]]
(set: $q3_second to "headlines")
(set: $performance to (min: 100, $performance + 2))
(set: $transparency to (max: 0, $transparency - 5))
(set: $feedback to (max: 0, $feedback - 6))
(set: $q3_second to "flagged")
(set: $q3_honest to true)
(if: $q3_first is "headlines")[
(set: $transparency to (min: 100, $transparency + 10))
आपने बोर्ड को 87% दिखाया। फिर, तिमाही ख़त्म होने से पहले, वह मार्क किया मैसेज पढ़ा। *"कृपया इन्हें सच में पढ़िए।"* ऑपरेशंस फ़्लोर से 47 मैसेज। जिस समरी में आपने अभी पेश किया, उसमें एक भी नहीं। दोनों बातें एक ही हफ़्ते में हुईं।
](else-if: $q3_first is "open_format")[
(set: $transparency to (min: 100, $transparency + 8))
(set: $feedback to (min: 100, $feedback + 5))
खुली बातचीत के बाद, आपने मार्क किया मैसेज पढ़ा। *"कृपया इन्हें सच में पढ़िए।"* बातचीत ने यह बात कई पन्नों में कही। बिन-नाम के नोट ने इसे पाँच शब्दों में कह दिया। दोनों एक-दूसरे की पुष्टि करते हैं।
](else:)[
(set: $transparency to (min: 100, $transparency + 8))
(set: $feedback to (min: 100, $feedback + 5))
सर्वे की कमी ढूँढ़ने के बाद, आपने मार्क किया मैसेज पढ़ा। *"कृपया इन्हें सच में पढ़िए।"* दोनों बातें — 61% का मजबूरी में जवाब देना, और यह नोट — दो अलग कोणों से एक ही बात कहती हैं।
]
[[देखें तिमाही 3 कैसे ख़त्म हुई ->HIQ3Results]]
(set: $q3_second to "open_format")
(set: $q3_honest to true)
(set: $budget to (max: 0, $budget - 4))
(if: $q3_first is "headlines")[
(set: $feedback to (min: 100, $feedback + 12))
(set: $trust to (min: 100, $trust + 8))
आपने 87% वाली हेडलाइन पेश की। फिर खुली बातचीत करवाई। नोट्स आठ पन्नों के आते हैं। अब बातचीत के नोट्स और हेडलाइन वाला आँकड़ा, दोनों आपकी तिमाही 3 की फ़ाइल में हैं। दोनों आपस में मेल नहीं खाते। किसी ने आपसे यह पूछा भी नहीं कि दोनों साथ कैसे बैठते हैं।
](else-if: $q3_first is "flagged")[
(set: $feedback to (min: 100, $feedback + 14))
(set: $trust to (min: 100, $trust + 10))
मार्क किया मैसेज पढ़ने के बाद, आपने खुली बातचीत करवाई। बिन-नाम के नोट ने यह बात पाँच शब्दों में कही। बातचीत ने इसे आठ पन्नों में कहा। दोनों बारीकी से एक-दूसरे की पुष्टि करते हैं। (if: $q2_active)[कबीर के फ़्लोर के लोग यह जानते हुए आए कि आप इस साल ध्यान दे रही हैं। वे साफ़-साफ़ बातें लेकर आए।](else:)[दोनों सेशन में तीन बातें बार-बार आईं: कौन पढ़ता है यह नहीं पता, कुछ नहीं बदलता, और अब उम्मीद ही नहीं करते।])
](else:)[
(set: $feedback to (min: 100, $feedback + 14))
(set: $trust to (min: 100, $trust + 10))
(set: $transparency to (min: 100, $transparency + 6))
सर्वे की कमी ढूँढ़ने के बाद, आपने बातचीत करवाई ताकि सर्वे जो नहीं पकड़ पाया, वह पकड़ सकें। जो सवाल आपने छूटे हुए बताए थे, उनके जवाब खुली बातचीत में मिल गए। दोनों चालें एक-दूसरे को मज़बूत करती हैं।
]
[[देखें तिमाही 3 कैसे ख़त्म हुई ->HIQ3Results]]
## तिमाही 3 ख़त्म
(if: $performance >= 78)[नतीजे मज़बूत हैं। सर्वे की हेडलाइन कंपनी के बाहर भी शेयर हो रही है।](else-if: $performance >= 60)[नतीजे स्थिर हैं।](else:)[लगातार तीन तिमाहियाँ — फ़्लैट या गिरती हुईं। अब यह हर बोर्ड मीटिंग का पक्का मुद्दा बन गया है।]
---
(if: ($q3_first is "open_format" or $q3_second is "open_format") and ($q3_first is "questions" or $q3_second is "questions"))[
खुली बातचीत से आपको जवाब मिले। छूटे हुए सवालों की कवायद ने बताया कि वे जवाब अब तक क्यों नहीं दिखे। दोनों मिलकर — यह सर्वे जितनी संपूर्ण तस्वीर दे सकता था, उतनी दे दी।
](else-if: ($q3_first is "flagged" or $q3_second is "flagged") and ($q3_first is "open_format" or $q3_second is "open_format"))[
बिन-नाम के मैसेज ने यह बात पाँच शब्दों में कही। बातचीत ने इसे पन्नों में कहा। दोनों एक-दूसरे की पुष्टि करते हैं। <span class="char-badge kabir">K</span> कबीर एक बातचीत में आए थे। जब उन्हें बताया गया कि आपने नोट्स पूरे पढ़े हैं, तो उन्होंने बस एक शब्द कहा: "अच्छा।" "ठीक है" नहीं। अच्छा।
](else-if: ($q3_first is "headlines" or $q3_second is "headlines") and $q3_honest)[
87% बाहर की रिपोर्ट में है। असली तस्वीर आपकी मेज़ पर एक फ़ोल्डर में है। दोनों अब आपके पास हैं। अभी तक किसी ने नहीं पूछा कि ये दोनों साथ कैसे बैठते हैं।
](else-if: $q3_honest)[
(if: $q2_active)[आप लगातार दो तिमाहियों से असली सवाल पूछ रही हैं। फ़्लोर ने यह नोटिस किया है।](else:)[इस तिमाही आपने कोई ईमानदार सवाल पूछा। कुछ असली बात सामने आई।]
](else:)[
<span class="char-badge arjun">A</span> अर्जुन सर्वे को एक सफलता की कहानी की तरह लिख रहे हैं। बोर्ड की फ़ाइल में 340 पोर्टल मैसेज का कहीं ज़िक्र नहीं है।
]
<div class="state-block">
**आपकी कंपनी, इस वक़्त:**
(if: $trust >= 75)[लोग अब भी बिना डरे दिक़्क़तें बता रहे हैं।](else-if: $trust >= 50)[लोग आपसे बात करने से पहले सोच-समझकर शब्द चुनने लगे हैं।](else:)[लोग समझ चुके हैं — यहाँ दिक़्क़त बताने से कुछ नहीं बदलता।]
(if: $feedback >= 75)[कोई बात उठती है, तो दिखता है कि उस पर काम हो रहा है।](else-if: $feedback >= 45)[बातें उठती हैं। उन पर कुछ होता है या नहीं — यह अलग बात है।](else:)[बोलना चुपचाप बेकार लगने लगा है।]
(if: $transparency >= 75)[कुछ बदलता है, तो लोगों को आम तौर पर वजह पता होती है।](else-if: $transparency >= 50)[फ़ैसले लोगों तक पहुँचते हैं। वजहें अक्सर नहीं।](else:)[लोगों को पता चलता है कि क्या बदला। क्यों बदला — शायद ही कभी।]
</div>
साल का बाहरी ऑडिट तिमाही 4, हफ़्ते 3 में शुरू होता है।
[[तिमाही 4 ->HIQuarter4]]
(set: $pressure to (min: 100, $pressure + 10))
(set: $trf_avg to ($trust + $transparency + $feedback) / 3)
(set: $gap to 100 - $trf_avg)
(set: $gap_weighted to $gap * 1.3)
(set: $drift to (max: 0, (min: 100, $pressure + $gap_weighted - 50)))
(set: $quarter to 4)
## तिमाही 4
<span class="char-badge leena">L</span> **लीना दास** तिमाही की शुरुआत में मीटिंग माँगती हैं। वेरिटास में सात साल हो गए। उन्हें कहीं और नौकरी का ऑफ़र मिला है। वे जा रही हैं।
मीटिंग के आख़िर में, जैसे बस चलते-चलते, वे बताती हैं कि कबीर की टीम ने नतीजे बनाए रखने के लिए "कुछ जुगाड़ ढूँढ़ लिए हैं।" वे और नहीं बताती। तीन हफ़्ते में वे जा रही हैं। लगता नहीं कि वे चाहती हैं कि आप और पूछें।
(if: $q1_open and $q2_active and $q3_honest)[आपके पास इस स्तर के किसी भी व्यक्ति से ज़्यादा पूरी तस्वीर है। "जुगाड़" आपके लिए कोई अस्पष्ट शब्द नहीं है। आप जानती हैं — कौन-सा फ़्लोर, कौन-सा सिस्टम, कब से।](else-if: $q1_open and $q2_active)[इस साल आप दो बार फ़्लोर से बात कर चुकी हैं। आप जानती हैं "जुगाड़" का मतलब क्या है।](else-if: $q1_open)[आपने तिमाही 1 में एक चैनल खोला था। आप जानती हैं कि जुगाड़ मौजूद है। पूरी तस्वीर आपके पास नहीं है।](else-if: $q3_honest)[तिमाही 3 की खुली बातचीत ने वो बातें सामने लाईं जो असली सर्वे नहीं पकड़ पाया था। "जुगाड़" उन्हीं बातों से जुड़ता है।](else-if: $feedback <= 40)[उस फ़्लोर के लोगों ने महीनों पहले चीज़ें बताना बंद कर दिया था। "जुगाड़" एक नरम शब्द है उस चीज़ के लिए जो तिमाही 1 से बनती जा रही है।](else:)[आप "जुगाड़" को बाद में देखने के लिए नोट कर लेती हैं। तिमाही पहले ही भरी हुई है।]
बाहर का ऑडिटर हफ़्ते 3 में आता है।
क्या करेंगी?
[[लीना को धन्यवाद दें, उनके डिप्टी को प्रमोट करें, आगे बढ़ें।->HIQ4Accept]]
[[जाने से पहले सीधे पूछें — "जुगाड़" का मतलब क्या है।->HIQ4AskLeena]]
[[सीधे कबीर के पास जाएँ, बिना लीना के।->HIQ4AskKabir]]
[[उनके जाने से पहले सबकी मीटिंग बुलाकर बदलाव की खुलकर घोषणा करें।->HIQ4AllHands]]
(set: $q4choice to "accept")
(if: $q1_open or $q3_honest)[
(set: $trust to (max: 0, $trust - 10))
(set: $feedback to (max: 0, $feedback - 10))
(set: $performance to (max: 0, $performance - 5))
आप लीना को सात साल के लिए धन्यवाद देती हैं। उनके डिप्टी को प्रमोट करती हैं। हैंडओवर साफ़-सुथरा और प्रोफ़ेशनल रहता है।
"जुगाड़" आपकी नोटबुक में रह जाता है — उस फ़्लोर के बारे में बाक़ी सब कुछ के साथ। बिना सुलझे।
<p class="field-note">जो चीज़ आप पहले से जानती हैं, उससे मुँह मोड़ लेना — उसे न जानने से अलग बात है।</p>
](else:)[
(set: $trust to (max: 0, $trust - 5))
(set: $performance to (max: 0, $performance - 5))
आप लीना को सात साल के लिए धन्यवाद देती हैं। उनके डिप्टी को प्रमोट करती हैं। हैंडओवर साफ़-सुथरा और प्रोफ़ेशनल रहता है। "जुगाड़" आपके नोट्स में बिना सुलझे रह जाता है।
]
तय समय पर हफ़्ते 3 में ऑडिटर आ जाता है।
[[ऑडिटर के नतीजों से पहले →->HIJourneySummary]]
(set: $q4choice to "ask_leena")
(set: $q4partial to true)
(if: $q1_open)[
(set: $transparency to (min: 100, $transparency + 25))
(set: $feedback to (min: 100, $feedback + 12))
आप सीधे पूछती हैं: "जुगाड़" से क्या मतलब है?
वे रुकती हैं। फिर आपका चेहरा पढ़ती हैं। उन्हें समझ आ जाता है कि आप पहले से कुछ जानती हैं।
वे जितना बताना चाहती थीं, उससे ज़्यादा बता देती हैं। सिस्टम के साथ-साथ चलती अतिरिक्त स्प्रेडशीट। तीनों फ़्लोर पर। माइग्रेशन के साल 1 से। हर तिमाही उन्होंने फ़ैसला किया कि इसे ऊपर नहीं बताएँगी — क्योंकि दूसरा रास्ता था टारगेट न पूरे होना, और आपसे एक बातचीत जो उन्हें शुरू करनी नहीं आती थी।
वे माफ़ी नहीं माँगतीं। कहती हैं: "मुझे तिमाही 1 में ही बता देना चाहिए था। मुझे नहीं पता था कि आप जानना चाहती हैं या नहीं।"
](else:)[
(set: $transparency to (min: 100, $transparency + 20))
(set: $feedback to (min: 100, $feedback + 10))
आप सीधे पूछती हैं: "जुगाड़" से क्या मतलब है?
वे रुकती हैं। फिर बताती हैं। अतिरिक्त स्प्रेडशीट। डबल एंट्री। सिस्टम शुरू होने के बाद से तीनों फ़्लोर पर यही चल रहा है। उन्हें पता था। उन्होंने फ़ैसला किया कि ऊपर नहीं बताएँगी, क्योंकि दूसरा रास्ता था टारगेट न पूरे होना।
वे माफ़ी नहीं माँगतीं। कहती हैं: "सिस्टम वह नहीं कर पा रहा था जो आपको चाहिए था। इसलिए हमने एक रास्ता निकाल लिया। मुझे पहले बता देना चाहिए था।"
]
उनके जाने के बाद आप उस बात के साथ थोड़ी देर बैठती हैं।
[[ऑडिटर के नतीजों से पहले →->HIJourneySummary]]
(set: $q4choice to "ask_kabir")
(set: $q4direct to true)
(if: $q1_open and $q2_active and $q3_honest)[
(set: $trust to (min: 100, $trust + 20))
(set: $feedback to (min: 100, $feedback + 25))
(set: $transparency to (min: 100, $transparency + 15))
(set: $pressure to (max: 0, $pressure - 15))
आप सीधे कबीर को बुलाती हैं। न लीना, न अर्जुन।
वे काग़ज़ात लेकर आते हैं। एक छपी हुई रिपोर्ट — चार पन्ने — पूरे साल की उनकी टीम के रिकॉर्ड से बनी। सिस्टम की कमियाँ, काम का बोझ, हर जुगाड़ का पूरा हिसाब। वे इसे सौंपने की इजाज़त का इंतज़ार कर रहे थे।
वे कहते हैं: "मैं दो साल से यह बात ऊपर तक पहुँचाने की कोशिश कर रहा हूँ। मैंने रिकॉर्ड रखना इसलिए शुरू किया कि शायद कभी कोई पूछे।"
बातचीत नब्बे मिनट चलती है। आख़िर में, इस कंपनी में किसी के भी पास जो सबसे पूरी तस्वीर हो सकती है, वह अब आपके पास है।
](else-if: $q1_open or $q2_active)[
(set: $trust to (min: 100, $trust + 15))
(set: $feedback to (min: 100, $feedback + 20))
(set: $transparency to (min: 100, $transparency + 12))
(set: $pressure to (max: 0, $pressure - 10))
आप सीधे कबीर को बुलाती हैं। न लीना, न अर्जुन।
वे तैयार होकर आते हैं। आप — या आपकी टीम — पहले भी पूछ चुकी है। वे नोट्स लेकर आते हैं।
बातचीत चालीस मिनट चलती है। वे बताते हैं — सिस्टम क्या नहीं कर पाता, फ़्लोर ने उसकी भरपाई के लिए क्या बनाया, और कब से चल रहा है।
आख़िर में: "मैं दो साल से यह बात ऊपर तक पहुँचाने की कोशिश कर रहा हूँ।"
](else:)[
(set: $trust to (min: 100, $trust + 10))
(set: $feedback to (min: 100, $feedback + 15))
(set: $transparency to (min: 100, $transparency + 8))
(set: $pressure to (max: 0, $pressure - 8))
आप सीधे कबीर को बुलाती हैं। न लीना, न अर्जुन।
वे पूरी तरह समझ नहीं पाते कि यह क्या है। आपने उनसे पहले कभी बात नहीं की। उन्हें समझने में थोड़ा वक़्त लगता है कि आप सच में जानना चाहती हैं।
बातचीत तीस मिनट चलती है। वे बताते हैं — सिस्टम क्या नहीं कर पाता, और उसकी जगह फ़्लोर क्या करता है। वे सतर्क हैं। उन्हें अभी पूरा यक़ीन नहीं कि इस बातचीत से कुछ बदलेगा।
आख़िर में: "मैं दो साल से यह बात ऊपर तक पहुँचाने की कोशिश कर रहा हूँ।"
]
[[ऑडिटर के नतीजों से पहले →->HIJourneySummary]]
(if: $q3_honest)[
(set: $trust to (min: 100, $trust + 10))
(set: $transparency to (min: 100, $transparency + 14))
(set: $feedback to (min: 100, $feedback + 14))
लीना के आख़िरी दिन से तीन दिन पहले आप सबकी मीटिंग बुलाती हैं। सबके सामने उनका धन्यवाद करती हैं। बदलाव की घोषणा करती हैं और मानती हैं कि आगे अनिश्चितता है।
कमरे का माहौल पिछली मीटिंगों से अलग लगता है। तिमाही 3 की ईमानदार बातचीत ने कुछ बदल दिया है। इस कमरे के लोगों ने हाल ही में महसूस किया है कि जब लीडरशिप से कोई सच में सुनता है, तो कैसा लगता है।
पीछे से एक सवाल आता है: "क्या लीना की टीम के जुगाड़ों की समीक्षा होगी?"
कमरा चुप हो जाता है। पर कबीर के फ़्लोर से किसी ने यह इसलिए पूछा क्योंकि उन्हें लगा कि आप सच में "हाँ" कह सकती हैं।
आप कहती हैं — हाँ। होगी।
](else:)[
(set: $trust to (min: 100, $trust + 5))
(set: $transparency to (min: 100, $transparency + 10))
(set: $feedback to (min: 100, $feedback + 10))
लीना के आख़िरी दिन से तीन दिन पहले आप सबकी मीटिंग बुलाती हैं। सबके सामने उनका धन्यवाद करती हैं। उनके उत्तराधिकारी की घोषणा करती हैं और मानती हैं कि आगे अनिश्चितता है।
तीन लोग सवाल पूछते हैं। दो प्रोसेस के बारे में। एक, पीछे से: "क्या लीना की टीम के जुगाड़ों की समीक्षा होगी?"
कमरा सामान्य से ज़्यादा चुप हो जाता है।
आप कहती हैं — हाँ। होगी।
]
[[ऑडिटर के नतीजों से पहले →->HIJourneySummary]]
(set: $q4choice to "all_hands")
(set: $q4direct to true)
(set: $performance to (max: 0, $performance - 3))
## ऑडिटर के आने से पहले
यहाँ तक आने का आपका रास्ता।
---
**जब आपने शुरुआत की — साल 3, तिमाही 1:**
वेरिटास बैंक। ₹400 करोड़ के बदलाव में तीन साल हो चुके। डैशबोर्ड: 80% नतीजे, 78% सिस्टम इस्तेमाल, माइग्रेशन समय पर। <span class="char-badge kabir">K</span> कबीर दो साल से लीना को दिक़्क़तें बता रहे थे। कुछ भी आपकी मेज़ तक नहीं पहुँचा था।
---
**आपने क्या चुना:**
<div class="journey-row">
**तिमाही 1 —**
(if: $q1choice is "ignore")[आपने रिपोर्ट बंद कर दी और टाइमलाइन बचाए रखी।](else-if: $q1choice is "audit")[आपने पूरा ऑडिट करवाया। असली वजह मिली। पहली बार कबीर की बात आपकी मेज़ तक पहुँची।](else-if: $q1choice is "blame")[आपने लीना से कहा — यह उनकी टीम की गलती है। फ़्लोर ने दिक़्क़तें बताना बंद कर दिया।](else:)[आपने बदलाव रोक दिया और सीधे कबीर से पूछा। उन्होंने सब कुछ बताया। पहली बार आप दोनों की बात हुई।]
</div>
<div class="journey-row">
**तिमाही 2 — पहली चाल:** (if: $q2_first is "accept")[नतीजे मान लिए और आगे बढ़ गईं।](else-if: $q2_first is "verify")[(if: $q1_open)[अर्जुन से जाँच करवाई। तीन फ़्लोर — "हर जगह एक जैसा, सिर्फ़ एक जगह नहीं।"](else:)[अर्जुन से जाँच करवाई। "एक्स्ट्रा तरीक़े।"]](else-if: $q2_first is "working_session")[(if: $q1_open)[फ़्लोर मीटिंग। कबीर तैयार होकर आए। पैरलल सिस्टम की पुष्टि हुई।](else:)[फ़्लोर मीटिंग। प्रोफ़ेशनल जानकारी। नीचे और भी कुछ था।]](else:)[एचआर से जाँच करवाई। दोनों ने अर्ज़ी वापस ली। एक जैसे शब्द: "काम का बोझ और सिस्टम का दबाव।"]
(if: $q2_second is not "")[**फिर:** (if: $q2_second is "accept")[बाक़ी को वैसे ही छोड़ दिया।](else-if: $q2_second is "verify")[(if: $q2_first is "working_session")[अर्जुन ने कबीर की बात को औपचारिक तौर पर जाँच लिया। दोनों मेल खाईं।](else:)[अर्जुन ने जाँच की। एक्स्ट्रा तरीक़ों की पुष्टि हुई।]](else-if: $q2_second is "working_session")[(if: $q2_first is "verify")[अर्जुन के निष्कर्ष फ़्लोर पर ले गईं। दोनों बातें मेल खाईं।](else-if: $q2_first is "hr")[एचआर की जाँच ने फ़्लोर की बातचीत को संदर्भ दिया।](else:)[फ़्लोर की बातचीत। कितनी गहराई तक गई — यह पहले के रिश्ते पर निर्भर था।]](else:)[(if: $q2_first is "verify")[एचआर की बातचीत ने "हर जगह एक जैसा" को नाम और तारीख़ों से जोड़ दिया।](else:)[एचआर ने पुष्टि की: दोनों लोगों ने अलग-अलग एक ही शब्द कहे।]]]
</div>
<div class="journey-row">
**तिमाही 3 — पहली चाल:** (if: $q3_first is "headlines")[बोर्ड को 87% वाली हेडलाइन दिखाई।](else-if: $q3_first is "flagged")[मार्क किया मैसेज पढ़ा। "कृपया इन्हें सच में पढ़िए।" 47 ऑपरेशंस फ़्लोर से। समरी में शून्य।](else-if: $q3_first is "open_format")[(if: $q2_active)[एचआर के साथ खुली बातचीत। नौ पन्ने, साफ़-साफ़ बातें।](else:)[एचआर के साथ खुली बातचीत। सात पन्ने। तीन बातें — कोई नहीं सुनता, इसकी।]](else:)[(if: $q2_active)[पूछा — सर्वे ने क्या नहीं पूछा। कमी: जो पूछा गया, उस पर कुछ नहीं हुआ।](else:)[पूछा — सर्वे ने क्या नहीं पूछा। 61% ने सिर्फ़ इसलिए भरा क्योंकि उम्मीद थी।]]
(if: $q3_second is not "")[**फिर:** (if: $q3_second is "headlines")[87% वाली हेडलाइन दिखाई। असली तस्वीर और वह आँकड़ा — अब एक ही तिमाही में।](else-if: $q3_second is "flagged")[मार्क किया मैसेज पढ़ा। बिन-नाम का नोट और पहली चाल — दोनों मेल खा गए।](else-if: $q3_second is "open_format")[खुली बातचीत करवाई। तिमाही 3 की दोनों चालें एक-दूसरे पर बनीं।](else:)[पूछा — सर्वे ने क्या नहीं पूछा। वजह और निष्कर्ष — अब एक ही फ़ाइल में।]]
</div>
<div class="journey-row">
**तिमाही 4 —**
(if: $q4choice is "accept")[(if: $q1_open or $q3_honest)[लीना ने "जुगाड़" का ज़िक्र किया। आपको पहले से पता था इसका मतलब क्या है। आपने नोट किया और आगे बढ़ गईं।](else:)[जाते-जाते लीना ने "जुगाड़" का ज़िक्र किया। आपने बाद के लिए नोट कर लिया।]](else-if: $q4choice is "ask_leena")[(if: $q1_open)[आपने पूछा। उन्हें समझ आ गया कि आपको पहले से कुछ पता है। उन्होंने अपेक्षा से ज़्यादा बता दिया।](else:)[आपने सीधे लीना से पूछा। उन्होंने अतिरिक्त स्प्रेडशीट के बारे में बताया — तीन फ़्लोर, सिस्टम शुरू होने से।]](else-if: $q4choice is "ask_kabir")[(if: $q1_open and $q2_active and $q3_honest)[आपने कबीर को बुलाया। वे काग़ज़ात लेकर आए। 90 मिनट। ऑपरेशंस की सबसे पूरी तस्वीर मिली।](else-if: $q1_open or $q2_active)[आपने कबीर को बुलाया। वे तैयार होकर आए। 40 मिनट। "मैं दो साल से यह बात ऊपर पहुँचाने की कोशिश कर रहा हूँ।"](else:)[आपने पहली बार कबीर को बुलाया। वे सतर्क थे। "मैं दो साल से यह बात ऊपर पहुँचाने की कोशिश कर रहा हूँ।"]](else:)[(if: $q3_honest)[आपने सबकी मीटिंग बुलाई। तिमाही 3 के बाद माहौल बदल चुका था। पीछे से आया सवाल इस बार अलग लगा।](else:)[आपने सबकी मीटिंग बुलाई। किसी ने पूछा — क्या जुगाड़ों की समीक्षा होगी। आपने हाँ कहा।]]
</div>
---
**जब ऑडिटर अंदर आता है:**
(if: $trust >= 75)[लोग अब भी बोल रहे हैं। रास्ता खुला है।](else-if: $trust >= 50)[लोग सोच-समझकर आपको बात बताते हैं। जानकारी छन-छनकर आती है।](else:)[लोगों ने महीनों पहले दिक़्क़तें बताना बंद कर दिया। लीना के स्तर से नीचे जो हो रहा है, वह अब ऊपर नहीं पहुँच रहा।]
(if: $feedback >= 75)[कोई बात उठती है, तो साफ़ दिखता है कि वह कहीं पहुँचती है।](else-if: $feedback >= 45)[बातें उठती हैं। उन पर काम होगा या नहीं — यह अब अनिश्चित है।](else:)[फ़्लोर सीख चुका है कि बात उठाने से कुछ नहीं बदलता। रास्ता असल में बंद है।]
(if: $transparency >= 75)[फ़ैसले वजह के साथ लोगों तक पहुँच रहे हैं।](else-if: $transparency >= 50)[फ़ैसले लोगों तक पहुँचते हैं। वजहें ज़्यादातर नहीं।](else:)[लोगों को पता चलता है कि क्या बदला। उन्होंने वजह पूछनी छोड़ दी है।]
---
[[ऑडिटर के नतीजे देखें →->HIQuarter5]]
## ऑडिटर
वे तीन दिन बिल्डिंग में बिताती हैं। सिर्फ़ फ़्रंटलाइन स्टाफ़ से मिलती हैं। कोई मैनेजर नहीं। कोई तैयार की गई ब्रीफ़िंग नहीं।
पाँचवें दिन उनकी शुरुआती रिपोर्ट आती है।
उन्हें यह मिला:
— माइग्रेशन के साल 1 से तीन ऑपरेशंस फ़्लोर पर चल रहे एक्स्ट्रा डेटा-एंट्री सिस्टम
— 34 शिकायतें "सुलझा दी गईं" मार्क की गईं, पर यह दिखाने के लिए कोई रिकॉर्ड नहीं कि कैसे सुलझीं
— पूरे साल में 340 पोर्टल मैसेज, जिनमें से ज़्यादातर हर तिमाही ख़त्म होने तक कभी पढ़े ही नहीं गए
— सर्वे डेटा: 61% लोगों ने सिर्फ़ इसलिए जवाब दिया क्योंकि उनसे उम्मीद की जा रही थी
(if: $performance >= 75)[जब वे आईं, आपका डैशबोर्ड: पूरा हरा।](else:)[जब वे आईं, आपका डैशबोर्ड: ज़्यादातर हरा। नतीजे थोड़े नरम पड़ गए थे।]
(if: $q1_open and $q2_active and $q3_honest)[उनके निष्कर्ष उससे मेल खाते हैं जो आप पहले से जानती हैं। आपकी तस्वीर और ऑडिटर की तस्वीर के बीच फ़र्क़ जितना कम हो सकता था, उतना ही है।](else-if: $q1_open or $q3_honest)[जो उन्होंने पाया, उसमें से कुछ आप पहले ही ढूँढ़ चुकी थीं। कुछ नया है।](else:)[उनकी रिपोर्ट "पूरी हरी" नहीं है। यह कुछ भी सामान्य रास्तों से आपकी मेज़ तक नहीं पहुँचा था।]
हफ़्ते के अंत में उनके साथ आपकी आख़िरी मीटिंग है। उससे पहले आप क्या करेंगी?
[[बोर्ड को भेजने से पहले रिपोर्ट की अंदरूनी समीक्षा करवाएँ।->HIEndingRouter]]
[[उनके निष्कर्ष ख़ुद बोर्ड के सामने रखें — बिना बदलाव के, साथ में अपनी बात भी।->HIEndingRouter]]
[[उनसे कहें — आगे कुछ भी भेजने से पहले, आपके और कबीर के साथ मिलकर रिकवरी प्लान बनाएँ।->HIEndingRouter]]
(set: $quarter to 5)
(set: $pressure to (min: 100, $pressure + 10))
(set: $trf_avg to ($trust + $transparency + $feedback) / 3)
(set: $gap to 100 - $trf_avg)
(set: $gap_weighted to $gap * 1.3)
(set: $drift to (max: 0, (min: 100, $pressure + $gap_weighted - 50)))
वर्ष समाप्त हो रहा है। बोर्ड आपकी अंतिम रिपोर्ट का इंतजार कर रहा है।
(if: $q1_open and $q2_active and $q3_honest and $q4direct)[
[[Continue->HIEndingReinforced]]
]
(else-if: $q1_open and $q2_active and $q3_honest and $q4partial)[
[[Continue->HIEndingStrong]]
]
(else-if: $q1_open and $q2_active and $q3_honest)[
[[Continue->HIEndingIncomplete]]
]
(else-if: $q1_open and ($q2_active or $q3_honest) and $q4direct)[
[[Continue->HIEndingPatchy]]
]
(else-if: $q1_open and ($q2_active or $q3_honest) and $q4partial)[
[[Continue->HIEndingWastedLeena]]
]
(else-if: $q1_open and ($q2_active or $q3_honest))[
[[Continue->HIEndingWasted]]
]
(else-if: $q1_open and $q4direct)[
[[Continue->HIEndingQ1Q4]]
]
(else-if: $q1_open and $q4partial)[
[[Continue->HIEndingWastedLeena]]
]
(else-if: $q1_open)[
[[Continue->HIEndingWasted]]
]
(else-if: ($q2_active or $q3_honest) and $q4direct)[
[[Continue->HIEndingLateWake]]
]
(else-if: $q4partial)[
[[Continue->HIEndingExitTruth]]
]
(else-if: $q4direct)[
[[Continue->HIEndingCrisisOnly]]
]
(else:)[
[[Continue->HIEndingCollapse]]
]
## इस साल आपने क्या बनाया
आपने तिमाही 1 में एक चैनल खोला। तिमाही 2 और 3 में उसे खुला रखा। तिमाही 4 में, जब सबसे ज़्यादा ज़रूरत थी, आप सीधे फ़्लोर पर गईं।
ऑडिटर की रिपोर्ट आने तक आप पहले ही रिकवरी प्लान बनाना शुरू कर चुकी थीं — कबीर के साथ, ऑडिटर के साथ, और लीना की जगह आए नए व्यक्ति के साथ। प्लान बोर्ड तक निष्कर्षों के साथ-साथ पहुँचा। यह विश्वसनीय था, क्योंकि जिन लोगों ने इसे बनाया था, वे सच में समझते थे कि गड़बड़ कहाँ हुई।
बोर्ड के सवाल थे। तिमाही असहज रही। नतीजे थोड़े गिरे, फिर संभल गए।
(if: $q4choice is "ask_kabir")[जो धीरे-धीरे लौटा, उसे किसी डैशबोर्ड के आँकड़े से नाम देना मुश्किल है। लोग वे बातें आपके इनबॉक्स में भेजने लगे जो पहले आपसे दो स्तर नीचे ही रुक जाती थीं। कबीर उन मीटिंगों में आने लगे जिनमें उन्हें बुलाया नहीं गया था — क्योंकि उनके पास कहने को कुछ था, और उन्होंने सीख लिया था कि उनकी बात सुनी जाएगी। उनकी छपी हुई रिपोर्ट — चार पन्ने, पूरे साल में बनी — साल 4 में अर्जुन के चलाए सिस्टम-रीडिज़ाइन की नींव बनी।](else:)[लीना के जाने से पहले हुई सबकी मीटिंग ने कुछ छोटा पर टिकाऊ बदल दिया। पीछे से आए सवाल को एक "हाँ" मिला, जिस पर सच में अमल हुआ। यह एक बार हुआ। इतना ही काफ़ी था लोगों की यह सोच बदलने के लिए कि खुलकर बोलना किस बात के लायक है।]
<p class="field-note">जो कंपनियाँ अच्छी तरह उबरती हैं, वे शायद ही कभी वे होती हैं जहाँ कुछ ग़लत हुआ ही नहीं। वे वे होती हैं जहाँ दिक़्क़तों की जानकारी उन लोगों तक पहुँच सकी जो उस पर काम कर सकते थे — और जहाँ उन लोगों ने इतना भरोसा कमाया था कि सही ढंग से काम कर सकें। यही एक अंत है जहाँ कंपनी ख़ुद अपने आप को सुधारना शुरू करती है, न कि ऊपर से सुधारी जाती है।</p>
[[फिर से खेलें ->Start]]
---
<div class="book-promo">
### इन बातों को और गहराई से समझना चाहते हैं?
**The Drift** — डॉ. रीनी मोदी की किताब — उस असली रिसर्च को खोलती है जो आपने अभी इस गेम में महसूस की। भरोसा, फ़ीडबैक और खुलापन — ये चुपचाप तय करते हैं कि कोई दिक़्क़त उन लोगों तक पहुँचती है या नहीं जो उसे ठीक कर सकते हैं।
<a href="https://mybook.to/TJaJitr" target="_blank" rel="noopener">📖 किताब लें (Amazon)</a>
<br>
<a href="https://store.pothi.com/book/dr-reeny-modi-drift/" target="_blank" rel="noopener">🇮🇳 भारत में प्रिंट कॉपी ख़रीदें</a>
</div>
## इस साल आपने क्या बनाया
आपने तिमाही 1 से 3 तक अच्छा और लगातार काम किया। तिमाही 4 के आख़िर में, जब लीना ने "जुगाड़" कहा, आपने सीधे पूछ लिया — मतलब क्या है।
उन्होंने आपको मैनेजर की तरफ़ की बात बताई। अतिरिक्त स्प्रेडशीट, ऊपर न बताने का फ़ैसला, साल-दर-साल बढ़ती बात। उन्होंने समझाया कि यह कैसे हुआ। जो वे नहीं दे पाईं, वह था रोज़-रोज़ का असली अनुभव: काम के बोझ के आँकड़े, फ़्लोर का असली अनुभव, वह बारीकी जो सिर्फ़ कबीर के पास है।
ऑडिटर के निष्कर्षों ने लीना की बात की पुष्टि की — और उससे आगे भी गए। लीना से आपने जो सीखा, वह सही था। पर वह एक पूरी कहानी का सिर्फ़ आधा हिस्सा था।
रिकवरी हुई। दो सिस्टम फिर से बनाए गए। बोर्ड को निष्कर्षों के साथ आधा-अधूरा प्लान मिला — मैनेजमेंट की तरफ़ मज़बूत, ऑपरेशंस की तरफ़ पतला।
<p class="field-note">मैनेजर की बात और फ़्लोर की बात — दोनों सच हैं। वे एक ही कंपनी के अलग-अलग हिस्सों की कहानी बताती हैं। यह साल मज़बूत रहा, पर तस्वीर का एक टुकड़ा आपको उस इंसान से मिला जो जा रहा था, न कि उससे जो रुका हुआ था।</p>
[[फिर से खेलें ->Start]]
---
<div class="book-promo">
### इन बातों को और गहराई से समझना चाहते हैं?
**The Drift** — डॉ. रीनी मोदी की किताब — उस असली रिसर्च को खोलती है जो आपने अभी इस गेम में महसूस की। भरोसा, फ़ीडबैक और खुलापन — ये चुपचाप तय करते हैं कि कोई दिक़्क़त उन लोगों तक पहुँचती है या नहीं जो उसे ठीक कर सकते हैं।
<a href="https://mybook.to/TJaJitr" target="_blank" rel="noopener">📖 किताब लें (Amazon)</a>
<br>
<a href="https://store.pothi.com/book/dr-reeny-modi-drift/" target="_blank" rel="noopener">🇮🇳 भारत में प्रिंट कॉपी ख़रीदें</a>
</div>
## इस साल आपने क्या बनाया
तिमाही 1, 2 और 3 में आपने कुछ असली बनाया। जो चैनल आपने खोले थे, वे असली थे। फ़्लोर को यक़ीन होने लगा था कि बोलने से कुछ बदलेगा।
फिर तिमाही 4 आई, और लीना का "जुगाड़" वाला नोट आपकी नोटबुक में बाक़ी सब चीज़ों के साथ जाकर रुक गया। और आपने उसे बस दर्ज कर लिया।
ऑडिटर को वही मिला जो आप पहले से थोड़ा-बहुत देख चुकी थीं — और उससे भी ज़्यादा। उनके निष्कर्षों में तीन फ़्लोर, 34 बिना सुलझी शिकायतें, और साल भर के पोर्टल मैसेज शामिल थे। उनके आने से पहले ही आपके पास इसका सबूत था। तीन तिमाहियों में आपने ऐसे रिश्ते कमाए थे जो एक ऐसी बातचीत तक ले जा सकते थे जिससे रिपोर्ट के नतीजे बदल जाते।
वह बातचीत कभी हुई ही नहीं।
रिकवरी असली है, और बोर्ड इसे मान लेता है। पर आख़िरी बोर्ड मीटिंग से बाहर निकलते हुए जो सवाल आपके साथ चलता है — जो कोई खुलकर नहीं पूछता — वह यह है: आपके पास रिश्ते भी थे और जानकारी भी, जिससे आप इसे ऑडिटर से पहले पकड़ सकती थीं। तिमाही 4 में आपको किसने रोका?
<p class="field-note">लगातार बने रहना किसी एक तिमाही से ज़्यादा मायने रखता है। तीन मज़बूत तिमाहियों के बाद एक निष्क्रिय तिमाही 4 — इससे जो आपने बनाया वह मिटता नहीं, पर यह ज़रूर तय करता है कि जब मौक़ा आया, तो आपने उसके साथ क्या किया।</p>
[[फिर से खेलें ->Start]]
---
<div class="book-promo">
### इन बातों को और गहराई से समझना चाहते हैं?
**The Drift** — डॉ. रीनी मोदी की किताब — उस असली रिसर्च को खोलती है जो आपने अभी इस गेम में महसूस की। भरोसा, फ़ीडबैक और खुलापन — ये चुपचाप तय करते हैं कि कोई दिक़्क़त उन लोगों तक पहुँचती है या नहीं जो उसे ठीक कर सकते हैं।
<a href="https://mybook.to/TJaJitr" target="_blank" rel="noopener">📖 किताब लें (Amazon)</a>
<br>
<a href="https://store.pothi.com/book/dr-reeny-modi-drift/" target="_blank" rel="noopener">🇮🇳 भारत में प्रिंट कॉपी ख़रीदें</a>
</div>
## इस साल आपने क्या बनाया
तिमाही 1 में आपने सही चैनल खोला। तिमाही 2 या 3 में से किसी एक में गंभीरता से जुड़ीं, दोनों में नहीं — साल का बीच का हिस्सा असंगत रहा। तिमाही 4 में आप सीधे फ़्लोर पर गईं।
रिकवरी प्लान विश्वसनीय था, पर अधूरी जानकारी पर आधारित। कबीर से तिमाही 4 की बातचीत ने उन कमियों को भरा जो तिमाही 2 या 3 में छूट गई थीं। ऑपरेशंस की पूरी तस्वीर बोर्ड मीटिंग से पहले के आख़िरी तीन हफ़्तों में जुड़ी, पूरे साल में नहीं बनी।
बोर्ड को निष्कर्षों के साथ एक प्लान मिला। प्लान ने काम किया, पर वह जल्दी में बना था। उसका कुछ हिस्सा तिमाही 4 की बातचीत पर टिका था, न कि चार तिमाहियों में बने रिश्ते पर।
सबसे अच्छे नतीजे से क्या अलग है: कबीर ने इस साल की रिकवरी में योगदान दिया, पर उसे आकार नहीं दिया। उनकी बात संकट की सामग्री की तरह आई, न कि समय के साथ बनी जानकारी की तरह। यह फ़र्क़ अगले साल मायने रखेगा, जब अगली गड़बड़ी सामने आएगी।
<p class="field-note">तिमाही 1 की नींव टिकी रही। तिमाही 4 ने अच्छा जवाब दिया। साल के बीच का हिस्सा वह जगह है जहाँ क़ीमत चुपचाप चुकाई जाती है — नाटकीय ढंग से नहीं, पर मापी जा सकती है।</p>
[[फिर से खेलें ->Start]]
---
<div class="book-promo">
### इन बातों को और गहराई से समझना चाहते हैं?
**The Drift** — डॉ. रीनी मोदी की किताब — उस असली रिसर्च को खोलती है जो आपने अभी इस गेम में महसूस की। भरोसा, फ़ीडबैक और खुलापन — ये चुपचाप तय करते हैं कि कोई दिक़्क़त उन लोगों तक पहुँचती है या नहीं जो उसे ठीक कर सकते हैं।
<a href="https://mybook.to/TJaJitr" target="_blank" rel="noopener">📖 किताब लें (Amazon)</a>
<br>
<a href="https://store.pothi.com/book/dr-reeny-modi-drift/" target="_blank" rel="noopener">🇮🇳 भारत में प्रिंट कॉपी ख़रीदें</a>
</div>
## इस साल आपने क्या बनाया
आपने तिमाही 1 में एक चैनल खोला। तिमाही 4 तक, लीना की विदाई-बातचीत ने आपको मैनेजर की तरफ़ से एक स्पष्टीकरण दिया कि आपने जो पाया, वह क्या था।
ऑडिटर की आख़िरी मीटिंग में जाते वक़्त आपके पास बस दो सिरे हैं: तिमाही 1 का इशारा, और लीना का तिमाही 4 का स्पष्टीकरण। बीच का सब कुछ छूट गया है — फ़्लोर का नज़रिया, ऑपरेशंस की बारीकियाँ, और साल भर की वह बढ़त जो कबीर बता सकते थे, अगर किसी ने उनसे पूछा होता।
रिकवरी प्लान लीना की बात से बना। इसने जुगाड़ के पीछे की मैनेजमेंट की सोच साफ़-साफ़ बताई। यह इस बारे में कमज़ोर था कि फ़्लोर ने इसे क्यों बनाया, उन्हें क्या रोकना होगा, और क्या उन्हें लगता है कि नया सिस्टम सच में काम करेगा।
ऑडिटर के निष्कर्ष हैरान करने वाले नहीं थे, तिमाही 1 को देखते हुए। पर वे लीना की विदाई-बातचीत से कहीं ज़्यादा गहरे निकले। लीना जो जानती थीं और कबीर जो जानते थे, उस फ़र्क़ में ही अतिरिक्त नुक़सान छुपा था।
<p class="field-note">जो जा रहा है, वह एक कहानी बताता है। जो रुका है और रिकवरी को चलाना है, वह दूसरी कहानी बताता है। यह साल सिर्फ़ पहली कहानी के साथ ख़त्म हुआ।</p>
[[फिर से खेलें ->Start]]
---
<div class="book-promo">
### इन बातों को और गहराई से समझना चाहते हैं?
**The Drift** — डॉ. रीनी मोदी की किताब — उस असली रिसर्च को खोलती है जो आपने अभी इस गेम में महसूस की। भरोसा, फ़ीडबैक और खुलापन — ये चुपचाप तय करते हैं कि कोई दिक़्क़त उन लोगों तक पहुँचती है या नहीं जो उसे ठीक कर सकते हैं।
<a href="https://mybook.to/TJaJitr" target="_blank" rel="noopener">📖 किताब लें (Amazon)</a>
<br>
<a href="https://store.pothi.com/book/dr-reeny-modi-drift/" target="_blank" rel="noopener">🇮🇳 भारत में प्रिंट कॉपी ख़रीदें</a>
</div>
## इस साल आपने क्या बनाया
आपने तिमाही 1 का ऑडिट या समीक्षा करवाई। जुगाड़ मिल गया। फ़्लोर को पता चल गया कि ऊपर किसी ने आख़िरकार देखा।
फिर साल आगे बढ़ता गया।
तिमाही 4 में लीना का "जुगाड़" वाला ज़िक्र उन बातों के ढेर के साथ जाकर रुका जो आप पहले से जानती थीं और जिन पर आपने कुछ नहीं किया था। ऑडिटर को वही मिला जिसका सबूत आप पहले ही देख चुकी थीं — और उससे भी ज़्यादा। उनकी रिपोर्ट में तीन फ़्लोर, 34 शिकायतें, 340 बिना पढ़े मैसेज शामिल हैं। तिमाही 1 के निष्कर्ष उनके फ़ुटनोट में हैं, यह दिखाते हुए कि यह समस्या बारह महीने पहले ही लीडरशिप को दिख रही थी।
रिकवरी मुमकिन है, और होती है। पर सबसे मुश्किल बातचीत ऑडिट के निष्कर्षों पर बोर्ड के साथ नहीं है। यह इस बात पर है — आप जो जानती थीं और जो आपने किया, उनके बीच का फ़ासला।
<p class="field-note">सबसे महँगी समस्याएँ वे होती हैं जो सही लोगों को दिख चुकी थीं — और फिर भी बढ़ती गईं। इसलिए नहीं कि किसी ने उन्हें छिपाया, बल्कि इसलिए कि जानना और करना दो अलग चीज़ें हैं, और इन दोनों के बीच एक साल का फ़ासला — यानी एक साल की बचाई जा सकने वाली क़ीमत।</p>
[[फिर से खेलें →->Start]]
---
<div class="book-promo">
### इन बातों को और गहराई से समझना चाहते हैं?
**The Drift** — डॉ. रीनी मोदी की किताब — उस असली रिसर्च को खोलती है जो आपने अभी इस गेम में महसूस की। भरोसा, फ़ीडबैक और खुलापन — ये चुपचाप तय करते हैं कि कोई दिक़्क़त उन लोगों तक पहुँचती है या नहीं जो उसे ठीक कर सकते हैं।
<a href="https://mybook.to/TJaJitr" target="_blank" rel="noopener">📖 किताब लें (Amazon)</a>
<br>
<a href="https://store.pothi.com/book/dr-reeny-modi-drift/" target="_blank" rel="noopener">🇮🇳 भारत में प्रिंट कॉपी ख़रीदें</a>
</div>
## इस साल आपने क्या बनाया
आपने तिमाही 1 में एक ऐसा चैनल खोला जो पहले कभी था ही नहीं। फिर तिमाही 2 और 3 में उस पर आगे कुछ नहीं बना। फिर तिमाही 4 में आपने उसे फिर से खोला।
तिमाही 4 की बातचीत में कबीर ने "दो साल" कहा। तिमाही 1 के ऑडिट या समीक्षा ने उन्हें उम्मीद दी थी कि यह बात एक ख़ास इंसान पर लागू होती है: आप पर। उन्हें उम्मीद थी कि तिमाही 1 के बाद चीज़ें बदलेंगी। वे नहीं बदलीं। तिमाही 4 में भी वे इंतज़ार कर रहे थे।
रिकवरी प्लान साल के आख़िरी तीन हफ़्तों में बना, तिमाही 1 की नींव और तिमाही 4 की बातचीत के सहारे। इसमें जो नहीं है, वह वह सब है जो तिमाही 2 और 3 में बन सकता था, अगर चैनल खुला रहता।
बोर्ड ने प्लान मान लिया। ऑडिट के निष्कर्ष संभले जा सकने लायक थे। पर बोर्ड ने यह भी नोटिस किया कि तिमाही 1 के ऑडिट में ही यह जुगाड़ सामने आ गया था, और पूछा — तिमाही 1 और तिमाही 4 के बीच क्या बदला। इसका कोई आरामदायक जवाब नहीं है।
<p class="field-note">चैनल खोलना मायने रखता है। उसे खुला रखना उससे भी ज़्यादा मायने रखता है। इस साल के रिकॉर्ड में तिमाही 1 और तिमाही 4 के बीच का फ़ासला ठीक उतना ही चौड़ा है जितनी दो तिमाहियों की बंद आँखें।</p>
[[फिर से खेलें ->Start]]
---
<div class="book-promo">
### इन बातों को और गहराई से समझना चाहते हैं?
**The Drift** — डॉ. रीनी मोदी की किताब — उस असली रिसर्च को खोलती है जो आपने अभी इस गेम में महसूस की। भरोसा, फ़ीडबैक और खुलापन — ये चुपचाप तय करते हैं कि कोई दिक़्क़त उन लोगों तक पहुँचती है या नहीं जो उसे ठीक कर सकते हैं।
<a href="https://mybook.to/TJaJitr" target="_blank" rel="noopener">📖 किताब लें (Amazon)</a>
<br>
<a href="https://store.pothi.com/book/dr-reeny-modi-drift/" target="_blank" rel="noopener">🇮🇳 भारत में प्रिंट कॉपी ख़रीदें</a>
</div>
## इस साल आपने क्या बनाया
आपने तिमाही 1 में गहराई से नहीं देखा। दिक़्क़त बंद कर दी गई, और फ़्लोर ने उसका मतलब समझकर ख़ुद को ढाल लिया।
पर तिमाही 2 या 3 में कुछ बदला — एक फ़्लोर मीटिंग, एक जाँच, एक खुली बातचीत, एक सवाल जो किसी ने पहले नहीं पूछा था। तिमाही 4 आने तक आप ध्यान दे रही थीं। जब आप सीधे फ़्लोर पर गईं या सबकी मीटिंग बुलाई, तो आप शून्य से शुरू नहीं कर रही थीं।
रिकवरी असली है। प्लान विश्वसनीय था। कबीर ने उसमें योगदान दिया, या सबकी मीटिंग वाले सवाल ने बदल दिया कि लोगों को क्या मुमकिन लगता है।
क़ीमत है — तिमाही 1 में जो मिल सकता था, और ऑडिटर को जो मिला, उसके बीच का फ़ासला। तीन साल से तीन फ़्लोर पर जुगाड़ चल रहे थे। चौंतीस शिकायतें "सुलझी हुई" मार्क थीं जो सुलझी नहीं थीं। यह फ़ासला — एक साल भर की बढ़त, जिसे तिमाही 2 या 3 की जागरूकता ने धीमा किया, पर पूरी तरह रोक नहीं पाई।
<p class="field-note">देर से जागना, बिल्कुल न जागने से बेहतर है। यह साल दिखाता है कि तिमाही 1 की जागरूकता और तिमाही 3 की जागरूकता के बीच का फ़र्क़ असल में कितना महँगा पड़ता है — समय में, बजट में, और कबीर की जगह आई नई टीम को मिली अतिरिक्त रिकवरी के बोझ में।</p>
[[फिर से खेलें ->Start]]
---
<div class="book-promo">
### इन बातों को और गहराई से समझना चाहते हैं?
**The Drift** — डॉ. रीनी मोदी की किताब — उस असली रिसर्च को खोलती है जो आपने अभी इस गेम में महसूस की। भरोसा, फ़ीडबैक और खुलापन — ये चुपचाप तय करते हैं कि कोई दिक़्क़त उन लोगों तक पहुँचती है या नहीं जो उसे ठीक कर सकते हैं।
<a href="https://mybook.to/TJaJitr" target="_blank" rel="noopener">📖 किताब लें (Amazon)</a>
<br>
<a href="https://store.pothi.com/book/dr-reeny-modi-drift/" target="_blank" rel="noopener">🇮🇳 भारत में प्रिंट कॉपी ख़रीदें</a>
</div>
## इस साल आपने क्या बनाया
उन फ़्लोर पर क्या हो रहा था, इसकी पहली असली जानकारी आपको लीना की विदाई-बातचीत से मिली।
सच जानने और ऑडिटर की रिपोर्ट के बीच आपके पास सिर्फ़ छह दिन थे।
छह दिन उनके निष्कर्ष बदलने के लिए काफ़ी नहीं हैं। पर इतना काफ़ी है कि आप हैरान होना बंद कर दें, और तस्वीर को अपने हिसाब से पेश करने की कोशिश छोड़ दें। आपने कोशिश नहीं की। निष्कर्ष आपकी उस बात के साथ आगे गए जो आपने अभी-अभी जानी थी।
बोर्ड को एक रिपोर्ट मिली, घटनाओं की समय-सीमा, और एक रिकवरी प्लान जो ज़्यादातर लीना की बात पर बना। कबीर उसमें बस जुगाड़ के इतिहास में एक नाम की तरह हैं। उनसे कभी सीधे नहीं पूछा गया।
रिकवरी प्लान तकनीकी तौर पर काम करता है। जो इसमें नहीं है, वह है फ़्लोर का भरोसा। जिन लोगों को नया सिस्टम चलाना है, उनसे कहा जा रहा है कि वे उन जुगाड़ों को छोड़ दें जिनकी वजह से वे तीन साल टारगेट पूरे करते रहे। नए सिस्टम के बारे में उनसे कुछ नहीं पूछा गया। साल 4 की तिमाही 1 में कबीर की टीम के दो लोग ट्रांसफ़र की अर्ज़ी देते हैं।
<p class="field-note">लीना की विदाई-बातचीत ईमानदार थी। जो यह नहीं दे पाई, वह वह असली जानकारी है जो सिर्फ़ फ़्लोर पर सालों सिस्टम चलाने से मिलती है। वह जानकारी उसी दिन कंपनी से बाहर चली गई, जिस दिन कबीर की टीम से कभी पूछा ही नहीं गया।</p>
[[फिर से खेलें ->Start]]
---
<div class="book-promo">
### इन बातों को और गहराई से समझना चाहते हैं?
**The Drift** — डॉ. रीनी मोदी की किताब — उस असली रिसर्च को खोलती है जो आपने अभी इस गेम में महसूस की। भरोसा, फ़ीडबैक और खुलापन — ये चुपचाप तय करते हैं कि कोई दिक़्क़त उन लोगों तक पहुँचती है या नहीं जो उसे ठीक कर सकते हैं।
<a href="https://mybook.to/TJaJitr" target="_blank" rel="noopener">📖 किताब लें (Amazon)</a>
<br>
<a href="https://store.pothi.com/book/dr-reeny-modi-drift/" target="_blank" rel="noopener">🇮🇳 भारत में प्रिंट कॉपी ख़रीदें</a>
</div>
## इस साल आपने क्या बनाया
आप तिमाही 4 में कबीर के पास गईं। यह पहली बार था। उन्होंने "दो साल" कहा — और सच में यही मतलब था।
उस एक बातचीत में जो आपने बनाया, वह असली था। चाहे वह सबकी मीटिंग वाला सवाल हो, या कबीर की अपनी बात — दोनों ही तरह से, आपके पास वह था जो बोर्ड मीटिंग को चाहिए था। रिकवरी प्लान शून्य से नहीं बना।
पर यह एक ही बातचीत से बना — साल के आख़िर में, जबकि उससे पहले हर इशारा आपसे छूट गया था। तिमाही 1 की दिक़्क़त बंद कर दी गई। तिमाही 2 की ट्रांसफ़र अर्ज़ियाँ निपटा दी गईं। तिमाही 3 का सर्वे छप गया। पोर्टल पर 340 मैसेज आए। तिमाही 4, हफ़्ते 2 तक इनमें से कुछ भी आप तक ऐसे नहीं पहुँचा जो कुछ बदल सके।
रिकवरी तेज़ और निर्णायक है, और बोर्ड इसका श्रेय देता है। पर ऑडिट रिपोर्ट तीन साल के उस जुगाड़ को कवर करती है जो इसी साल की तिमाही 1 में ही दिख चुका था और उसके बाद हर तिमाही में पकड़ में आ सकता था। बोर्ड का अगला सवाल — तिमाही 4 में क्यों, तिमाही 1 में क्यों नहीं — इसका कोई आरामदायक जवाब नहीं है।
<p class="field-note">संकट को संभालना एक हुनर है। जल्दी पहचान करना एक अलग हुनर है। इस साल ने दिखाया कि आपके पास पहला हुनर है। इसने यह भी दिखाया कि पिछली तीन तिमाहियों तक दूसरा हुनर न होने की क़ीमत क्या होती है।</p>
[[फिर से खेलें ->Start]]
---
<div class="book-promo">
### इन बातों को और गहराई से समझना चाहते हैं?
**The Drift** — डॉ. रीनी मोदी की किताब — उस असली रिसर्च को खोलती है जो आपने अभी इस गेम में महसूस की। भरोसा, फ़ीडबैक और खुलापन — ये चुपचाप तय करते हैं कि कोई दिक़्क़त उन लोगों तक पहुँचती है या नहीं जो उसे ठीक कर सकते हैं।
<a href="https://mybook.to/TJaJitr" target="_blank" rel="noopener">📖 किताब लें (Amazon)</a>
<br>
<a href="https://store.pothi.com/book/dr-reeny-modi-drift/" target="_blank" rel="noopener">🇮🇳 भारत में प्रिंट कॉपी ख़रीदें</a>
</div>
## इस साल आपने क्या बनाया
ऑडिटर की रिपोर्ट एक झटका थी।
इसलिए नहीं कि जानकारी थी ही नहीं। यह कबीर के फ़्लोर पर लिखी जा चुकी थी, हर तिमाही लीना को भेजी गई थी, और सिस्टम में एक सामान्य, अपेक्षित बात मानकर समा गई थी। तिमाही 1 की दिक़्क़त बंद कर दी गई। तिमाही 2 के ट्रांसफ़र निपटा दिए गए। तिमाही 3 का सर्वे 87% पर आया। पोर्टल पर 340 मैसेज आए जिन्हें किसी ने नहीं पढ़ा।
उनमें से हर पल एक फ़ैसला था — हमेशा सोच-समझकर नहीं — कि फ़्लोर की जानकारी को पूरे बदलाव के ज़िम्मेदार इंसान की मेज़ तक पहुँचने की ज़रूरत नहीं है।
जब तक लीना ने तिमाही 4 में "जुगाड़" का ज़िक्र किया, तब तक फ़्लोर ने उम्मीद करना छोड़ दिया था कि कुछ कहने से कुछ बदलेगा। कबीर ने तीन तिमाही पहले ही बारीकी से लिखना बंद कर दिया था। चैनल इसलिए बंद नहीं हुआ कि किसी ने उसे बंद किया — यह इसलिए बंद हुआ कि जो कुछ भी उसमें गया, वह कभी किसी जवाब के साथ वापस नहीं आया।
यहाँ रिकवरी किसी भी दूसरे रास्ते से ज़्यादा वक़्त लेती है। भरोसे का सवाल सिर्फ़ जुगाड़ों के बारे में नहीं है। यह इस बारे में है कि कंपनी के सुनने के आधिकारिक तरीक़े — सर्वे, पोर्टल, शिकायत के रास्ते — क्यों लगातार हरा डैशबोर्ड दिखाते रहे, जबकि तीन फ़्लोर पर तीन साल से एक समानांतर सिस्टम चल रहा था।
बोर्ड जानना चाहता है। साल 4 में रेगुलेटर भी।
<p class="field-note">डैशबोर्ड झूठ नहीं था। यह उस जानकारी की एक वफ़ादार रिपोर्ट थी जिसे ऊपर तक जाने की इजाज़त दी गई थी। इस साल हर वह फ़ैसला जिसने किसी इशारे को छान दिया, टाल दिया, या नज़रअंदाज़ किया, उसी वफ़ादारी में जुड़ता गया। सबसे महँगी नाकामियाँ वे नहीं होतीं जहाँ लोग अपने बॉस को धोखा देते हैं — वे होती हैं जहाँ ढाँचा ऐसा बना दिया जाता है कि ईमानदार जानकारी सामने लाना ही बहुत महँगा हो जाता है।</p>
[[फिर से खेलें ->Start]]
---
<div class="book-promo">
### इन बातों को और गहराई से समझना चाहते हैं?
**The Drift** — डॉ. रीनी मोदी की किताब — उस असली रिसर्च को खोलती है जो आपने अभी इस गेम में महसूस की। भरोसा, फ़ीडबैक और खुलापन — ये चुपचाप तय करते हैं कि कोई दिक़्क़त उन लोगों तक पहुँचती है या नहीं जो उसे ठीक कर सकते हैं।
<a href="https://mybook.to/TJaJitr" target="_blank" rel="noopener">📖 किताब लें (Amazon)</a>
<br>
<a href="https://store.pothi.com/book/dr-reeny-modi-drift/" target="_blank" rel="noopener">🇮🇳 भारत में प्रिंट कॉपी ख़रीदें</a>
</div>
(if: $q2_first is "verify")["एक्स्ट्रा तरीक़ों" वाला नोट आपकी मेज़ पर है। आपने पढ़ लिया है। इस तिमाही आप इसे आगे नहीं बढ़ातीं।](else-if: $q2_first is "working_session")[फ़्लोर से बातचीत हो गई। इस तिमाही आप उस पर आगे कुछ नहीं करतीं। जो दरवाज़ा आपने खोला था, वह अधखुला रह जाता है।](else:)[एचआर की रिपोर्ट फ़ाइल में दर्ज है। तिमाही बिना किसी और क़दम के ख़त्म हो जाती है।]
[[देखें तिमाही 2 कैसे ख़त्म हुई →->HIQ2Results]]
(set: $q2_second to "accept")
(set: $feedback to (max: 0, $feedback - 6))
Le conseil entend les 87 % et les 78 %. Antoine présente à vos côtés. La bonne nouvelle part vers la presse et les partenaires.
Les 340 messages du portail sont toujours dans le système. Le message marqué attend toujours une réponse.
[[Un dernier coup avant la fin du T3 →->FRQ3SecondChoice]]
(set: $q3_first to "headlines")
(set: $performance to (min: 100, $performance + 2))
(set: $transparency to (max: 0, $transparency - 4))
Le message marqué a été envoyé de façon anonyme. Il dit, en entier : *« S'il vous plaît, lisez-les vraiment. »*
Vous demandez à votre assistant : combien des 340 messages viennent de l'étage des opérations ? Réponse : 47. Combien sont dans le résumé de cinq lignes ? Zéro.
(if: $q2_active)[Vous avez déjà entendu cet étage. La version de l'enquête et la version de l'étage sont maintenant côte à côte. Elles décrivent deux entreprises différentes.](else:)[Vous restez un moment avec ça avant la réunion du conseil.]
[[Un dernier coup avant la fin du T3 ->FRQ3SecondChoice]]
(set: $q3_first to "flagged")
(set: $q3_honest to true)
(set: $transparency to (min: 100, $transparency + 8))
(if: $q2_active)[
(set: $feedback to (min: 100, $feedback + 14))
(set: $trust to (min: 100, $trust + 10))
Les RH organisent deux échanges libres. Les gens de l'étage de Karim ont déjà été écoutés cette année, ils viennent donc avec des choses précises à dire. Les notes remplissent neuf pages. Les trois dernières viennent de l'étage des opérations et nomment, étape par étape, où le système échoue.
](else:)[
(set: $feedback to (min: 100, $feedback + 10))
(set: $trust to (min: 100, $trust + 7))
Les RH organisent deux échanges libres. Sans script, sans manager dans la salle. Les notes reviennent : sept pages. Trois phrases reviennent dans les deux sessions : *« on ne sait pas qui lit ça », « rien n'a changé après la dernière fois »,* et *« on a arrêté d'y croire ».*
]
[[Un dernier coup avant la fin du T3 ->FRQ3SecondChoice]]
(set: $q3_first to "open_format")
(set: $q3_honest to true)
(set: $budget to (max: 0, $budget - 4))
(set: $q3_first to "questions")
(set: $q3_honest to true)
(set: $budget to (max: 0, $budget - 3))
(if: $q2_active)[
(set: $transparency to (min: 100, $transparency + 14))
(set: $feedback to (min: 100, $feedback + 7))
Vous demandez à votre équipe : quelles questions manquaient dans l'enquête ? Quelqu'un dit : « On connaît déjà certaines réponses depuis le T2. Le vrai manque, ce n'est pas ce qu'on n'a pas demandé — c'est ce qu'on a demandé, et jamais suivi d'effet. » Et aussi : 61 % ont répondu uniquement parce que c'était attendu d'eux. Mais 23 personnes de l'étage des opérations ont ajouté des commentaires que personne n'avait demandés. C'est nouveau.
](else:)[
(set: $transparency to (min: 100, $transparency + 10))
(set: $feedback to (min: 100, $feedback + 4))
Vous demandez à votre équipe : quelles questions manquaient dans l'enquête ? La salle se tait. Finalement, quelqu'un dit : « On n'a jamais demandé si les gens croient que ce qu'ils disent compte vraiment. » Et : 61 % ont répondu uniquement parce que c'était attendu d'eux.
]
[[Un dernier coup avant la fin du T3 ->FRQ3SecondChoice]]
## Trimestre 3 — Deuxième coup
(if: $q3_first is "headlines")[Les 87 % sont dans le dossier du conseil. Les 340 messages sont toujours dans le système. Le message marqué attend toujours une réponse.](else-if: $q3_first is "flagged")[*« S'il vous plaît, lisez-les vraiment. »* 47 messages de l'étage des opérations. Zéro dans le résumé.](else-if: $q3_first is "open_format")[(if: $q2_active)[Les notes des échanges nomment, étape par étape, où le système échoue. Neuf pages.](else:)[Sept pages. Trois phrases sur le fait de ne pas être entendu.]](else:)[(if: $q2_active)[Le manque, ce n'est pas ce qu'on n'a pas demandé — c'est ce qu'on a demandé et jamais suivi.](else:)[61 % ont répondu uniquement parce que c'était attendu d'eux.]]
Encore un coup ce trimestre. Que faites-vous ?
(if: $q3_first is not "headlines")[[[Présenter les grands chiffres de l'enquête au conseil.->FRQ3SecondHeadlines]]]
(if: $q3_first is not "flagged")[[[Lire le message marqué du portail.->FRQ3SecondFlagged]]]
(if: $q3_first is not "open_format")[[[Demander aux RH d'organiser des échanges libres avec l'étage.->FRQ3SecondOpenFormat]]]
(if: $q3_first is not "questions")[[[Demander à votre équipe quelles questions l'enquête n'a pas posées.->FRQ3SecondQuestions]]]
(if: $q3_first is "flagged")[Vous avez lu ce que disaient les 47 messages. Puis vous avez quand même présenté les 87 % au conseil. Les deux choses sont vraies dans le même trimestre. Personne ne vous demande de les faire tenir ensemble.](else-if: $q3_first is "open_format")[Vous avez organisé les échanges - neuf pages, trois phrases sur le fait de ne pas être entendu. Puis vous avez présenté les 87 % au conseil. Antoine est content. Les notes des échanges partent dans un dossier.](else:)[Vous avez trouvé le piège, 61 % ont répondu par obligation. Puis vous avez présenté le chiffre quand même. Le conseil a eu le chiffre, sans la petite ligne en bas.]
[[Voir la fin du T3 ->FRQ3Results]]
(set: $q3_second to "headlines")
(set: $performance to (min: 100, $performance + 2))
(set: $transparency to (max: 0, $transparency - 5))
(set: $feedback to (max: 0, $feedback - 6))
(set: $q3_second to "flagged")
(set: $q3_honest to true)
(if: $q3_first is "headlines")[
(set: $transparency to (min: 100, $transparency + 10))
Vous avez présenté les 87 % au conseil. Puis, avant la fin du T3, vous avez lu le message marqué. *« S'il vous plaît, lisez-les vraiment. »* 47 messages de l'étage des opérations. Aucun dans le résumé que vous venez de présenter. Les deux choses se sont passées la même semaine.
](else-if: $q3_first is "open_format")[
(set: $transparency to (min: 100, $transparency + 8))
(set: $feedback to (min: 100, $feedback + 5))
Après les échanges libres, vous avez lu le message marqué. *« S'il vous plaît, lisez-les vraiment. »* Les échanges disaient la même chose en plusieurs pages. Le message anonyme le disait en cinq mots. Ils se confirment l'un l'autre.
](else:)[
(set: $transparency to (min: 100, $transparency + 8))
(set: $feedback to (min: 100, $feedback + 5))
Après avoir trouvé le piège de l'enquête, vous avez lu le message marqué. *« S'il vous plaît, lisez-les vraiment. »* Les deux choses — les 61 % qui répondent par obligation, et ce message — disent la même chose, sous deux angles différents.
]
[[Voir la fin du T3 →->FRQ3Results]]
(set: $q3_second to "open_format")
(set: $q3_honest to true)
(set: $budget to (max: 0, $budget - 4))
(if: $q3_first is "headlines")[
(set: $feedback to (min: 100, $feedback + 12))
(set: $trust to (min: 100, $trust + 8))
Vous avez présenté les 87 %. Puis vous avez organisé les échanges libres. Les notes reviennent : huit pages. Les notes des échanges et le chiffre présenté sont maintenant tous les deux dans votre dossier du T3. Ils ne correspondent pas. Personne ne vous a demandé de les faire tenir ensemble.
](else-if: $q3_first is "flagged")[
(set: $feedback to (min: 100, $feedback + 14))
(set: $trust to (min: 100, $trust + 10))
Après avoir lu le message marqué, vous avez organisé les échanges libres. Le message anonyme le disait en cinq mots. Les échanges le disaient en huit pages. Ils se confirment en détail. (if: $q2_active)[Les gens de l'étage de Karim sont venus en sachant que vous aviez été attentive cette année. Ils sont venus avec des choses précises.](else:)[Trois phrases dans les deux sessions : ne pas savoir qui lit, rien qui change, ne plus rien attendre.])
](else:)[
(set: $feedback to (min: 100, $feedback + 14))
(set: $trust to (min: 100, $trust + 10))
(set: $transparency to (min: 100, $transparency + 6))
Après avoir trouvé le piège de l'enquête, vous avez organisé les échanges pour découvrir ce que l'enquête n'avait pas pu saisir. Les questions que vous aviez identifiées comme manquantes ont trouvé leurs réponses dans les échanges libres. Les deux coups se sont renforcés l'un l'autre.
]
[[Voir la fin du T3 →->FRQ3Results]]
(set: $q3_second to "questions")
(set: $q3_honest to true)
(set: $budget to (max: 0, $budget - 3))
(if: $q3_first is "headlines")[
(set: $transparency to (min: 100, $transparency + 10))
Vous avez présenté les 87 %. Puis vous avez demandé à votre équipe quelles questions manquaient. « On n'a jamais demandé si les gens croient que ce qu'ils disent compte vraiment. » 61 % ont répondu par obligation. Vous avez maintenant le chiffre, et la petite ligne en bas, dans le même trimestre.
](else-if: $q3_first is "flagged")[
(set: $transparency to (min: 100, $transparency + 12))
(set: $feedback to (min: 100, $feedback + 6))
Après le message marqué, vous avez demandé ce qui n'était pas demandé. La salle a tout de suite fait le lien - le message anonyme et le manque de l'enquête disent la même chose. Les deux sont sortis le même trimestre.
](else:)[
(set: $transparency to (min: 100, $transparency + 12))
(set: $feedback to (min: 100, $feedback + 7))
Après les échanges libres, vous avez demandé ce que l'enquête n'avait pas réussi à demander. Les échanges vous ont donné les réponses. Les questions manquantes ont expliqué pourquoi ces réponses n'étaient jamais apparues avant. Les deux coups se sont construits l'un sur l'autre.
]
[[Voir la fin du T3 →->FRQ3Results]]
## Fin du trimestre 3
(if: $performance >= 78)[Les résultats sont bons. Le chiffre de l'enquête circule même à l'extérieur.](else-if: $performance >= 60)[Les résultats sont stables.](else:)[Trois trimestres de suite, plats ou en baisse. C'est maintenant un point fixe à chaque réunion du conseil.]
---
(if: ($q3_first is "open_format" or $q3_second is "open_format") and ($q3_first is "questions" or $q3_second is "questions"))[
Les échanges libres vous ont donné des réponses. L'exercice des questions manquantes a expliqué pourquoi ces réponses étaient restées invisibles. Ensemble, c'est l'image la plus complète que l'enquête pouvait donner.
](else-if: ($q3_first is "flagged" or $q3_second is "flagged") and ($q3_first is "open_format" or $q3_second is "open_format"))[
Le message anonyme le disait en cinq mots. Les échanges le disaient en pages. Ils se confirment l'un l'autre. <span class="char-badge kabir">K</span> Karim est venu à l'un des échanges. Quand on lui a dit que vous aviez lu toutes les notes, il a dit un seul mot : « Bien. » Pas « d'accord ». Bien.
](else-if: ($q3_first is "headlines" or $q3_second is "headlines") and $q3_honest)[
Les 87 % sont dans le rapport public. L'image honnête est dans un dossier sur votre bureau. Vous avez les deux. Personne ne vous a encore demandé comment ils s'accordent.
](else-if: $q3_honest)[
(if: $q2_active)[Vous posez de vraies questions depuis deux trimestres d'affilée. L'étage l'a remarqué.](else:)[Vous avez posé une question honnête ce trimestre. Quelque chose de réel est ressorti.]
](else:)[
<span class="char-badge arjun">A</span> Antoine écrit une success story sur l'enquête. Les 340 messages du portail ne sont pas mentionnés dans le dossier du conseil.
]
<div class="state-block">
**Votre entreprise, en ce moment :**
(if: $trust >= 75)[Les gens signalent encore les problèmes sans peur.](else-if: $trust >= 50)[Les gens réfléchissent bien avant de vous dire quelque chose.](else:)[Les gens ont compris : signaler un problème ici ne change rien.]
(if: $feedback >= 75)[Quand quelqu'un signale un souci, il voit que ça aboutit quelque part.](else-if: $feedback >= 45)[Les soucis sont signalés. Est-ce qu'il se passe quelque chose ensuite ? Autre question.](else:)[Prendre la parole ne semble plus servir à rien.]
(if: $transparency >= 75)[Quand quelque chose change, les gens savent en général pourquoi.](else-if: $transparency >= 50)[Les décisions arrivent aux équipes. Les raisons, rarement.](else:)[Les gens découvrent ce qui a changé. Presque jamais pourquoi.]
</div>
L'audit externe annuel commence au trimestre 4, semaine 3.
[[Trimestre 4 ->FRQuarter4]]
(set: $pressure to (min: 100, $pressure + 10))
(set: $trf_avg to ($trust + $transparency + $feedback) / 3)
(set: $gap to 100 - $trf_avg)
(set: $gap_weighted to $gap * 1.3)
(set: $drift to (max: 0, (min: 100, $pressure + $gap_weighted - 50)))
(set: $quarter to 4)
## Trimestre 4
<span class="char-badge leena">L</span> **Léa Dubois** demande un rendez-vous en début de trimestre. Sept ans chez Véritas. On lui a proposé un autre poste. Elle l'accepte.
Presque en passant, vers la fin de l'entretien, elle mentionne que l'équipe de Karim a « trouvé des solutions maison » pour maintenir les résultats. Elle n'explique pas plus. Elle part dans trois semaines. Elle ne semble pas s'attendre à ce que vous en demandiez plus.
(if: $q1_open and $q2_active and $q3_honest)[Vous avez la vision la plus complète de toute l'entreprise. « Solutions maison » n'est pas un mot vague pour vous. Vous savez quels étages, quels systèmes, depuis combien de temps.](else-if: $q1_open and $q2_active)[Vous avez parlé à l'étage deux fois cette année. Vous savez ce que « solutions maison » veut dire.](else-if: $q1_open)[Vous avez ouvert un canal au T1. Vous savez qu'une solution maison existe. Vous n'avez pas toute l'image.](else-if: $q3_honest)[Les échanges libres du T3 ont fait remonter des choses que l'enquête officielle n'avait pas captées. « Solutions maison » se relie à ce que vous avez entendu là-bas.](else-if: $feedback <= 40)[Les gens de cet étage ont arrêté de signaler des choses il y a des mois. « Solutions maison » est un mot prudent pour quelque chose qui se construit depuis le T1.](else:)[Vous notez « solutions maison » comme un sujet à suivre plus tard. Le trimestre est déjà chargé.]
L'auditeur externe arrive en semaine 3.
Que faites-vous ?
[[Remercier Léa, promouvoir son adjoint, passer à autre chose.->FRQ4Accept]]
[[Lui demander directement ce qu'elle veut dire par « solutions maison », avant son départ.->FRQ4AskLeena]]
[[Aller voir Karim directement, sans Léa dans la pièce.->FRQ4AskKabir]]
[[Réunir tout le monde avant son départ, annoncer le changement ouvertement.->FRQ4AllHands]]
(set: $q4choice to "accept")
(if: $q1_open or $q3_honest)[
(set: $trust to (max: 0, $trust - 10))
(set: $feedback to (max: 0, $feedback - 10))
(set: $performance to (max: 0, $performance - 5))
Vous remerciez Léa pour ces sept années. Vous promouvez son adjoint. La passation est propre et professionnelle.
« Solutions maison » reste dans votre carnet, à côté de tout ce que vous savez déjà sur cet étage. Non résolu.
<p class="field-note">Passer à côté de quelque chose que l'on sait déjà, ce n'est pas la même chose que de ne pas le savoir.</p>
](else:)[
(set: $trust to (max: 0, $trust - 5))
(set: $performance to (max: 0, $performance - 5))
Vous remerciez Léa pour ces sept années. Vous promouvez son adjoint. La passation est propre et professionnelle. « Solutions maison » reste dans vos notes, non résolu.
]
L'auditeur arrive en semaine 3, comme prévu.
[[Avant les conclusions de l'auditeur →->FRJourneySummary]]
(set: $q4choice to "ask_leena")
(set: $q4partial to true)
(if: $q1_open)[
(set: $transparency to (min: 100, $transparency + 25))
(set: $feedback to (min: 100, $feedback + 12))
Vous lui demandez directement : qu'entendez-vous par « solutions maison » ?
Elle marque une pause. Puis elle lit votre visage. Elle voit que vous en savez déjà une partie.
Elle vous en dit plus qu'elle n'avait prévu. Les tableurs en plus, en parallèle du système. Sur les trois étages. Depuis l'année 1 du changement. Trimestre après trimestre, elle a choisi de ne pas remonter l'information — car l'alternative, c'était des objectifs manqués et une conversation avec vous qu'elle ne savait pas comment commencer.
Elle ne s'excuse pas. Elle dit : « J'aurais dû vous le dire au T1. Je ne savais pas si vous vouliez le savoir. »
](else:)[
(set: $transparency to (min: 100, $transparency + 20))
(set: $feedback to (min: 100, $feedback + 10))
Vous lui demandez directement : qu'entendez-vous par « solutions maison » ?
Elle marque une pause. Puis elle vous le dit. Les tableurs en plus. Les doublons. Trois étages font ça depuis le lancement du système. Elle savait. Elle a choisi de ne pas remonter l'information car l'alternative, c'était des objectifs manqués.
Elle ne s'excuse pas. Elle dit : « Le système ne pouvait pas faire ce dont vous aviez besoin. Alors on a trouvé une solution. J'aurais dû vous le dire plus tôt. »
]
Vous restez avec cette pensée après son départ.
[[Avant les conclusions de l'auditeur ->FRJourneySummary]]
(set: $q4choice to "ask_kabir")
(set: $q4direct to true)
(if: $q1_open and $q2_active and $q3_honest)[
(set: $trust to (min: 100, $trust + 20))
(set: $feedback to (min: 100, $feedback + 25))
(set: $transparency to (min: 100, $transparency + 15))
(set: $pressure to (max: 0, $pressure - 15))
Vous appelez Karim directement. Pas de Léa. Pas d'Antoine.
Il arrive avec des documents. Un rapport imprimé — quatre pages — construit à partir des dossiers de son équipe sur toute l'année. Les manques du système, les chiffres de charge de travail, un journal de chaque solution maison. Il attendait qu'on lui permette de le remettre.
Il dit : « J'essaie de faire remonter ça depuis deux ans. J'ai commencé à garder des traces au cas où quelqu'un demanderait un jour. »
La conversation dure quatre-vingt-dix minutes. À la fin, vous avez l'image la plus complète des opérations que quiconque dans cette entreprise ait jamais eue.
](else-if: $q1_open or $q2_active)[
(set: $trust to (min: 100, $trust + 15))
(set: $feedback to (min: 100, $feedback + 20))
(set: $transparency to (min: 100, $transparency + 12))
(set: $pressure to (max: 0, $pressure - 10))
Vous appelez Karim directement. Pas de Léa. Pas d'Antoine.
Il vient préparé. Vous — ou votre équipe — avez déjà posé des questions avant. Il apporte des notes.
La conversation dure quarante minutes. Il vous dit ce que le système ne peut pas faire, ce que l'étage a construit pour compenser, et depuis combien de temps.
À la fin : « J'essaie de faire remonter ça depuis deux ans. »
](else:)[
(set: $trust to (min: 100, $trust + 10))
(set: $feedback to (min: 100, $feedback + 15))
(set: $transparency to (min: 100, $transparency + 8))
(set: $pressure to (max: 0, $pressure - 8))
Vous appelez Karim directement. Pas de Léa. Pas d'Antoine.
Il arrive sans trop savoir ce que c'est. Vous ne lui avez jamais parlé avant. Il lui faut un moment pour comprendre que vous voulez vraiment savoir.
La conversation dure trente minutes. Il vous dit ce que le système ne peut pas faire et ce que l'étage fait à la place. Il est prudent. Il n'est pas encore tout à fait sûr que cette conversation changera quelque chose.
À la fin : « J'essaie de faire remonter ça depuis deux ans. »
]
[[Avant les conclusions de l'auditeur →->FRJourneySummary]]
(set: $q4choice to "all_hands")
(set: $q4direct to true)
(set: $performance to (max: 0, $performance - 3))
(if: $q3_honest)[
(set: $trust to (min: 100, $trust + 10))
(set: $transparency to (min: 100, $transparency + 14))
(set: $feedback to (min: 100, $feedback + 14))
Vous réunissez toute l'entreprise trois jours avant le dernier jour de Léa. Vous la remerciez publiquement. Vous annoncez le changement et reconnaissez l'incertitude à venir.
La salle est différente des réunions précédentes. Les échanges honnêtes du T3 ont changé quelque chose. Les gens dans cette salle ont récemment vécu ce que ça fait quand quelqu'un de la direction écoute vraiment.
Une question, du fond de la salle : « Est-ce que les solutions maison de l'équipe de Léa vont être revues ? »
La salle se tait. Mais quelqu'un de l'étage de Karim a posé cette question parce qu'il pensait que vous pourriez vraiment dire oui.
Vous dites oui. Elles le seront.
](else:)[
(set: $trust to (min: 100, $trust + 5))
(set: $transparency to (min: 100, $transparency + 10))
(set: $feedback to (min: 100, $feedback + 10))
Vous réunissez toute l'entreprise trois jours avant le dernier jour de Léa. Vous la remerciez publiquement. Vous annoncez son successeur et reconnaissez l'incertitude à venir.
Trois personnes posent des questions. Deux sur le processus. Une, du fond de la salle : « Est-ce que les solutions maison de l'équipe de Léa vont être revues ? »
La salle devient plus silencieuse qu'une pause normale.
Vous dites oui. Elles le seront.
]
[[Avant les conclusions de l'auditeur →->FRJourneySummary]]
## Avant l'arrivée de l'auditeur
Voici le chemin qui vous a menée ici.
---
**Au début — Année 3, T1 :**
Banque Véritas. Trois ans dans un changement de 45 millions d'euros. Tableau de bord : 80 % de résultats, 78 % d'utilisation du système, dans les temps. <span class="char-badge kabir">K</span> Karim signalait des problèmes à Léa depuis deux ans. Rien n'était arrivé jusqu'à votre bureau.
---
**Ce que vous avez choisi :**
<div class="journey-row">
**T1 **
(if: $q1choice is "ignore")[Vous avez fermé le rapport et laissé le calendrier tenir.](else-if: $q1choice is "audit")[Vous avez demandé un audit complet. Il a trouvé la vraie cause. Le témoignage de Karim a atteint votre bureau pour la première fois.](else-if: $q1choice is "blame")[Vous avez dit à Léa que c'était l'erreur de son équipe. L'étage a arrêté de signaler les problèmes.](else:)[Vous avez mis le changement en pause et demandé directement à Karim. Il vous a tout dit. Première fois que vous vous parliez.]
</div>
<div class="journey-row">
**T2 : Premier coup :** (if: $q2_first is "accept")[Résultats acceptés, passage à autre chose.](else-if: $q2_first is "verify")[(if: $q1_open)[Demandé à Antoine de vérifier. Trois étages — « c'est partout, pas un cas isolé ».](else:)[Demandé à Antoine de vérifier. « Méthodes en plus ».]](else-if: $q2_first is "working_session")[(if: $q1_open)[Réunion d'étage. Karim venu préparé. Système parallèle confirmé.](else:)[Réunion d'étage. Aperçu professionnel. Plus sous la surface.]](else:)[Demandé aux RH d'enquêter. Les deux ont retiré leur demande. Mêmes mots : « charge de travail et pression du système ».]
(if: $q2_second is not "")[**Puis :** (if: $q2_second is "accept")[Laissé le reste tel quel.](else-if: $q2_second is "verify")[(if: $q2_first is "working_session")[Antoine a vérifié officiellement ce que Karim vous avait dit. Ça correspondait.](else:)[Antoine a vérifié. Méthodes en plus confirmées.]](else-if: $q2_second is "working_session")[(if: $q2_first is "verify")[Apporté les conclusions d'Antoine à l'étage. Les deux versions se sont confirmées.](else-if: $q2_first is "hr")[La conclusion des RH a donné un contexte à la conversation d'étage.](else:)[Conversation d'étage. La profondeur a dépendu de la relation antérieure.]](else:)[(if: $q2_first is "verify")[Les entretiens RH ont attaché « c'est partout » à des noms et des dates.](else:)[Les RH ont confirmé : mêmes mots, séparément, de la part des deux personnes.]]]
</div>
<div class="journey-row">
**T3 : Premier coup :** (if: $q3_first is "headlines")[Présenté les 87 % au conseil.](else-if: $q3_first is "flagged")[Lu le message marqué. « Lisez-les vraiment. » 47 de l'étage des opérations. Zéro dans le résumé.](else-if: $q3_first is "open_format")[(if: $q2_active)[Échanges libres avec les RH. Neuf pages, précis.](else:)[Échanges libres avec les RH. Sept pages. Trois phrases sur le fait de ne pas être entendu.]](else:)[(if: $q2_active)[Demandé ce que l'enquête n'a pas posé. Manque : ce qui a été demandé et jamais suivi.](else:)[Demandé ce que l'enquête n'a pas posé. 61 % ont répondu par obligation.]]
(if: $q3_second is not "")[**Puis :** (if: $q3_second is "headlines")[Présenté les 87 %. L'image honnête et le chiffre, maintenant dans le même trimestre.](else-if: $q3_second is "flagged")[Lu le message marqué. Le message anonyme et le premier coup se sont confirmés.](else-if: $q3_second is "open_format")[Fait les échanges libres. Les deux coups du T3 se sont renforcés.](else:)[Demandé ce que l'enquête n'a pas posé. La raison et les résultats, maintenant dans le même dossier.]]
</div>
<div class="journey-row">
**T4 **
(if: $q4choice is "accept")[(if: $q1_open or $q3_honest)[Léa a mentionné les « solutions maison ». Vous saviez déjà ce que ça voulait dire. Vous avez noté, et êtes passée à autre chose.](else:)[Léa a mentionné les « solutions maison » en partant. Vous avez noté pour plus tard.]](else-if: $q4choice is "ask_leena")[(if: $q1_open)[Vous avez demandé. Elle a vu que vous saviez déjà une partie. Elle vous en a dit plus qu'elle ne le voulait.](else:)[Vous avez demandé directement à Léa. Elle vous a parlé des tableurs en plus — trois étages, depuis le lancement du système.]](else-if: $q4choice is "ask_kabir")[(if: $q1_open and $q2_active and $q3_honest)[Vous avez appelé Karim. Il est arrivé avec des documents. 90 minutes. L'image la plus complète des opérations disponible.](else-if: $q1_open or $q2_active)[Vous avez appelé Karim. Il est venu préparé. 40 minutes. « J'essaie de faire remonter ça depuis deux ans. »](else:)[Vous avez appelé Karim pour la première fois. Il était prudent. « J'essaie de faire remonter ça depuis deux ans. »]](else:)[(if: $q3_honest)[Vous avez réuni tout le monde. La salle avait changé depuis le T3. La question du fond a résonné différemment.](else:)[Vous avez réuni tout le monde. Quelqu'un a demandé si les solutions maison seraient revues. Vous avez dit oui.]]
</div>
---
**Quand l'auditeur entre :**
(if: $trust >= 75)[Les gens parlent encore. Le canal est ouvert.](else-if: $trust >= 50)[Les gens font attention à ce qu'ils vous rapportent. L'information a été filtrée.](else:)[Les gens ont arrêté de signaler des problèmes il y a des mois. Ce qui se passe sous le niveau de Léa ne remonte plus.]
(if: $feedback >= 75)[Quand quelqu'un signale quelque chose, ça mène visiblement quelque part.](else-if: $feedback >= 45)[Les choses sont signalées. Qu'elles soient traitées est devenu imprévisible.](else:)[L'étage a appris que signaler les choses ne les change pas. Le canal est, en pratique, fermé.]
(if: $transparency >= 75)[Les décisions sont arrivées aux gens avec des raisons attachées.](else-if: $transparency >= 50)[Les décisions arrivent aux gens. Les explications, presque jamais.](else:)[Les gens découvrent ce qui a changé. Ils ont arrêté de demander pourquoi.]
---
[[Voir les conclusions de l'auditeur →->FRQuarter5]]
## L'auditrice
Elle passe trois jours dans les locaux. Seulement le personnel de terrain. Aucun manager. Aucun dossier préparé à l'avance.
Le cinquième jour, son rapport préliminaire arrive.
Elle a trouvé :
— Des systèmes de saisie en plus, en fonctionnement sur trois étages depuis l'année 1 du changement
— 34 réclamations marquées « résolues » sans aucune trace de comment elles l'ont été
— 340 messages du portail reçus sur l'année, la plupart jamais lus à la fin de chaque trimestre
— Données de l'enquête : 61 % des personnes ont répondu uniquement parce que c'était attendu d'elles
(if: $performance >= 75)[Votre tableau de bord à son arrivée : tout au vert.](else:)[Votre tableau de bord à son arrivée : presque tout au vert. Les résultats s'étaient affaiblis.]
(if: $q1_open and $q2_active and $q3_honest)[Ses conclusions correspondent à ce que vous saviez déjà. L'écart entre votre version et celle de l'auditrice est aussi petit qu'il pouvait l'être.](else-if: $q1_open or $q3_honest)[Une partie de ce qu'elle a trouvé, vous l'aviez déjà découverte. Une partie est nouvelle.](else:)[Son rapport n'est pas « tout au vert ». Rien de tout cela n'était arrivé jusqu'à votre bureau par les voies normales.]
Elle a une dernière réunion avec vous en fin de semaine. Que faites-vous avant ?
[[Demander que le rapport soit revu en interne avant d'aller au conseil.->FREndingRouter]]
[[Apporter ses conclusions au conseil vous-même, sans les modifier, avec votre propre version à côté.->FREndingRouter]]
[[Lui demander de travailler avec vous et Karim sur un plan de reprise avant d'envoyer quoi que ce soit ailleurs.->FREndingRouter]]
(set: $quarter to 5)
(set: $pressure to (min: 100, $pressure + 10))
(set: $trf_avg to ($trust + $transparency + $feedback) / 3)
(set: $gap to 100 - $trf_avg)
(set: $gap_weighted to $gap * 1.3)
(set: $drift to (max: 0, (min: 100, $pressure + $gap_weighted - 50)))
L'année touche à sa fin. Le conseil d'administration attend votre rapport final.
(if: $q1_open and $q2_active and $q3_honest and $q4direct)[
[[Continue->FREndingReinforced]]
]
(else-if: $q1_open and $q2_active and $q3_honest and $q4partial)[
[[Continue->FREndingStrong]]
]
(else-if: $q1_open and $q2_active and $q3_honest)[
[[Continue->FREndingIncomplete]]
]
(else-if: $q1_open and ($q2_active or $q3_honest) and $q4direct)[
[[Continue->FREndingPatchy]]
]
(else-if: $q1_open and ($q2_active or $q3_honest) and $q4partial)[
[[Continue->FREndingWastedLeena]]
]
(else-if: $q1_open and ($q2_active or $q3_honest))[
[[Continue->FREndingWasted]]
]
(else-if: $q1_open and $q4direct)[
[[Continue->FREndingQ1Q4]]
]
(else-if: $q1_open and $q4partial)[
[[Continue->FREndingWastedLeena]]
]
(else-if: $q1_open)[
[[Continue->FREndingWasted]]
]
(else-if: ($q2_active or $q3_honest) and $q4direct)[
[[Continue->FREndingLateWake]]
]
(else-if: $q4partial)[
[[Continue->FREndingExitTruth]]
]
(else-if: $q4direct)[
[[Continue->FREndingCrisisOnly]]
]
(else:)[
[[Continue->FREndingCollapse]]
]
## Ce que cette année a construit
Vous avez ouvert un canal au T1. Vous l'avez gardé ouvert au T2 et au T3. Vous êtes allée droit à l'étage au T4, au moment où ça comptait le plus.
Quand le rapport de l'auditrice est arrivé, vous aviez déjà commencé à bâtir le plan de reprise — avec Karim, avec l'auditrice, et avec la personne qui a remplacé Léa. Le plan est arrivé au conseil en même temps que les conclusions. Il était crédible, parce que les gens qui l'ont construit étaient ceux qui comprenaient vraiment ce qui n'avait pas marché.
Le conseil a eu des questions. Le trimestre a été inconfortable. Les résultats ont baissé avant de se stabiliser.
(if: $q4choice is "ask_kabir")[Ce qui est lentement revenu était plus difficile à nommer qu'un chiffre sur un tableau de bord. Des gens ont commencé à vous envoyer des choses qui, avant, s'arrêtaient deux niveaux en dessous de vous. Karim a commencé à venir à des réunions où il n'était pas invité, parce qu'il avait quelque chose à dire et avait appris qu'on l'écouterait. Son rapport imprimé — quatre pages, construit sur toute l'année — est devenu la base de la refonte du système qu'Antoine a menée en année 4.](else:)[La réunion générale avant le départ de Léa a changé quelque chose de petit mais durable. La question venue du fond de la salle a reçu un « oui » qui a vraiment été suivi. C'est arrivé une fois. Ça a suffi à changer ce que les gens pensaient valoir la peine de dire à voix haute.]
<p class="field-note">Les entreprises qui se redressent bien sont rarement celles où rien ne s'est mal passé. Ce sont celles où l'information sur les problèmes a pu voyager assez loin pour atteindre des gens capables d'agir — et où ces gens avaient gagné assez de confiance pour bien agir. C'est la seule fin où l'entreprise commence à se corriger elle-même, plutôt que d'être corrigée d'en haut.</p>
[[Rejouer ->Start]]
<div class="book-promo">
### Envie d'aller plus loin ?
**The Drift**, de Dr. Reeny Modi, explore les vraies recherches derrière ce que vous venez de vivre — comment la confiance, le retour d'information et la transparence décident, en silence, si les problèmes atteignent les personnes capables de les régler.
<a href="https://www.amazon.fr/dp/B0H6H738RF?psc=1&smid=AZ3MN1QNYAHY6&ref_=chk_typ_imgToDp" target="_blank" rel="noopener">📖 Acheter le livre (Amazon.fr)</a>
</div>
## Ce que cette année a construit
Vous avez bien construit, avec constance — du T1 au T3. À la fin du T4, quand Léa a mentionné les « solutions maison », vous lui avez demandé directement ce qu'elle voulait dire.
Elle vous a donné le côté manager. Les tableurs en plus, le choix de ne pas remonter l'information, l'accumulation année après année. Elle vous a expliqué la logique de comment c'est arrivé. Ce qu'elle ne pouvait pas vous donner, c'était la réalité du quotidien : les chiffres de charge de travail, le vécu réel de l'étage, le détail que seul Karim connaît.
Les conclusions de l'auditrice ont confirmé ce que Léa vous a dit — et sont allées plus loin. Ce que vous avez appris de Léa était exact. C'était une moitié d'une histoire en deux moitiés.
La reprise a eu lieu. Deux systèmes ont été reconstruits. Le conseil a reçu les conclusions avec un plan partiel — solide côté management, plus mince côté opérationnel.
<p class="field-note">La version du manager et la version de l'étage sont toutes les deux vraies. Elles décrivent des parties différentes de la même entreprise. Aussi solide qu'ait été cette année, un morceau de l'image vous est arrivé par la personne qui partait plutôt que par celle qui restait.</p>
[[Rejouer ->Start]]
<div class="book-promo">
### Envie d'aller plus loin ?
**The Drift**, de Dr. Reeny Modi, explore les vraies recherches derrière ce que vous venez de vivre — comment la confiance, le retour d'information et la transparence décident, en silence, si les problèmes atteignent les personnes capables de les régler.
<a href="https://www.amazon.fr/dp/B0H6H738RF?psc=1&smid=AZ3MN1QNYAHY6&ref_=chk_typ_imgToDp" target="_blank" rel="noopener">📖 Acheter le livre (Amazon.fr)</a>
</div>
## Ce que cette année a construit
Vous avez construit quelque chose de réel au T1, T2 et T3. Les canaux que vous avez ouverts étaient sincères. L'étage avait commencé à croire que parler mènerait quelque part.
Puis le T4 est arrivé, et la note de Léa sur les « solutions maison » a atterri dans votre carnet, à côté de tout ce que vous saviez déjà. Et vous l'avez classée.
L'auditrice a trouvé ce que vous aviez déjà en partie vu — et plus encore. Ses conclusions couvrent trois étages, 34 réclamations non résolues, et une année de messages du portail. Vous en aviez la preuve avant même qu'elle n'arrive. Sur trois trimestres, vous aviez gagné le genre de relations qui auraient pu mener à une conversation capable de changer ce que le rapport a trouvé.
Cette conversation n'a jamais eu lieu.
La reprise est réelle, et le conseil l'accepte. Mais la question qui vous suit en sortant de la dernière réunion du conseil — celle que personne ne dit à voix haute — c'est celle-ci : vous aviez les relations et les connaissances pour repérer ça avant l'auditrice. Qu'est-ce qui vous a arrêtée au T4 ?
<p class="field-note">La constance compte plus qu'un seul trimestre. Trois trimestres solides suivis d'un T4 passif n'effacent pas ce que vous avez construit — mais ça définit ce que vous avez choisi d'en faire quand le moment est arrivé.</p>
[[Rejouer ->Start]]
<div class="book-promo">
### Envie d'aller plus loin ?
**The Drift**, de Dr. Reeny Modi, explore les vraies recherches derrière ce que vous venez de vivre — comment la confiance, le retour d'information et la transparence décident, en silence, si les problèmes atteignent les personnes capables de les régler.
<a href="https://www.amazon.fr/dp/B0H6H738RF?psc=1&smid=AZ3MN1QNYAHY6&ref_=chk_typ_imgToDp" target="_blank" rel="noopener">📖 Acheter le livre (Amazon.fr)</a>
</div>## Ce que cette année a construit
Vous avez ouvert le bon canal au T1. Vous vous êtes engagée sérieusement au T2 ou au T3, mais pas les deux — le milieu de l'année a été inégal. Au T4, vous êtes allée droit à l'étage.
Le plan de reprise était crédible mais construit sur des informations partielles. La conversation de Karim au T4 a comblé des trous laissés ouverts par le T2 ou le T3. L'image opérationnelle complète a été assemblée dans les trois dernières semaines avant la réunion du conseil, plutôt que construite sur toute l'année.
Le conseil a reçu des conclusions avec un plan. Le plan a fonctionné, mais il a été construit vite. Une partie venait de la conversation du T4 plutôt que d'une relation bâtie sur quatre trimestres.
Ce qui diffère du meilleur scénario : Karim a contribué à la reprise de cette année, mais il ne l'a pas façonnée. Ce qu'il a apporté est arrivé comme matériau de crise, pas comme un savoir construit dans le temps. Cette différence compte pour l'année prochaine, quand la prochaine anomalie apparaîtra.
<p class="field-note">La base du T1 a tenu. Le T4 a bien répondu. C'est le milieu de l'année qui porte le coût — pas de façon spectaculaire, mais mesurable.</p>
[[Rejouer ->Start]]
<div class="book-promo">
### Envie d'aller plus loin ?
**The Drift**, de Dr. Reeny Modi, explore les vraies recherches derrière ce que vous venez de vivre — comment la confiance, le retour d'information et la transparence décident, en silence, si les problèmes atteignent les personnes capables de les régler.
<a href="https://www.amazon.fr/dp/B0H6H738RF?psc=1&smid=AZ3MN1QNYAHY6&ref_=chk_typ_imgToDp" target="_blank" rel="noopener">📖 Acheter le livre (Amazon.fr)</a>
</div>
## Ce que cette année a construit
Vous avez ouvert un canal au T1. Au T4, la conversation de départ de Léa vous a donné l'explication du manager pour ce que vous aviez trouvé.
En allant à la dernière réunion de l'auditrice, ce que vous avez, ce sont les deux extrémités : le signal du T1, et l'explication de Léa au T4. Ce qui manque, c'est tout ce qui se trouve entre les deux — le point de vue de l'étage, le détail opérationnel, l'année d'accumulation que Karim aurait pu décrire si quelqu'un le lui avait demandé.
Le plan de reprise a été construit à partir du récit de Léa. Il expliquait clairement la logique de gestion derrière la solution maison. Il était plus mince sur pourquoi l'étage l'a construite, ce qu'il faudrait arrêter, et s'ils croyaient que le remplacement fonctionnerait vraiment.
Les conclusions de l'auditrice n'ont pas été une surprise, vu le T1. Mais elles allaient plus loin que ce que l'entretien de départ de Léa avait suggéré. L'écart entre ce que Léa savait et ce que Karim savait est là où se cachaient les dégâts supplémentaires.
<p class="field-note">La personne qui part vous raconte une histoire. La personne qui reste et doit mener la reprise en raconte une autre. Cette année s'est terminée avec seulement la première.</p>
[[Rejouer ->Start]]
<div class="book-promo">
### Envie d'aller plus loin ?
**The Drift**, de Dr. Reeny Modi, explore les vraies recherches derrière ce que vous venez de vivre — comment la confiance, le retour d'information et la transparence décident, en silence, si les problèmes atteignent les personnes capables de les régler.
<a href="https://www.amazon.fr/dp/B0H6H738RF?psc=1&smid=AZ3MN1QNYAHY6&ref_=chk_typ_imgToDp" target="_blank" rel="noopener">📖 Acheter le livre (Amazon.fr)</a>
</div>
## Ce que cette année a construit
Vous avez commandé l'audit ou l'examen du T1. Vous avez trouvé la solution maison. L'étage a su que quelqu'un en haut avait enfin regardé.
Puis l'année a continué son cours.
Les « solutions maison » de Léa au T4 sont arrivées à côté d'une pile de choses que vous saviez déjà et sur lesquelles vous n'aviez pas agi. L'auditrice a trouvé ce dont vous aviez déjà vu des preuves — et plus encore. Son rapport couvre trois étages, 34 réclamations, 340 messages jamais lus. Les conclusions du T1 apparaissent dans ses notes de bas de page, pour montrer que ce problème était visible pour la direction douze mois plus tôt.
La reprise est possible, et elle a lieu. Mais la conversation la plus difficile n'est pas avec le conseil sur les conclusions de l'audit. C'est sur l'écart entre ce que vous saviez et ce que vous avez fait.
<p class="field-note">Les problèmes les plus coûteux sont ceux qui étaient visibles aux bonnes personnes — et qui ont quand même empiré. Pas parce que quelqu'un les a cachés, mais parce que savoir et agir sont deux choses différentes, et un an d'écart entre les deux, c'est exactement un an de coût évitable.</p>
[[Rejouer ->Start]]
<div class="book-promo">
### Envie d'aller plus loin ?
**The Drift**, de Dr. Reeny Modi, explore les vraies recherches derrière ce que vous venez de vivre — comment la confiance, le retour d'information et la transparence décident, en silence, si les problèmes atteignent les personnes capables de les régler.
<a href="https://www.amazon.fr/dp/B0H6H738RF?psc=1&smid=AZ3MN1QNYAHY6&ref_=chk_typ_imgToDp" target="_blank" rel="noopener">📖 Acheter le livre (Amazon.fr)</a>
</div>
## Ce que cette année a construit
Vous avez ouvert au T1 un canal qui n'avait jamais existé avant. Puis le T2 et le T3 n'ont rien construit dessus. Puis vous l'avez rouvert au T4.
Karim a dit « deux ans » dans votre conversation du T4. L'audit ou l'examen du T1 lui avait donné une raison de penser que cette phrase s'appliquait à une personne en particulier : vous. Il avait espéré que les choses changeraient après le T1. Elles n'ont pas changé. Il attendait toujours au T4.
Le plan de reprise a été construit dans les trois dernières semaines de l'année, en s'appuyant sur la base du T1 et la conversation du T4. Ce qui lui manque, c'est tout ce qui aurait pu être construit au T2 et au T3 si le canal était resté ouvert.
Le conseil a accepté le plan. Les conclusions de l'audit étaient gérables. Mais le conseil a aussi remarqué que l'audit du T1 avait déjà fait remonter la solution maison, et a demandé ce qui avait changé entre le T1 et le T4. Il n'y a pas de réponse confortable à ça.
<p class="field-note">Ouvrir un canal compte. Le garder ouvert compte encore plus. L'écart entre le T1 et le T4 dans le dossier de cette année est exactement aussi large que deux trimestres les yeux fermés.</p>
[[Rejouer ->Start]]
<div class="book-promo">
### Envie d'aller plus loin ?
**The Drift**, de Dr. Reeny Modi, explore les vraies recherches derrière ce que vous venez de vivre — comment la confiance, le retour d'information et la transparence décident, en silence, si les problèmes atteignent les personnes capables de les régler.
<a href="https://www.amazon.fr/dp/B0H6H738RF?psc=1&smid=AZ3MN1QNYAHY6&ref_=chk_typ_imgToDp" target="_blank" rel="noopener">📖 Acheter le livre (Amazon.fr)</a>
</div>
## Ce que cette année a construit
Vous n'avez pas regardé de près au T1. Le problème a été fermé, et l'étage s'est adapté à ce que ça voulait dire.
Mais quelque chose a changé au T2 ou au T3 — une réunion d'étage, une vérification, un échange libre, une question que personne n'avait pensé à poser. Le temps que le T4 arrive, vous étiez attentive. Quand vous êtes allée droit à l'étage ou avez tenu la réunion générale, vous ne partiez pas de zéro.
La reprise est réelle. Le plan était crédible. Karim y a contribué, ou la question de la réunion générale a changé ce que les gens croyaient possible.
Le coût, c'est l'écart entre ce que le T1 aurait trouvé et ce que l'auditrice a trouvé. Trois étages faisant tourner des solutions maison depuis trois ans. Trente-quatre réclamations marquées « résolues » qui ne l'étaient pas. Cet écart, c'est une année d'accumulation que la prise de conscience du T2 ou du T3 a ralentie, sans pouvoir l'arrêter complètement.
<p class="field-note">Se réveiller tard vaut mieux que ne jamais se réveiller. Ce que cette année montre, c'est ce que coûte la différence entre une prise de conscience au T1 et une au T3 — en temps, en budget, et dans la charge de reprise héritée par l'équipe qui a remplacé Karim.</p>
[[Rejouer ->Start]]
<div class="book-promo">
### Envie d'aller plus loin ?
**The Drift**, de Dr. Reeny Modi, explore les vraies recherches derrière ce que vous venez de vivre — comment la confiance, le retour d'information et la transparence décident, en silence, si les problèmes atteignent les personnes capables de les régler.
<a href="https://www.amazon.fr/dp/B0H6H738RF?psc=1&smid=AZ3MN1QNYAHY6&ref_=chk_typ_imgToDp" target="_blank" rel="noopener">📖 Acheter le livre (Amazon.fr)</a>
</div>
## Ce que cette année a construit
La première vraie information que vous avez reçue sur ce qui se passait sur ces étages est venue de la conversation de départ de Léa.
Vous aviez six jours entre apprendre la vérité et le rapport de l'auditrice.
Six jours, ce n'est pas assez pour changer ce qu'elle trouve. C'est assez pour ne plus être surprise, et pour arrêter d'essayer de contrôler la présentation. Vous n'avez pas essayé. Les conclusions sont parties avec votre propre récit de ce que vous veniez d'apprendre.
Le conseil a reçu un rapport, une chronologie, et un plan de reprise construit en grande partie à partir du récit de Léa. Karim y apparaît comme un nom dans l'historique des solutions maison. On ne lui a jamais demandé directement.
Le plan de reprise fonctionne, techniquement. Ce qu'il n'a pas, c'est la confiance de l'étage. On demande aux gens qui doivent faire tourner le nouveau système d'abandonner les solutions maison qui leur ont permis d'atteindre leurs objectifs pendant trois ans. On ne les a pas consultés sur le remplacement. Deux personnes de l'équipe de Karim déposent une demande de mutation au T1 de l'année 4.
<p class="field-note">La conversation de départ de Léa était honnête. Ce qu'elle ne pouvait pas fournir, c'est le savoir opérationnel qui ne vient que des années passées à faire tourner le système depuis l'étage. Ce savoir a quitté l'entreprise le jour où on n'a jamais rien demandé à l'équipe de Karim.</p>
[[Rejouer ->Start]]
<div class="book-promo">
### Envie d'aller plus loin ?
**The Drift**, de Dr. Reeny Modi, explore les vraies recherches derrière ce que vous venez de vivre — comment la confiance, le retour d'information et la transparence décident, en silence, si les problèmes atteignent les personnes capables de les régler.
<a href="https://www.amazon.fr/dp/B0H6H738RF?psc=1&smid=AZ3MN1QNYAHY6&ref_=chk_typ_imgToDp" target="_blank" rel="noopener">📖 Acheter le livre (Amazon.fr)</a>
</div>
## Ce que cette année a construit
Vous êtes allée voir Karim au T4. C'était la première fois. Il a dit « deux ans » — et il le pensait vraiment.
Ce que vous avez construit dans cette seule conversation était réel. Que ce soit la question sur les solutions maison à la réunion générale, ou le récit direct de Karim — dans les deux cas, vous aviez quelque chose dont la réunion du conseil avait besoin. Le plan de reprise n'a pas été construit à partir de rien.
Mais il a été construit à partir d'une seule conversation, à la fin d'une année où chaque signal précédent vous était passé sous le nez. Le problème du T1 a été fermé. Les demandes de mutation du T2 ont été traitées. L'enquête du T3 a été publiée. Le portail a reçu 340 messages. Rien de tout cela ne vous est parvenu sous une forme qui changeait quelque chose — jusqu'au T4, semaine 2.
La reprise est rapide et décisive, et le conseil vous en crédite. Mais le rapport d'audit couvre trois ans d'une solution maison qui était visible dès le T1 de cette année et détectable à chaque trimestre suivant. La question de suivi du conseil — pourquoi le T4 et pas le T1 — n'a pas de réponse confortable.
<p class="field-note">Bien gérer une crise est une compétence. C'est une compétence différente de la détection précoce. Cette année a montré que vous avez la première. Elle a aussi montré ce que coûte l'absence de la seconde pendant les trois trimestres précédents.</p>
[[Rejouer ->Start]]
<div class="book-promo">
### Envie d'aller plus loin ?
**The Drift**, de Dr. Reeny Modi, explore les vraies recherches derrière ce que vous venez de vivre — comment la confiance, le retour d'information et la transparence décident, en silence, si les problèmes atteignent les personnes capables de les régler.
<a href="https://www.amazon.fr/dp/B0H6H738RF?psc=1&smid=AZ3MN1QNYAHY6&ref_=chk_typ_imgToDp" target="_blank" rel="noopener">📖 Acheter le livre (Amazon.fr)</a>
</div>
## Ce que cette année a construit
Le rapport de l'auditrice a été un choc.
Pas parce que l'information n'existait pas. Elle avait été notée sur l'étage de Karim, envoyée à Léa chaque trimestre, et absorbée dans le système comme une variation normale et attendue. Le problème du T1 a été fermé. Les mutations du T2 ont été traitées. L'enquête du T3 est revenue à 87 %. Le portail a reçu 340 messages que personne n'a lus.
Chacun de ces moments était une décision — pas toujours consciente — que l'information de l'étage n'avait pas besoin d'atteindre le bureau de la personne responsable de tout le changement.
Le temps que Léa mentionne les « solutions maison » au T4, l'étage avait arrêté d'espérer que dire les choses les changerait. Karim avait arrêté de noter les détails trois trimestres plus tôt. Le canal ne s'est pas fermé parce que quelqu'un l'a fermé. Il s'est fermé parce que rien de ce qui y entrait n'en ressortait jamais avec une réponse.
La reprise prend plus de temps ici que sur n'importe quel autre chemin. La question de confiance ne concerne pas seulement les solutions maison. Elle concerne pourquoi les canaux officiels d'écoute de l'entreprise — enquêtes, portail, voies d'escalade — ont produit un tableau de bord vert sans interruption, pendant que trois étages faisaient tourner un système parallèle depuis trois ans.
Le conseil veut savoir. Le régulateur aussi, en année 4.
<p class="field-note">Le tableau de bord n'était pas un mensonge. C'était un reflet fidèle de l'information qu'on a laissée voyager vers le haut. Chaque décision prise cette année qui a filtré, retardé ou ignoré un signal a contribué à cette fidélité. Les échecs de gouvernance les plus coûteux ne sont pas ceux où des gens trompent leur direction. Ce sont ceux où la structure elle-même rend l'information honnête trop coûteuse à faire remonter.</p>
[[Rejouer ->Start]]
<div class="book-promo">
### Envie d'aller plus loin ?
**The Drift**, de Dr. Reeny Modi, explore les vraies recherches derrière ce que vous venez de vivre — comment la confiance, le retour d'information et la transparence décident, en silence, si les problèmes atteignent les personnes capables de les régler.
<a href="https://www.amazon.fr/dp/B0H6H738RF?psc=1&smid=AZ3MN1QNYAHY6&ref_=chk_typ_imgToDp" target="_blank" rel="noopener">📖 Acheter le livre (Amazon.fr)</a>
</div>