Skip to content

Project Manager

Keep delivery predictable and unblocked: coordinate the team, remove impediments, manage risk and schedule, and give stakeholders an honest picture of progress. At EmeSoft the PM also carries the Scrum Master facilitation duties.

  • Facilitate the Scrum ceremonies and protect the team’s focus and Sprint Goal.
  • Remove impediments - anything blocking the team that isn’t theirs to fix.
  • Track schedule, budget, scope, and risk; escalate early.
  • Coordinate dependencies across teams, vendors, and environments.
  • Produce status and risk reporting for stakeholders.
  • Coach the team on the process and drive continuous improvement.
InputFrom
Sprint plan & board stateDev Team
Blockers & risksWhole team
Priorities & deadlinesStakeholders (Product Owner)
Velocity, burndown, cycle-time dataTooling (Jira/Azure DevOps)
OutputTo
Status & risk reportsStakeholders
Cleared blockers & decisionsDev Team
Updated plan / forecastStakeholders (PO), team
Retro actions tracked to closureWhole team

The PM uses AI mainly to see problems sooner and cut reporting time.

  • Jira AI / Azure DevOps Copilot: auto-summarize sprint progress, flag stories at risk of spillover, and draft the burndown narrative. The PM validates and edits.
  • Claude / ChatGPT (reporting & comms): turn raw board exports into a stakeholder status update, a risk register entry, or a crisp escalation email. Prompt pattern: “Here is the sprint export. Draft a 1-page status: progress vs Sprint Goal, top 3 risks, decisions needed.”
  • AI meeting assistants (Copilot in Teams / Fireflies): transcribe and summarize meetings, extract action items with owners, and post them automatically.
  • Predictive analytics (in Jira/ADO): forecast completion dates and highlight scope creep using historical velocity. Used as an early-warning signal, not a commitment.
flowchart TB
    PM[Project Manager]
    PM -->|facilitates| CER[Ceremonies]
    PM -->|clears| BLK[Blockers]
    PM -->|reports to & aligns with| ST[Stakeholders / Product Owner]
    PM -->|coordinates| TEAM[Dev Team]
    ST -. owns 'what' .- PM
    PM -. owns 'flow' .- ST

The PM and the stakeholders (as Product Owner) are partners: the stakeholders own what and why (value, priority), the PM owns flow and delivery (coordination, risk, schedule). The PM and BA together are the team’s interface to the stakeholders.

  • Ceremonies happen on cadence and stay within their timeboxes.
  • Blockers are tracked and resolved or escalated within SLA.
  • Stakeholders have a current, accurate view of status and risk.
  • Retrospective actions from last sprint are closed or carried with a reason.