Hacker News new | ask | show | jobs
Show HN: I built a standup app so I'd stop switching between Linear,GitHub,Slack (github.com)
5 points by heyavi 102 days ago
We are a small team and my standup workflow was: open Linear, find who's working on what, switch to GitHub, check PRs, switch back, share my screen, ask people to give updates they could've just typed. All so I could answer "what's everyone doing and is anything stuck."

So I built a thing where I just ask. "How's the team" pulls up an overview. "What's Avi working on" shows their issues sorted by status with their PRs. "Anything at risk" shows stale and unassigned work. It renders actual interactive components, not chat responses, I can filter by status, priority, repo, whatever.

The whole point is I shouldn't have to ask 6 people to stop what they're doing so I can get context I could've gotten from the tools we already use. The information is all there in Linear and GitHub. It just takes 20 minutes of tab-switching to piece it together, or a meeting where everyone takes turns reading their tickets aloud.

Built it with Tambo (I'm an engineer there, full disclosure). You register components with schemas and the AI decides which one to render based on what you ask. The components fetch their own data from Linear and GitHub APIs.

It's not an anti-standup thing exactly, more that I think most of what happens in standups is information retrieval, and that part can just be a tool. The actually useful part of standups (unblocking each other, quick decisions) is a 2-minute conversation, not a 15-minute ceremony.

3 comments

This aligns pretty closely to the concept of a "flipped classroom" except for it's "flipped standup". Spend more time talking about getting unblocked instead the repetitive ceremony of "here's my update".
exactly the feeling I was going for. ;)
It's been fun using this in our standups. Thanks for building this.

I have to keep asking the same questions. Do you think it could remember what I typically ask and generate or suggest it?

It already gives you suggestions based on your current conversation. So if you're looking at a team member's work, it'll suggest things like "show their open PRs" or "anything blocked." But learning your patterns across sessions and surfacing them when you first open the app is a great idea, I'm gonna add that next!
Really like the idea of having a single place that shows me the throughline of work across different platforms