Files
SecondBrain/10 Knowledge/CTO Academy/Project Management/Status Reporting.md
T

122 lines
2.9 KiB
Markdown

# Status Reporting
Duration: 30--40 minutes
## Definition
**Status reporting** communicates the minimum information stakeholders
need to understand current project state, expected delivery, major
changes, and required decisions.
A status report is not a diary of everything the team did.
## Simple Mental Model
> **Where are we? What is next? What threatens it? What do you need from
> me?**
## How It Works
A lightweight update can contain:
``` text
Health:
Outcome:
Next milestone:
Target:
What changed:
Top risk/blocker:
Decision/help needed:
```
Different audiences need different depth:
- Project team: detailed execution
- You: milestones, risks, scope, forecast, blockers
- VP/executive: outcome, health, consequence, decision required
Report meaningful changes, not noise.
Weak:
> Waiting on Security.
Better:
> Security review is outstanding. If not completed by Aug 15, production
> validation will move by at least one week.
## Example
Weak update:
> We completed seven tickets and development is progressing.
Better:
> **Yellow.** Implementation is complete. Production validation is
> targeted for Aug 20. The DevOps environment is four days late, leaving
> insufficient QA time. We need delivery by Aug 16 to preserve the
> target.
## How It Fits Into the Bigger Picture
\[\[Project Health\]\] tells you whether attention is required. Status
reporting explains why, what changed, and what action is needed.
## My Company / Real-World Context
You communicate across Product, IT, vendors, and upper management.
Translate technical events into delivery consequences.
Instead of "the sync API returns errors," say what that means for the
milestone and outcome.
## CTO Perspective
Bad news reported early is manageable. Bad news discovered late damages
confidence.
The goal is not to make every project look Green. It is to make
leadership confident that you know what is happening and are managing
it.
### Questions to Ask
- What changed?
- What is the health?
- What is the next milestone?
- Is the forecast credible?
- What is the main risk/blocker?
- What is the consequence?
- What decision/help is required?
## Meeting Scenario
**Situation:** Your VP asks for an update on a project with a vendor
blocker.
**Possible response:**
> The project is Yellow. Development is complete, but vendor validation
> is blocking Friday's production milestone. The vendor committed to a
> fix tomorrow. If that slips, launch moves approximately one week. No
> executive action is needed yet; I'll escalate if tomorrow's commitment
> is missed.
## Key Takeaways
- Report delivery, not activity.
- Tailor detail to the audience.
- Lead with health and outcome.
- Explain consequences.
- State decisions/help required.
- Early transparent reporting builds trust.
## Related Concepts
- \[\[Project Health\]\]
- \[\[Milestones vs Tasks\]\]
- \[\[Risk Management\]\]
- \[\[Portfolio Management\]\]