Sprint Pulse

Engineering Pulse — Team 1 ADS Q3 W29 - 20-24 Jul

Planned sprint ADS Q3 W29 - 20-24 Jul • planning snapshot + end-of-sprint outcome snapshot

This version uses the planning snapshot as the promise set and the outcome snapshot as the result set. Count metrics link to snapshot-exact JQL result pages. Jira IDs in the report link to live Jira issues.

Download DOCX

Executive summary

Yellow. The sprint closed 10/22 visible items. The team absorbed noise well — 1/5 added items were closed — but finish predictability was only 64.3% (9/14), and bugs made up 50.0% of completed items. Planning-baseline carryover includes 5 finish misses and 3 expected progress continuations.

Top-line metrics

MetricValueHow to read it
Committed completion52.9% (9/17)Planned items marked Done ÷ all planned committed items
Planning-baseline carryover47.1% (8/17)All planned items not Done, including expected Progress continuations
Finish-intent carryover35.7% (5/14)Finish-intent planned items not Done ÷ all finish-intent planned items
Finish predictability64.3% (9/14)Finish-intent planned items done ÷ all finish-intent planned items
Progress predictability100.0% (3/3)Progress items that behaved as intended by carrying
Added-during-sprint load22.7% (5/22)Outcome-only items ÷ all visible items
Added work closure1/5All added items marked Done
Reactive load (bug share)50.0% (5/10)Completed bugs ÷ all completed work
Planning quality47.1% (8/17)Committed items marked Ready ÷ all committed items
Workflow-truth mismatches0Items marked Done in review while workflow status remained non-final

Engineering readout

The sprint did not fail; it traded predictability for responsiveness. 1/5 added items were closed, but that responsiveness came with 50.0% bug share and diluted finish predictability.

The miss pattern is concentrated: 4 partial-completion carryovers, 0 dependency-driven misses, and 2 planning-baseline items that never really started.

Most misses were not caused by poor readiness. 1 of the 8 planning-baseline carryovers had been marked Ready, so the stronger hypothesis is breakdown, sequencing, and capacity protection rather than simple scoping immaturity.

Delivered work mix

TypePlannedAddedStretchUnclearTotal doneDone %
Story2000220.0%
Task1000110.0%
Bug5000550.0%

Planning baseline: plan vs execution

SignalValueWhy it matters
Planning-baseline items17Items present in the frozen planning snapshot
Planning-baseline done9Closed by sprint review
Planning-baseline carryover8All planned items still open, including Progress continuation
Finish-intent carryover5Planned-to-finish items that did not finish
Progress continuation3Progress-intent planned items still open as expected
Planning-baseline items marked Ready8Planning-quality input
Carryovers marked Ready1Ready did not guarantee closure
Carryovers not started2Execution focus gap
Carryovers started but unfinished5Work moved, but did not close

Carryover pattern

Jira itemOwnerIntentStatusWhy it carried
ADS-2590 — Bug — [Students] - Trebuie inlocuit articolul de la model import automat-date de completare si sa se deschida articolul din manualul de utilizare daca de da click pe linkul respectivMarian AndreiFinishIn ProgressPartial completion
ADS-3896 — Bug — [Classes][Homework] -Problema la Trimiterea Temelor Corectate din aplicatia de mobilIvan IoanaFinishTo DoNot started
ADS-5784 — Story — [FE/BE] Refactor pagina de permisiuniPetronel PavelProgressMerged
ADS-7816 — Story — [SIIIR] - Import claseMarian AndreiProgressIn ProgressPartial completion
ADS-7907 — Task — [BE] Refactoring SQL_CALC_FOUND_ROWSMarian AndreiFinishIn ProgressPartial completion
ADS-8067 — Story — [Incadrare] Refactoring React & APIAndrei DraganProgressIn ProgressLate start / sequencing
ADS-8105 — Story — Impartirea pe moduleIvan IoanaFinishIn ProgressPartial completion
ADS-8209 — Bug — [Prod][AWS][legacy-web] GET /api/v2/fisiere/view returns HTTP 500 when M_fisiere.php calls query() on nullMarian AndreiFinishTo DoNot started

Miss pattern summary

PatternCountWhat it suggests
Partial completion4Breakdown / sizing / stage-gating was not tight enough
Dependency delay0Capacity protection or dependency timing created slip
Not started2A committed item remained outside execution focus
In Progress / Code Review carryovers5Most misses were moving, but not closing

Workflow-truth mismatches

Items marked Done in the sprint-review field while Jira workflow status was still non-final.

Jira itemStatusIntent
None

Executive follow-up questions

QuestionWhy this mattersWhat evidence to ask for
Why did finish-intent items carry over despite planning readiness?This tests execution quality rather than just scope quality.Show finish-intent carryovers split by dependency, partial completion, and not-started.
Are Progress items being managed intentionally?Progress items are allowed to continue, but the continuation should be visible and controlled.Show the original slice and the specific landing expectation for each item.
Is added work a healthy responsiveness level or chronic interruption?High responsiveness can hide systemic instability and diluted predictability.Show which added items were urgent/reactive versus discretionary scope change.
Can we trust Done in review when workflow is still non-final?Workflow-truth gaps reduce trust and make completion easy to game.Show the exact mismatches and the completion rule to enforce next sprint.

Usage note: start with the top-line metrics, then use the traceability links to answer these questions with issue-level evidence.

Snapshot and fact-base list links

Snapshot / movementIssue countCalculationLink
Planning snapshot raw list17Frozen planning export before metric exclusionsOpen JQL
Sprint review / outcome snapshot raw list22Frozen review export before metric exclusionsOpen JQL
Normalized sprint fact base22Deduplicated union used by metrics after canceled/cancelled exclusionsOpen JQL
Metric planning baseline17Non-canceled issue keys present in the frozen planning snapshotOpen JQL
Metric outcome snapshot22Non-canceled issue keys present in the frozen sprint-review snapshotOpen JQL
Planned and still present at review17planning_snapshot_present = true and outcome_snapshot_present = trueOpen JQL
Added after planning5planning_snapshot_present = false and outcome_snapshot_present = trueOpen JQL
Planned but missing from review0planning_snapshot_present = true and outcome_snapshot_present = falseOpen JQL
Metric-excluded canceled/cancelled rows0Rows preserved in audit but excluded from every numerator and denominatorOpen JQL

Planning and outcome are separate frozen moments. Raw snapshot counts can be larger than metric counts because canceled/cancelled rows stay in audit but leave all metric denominators.

Added after planning is snapshot-based: present in the outcome snapshot and absent from the planning snapshot. Planned but missing from review shows items that left the sprint snapshot before review.

Metric register addendum

MetricValueFormulaNumerator / denominatorDenominator evidence
Committed completion52.9% (9/17)planned committed items marked Done ÷ all planned committed items9/17Open denominator JQL
Planning-baseline carryover47.1% (8/17)planned baseline items not Done at review ÷ all planned baseline items8/17Open denominator JQL
Finish-intent carryover35.7% (5/14)finish-intent planned items not Done at review ÷ all finish-intent planned items5/14Open denominator JQL
Finish predictability64.3% (9/14)finish-intent committed items marked Done ÷ all finish-intent committed items9/14Open denominator JQL
Progress predictability100.0% (3/3)progress-intent items that carried as intended ÷ all progress-intent committed items3/3Open denominator JQL
Added-during-sprint load22.7% (5/22)visible items absent from planning and present in review ÷ all visible sprint items5/22Open denominator JQL
Added work closure1/5added visible items marked Done ÷ all added visible items1/5Open denominator JQL
Planning quality47.1% (8/17)committed items marked Ready in planning snapshot ÷ all committed items8/17Open denominator JQL
Carryovers marked Ready12.5% (1/8)carryovers that were marked Ready in planning snapshot ÷ all carryovers1/8Open denominator JQL
Reactive load50.0% (5/10)completed bugs ÷ all completed work5/10Open denominator JQL
Workflow-truth mismatches0Done rows with non-final workflow status0/10Open denominator JQL

Planning-baseline carryover includes both finish-intent misses and expected Progress continuations. Use Finish-intent carryover when you want only planned-to-finish items that did not finish.

Evidence artifacts

ArtifactLink
Issue audit registerOpen issue-level audit CSV
Metric lineageOpen metric lineage CSV
JQL traceability registerOpen JQL traceability CSV
Sprint metrics JSONOpen sprint metrics JSON

These companion artifacts keep the pulse debuggable when a leader wants the exact rows behind a metric or a count.