Hacker News new | ask | show | jobs
by jskulski 1209 days ago
Interesting idea and good execution.

My thought would be it feels like it is helps enable “careless” PMs, rather than make better stories.

I added a simple user story “I want to be able to check our prices against competitor prices”

Imo, a reasonable and simple business ask, but technically complicated (dirty and old data, low user fault tolerance, heuristically matching).

In chatGPT fashion, it confidently provides a series of acceptance criteria that fills out the story, but is either questionable or redundant.

“The tool should be able to compare prices of our products against our competitors' prices. The tool should be able to display the results in a clear and concise manner. The tool should be able to be accessed from the administrator dashboard. The tool should be able to be used on both desktop and mobile devices.”

A PM/team could go through and audit. It would be a useful exercise, but a team who would do that likely wouldn’t need this tool. Maybe consider fashioning the UI to idea generation?

As it is now, this feels like a careless PM would copy and paste this without checking.

1 comments

Valid point, I received this feedback on reddit as well.

I really want to focus the tool on generating good stories though - I had the idea that to validate input better and give feedback, before actually generating stories. E.g., try to suggest something like „Hey, this is too broad and should be an epic, with possibly these 4 stories“, „Hey, your description was too shallow, can you elaborate on xyz?“. Ultimately, it’s a tool that I want to see used for scrum stories in my teams.

I will update the roadmap with these ideas and inputs, thank you for taking your time and leave a comment!