Posts
Running planning poker from Claude Code

Kelly Lewandowski
Last updated 19/05/20267 min read
Why bother running poker from a CLI
Connecting Claude Code to Kollabe
claude mcp add --transport http kollabe https://kollabe.com/api/mcp
The planning poker tools you get
🪑Rooms
🎴Rounds
🗳️Voting
🔄Flipping & finalising
A real workflow: from Linear to a flipped round

Pull the candidates
"Get the top 10 unestimated tickets from Linear's 'Web team' project, ordered by priority." Claude Code returns the list with titles and ids. Create the room and rounds
"Create a Kollabe planning poker room called 'Sprint 47 estimation' in the Engineering space, and bulk-create a round for each of those tickets with the Linear url in the round description." One call to planning_poker_create_room, one to planning_poker_create_rounds_bulk. Share the link
"Give me the room url so I can paste it in Slack." Claude Code reads it from the room response. Total elapsed time: about 30 seconds. Run the meeting in the browser
Your team opens the room and votes. The CLI handled the setup. The browser room is where the discussion happens. Finalise from the terminal
After the meeting, "For each completed round in Sprint 47, sync the winning vote back to the Linear ticket's estimate field." Done.
What's actually different vs. the browser app
| Task | Claude Code | Browser room |
|---|---|---|
| Create room + import tickets | ✅ Fast | OK |
| Cast a vote | ✅ | ✅ |
| See others' votes live | ❌ | ✅ |
| Flip cards dramatically | ❌ | ✅ |
| Side conversation in chat | ❌ | ✅ |
| Finalise + sync to tracker | ✅ | ✅ |
Smaller workflows worth keeping
- "What planning poker rooms am I in right now?" Read-only, useful when a colleague says "join the room" and you can't find the link.
- "Add a round to room X called 'PROJ-1234' with this description from the Jira ticket." One-off when a ticket gets added mid-meeting.
- "For the current round in room X, cast my vote as a 5." When you're on your phone but Claude Code is still open on your laptop.
- "Skip the current round." The team decides a ticket needs grooming before estimation.
Pairing with other tools you already have
When the assistant gets confused
Try one prompt today
Using Kollabe, list my spaces and the planning poker rooms in each.