コンテンツにスキップ

スタンドアップと 1:1 コミュニケーション

スタンドアップの 3 つのパート

Section titled “スタンドアップの 3 つのパート”

スタンドアップは、ほとんどのリモートチームの日常リズムです。標準フォーマットは Yesterday/Today/Blockers で、各自 1〜2 分です。

基本フレームワーク:

Yesterday, I [action] [what] and [result/impact].

例:

✅ "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."

言うべきでないこと:

❌ "Yesterday I did some work on the bug" (曖昧すぎる)
❌ "I was working on stuff" (全く役に立たない)

フレームワーク:

Today I'm going to [action] [what], and I'll [next step if needed].

例:

✅ "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."

キーワード:

  • I’m going to / I’ll — 将来の計画
  • then — 次に
  • by EOD / by this afternoon — 時間見積もり
  • assuming no blockers — 条件(問題がなければ)

Blockers(障害になっていること)

Section titled “Blockers(障害になっていること)”

本当にブロックされていることだけを言いましょう。小さな問題は blocker ではありません。

Blocker の特徴:

  • 作業を続けられない(誰かや何かの決定を待っている)
  • 技術的な問題の解決に助けが必要
  • プロセスがブロックされている(デプロイの失敗など)

例:

✅ "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."

Blocker ではないもの:

❌ "I'm not sure about the design decision for X" (これは質問であって blocker ではない)
❌ "The timezone handling is complex" (難しい ≠ ブロックされている)

1 対 1(1:1)ミーティングのシーン

Section titled “1 対 1(1:1)ミーティングのシーン”

1:1 はあなたとマネージャー(または同僚)のプライベートなディスカッションです。通常、進捗報告、困難の議論、フィードバックの要求、リソースの依頼に使います。

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 still
working on edge cases and error handling. I'm on track to finish
by next Friday.

キー表現:

  • I wanted to give you an update on… — 報告を始める
  • We’re X% complete — 進捗のパーセンテージ
  • on track to… — 予定通りに完了する
  • ahead of schedule — 前倒しで完了する
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?

キー表現:

  • I wanted to discuss… — 丁寧にデリケートな話題を始める
  • We realized… — 新しい情報が浮上した
  • I’m worried about… — 懸念を表明する
  • Have we considered… — 解決策を提案する

シーン 3: リソースや助けを求める

Section titled “シーン 3: リソースや助けを求める”
I need your help on something. The API integration is proving more
complex than expected. Could we bring in Alice, who has experience
with this library? Or would I have more time if we pushed back
the deadline by two weeks?

キー表現:

  • I need your help on… — 直接的な依頼
  • Could we…? — 丁寧な提案
  • Would I have more time if…? — 代替案を尋ねる

シーン 4: フィードバックを提供する(シニアとして)

Section titled “シーン 4: フィードバックを提供する(シニアとして)”
I wanted to share some feedback on the last standup. I noticed
the discussion on technical details went pretty long. Maybe we
could move those to a separate meeting, and keep standup focused
on blockers and progress? Just a thought.

キー表現:

  • I wanted to share feedback on… — 開始
  • I noticed… — 観察を述べる
  • Maybe we could… — 提案する
  • Just a thought — 穏やかに表現する(命令ではない)

Express モードのミーティングでの活用

Section titled “Express モードのミーティングでの活用”

アイデアがあるが、英語での言い回しに自信がない場合、Express モードですばやく 3 つのオプションを取得できます:

例:「このタスクの見積もりが甘かった」と言いたい

Section titled “例:「このタスクの見積もりが甘かった」と言いたい”
Input: "このタスクの見積もりが甘かった。予想より難しかった"
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: 「見積もりが悪かった」ではなく "underestimate" を使うとよりプロフェッショナル
表現意味
by EOD (end of day)今日の終業まで
by Friday今週金曜日まで
by next Tuesday来週火曜日まで
in 2 weeks2 週間以内
mid-April4 月中旬
on track to…予定通り完了の軌道上
ahead of schedule前倒しで完了
at risk of slipping遅延の可能性あり
We're 20% done
40% complete
roughly halfway through
almost finished
just getting started
nearly there

スタンドアップでよくある間違い

Section titled “スタンドアップでよくある間違い”
間違いより良いバージョン
”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”(具体的に)