Select the search type
  • Site
  • Web
Search

Learning Path

Certified Scrum Product Owner: From Vision to Value

Built for Product Owners and Product Managers who want a practical, repeatable way to turn ideas into outcomes—without losing alignment, clarity, or momentum.

  • Create a clear product direction that teams can execute without constant rework.
  • Build and refine a backlog that connects customer needs to measurable value.
  • Improve delivery decisions with better slicing, prioritization, and stakeholder alignment.

Path Steps

Step-by-step: From Vision to Value

Work through these steps in order. Each step links to a specific article or video post (EasyDNNnews item), includes a one-sentence focus, and (optionally) a small exercise to apply it immediately.

1

You’ll learn how to express a clear product direction that aligns stakeholders and guides real backlog decisions.

Do this exercise: Write a one-sentence vision + three measurable outcomes you want in 90 days.
2

You’ll learn how to clarify who you serve and what decisions they must make—so your backlog has purpose.

Do this exercise: List 2 primary user types and the top 3 “jobs” they need done.
3

You’ll learn a practical slicing approach to create small, testable items that still deliver real value.

4

You’ll learn a simple prioritization model that makes tradeoffs explicit and reduces thrash.

Do this exercise: Score your top 5 backlog items by Value, Risk, and Learning (1–5).
5

You’ll learn how to run refinement so teams leave with shared understanding—not just more tickets.

6

You’ll learn lightweight stakeholder habits that keep direction aligned while protecting team focus.

7

You’ll learn simple metrics that show whether you’re improving value delivery—not just shipping more.

Steps - Free

24 Feb 2026

Step 1: Start with product vision that teams can actually execute

If the team cannot use it to prioritize backlog items, it is not actionable.

Author: Rod Claar
0 Comments
Article rating: No rating

24 Feb 2026

Step 2: Identify customers, users, and the decisions that matter

If you cannot name:

  • Who you serve

  • What they are trying to decide

  • What “job” they need completed

Your backlog will drift.

Author: Rod Claar
0 Comments
Article rating: No rating

24 Feb 2026

Step 3: Turn outcomes into backlog slices (without giant stories)

If a backlog item cannot be completed inside a Sprint with clear acceptance criteria, it is not sliced—it is deferred complexity.

The goal is not smaller tasks.
The goal is small increments of validated outcome.

Author: Rod Claar
0 Comments
Article rating: No rating

24 Feb 2026

Step 4: Prioritize with Confidence: Value, Risk, and Learning

Prioritize with Confidence: Value, Risk, and Learning

This step introduces a simple, explicit prioritization model based on three dimensions: Value, Risk, and Learning (V-R-L).

Instead of relying on vague “priority” discussions, teams score each backlog item (1–5) on:

  • Value — business impact delivered

  • Risk — uncertainty reduced or exposed

  • Learning — validated insight gained

Making these criteria visible reduces backlog thrash, clarifies trade-offs, and exposes hidden assumptions. It also encourages earlier risk burn-down and faster validation of uncertainty.

The exercise requires scoring the top five backlog items and reviewing the ranking for balance. The goal is not mathematical precision, but strategic clarity.

AI can strengthen this process by stress-testing assumptions, surfacing overlooked risks, and simulating alternative rankings—while leaving final decisions to human judgment.

The broader outcome is disciplined, transparent prioritization aligned with strategy rather than habit.

For deeper capability, the next step is the AI for Scrum Product Owners class, which expands on using AI to refine backlog items, quantify value hypotheses, and improve decision quality.

Author: Rod Claar
0 Comments
Article rating: No rating
RSS

Steps - Members

 
 
✓ Featured Content

Scrum Product Owner Videos

A curated playlist of specific YouTube content.

Search Results

29 Apr 2026

The Top 5 AI Changes Hitting Software Development for the Week of April 27, 2026

The Top 5 AI Changes Hitting Software Development for the Week of April 27, 2026

Author: Rod Claar  /  Categories:   / 

From April 22 to April 29, 2026, the biggest announcements and research all pointed in the same direction: AI coding tools are becoming agents that plan, change code, test, review, open pull requests, and fit into enterprise workflows.

Here are the five changes Scrum and Agile teams should pay attention to.

  1. AI coding agents are getting better at long, messy engineering work

OpenAI released GPT-5.5 on April 23. OpenAI says it is their strongest agentic coding model so far. It scored 82.7% on Terminal-Bench 2.0 and 58.6% on SWE-Bench Pro. OpenAI also says GPT-5.5 is stronger at holding context across large systems, checking assumptions with tools, debugging, testing, and carrying changes through a codebase.

That matters because real software work is rarely one clean prompt. Most useful work includes unclear bugs, old code, hidden dependencies, half-written tests, and tradeoffs.

For Scrum teams, this changes refinement. A Product Backlog Item can no longer stop at “build the feature.” Teams need clearer acceptance examples, constraints, test expectations, and review rules. The AI can write more code, but the team still owns the intent.

  1. AI agents are moving into enterprise infrastructure

On April 28, OpenAI announced that OpenAI models, Codex, and Managed Agents are coming to AWS in limited preview. The announcement says AWS customers can use OpenAI models, including GPT-5.5, through Amazon Bedrock, and can configure Codex to use Bedrock as the provider. OpenAI also says Codex now has more than 4 million weekly users.

This is a major shift. AI coding is no longer just a developer tool running in an editor. It is becoming part of the company’s approved cloud, security, billing, identity, and compliance path.

For Agile leaders, this means AI adoption will move from local experiments to platform decisions. Teams will need working agreements for when agents can touch code, which repos they can access, what data they can see, and what must be reviewed by a human.

  1. The IDE is becoming a control room for remote agents

Microsoft’s April 28 Visual Studio update brings cloud agent integration into the IDE. Developers can start a remote coding session from Visual Studio. The cloud agent can ask permission to open an issue, work remotely, and create a pull request while the developer keeps working. The update also adds user-level custom agents, generally available C++ code editing tools for agent mode, and a Debugger Agent that validates fixes against runtime behavior.

This changes the daily flow of development. A developer may not spend the day typing every line. They may spend more time splitting work, giving agents bounded tasks, reviewing pull requests, running tests, and deciding whether the result matches the product goal.

For Scrum teams, this affects the Daily Scrum. “What did I do yesterday?” becomes less useful than “What work did I delegate, what came back, what is blocked, and what needs review?”

  1. AI coding cost is becoming a planning constraint

GitHub announced on April 27 that all GitHub Copilot plans will move to usage-based billing on June 1, 2026. Instead of premium request counts, plans will include monthly GitHub AI Credits. Usage will be based on token consumption, including input, output, and cached tokens.

GitHub also announced that GPT-5.5 is becoming generally available in GitHub Copilot for Pro+, Business, and Enterprise users across tools including VS Code, Visual Studio, Copilot CLI, GitHub Copilot cloud agent, JetBrains, Xcode, Eclipse, GitHub Mobile, and github.com.

This means teams will need to treat agent use like cloud use. Long prompts, large context windows, repeated retries, and broad agent runs may have real cost.

For Agile teams, this adds a new planning question: what work is worth agent spend? A good Definition of Ready may include enough context to avoid waste. A good Definition of Done may include proof that the agent’s output was tested, reviewed, and not just accepted because it compiled.

  1. New research shows agents are useful, but still wasteful and risky

A Stanford paper released on April 22 introduced SWE-chat, a large dataset of real coding-agent sessions from public repositories. The dataset includes 6,000 sessions, more than 63,000 user prompts, and 355,000 tool calls. The authors found that in 41% of sessions, agents wrote almost all committed code, while in 23%, humans wrote all the code themselves.

The same paper found that only 44% of agent-produced code survived into user commits, and that users pushed back against agent outputs in 44% of turns. It also found that agent-written code introduced more security vulnerabilities than human-written code in their dataset.

That is the most important warning from this week.

AI coding agents are not magic teammates. They are powerful, fast, uneven workers. They can save time, but they can also create waste. They can generate code, but they do not replace engineering judgment.

For Scrum teams, the practical lesson is simple: keep the feedback loops tight.

Use small slices.

Ask for tests.

Review the diff.

Run the build.

Check the security impact.

Make the acceptance criteria visible.

Do not let the agent become a hidden developer on the team. Make its work inspectable.

The big picture

The center of software development is shifting.

The old model was: developer writes code, tool helps.

The new model is: team defines intent, agent proposes changes, humans inspect, test, and decide.

That puts more pressure on product clarity, technical discipline, and team agreements. It also makes Scrum more important, not less. Scrum is built around transparency, inspection, and adaptation. Those are exactly the habits teams need when AI starts producing more of the code.

The teams that win will not be the ones that blindly “use AI more.”

They will be the teams that learn how to steer it.

Print

Number of views (35)      Comments (0)

Learn more!

Keep learning — at your pace

Choose the next step that fits where you are today. Stay connected for new lessons, or go deeper with live training when you’re ready.

Free

Join updates and get new lessons as they’re released for this learning path.

Join updates / get new lessons

Search

Calendar

«April 2026»
SunMonTueWedThuFriSat
2930311234
567891011
12131415161718
19202122232425
262728293012
3456789

Upcoming events

Categories

Upcoming Scrum and Agile Training

20 Jan 2026

Author: Rodney Claar
0 Comments
RSS