Standups & 1:1 Communication
The Three Parts of a Standup
Section titled “The Three Parts of a Standup”The standup is the daily rhythm for most remote teams. The standard format is Yesterday/Today/Blockers, with each person taking 1-2 minutes.
Yesterday (What I Did)
Section titled “Yesterday (What I Did)”Basic framework:
Yesterday, I [action] [what] and [result/impact].Examples:
✓ "Yesterday I fixed the auth timeout bug in the login flow. Tests are passing and QA is reviewing."
✓ "I completed the database migration for user_profiles and deployed to staging for testing."
✓ "I paired with Bob on the API refactoring and got the first three endpoints converted to the new schema."Don’t say:
✗ "Yesterday I did some work on the bug" (too vague)✗ "I was working on stuff" (completely useless)Today (What I’m Going to Do)
Section titled “Today (What I’m Going to Do)”Framework:
Today I'm going to [action] [what], and I'll [next step if needed].Examples:
✓ "Today I'm finishing the caching layer for search results, then I'll review the PR from Sarah."
✓ "I'm writing tests for the new payment endpoint, then we're doing a design review at 2pm."
✓ "I'm investigating the memory leak in the background worker. If I find it, I'll have a fix by EOD."Key phrases:
- I’m going to / I’ll — future plans
- then — next step
- by EOD / by this afternoon — time estimate
- assuming no blockers — conditional (if nothing goes wrong)
Blockers (What’s Blocking Us)
Section titled “Blockers (What’s Blocking Us)”Only mention things that are truly blocking you. Minor issues don’t count as blockers.
Signs of a blocker:
- You can’t continue your work (waiting on someone or a decision)
- You need help solving a technical problem
- A process is stuck (e.g., deployment failed)
Examples:
✓ "Blocker: I'm waiting for the Stripe API credentials from finance. Can't start the payment integration until then."
✓ "I'm stuck on the database migration. The column rename is causing a foreign key constraint error. Anyone familiar with this?"
✓ "QA found a critical bug in staging. We need to decide if we rollback or hotfix."Not blockers:
✗ "I'm not sure about the design decision for X" (that's a question, not a blocker)✗ "The timezone handling is complex" (difficult ≠ blocked)1:1 Meeting Scenarios
Section titled “1:1 Meeting Scenarios”A 1:1 is a private discussion with your manager (or colleague). Typically used to report progress, discuss difficulties, seek feedback, or request resources.
Scenario 1: Reporting Progress
Section titled “Scenario 1: Reporting Progress”Hey, I wanted to give you an update on the payment integration.We're about 60% complete. The core logic is done, but we're stillworking on edge cases and error handling. I'm on track to finishby next Friday.Key expressions:
- I wanted to give you an update on… — starting a progress report
- We’re X% complete — percentage progress
- on track to… — on schedule to finish
- ahead of schedule — finishing early
Scenario 2: Raising Difficulties
Section titled “Scenario 2: Raising Difficulties”You’ve encountered a difficulty in the project — not a technical issue, but process, resources, or other resistance.
I wanted to discuss the timeline on the mobile app redesign.We realized the scope is bigger than we initially estimated.I'm worried we'll slip the deadline without more resources.Have we considered bringing in a contractor?Key expressions:
- I wanted to discuss… — politely starting a sensitive topic
- We realized… — new information has emerged
- I’m worried about… — expressing concern
- Have we considered… — suggesting a solution
Scenario 3: Requesting Resources or Help
Section titled “Scenario 3: Requesting Resources or Help”I need your help on something. The API integration is proving morecomplex than expected. Could we bring in Alice, who has experiencewith this library? Or would I have more time if we pushed backthe deadline by two weeks?Key expressions:
- I need your help on… — direct request
- Could we…? — polite suggestion
- Would I have more time if…? — asking about alternatives
Scenario 4: Giving Feedback (When You’re Senior)
Section titled “Scenario 4: Giving Feedback (When You’re Senior)”You want to give your manager or colleague feedback in a friendly, constructive way.
I wanted to share some feedback on the last standup. I noticedthe discussion on technical details went pretty long. Maybe wecould move those to a separate meeting, and keep standup focusedon blockers and progress? Just a thought.Key expressions:
- I wanted to share feedback on… — opening
- I noticed… — describing an observation
- Maybe we could… — suggestion
- Just a thought — softening (not a command)
Using Express Mode in Meetings
Section titled “Using Express Mode in Meetings”You have an idea and want to express it in English but aren’t sure about the wording. Use Express Mode for three quick options:
Example: You Want to Say “This Task Was Underestimated”
Section titled “Example: You Want to Say “This Task Was Underestimated””Input: "This task was underestimated; it's much harder than we expected"
Basic (Direct): "The task is harder than we estimated"
Intermediate (Natural): "This task is more complex than we initially thought"
Native (Idiomatic): "We underestimated the scope. The API integration turned out to be trickier than we expected." Tip: Use "underestimate" instead of "didn't estimate well" -- more professionalUse the “Native” version in a 1:1:
I wanted to give you an update on the payment integration.We underestimated the scope. The API integration turned out to betrickier than expected. I'm thinking we need another week.Example: You Want to Politely Disagree
Section titled “Example: You Want to Politely Disagree”Input: "I don't quite agree with this decision; I think we should do it differently"
Basic (Direct): "I don't agree with this decision. I think we should do this instead"
Intermediate (Natural): "I have a different perspective on this decision"
Native (Idiomatic): "I see your point, but I'd like to propose an alternative. Have you considered...? Here's why I think it might work better..." Tip: Acknowledge the other person's viewpoint, then politely present a different oneCommon 1:1 Topic Phrase Library
Section titled “Common 1:1 Topic Phrase Library”Save these expressions to the standup or 1:1 tag in your Word Book:
Progress-Related
Section titled “Progress-Related”on track to finish...ahead of schedulewe underestimated...scope creepI'm 80% done with...blocked by...Requests/Suggestions
Section titled “Requests/Suggestions”Could we...?Would it be possible to...?Have you considered...?I'd like to propose...What if we...?Difficulties/Concerns
Section titled “Difficulties/Concerns”I'm worried about...I'm concerned that...We might run into...There's a risk that...I need help with...Positive Feedback
Section titled “Positive Feedback”I really appreciate...Great job on...This went better than expectedI'm impressed by...Time and Progress Expressions
Section titled “Time and Progress Expressions”Estimating Completion Time
Section titled “Estimating Completion Time”| Expression | Meaning |
|---|---|
| by EOD (end of day) | Before end of business today |
| by Friday | This Friday |
| by next Tuesday | Next Tuesday |
| in 2 weeks | Within two weeks |
| mid-April | Mid-April |
| on track to… | On schedule to complete |
| ahead of schedule | Finishing early |
| at risk of slipping | May be delayed |
Progress Percentages
Section titled “Progress Percentages”We're 20% done40% completeroughly halfway throughalmost finishedjust getting startednearly thereCommon Standup Mistakes
Section titled “Common Standup Mistakes”Common Interference from Chinese Speakers
Section titled “Common Interference from Chinese Speakers”| Mistake | Better Version |
|---|---|
| ”Yesterday I was working on the bug" | "Yesterday I fixed the bug" |
| "I did something on the API" | "I completed the API refactoring" |
| "I will do the task" | "I’m going to finish the task by Friday" |
| "There is a problem" | "We’re blocked on the API credentials" |
| "Waiting for a person" | "I’m waiting for Bob’s review” (be specific) |
Quick Reference: A Week of Standup Frameworks
Section titled “Quick Reference: A Week of Standup Frameworks”If you need to prepare standups for an entire week, save this template:
MONDAYYesterday: (weekend nothing / Friday work)Today: Starting on feature XBlockers: None
TUESDAYYesterday: Made progress on feature X (40% done)Today: Continuing feature X, pair with BobBlockers: Waiting for design review
WEDNESDAYYesterday: Feature X is 70% doneToday: Finishing feature X, writing testsBlockers: None
THURSDAYYesterday: Completed feature X, PR up for reviewToday: Addressing feedback, investigating bug YBlockers: None
FRIDAYYesterday: Fixed bug Y, merged feature XToday: Code cleanup, prepare for next sprintBlockers: NoneThis way you know what to say every day, looking organized and professional.