Purpose

To reflect on the environmental and social impacts of work completed in a sprint, and to identify quick improvements or follow‑up actions.


<aside>

Use this tool:

You'll get:


Getting started

  1. Set aside 10–15 minutes in your retro or review session.
  2. Look at recently completed work.
  3. Ask the relevant prompts from the list below.
  4. Capture one or two improvements to bring into the next sprint.

Prompt list

Area Questions to ask
Experience design Can the same outcome be achieved with fewer steps or interactions? Are we adding features users didn’t ask for?
Interface and front‑end Are we loading assets or scripts before they are needed? Are we using heavy frameworks where lighter options would work?
Data and APIs Are we making unnecessary or duplicate API calls? Could we cache results?
Libraries and packages Are we carrying unused or bloated dependencies? Could a smaller library or built‑in function do the same job?
Infrastructure Are environments running when they are not needed? Could we scale down or switch off in low‑usage periods?
Default behaviours Do our defaults add unnecessary load (e.g. high‑res images for all users)? Could we offer a low‑impact default instead?
Real‑world behaviours Could this feature influence a positive action outside the product (e.g. reduced travel, shared resources, energy‑saving habits)?

Tips