A typical day for a Product Manager, ScrumMaster, Delivery Manager or a Business Analyst - context is dispersed:
Cross-cutting reasoning is manual today. Agentic AI can bridge it.
What does a SMART sprint goal look like? Give me 2 examples.
List the titles of the user stories closed in our current sprint.
Summarize our last sprint retro notes in Confluence in 5 bullet points, highlighting the improvement actions.
What does a SMART sprint goal look like? Give me 2 examples.
List the titles of the user stories closed in our current sprint.
Read our last sprint retrospective notes in Confluence. For each improvement action mentioned, find the matching follow-up ticket in YouTrack. List the orphan actions — improvements without a follow-up ticket.
Pick up the next 3 tickets in our backlog. Cross-check each against our knowledge base for scope and consistency. Start the development, open a merge request, and post the MR link back into the corresponding YouTrack / Jira ticket.
The challenge of this talk: bringing Level 4 to non-tech roles. Level 5 is the dev frontier - out of scope today.
| Level | Color | Capability |
|---|---|---|
| 1 | violet | Pure reasoning |
| 2 | red | One tool lookup |
| 3 | violet + red | Reasoning + one tool |
| 4 | violet + red (multi-source) | Reasoning + chained tools |
| 5 | + blue | + code / write actions |
Claude.ai — out of the box. Skills + token paste in chat.
LibreChat — self-hosted, open source. Docker, MCP YouTrack, Google SSO.
Custom application — self-hosted, our build. Symfony + tool surface custom (codename ScrumIA).
Pros
Cons
Pros
Cons
Pros
Cons
| Install effort | None | 1-2 days | 1-2 weeks (POC) |
| Cost | €/user/month | Hosting only | Hosting + dev time |
| Permissions | Loose (sandbox) | Standard MCP | Fine-grained |
| Enterprise SSO | Limited | Yes | Yes |
| Model choice | Anthropic only | Any | Any |
| Tool coverage | Connectors + sandbox | MCP only | MCP + REST + custom |
| Audit trail | Limited | Standard | Custom, queryable |
| Maintenance | None (Anthropic) | Both | Us |
get_issue_activity. Can't ask "who changed this ticket's priority and when?"update_issue, no transition_issue, no epic linking, no subtask creation, no delete, no move-to-sprintConsequence — for any audit, drill-down, or batch workflow, you need REST fallback.
"Jira and YouTrack have their own AI now. Why bother?"
1. Siloed tooling — Jira's AI sees Jira. Not Confluence, not GitHub, not your chat. Multi-source reasoning is impossible.
2. Lagging models — SaaS-bundled AI upgrades to frontier models 6-12 months late. Today on Claude.ai we use Opus 4.7; the Jira AI is likely on a GPT-4-class model.
3. No prompt customization — You can't enforce read-only, mandate citation, or impose team tone.
SaaS AI is fine for "summarize this ticket". Cross-tool agentic workflows hit a ceiling fast.