Inspiration
The inspiration for Consilium came from witnessing countless software teams struggle with the same recurring problems, sprint delays that could have been predicted, code review bottlenecks that went unnoticed until critical, and team burnout that developed silently.
That was the moment. I realized we don’t need another tool telling us what already happened. We need a system that warns us before things break,and better yet, suggests (or even takes) the right actions.
Engineering teams already generate mountains of data: commits, comments, standups, tickets, threads. But that data just... sits there. What if we could turn all of that into real-time, predictive intelligence? What if your AI agent wasn’t just another dashboard, but the one teammate who actually saw the storm coming, and had a plan?
What it does
Consilium connects to your team’s Slack, GitHub, and Jira and analyzes your daily workflow—communications, PRs, issue flow, and behavior patterns—to give early warnings and recommend or perform smart actions.
It doesn’t just tell you what's wrong. It acts:
Predictive Intelligence:
“Sprint is 65% likely to miss delivery based on PR velocity trends”
“High burnout risk: two engineers are silently overloaded”
“Review cycle is stagnating: 7 PRs haven’t been touched in 3+ days”
Action Automation:
Assigns reviewers for stale PRs
Sends Slack nudges to unblock threads
Auto-generates Jira tasks when patterns indicate a blocker
Escalates issues before they become fires
No extra dashboards, no status theater. Just meaningful interventions.
How we built it
I used Bolt.new to bootstrap the foundation. It handled a good chunk of the initial scaffolding so we could zero in on what mattered: building the intelligence layer.
Multi-agent AI system with specialized agents for pattern recognition and predictive analysis
Interactive dashboard with real-time team health metrics and bottleneck visualization
Privacy-first architecture with configurable data retention and secure processing
A confidence scoring engine that filters flaky suggestions and explains why an action is recommended, no black box guesses.
Current Implementation: This version is built with collected sample data from Slack, GitHub, and Jira to demonstrate the AI analysis capabilities. The AI integration is currently implemented within the front-end application.
Challenges we ran into
The biggest challenge was integrating multiple data sources while maintaining real-time synchronization and ensuring data privacy across different API rate limits and authentication methods. Plus configuring AI agents to provide consistently accurate insights without overwhelming users with false positives.
Our first agents were wildly overconfident, tagging wrong people, creating “urgent” tickets for non-issues. I had to configure the LLM on structured prompt chains, cross-check multiple signals, and enforce “I don't know” outputs when confidence was low.
Accomplishments that we're proud of
Built a multi-agent AI system that processes real-time data from different sources to predict sprint risks and workflow bottlenecks. Created a UX layer that doesn’t overwhelm, but guides teams to take action. Got interest from engineers who immediately wanted to try it with their teams.
What we learned
AI isn’t magic. It’s prompts, patterns, and pain. 90% of our effort went into telling the AI what not to say. Prompt engineering was just as important as code. And tuning for false positives took real iteration.
UX is where insights live or die. Nobody wants to read a dense AI report. They want one clear Slack message with a button. Making it simple without losing power is the challenge, and the win.
Your team’s data holds more truth than your retro board. The real blockers, the unspoken burnout, the silent PRs, they’re visible if you know where to look. This project showed us that those patterns aren’t just detectable, they’re preventable.
What's next for Consilium
Next Phase: We will integrate with live tool APIs and MCPs to sync data in real-time. The architecture will migrate to the Mastra.ai framework where the specialized agents will live and have direct access to integrated tools, enabling true real-time predictive intelligence for development teams.
What a dev needs vs. a manager is different. We’re tailoring interfaces and actions accordingly.
Slack, GitHub, Jira are just the beginning—we’ll integrate with calendars, standups, and even email for fuller context.
Disclaimer: Consilium is still in development. It may hallucinate. It might miss a signal. Some flows are hardcoded. But what we proved is that it’s possible to give teams a sixth sense, one that sees patterns forming before the deadline slips, before the PR sits untouched, before the burnout hits.
We’re not trying to replace project managers. We’re trying to amplify what great teams already do, only earlier, faster, and with less stress.
Get Started in Seconds
Get hands-on in seconds, test the app effortlessly and create your account in under a minute.
Built With
- ai-sdk
- groq
- mastra.ai
- netlify
- react
- supabase
- tailwindcss
- typescript
- vite
Log in or sign up for Devpost to join the conversation.