To reflect on the environmental and social impacts of work completed in a sprint, and to identify quick improvements or follow‑up actions.
<aside>
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)? |