プログラムは、より大きな目標に向けて調整される関連するプロジェクトのセットです。プログラム管理は、プロジェクト管理を多くのチームにスケールさせます。複雑さは人数より速く増加します。難しい部分は、任意の1つのチーム内の作業ではなく、調整、依存関係、境界を越えたコミュニケーションです。
構造の上に建てる
✓ Break the program into clear WORKSTREAMS with owners
✓ Define how pieces FIT → interfaces, milestones, integration points
✓ Establish a coordination RHYTHM → regular syncs across leads
✓ Maintain ONE source of truth for status, risks, dependencies
大規模なプログラムでは、すべてを個人的に追跡することはできません。所有権を委譲し、自分の記憶ではなく構造に依存してください。
依存関係とクリティカルパス
✓ Map CROSS-TEAM dependencies explicitly
✓ Identify the CRITICAL PATH → what gates the whole program
✓ Watch integration points → where independent work must come together
✓ Sequence so teams can work in PARALLEL where possible
