graph TB
A[Product Owner presents user story] --> B[Team members understand & discuss]
B --> C[Each member selects a card representing their estimate]
C --> D[All members reveal their cards simultaneously]
D --> E[Discuss differences if any]
E{Consensus reached?} -- Yes --> F[Agree on estimate and move to next story]
E -- No --> B
style A fill:#f9d4d4,stroke:#f33434,stroke-width:2px;
style B fill:#f9f2a3,stroke:#f3c634,stroke-width:2px;
style C fill:#d5f9b9,stroke:#34f351,stroke-width:2px;
style D fill:#a3f2f9,stroke:#34aaf3,stroke-width:2px;
style E fill:#d6a3f9,stroke:#8634f3,stroke-width:2px;
style F fill:#f9a3e2,stroke:#f334b0,stroke-width:2px;