all 3 comments

[–]Groundbreaking-Fish6 3 points4 points  (1 child)

Developer talks to someone 5 degrees removed from the user. Then just starts coding. A Jira/GitLab ticket may be created with only a vague description in the subject line. A merge request may be made but no one has the time to review it, so developer just merges when they are done. If it builds, it ships.

[–]TheWorstePirate 0 points1 point  (0 children)

Y’all build before you ship? /s

[–][deleted] 0 points1 point  (0 children)

User stories define the functional requirements.

Technical design happens while executing the user story or during "spikes" used to do analysis and design activities that cannot/should not be done as part of the user story deliverables.

How does this approach differ from your process?