I spent the last week building an internal tool for our team. It was originally meant to help us manage our own work and client projects, but we decided to make it public.
The problem was simple. Our tasks lived in a project manager, while the actual context lived inside GitHub. A ticket like "fix the authentication flow" still required someone to search the repository, find the correct files, understand the current implementation, and break everything into smaller tasks.
So I built Orbicue.
- Connect a GitHub repository
- Index the codebase
- Describe the change roughly
- Orbicue finds the relevant code
- It creates an editable task with title, description, labels, priority, subtasks, and matched files.
It also supports two-way GitHub Projects sync, an IDE extension, and an MCP server so AI coding agents can read and update the same project board.
Try it: https://www.orbicue.com/
We just launched on Product Hunt today. If this sounds useful, would appreciate an upvote: Producthunt
Honest feedback welcome.
Would code-aware task generation solve a real problem in your workflow?
What evidence or matched context would you want before trusting the result?

Top comments (1)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.