Select the search type
  • Site
  • Web
Search

Virtual • In-Person • On-Site

Virtual or In-Person Training

Choose the delivery format that fits your team: attend virtually, join an in-person class, or bring the training on-site. The currently scheduled classes are listed on the right—each link takes you straight to registration.

Every course can be delivered as Virtual or On-Site training. For details on corporate and private offerings, see Corporate Training Offerings.

Tip: If you don’t see a date that works, corporate/private delivery can be scheduled to match your calendar.

Search Results

24 Feb 2026

Mastering Prompt Engineering for Scrum Masters

Modern AI tools can do far more than answer simple chat questions—they can analyze retrospectives, decompose epics, generate acceptance criteria, and even support longer-running, multi-step work. To use these capabilities effectively, Scrum Masters must move beyond casual prompting and adopt a structured approach to AI communication.

The core idea is to operate at four levels:

  1. Prompt Craft – Writing clear, specific instructions.

  2. Context Engineering – Supplying only the relevant background information.

  3. Intent Engineering – Clarifying the real objective behind the task.

  4. Specification Engineering – Defining explicit rules and output formats for consistent results.

To integrate these levels, the guide introduces a Unified Scrum Master Prompt Template built around structured sections:

  • <role> – Define the AI’s professional stance.

  • <context> – Provide necessary background.

  • <intent> – State the primary goal.

  • <instructions> – Outline required steps.

  • <constraints> – Specify rules and boundaries.

  • <examples> – Show what good output looks like.

  • <output_format> – Define the exact structure of the response.

This template is then applied to common Scrum Master scenarios:

  • Organizing retrospective feedback

  • Decomposing large epics into small user stories

  • Writing clear, testable acceptance criteria using Given/When/Then

Finally, the guide highlights that different AI models respond differently to structure and context. Some perform best with strict XML tagging and positive directives, others require tighter context control, and some benefit from step-by-step reasoning and example-driven prompts.

The overall message is direct:
Scrum Masters who treat prompting as a disciplined, structured practice—not casual conversation—will extract significantly more value from AI systems and improve their effectiveness in Agile facilitation and delivery.

Author: Rod Claar
0 Comments

24 Feb 2026

Mastering Prompt Engineering for Scrum Product Owners

Product Owner Playbook • Unified Prompt Template

Mastering Prompt Engineering for Product Owners

Prompt engineering is the skill of giving clear instructions to AI so it can understand your goals and produce better results. Modern AI can act as an independent agent for longer-running work, so Product Owners benefit from structured communication: prompt craft, context engineering, intent engineering, and specification engineering.

The 4 Levels of AI Communication

Use these four layers together to drive stronger backlog decisions, clearer requirements, and better product outcomes.

  • Prompt craft

    Write clear instructions and examples so the model understands the task and produces useful output.

  • Context engineering

    Provide the right background information, such as project files, customer feedback, and prior decisions.

  • Intent engineering

    Explain the main goal and business value so the model can optimize for the right outcome.

  • Specification engineering

    Create clear, detailed rules for long-term tasks so the AI can work effectively with less supervision.

 

The Unified Product Owner Prompt Template

Structured prompts work best. XML-style tags help models separate context, intent, instructions, constraints, examples, and formatting.

<role> You are an expert Agile Product Owner. Your tone is helpful, professional, and focused on business value. </role>
<context> Insert the background information here. This could be meeting notes, customer feedback, or a product vision. Only include relevant details. </context>
<intent> Explain the main goal. What is the ultimate purpose of this task? </intent>
<instructions> List the exact steps the AI needs to take, using bullet points or numbers. </instructions>
Author: Rod Claar
0 Comments

5 Mar 2026

Generative AI For Scrum Teams March 5-6, 2026

Generative AI For Scrum Teams March 5-6, 2026

Generative AI for Scrum Teams

Apr 2–3, 2026
March 5-6, 2026: Hands-on ways for Scrum Teams to use ChatGPT/Copilot to boost planning, collaboration, and delivery—ethically and responsibly.
Author: Rod Claar
0 Comments

9 Mar 2026

Step 2:Customer & Stakeholder Discovery Prompts

Step 2: Customer & Stakeholder Discovery Prompts

Product Owners receive large amounts of qualitative input from customers and stakeholders. This includes interviews, support tickets, usability feedback, and meeting notes. The challenge is not collecting feedback—it is turning that feedback into actionable insights that can guide sprint work.

AI can assist Product Owners by rapidly analyzing raw feedback and converting it into structured discovery insights.

The workflow involves four steps:

  1. Collect feedback (10–20 lines from interviews, tickets, or notes)

  2. Cluster feedback into themes

  3. Identify risks or opportunities within those themes

  4. Propose small experiments that can be tested in the next sprint

Using structured prompts, AI can detect patterns across feedback and produce outputs such as:

  • key customer themes

  • potential product risks

  • unmet needs

  • opportunities for improvement

  • sprint-sized experiments to validate ideas

The Product Owner still provides judgment and prioritization, but AI significantly accelerates synthesis and idea generation.

This approach helps bridge the gap between:

Customer discovery → backlog refinement → sprint experiments

By running this analysis before backlog refinement, Product Owners can transform qualitative insights into testable hypotheses and actionable backlog items, strengthening the connection between customer feedback and product decisions.

Author: Rod Claar
0 Comments

9 Mar 2026

Step 3:Writing Better User Stories (with Examples)

Step 3: Writing Better User Stories

Product Owners often encounter problems with user stories that are vague, unclear, or incomplete. These issues frequently lead to clarification during the sprint, slowing development and creating misunderstandings between the Product Owner and the team.

This step focuses on using AI to help Product Owners write clear, outcome-focused user stories that reduce ambiguity and improve collaboration.

A well-structured user story includes three key elements:

  • User — who benefits from the capability

  • Capability — what the user needs to do

  • Value — why the capability matters

The standard format remains:

As a [user], I want [capability], so that [value].

AI can assist by generating:

  • clearly written user stories

  • testable acceptance criteria

  • assumptions that may require validation

  • clarification questions likely to arise during backlog refinement

Using structured prompts, Product Owners can transform a simple feature request into a development-ready backlog item. The AI helps identify missing details, edge cases, and potential misunderstandings before the story reaches the team.

The result is:

  • faster backlog refinement

  • fewer mid-sprint questions

  • improved team understanding

  • better acceptance testing

AI does not replace the Product Owner’s judgment. Instead, it accelerates the process of turning ideas into clear, actionable user stories that support effective sprint planning.

Author: Rod Claar
0 Comments

9 Mar 2026

Step 4: Acceptance Criteria that Actually Test

Step 4: Acceptance Criteria that Actually Test

Acceptance criteria are often ineffective because they are too vague or not objectively testable. Statements such as “works correctly” or “loads quickly” leave room for interpretation and frequently lead to confusion during development and testing.

This step focuses on helping Product Owners use AI to create clear, verifiable acceptance criteria that define observable system behavior.

Strong acceptance criteria should be:

  • Specific — clearly describe what the system should do

  • Testable — can be objectively verified

  • Complete — include normal scenarios, edge cases, and failure conditions

AI can assist Product Owners by generating a balanced set of acceptance tests for a user story, typically including:

  • Happy path scenarios — expected successful behavior

  • Edge cases — unusual but valid situations

  • Negative scenarios — failures or invalid actions

By prompting AI to generate multiple test scenarios, Product Owners can quickly identify gaps in story definitions and uncover assumptions that might otherwise surface during the sprint.

The final step in the exercise is to remove or rewrite any criteria that cannot be objectively verified, ensuring the acceptance criteria are measurable and testable.

Using this approach improves:

  • shared understanding between the Product Owner and the development team

  • clarity during backlog refinement

  • efficiency in acceptance testing

  • confidence in delivered functionality

Clear acceptance criteria help teams move from interpretation to verification, reducing misunderstandings and enabling smoother sprint execution.

Author: Rod Claar
0 Comments

9 Mar 2026

Step 5: Backlog Refinement & Slicing Techniques

Step 5: Backlog Refinement & Slicing Techniques

Backlog items often become too large or unclear, making them difficult for teams to estimate, test, and complete within a single sprint. Large stories frequently create confusion during sprint planning and increase the risk of incomplete work.

This step focuses on helping Product Owners use AI to break large features or epics into small, valuable, and testable increments that can be delivered within a sprint.

Effective backlog slicing ensures that each story:

  • is small enough to complete in a sprint

  • delivers clear user or business value

  • includes criteria that make it testable

Instead of splitting work by technical components, Product Owners should slice stories based on user outcomes or functional increments. Common techniques include splitting work by workflow steps, user roles, data scope, or reduced complexity.

AI can assist by analyzing a large feature and proposing several smaller user stories that each deliver independent value. This allows Product Owners to quickly explore different ways to structure the backlog and identify stories that are appropriate for sprint planning.

By refining backlog items into smaller increments, Product Owners help teams:

  • plan sprints more effectively

  • estimate work more accurately

  • deliver value more frequently

  • reduce mid-sprint uncertainty

The goal of backlog refinement is to create a sprint-ready backlog where stories are clear, manageable, and ready for development without unnecessary guesswork.

Author: Rod Claar
0 Comments

9 Mar 2026

Step 5: Building AI Guardrails for Your Team

Summary: Generative AI for Scrum Teams

Generative AI can significantly increase the effectiveness of Scrum teams when it is used as a practical collaboration tool rather than a replacement for team thinking.

The most successful teams apply AI in a few high-value areas of the Scrum workflow:

1. Backlog Refinement

AI can help transform rough ideas into clearer backlog items by assisting with:

  • Drafting user stories

  • Generating acceptance criteria

  • Identifying edge cases

  • Suggesting test scenarios

This allows Product Owners and teams to focus more on business value and prioritization rather than formatting work items.

2. Development Support

Developers can use AI to accelerate technical work such as:

  • Creating unit test scaffolding

  • Explaining unfamiliar code

  • Generating implementation options

  • Assisting with debugging and refactoring

Used correctly, AI acts as a rapid technical assistant, improving flow without replacing engineering judgment.

3. Sprint Collaboration

AI can support Scrum events by helping teams:

  • Summarize Sprint Reviews

  • Draft Sprint Retrospective insights

  • Capture action items and improvement experiments

This reduces administrative overhead and keeps discussions focused on outcomes.

4. Quality and Testing

AI is particularly strong at generating test cases, boundary conditions, and exploratory test ideas, helping teams strengthen quality practices earlier in the development cycle.

5. Responsible Use

To use AI safely, teams should implement lightweight AI guardrails, including:

  • Avoiding sensitive data in prompts

  • Verifying AI output before using it

  • Establishing team guidelines for when AI should be used

These guardrails maintain trust, reliability, and security.


Key Takeaway

Generative AI works best when Scrum teams treat it as a thinking partner that accelerates clarity, testing, and learning.

Teams that integrate AI into their daily workflow—while maintaining strong engineering and product practices—can improve speed, quality, and team collaboration without compromising Scrum principles.

Author: Rod Claar
0 Comments

9 Mar 2026

Step 5: Code Generation with Guardrails

AI code generation works best when it operates within explicit team guardrails.

Create a reusable “project rules” snippet that defines your development stack, architecture patterns, naming conventions, linting standards, and security constraints. Include this snippet in every coding prompt.

This ensures AI-generated code aligns with your team’s standards, reduces cleanup during review, and prevents architectural drift or security risks.

Key principle:
Do not ask AI to simply write code.
Ask it to write code within clearly defined project rules.

Author: Rod Claar
0 Comments

9 Mar 2026

Step 3: TDD with AI — Keeping You in the Driver’s Seat

This step shows experienced developers how to use AI to strengthen Test-Driven Development rather than replace it.

AI is used to suggest test scenarios, edge cases, and potential gaps, but the developer remains responsible for writing the tests and guiding the design.

The workflow is simple:

  1. Choose a small function.

  2. Ask AI to generate possible test cases.

  3. Write the tests yourself using TDD.

  4. Compare your tests with AI suggestions to identify missing cases.

  5. Implement and refactor safely using the test suite.

The key principle is that AI assists discovery and coverage, while developers retain control of intent, design quality, and implementation decisions.

Author: Rod Claar
0 Comments
RSS
123578910Last

Ready to start?

Pick your next step—start with free learning, watch the videos, or browse the full course catalog.

Prefer Virtual or On-Site delivery for your team? See Corporate Training Offerings.

Search

Calendar

«June 2026»
SunMonTueWedThuFriSat
311234
56
78910111213
14151617181920
21222324252627
2829301234
567891011

Upcoming events Events RSSiCalendar export