Your Team, But Faster: How to Run a Roundtable Brainstorm with AI Playing Every Role
There's a meeting I used to dread. Not because it was long, because it was premature.
You'd walk into a refinement session with a half-baked story, and the next 45 minutes would be the team discovering, out loud, all the things nobody thought about. Valid discoveries. But expensive ones, in time, in focus, in the goodwill you burn when engineers feel like they're doing the PO's homework for them.
What if you could have that meeting before the meeting, just you and an AI standing in for your whole team?
That's what this post is about.
The Idea: Give AI a Seat at Every Chair
Large language models are genuinely good at perspective-taking. They can hold a role, argue from it, and surface objections you didn't think to write down. Most people use AI as a writer or a summariser. But you can also use it as a room full of colleagues, each one filtered through a specific technical lens.
The trick is the prompt. You need to tell the AI exactly who's in the room, what each person cares about, and how they should behave. If you do that upfront, what follows is surprisingly close to an actual refinement conversation.
The Prompts: Copy, Modify, Use
Below is the full prompt. It's modular by design, just delete the roles your team doesn't have. Running with only FE + BE + Automation QA? Remove the UX and BA blocks. Solo full-stack and a designer? Keep just those two. The rest of the structure stays intact.
That's it. That's the engine. What you get back is a conversation, not a list — and that matters. Lists flatten nuance. A conversation surfaces it.
Let's See It in Action
Below is a simulated roundtable I ran for a real-ish story: adding a visual styling layer to an existing AES (Advanced Electronic Signature) function in a document signing platform. The team for this one is FE, BE, and Automation QA.
Story: Style the AES Signature Capture UI
As a signatory, I want the signature capture modal to have a consistent visual style, including branded colours, typography, and clear action labels, so that signing feels intentional and trustworthy, not like an afterthought.
FE Developer:
First read — this feels like it's mostly a CSS and component update. Swap colours, update button labels, maybe adjust the modal layout. But I want to know: are we working within the existing modal component, or are we replacing it? Because if the modal is shared across other signature types, any change we make here will ripple. Also — is there a design spec, or are we guessing at "branded colours"?
BE Developer:
From my side, I don't see much backend impact on the surface. But I'd want to confirm: does the styling change affect anything we're storing? Some implementations embed a rendered image of the signature UI as part of the audit trail or evidence bundle. If we change the visual output, we need to check whether that breaks any comparison logic downstream. That's not necessarily a blocker — but it's a "let's not find out in UAT" kind of question.
Automation QA:
I like that this is relatively contained. But "consistent visual style" is not a testable criterion as written. I need specifics. What are the exact colour values? What's the typography stack? What do the button labels say? Without that, I can't write assertions — I can only do visual checks manually, which defeats the point. Also — is there a regression suite for the existing AES flow? Because if we're touching the modal, I want to run the full signing journey before we ship.
FE Developer:
Agreed on the regression point. The AES modal currently has three states: capture, confirm, and error. I'd want acceptance criteria for all three, not just the happy path. The error state especially — right now it's generic. Is that in scope to style, or are we limiting this story to the capture and confirm states?
BE Developer:
One more flag from me. The AES function sits behind the signature service, which is covered by 21 CFR Part 11 audit requirements. I want to be clear: this story changes the UI, not the underlying signing logic — but we should document that explicitly. The last thing we need is a compliance reviewer asking why the signature UI changed without a corresponding record.
Automation QA:
That's a good call. Change documentation might be a non-functional requirement here — not just "the UI looks right" but "the change is traceable." That's worth calling out separately.
FE Developer:
Okay — so to summarise what I think we need before this is ready to build: a design spec or at minimum a defined colour palette and type scale, explicit scope on which modal states are in this story, and confirmation that the modal component is either isolated or that we're accepting the cross-component impact.
Outcome
User Story (refined):
As a signatory, I want the AES signature capture modal to display consistent branding — defined colour tokens, typography, and labelled action buttons — across the capture and confirm states, so that the signing experience feels deliberate and aligned with the platform's visual identity.
(Error state styling to be addressed in a follow-up story.)
Final Thoughts
Here's what I've started doing before almost every refinement session: I run the story through a prompt like the one above. Not to replace the real conversation, to improve it.
Because when I walk in with acceptance criteria already sketched, with the BE concern about the evidence bundle already flagged, with QA's testability questions already answered, the room moves faster. The conversation elevates. Instead of discovering the story, we're pressure-testing it.
The 15 minutes I spend with AI before the meeting saves at least 30 minutes of the meeting. Often more. And it saves the quieter kind of cost too, the one where engineers stop trusting that stories are thought through before they land in the sprint.
Any story, high-level or nearly-ready, can be quickly simulated in a way that surfaces the structural questions before they become mid-sprint surprises. You don't need a full team. You don't need everyone in a room. You need a good prompt and a clear description of what you're trying to build.
The roundtable is always available. It doesn't have calendar conflicts. It doesn't need a 30-minute slot.
And honestly? It doesn't judge you for bringing a half-baked story to it.
That's what it's there for.