User Story Workshop (1-day)

Request info

User Story Workshop Training

The trainer will explain the fundamentals of user stories and how to approach story writing, including identifying users/personas, context setting and building the backlog. Techniques to write effective user stories will also be covered, e.g., INVEST, and also defining acceptance criteria and story splitting.

Prior to the workshop, the participants will be encouraged to being real user stories and/or existing backlogs. During the workshop the trainer will work with the participants to review and improve their stories and backlogs. How the stories relate to roadmaps and release plans may also be incorporated.

Number of Participants: Up to 9

SELECT wp_posts.*, wp_p2p.* FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_p2p WHERE 1=1 AND ( ( wp_postmeta.meta_key = 'start_date' AND CAST(wp_postmeta.meta_value AS DATE) >= '2025-04-21' ) ) AND ((wp_posts.post_type = 'schedule' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) AND (wp_p2p.p2p_type = 'schedule_to_courses' AND wp_posts.ID = wp_p2p.p2p_from AND wp_p2p.p2p_to IN (SELECT wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.ID IN (11449) AND ((wp_posts.post_type = 'courses' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) ORDER BY wp_posts.post_date DESC )) GROUP BY wp_posts.ID ORDER BY CAST(wp_postmeta.meta_value AS DATE) ASC