Weekly, compares the tickets currently in the sprint against the set committed at sprint start, surfaces what was added mid-sprint and by whom, what was silently dropped, and what grew in scope after work began, and reports the percentage of sprint capacity consumed by unplanned work with the trend across recent sprints.
- Identifier
sprint-scope-drift-report- Version
- 1.0.0
- Steps
- 4
- Triggers
- 1
- sprint
- scope
- drift
- planning
- report
- automated
When it runs
schedule.weekly- Schedule
- Every Monday at 09:00 UTC
0 9 * * 1 - Timezone
- UTC
The pipeline
The graph below is the one the workflow opens with in the builder — same steps, same layout, drawn on the same canvas. The run playing through it is a simulation; the branches and conditions are real.
- 01Weekly Schedule (Monday 09:00 UTC)
triggerThe event that starts the run.
- 02List Current Sprint Tickets
ticket.listQueries the tracker for a set of tickets.
- 03Analyze Sprint Scope Drift
agent.runOne agent works the task with its toolkit.
- 04File Drift Report Ticket
ticket.createOpens a ticket on the connected tracker.
The agent
Sprint Scope Drift Analyst
- Base type
- Product Manager
- Temperature
- 0.2
- Max iterations
- 30
- Tools
- 6
Tickets · 3
list_ticketsList Tickets · readread_ticketRead Ticket · readcreate_ticketCreate Ticket · write
Memory · 2
memory_writeWrite Memory · writememory_readRead Memory · read
Status · 1
update_statusUpdate Status · write
Related playbooks
Break Down Ticket
Decomposes a labeled ticket into a concrete set of proposed sub-tasks.
Generate Requirements
Turns a labeled ticket into a structured requirements document, posted as a comment.
Ticket Estimate Assistant
On ticket creation, finds comparable closed tickets by semantic search and proposes an estimate anchored in actual cycle time.