AIgileCoach Documentation
AI-powered agile coaching and project dashboard for Jira teams.
What is AIgileCoach?
AIgileCoach connects to your Jira instance and provides real-time dashboards, AI-powered coaching, sprint ceremony tools, and compliance scoring — all in one place.
Key capabilities
- Jira Dashboard — Real-time epic tracking, issue analytics, urgency flags
- AI Coach — Connect your AI provider for project summaries, risk analysis, recommendations
- Sprint Ceremonies — Retros, standups, sprint reviews, sprint goals
- PI Planning — Multi-team program increment planning with dependency tracking
- Compliance — Automated project health scoring and Definition of Ready checks
- RACI Matrix — Team responsibility documentation with auto-validation
- Flow Metrics — Cycle time, velocity, cumulative flow diagrams
Editions
| Edition | Price | Description |
|---|---|---|
| Open Source | Free | Self-hosted, single tenant, all core features |
| Team | $29/mo | SaaS, 3 Jira servers, 10 users, AI integration |
| Enterprise | $149/mo | SaaS, unlimited, SSO, priority support |
Setup & Configuration
Get AIgileCoach running in minutes.
SaaS (hosted)
- Register at app.aigilecoach.io/register
- Follow the setup wizard to connect your Jira server
- Start using the dashboard
Self-hosted (open source)
git clone https://github.com/gruion/AIgile.git
cd AIgile
docker compose up -d
The app starts at http://localhost:3010 (frontend) and http://localhost:3011 (API).
Environment variables
| Variable | Default | Description |
|---|---|---|
API_PORT | 3011 | API server port |
FRONTEND_PORT | 3010 | Frontend port |
JIRA_BASE_URL | Jira server URL (alternative to setup wizard) | |
JIRA_USERNAME | Jira email/username | |
JIRA_API_TOKEN | Jira API token | |
MAX_ISSUES_PER_QUERY | 500 | Max issues fetched per JQL query |
Jira Connection
Connect AIgileCoach to your Jira Cloud or Server instance.
Jira Cloud
- Go to Settings in AIgileCoach
- Enter your Jira Cloud URL:
https://yourcompany.atlassian.net - Enter your Atlassian email address
- Generate an API token at id.atlassian.com
- Click Test Connection — you should see your projects listed
- Select the projects you want to track and save
Jira Server / Data Center
Same steps, but use your Jira Server URL (e.g. https://jira.yourcompany.com) and a personal access token.
Multiple Jira servers
Team and Enterprise plans support multiple Jira server connections. Each team can be assigned to a different server.
Main Dashboard
Real-time overview of your Jira project.
How it works
Enter a JQL query or select a saved query from the dropdown. The dashboard fetches matching issues and groups them by epic.
What you see
- Stats bar — Total issues, done, in progress, to do, overdue, stale, unassigned
- Epic cards — Each epic shows progress bar, issue count, urgency flags, due dates
- Issue rows — Individual issues with status, assignee, priority, flags, comments
- Quick filters — Filter by All, Critical, Overdue, or Stale
Urgency flags
| Flag | Severity | Meaning |
|---|---|---|
| Overdue | Critical | Due date has passed |
| Due soon | Warning | Due within 3 days |
| Stale | Warning | No update in 7+ days |
| Unassigned | Warning | No assignee set |
| No estimate | Info | Missing story points |
Auto-refresh
Toggle the Auto-refresh checkbox to reload data every 60 seconds.
Analytics
Status distribution, quality scores, and AI-powered insights.
Features
- Status distribution — Pie/bar charts showing To Do vs In Progress vs Done
- Assignee workload — Issues per team member
- Priority breakdown — Issues by priority level
- AI Coach panel — Ask questions about your project data
JQL Queries & Bookmarks
Save and reuse your favorite JQL queries.
JQL search bar
The search bar at the top of the dashboard accepts any valid JQL query. Press Enter or click Search to execute.
Example queries
project = DEMO ORDER BY status ASC, updated DESC
project = DEMO AND sprint in openSprints()
project = DEMO AND assignee = currentUser()
project = DEMO AND status != Done AND duedate < now()
Bookmarks
Save frequently used queries as bookmarks. Click the bookmark icon next to the search bar to save the current query.
Quick queries
The dropdown shows pre-built queries for each configured project and team, plus your saved bookmarks.
Project Health
Automated board quality assessment and compliance scoring.
How it works
The compliance engine analyzes your project against a set of checks and produces a score from 0-100.
Checks include
- All issues have descriptions and acceptance criteria
- Stories have estimates (story points)
- Issues have assignees
- Due dates are set for upcoming work
- RACI matrix is documented
- Cross-team dependencies are tracked
- WIP limits are respected
- Stale issues are flagged
Suggest Fix
Each failed check includes an AI-generated "Suggest Fix" button that provides a recommended action to improve the score.
Definition of Ready
Check if issues are ready for sprint planning.
Checks
Each issue is scored against these criteria:
- Has a description (>30 characters)
- Has acceptance criteria
- Has a due date
- Has an assignee
- Has story points or time estimate
- Has priority set (not Medium/default)
- Has epic or labels for context
Issues scoring 70%+ are considered "Ready". The page shows distribution and the most common missing criteria.
Backlog Coach
AI-powered backlog review and refinement suggestions.
The Backlog Coach page loads your issues and provides an AI analysis panel. Use the pre-built prompts or ask custom questions about your backlog:
- Which items should be prioritized?
- Are there duplicate or overlapping stories?
- What's missing from the backlog for the next sprint?
Hierarchy View
Navigate your issue tree: epics, stories, subtasks.
Visualizes the parent-child relationships between issues. Expand epics to see their stories, expand stories to see subtasks. Includes stats at each level (done/total, story points).
Sprint Planning
Plan sprints with capacity and priority awareness.
Shows current and upcoming sprints from your Jira board. Displays team capacity, issue assignments, and helps balance workload across the sprint.
Prioritization
AI-assisted issue ranking based on value and urgency.
Analyzes issues using multiple signals (priority, due date, dependencies, staleness) and produces a ranked list. The AI can also generate a prioritization rationale.
Sprint Goals
Define and track sprint-level objectives.
How to use
- Click New Sprint Goals
- Enter a sprint name and add goals
- Link Jira issues to each goal
- Track status: Not Started, In Progress, Achieved, Missed
Sprint goals persist across sessions and can be reviewed in Sprint Review.
Daily Standup
Auto-generated standup report from Jira activity.
Pulls recent changes from Jira (last 24h by default) and groups them by team member:
- What was done — Issues moved to Done or transitioned forward
- What's in progress — Currently assigned and active
- Blockers — Flagged or stale issues
Flow Metrics
Cumulative flow, cycle time, and throughput analysis.
Cumulative Flow Diagram (CFD)
Shows how issues move through statuses over time. Helps identify bottlenecks (widening bands = work piling up).
Cycle Time
Measures how long issues take from "In Progress" to "Done". Shows percentiles (P50, P85, P95) and individual data points.
Flow Efficiency
Ratio of active work time vs wait time. Higher is better.
Sprint Review
What was completed, velocity trends, and burndown.
Summarizes the sprint: completed vs committed work, velocity compared to previous sprints, and a burndown chart.
Retrospective
Collaborative retro boards with voting.
How to use
- Create a new retro session
- Team members add entries in categories: Went Well, To Improve, Action Items, Questions, Shoutouts
- Vote on entries to prioritize discussion
- Review and create action items
Gantt Chart
Timeline view of issues with dependencies.
Displays issues on a timeline based on created date and due date. Shows dependencies as arrows between bars.
Dependencies
Map and discover cross-issue and cross-project dependencies.
Dependency view
Shows all issue links (blocks, is blocked by, relates to) as a network graph.
Auto-discover
The Discover Dependencies feature scans multiple projects for cross-project links, shared assignees, and overlapping components — even if no explicit Jira links exist.
PI Board
Multi-team Program Increment planning and tracking.
Overview
Aggregates all configured teams into a single view showing:
- Per-team progress (done/total, story points)
- Cross-team dependencies
- Program board (features across teams and sprints)
- PI compliance score
Configuration
Set up PI dates, sprint count, and sprint duration in Settings. Assign teams to projects and servers.
ROAM Board
Risk and impediment tracking for PI planning.
Categories
| Category | Meaning |
|---|---|
| Resolved | Risk eliminated |
| Owned | Someone is responsible for managing it |
| Accepted | Acknowledged, no action needed |
| Mitigated | Actions taken to reduce impact |
Add risks with title, description, severity (low/medium/high/critical), owner, and linked Jira issues.
Team Health Check
Anonymous team sentiment surveys.
How it works
- Create a health check session
- Team members vote (1-5) on categories: Mission, Speed, Quality, Fun, Learning, Support, Communication, Autonomy
- Optional comments per category
- View aggregated results with green/yellow/red distribution
RACI Matrix
Document team responsibilities and validate assignments.
Creating a RACI matrix
- Click Create from Template (Project or PI template)
- Click cells to cycle through: Responsible, Accountable, Consulted, Informed
- Add custom activities and roles as needed
Validation
The validator checks:
- Every activity has exactly one Accountable (A)
- Every activity has at least one Responsible (R)
- No role is Accountable for too many activities (overload)
AI Suggestions
The Suggest RACI feature analyzes your Jira data to recommend responsibility assignments based on who works on what.
Expertise Map
Discover who knows what across your team.
Analyzes issue history to build a skill/expertise map: who has worked on which components, labels, and issue types. Helps identify SMEs (Subject Matter Experts) and knowledge silos.
AI Coach
AI-powered insights for your project data.
How it works
The AI Coach appears on the Dashboard and Analytics pages. It builds a prompt from your Jira data and sends it to your configured AI provider.
Pre-built prompts
- Full Project Summary — Comprehensive status report covering all epics
- Progress Report — What's done, what's in progress, what's next
- Risks & Blockers — Overdue, stale, and unassigned items
- Upcoming Work — What the team should focus on next
- Epic Health — Per-epic analysis
Copy/paste mode
If no AI provider is configured, the app generates the prompt text. Copy it into ChatGPT, Claude, or any LLM and paste the response back.
Direct integration
Configure an AI provider in Settings to get responses directly in the app (requires Team or Enterprise plan).
AI Provider Setup
Connect your own AI model.
Supported providers
| Provider | What you need |
|---|---|
| OpenAI | API key from platform.openai.com |
| Anthropic (Claude) | API key from console.anthropic.com |
| Ollama | Local Ollama instance URL (e.g. http://localhost:11434) |
| Custom | Any OpenAI-compatible API endpoint |
Configuration
Go to Settings → scroll to AI Provider section. Enter your provider, model, and API key. Click Save.
Settings
Configure Jira servers, teams, and application behavior.
Jira Servers
Add, edit, or remove Jira server connections. Each server needs a URL, email, and API token.
Teams
Define teams and assign them to Jira servers and projects. Each team can have a custom JQL query and color.
JQL Template
Customize how the app finds epic children. Options: auto-detect, parent field (Jira 10+), Epic Link (classic), label-based, component-based.
Import / Export
Export your configuration as JSON for backup. Import to restore or migrate between environments.
Billing & Plans
Manage your subscription (SaaS only).
Plans
| Feature | Free | Team ($29/mo) | Enterprise ($149/mo) |
|---|---|---|---|
| Jira servers | 1 | 3 | Unlimited |
| Users | 1 | 10 | Unlimited |
| Teams | 1 | 10 | Unlimited |
| AI integration | Copy/paste | Full | Full |
| PI Planning | No | Yes | Yes |
| Compliance | No | Yes | Yes |
| SSO/SAML | No | No | Yes |
Upgrading
Go to Settings → Billing & Plan section. Click the upgrade button — you'll be redirected to Stripe Checkout to enter payment details.
Managing subscription
Click Manage Subscription to open the Stripe Customer Portal where you can update payment method, change plan, view invoices, or cancel.
Health Monitoring
System and tenant health status.
Endpoints
| URL | Auth | Shows |
|---|---|---|
GET /health | None | API server, database, deployment mode |
GET /tenant/health | Bearer token | Jira servers, AI config, RACI, config persistence |
GET /tenant/health?all=true | Admin token | All tenants' health checks |
Frontend health page
Visit /health in the app for a visual status dashboard with auto-refresh every 30 seconds.
Performance Settings
Control caching and query limits.
Settings
| Setting | Default | Description |
|---|---|---|
cacheEnabled | true | Enable in-memory caching of Jira search results |
cacheTtlMinutes | 5 | How long cached results stay valid |
maxIssuesPerQuery | 500 | Maximum issues fetched per JQL query |
How caching works
When you run a JQL query, results are cached in memory. Subsequent requests with the same query return instantly from cache until the TTL expires. The cache is per-tenant in SaaS mode.
Result truncation
If a query matches more issues than maxIssuesPerQuery, only the first N issues are fetched. An amber banner appears: "Showing 500 of 12,847 issues." Narrow your JQL query for better results.
Manual refresh
Click the Refresh button on the dashboard to bypass the cache and fetch fresh data from Jira.
API Reference
REST API endpoints for integration and automation.
Authentication
SaaS mode requires a Bearer token in the Authorization header. Get a token via POST /auth/login.
curl -H "Authorization: Bearer YOUR_TOKEN" https://api.aigilecoach.io/config/status
Key endpoints
| Method | Path | Description |
|---|---|---|
| POST | /auth/register | Register new tenant + admin user |
| POST | /auth/login | Login, returns JWT token |
| GET | /config/status | Configuration overview |
| GET | /config | Full configuration (servers, teams, PI) |
| POST | /config | Update configuration |
| GET | /issues?jql=... | Fetch issues by JQL |
| GET | /settings | App settings |
| POST | /settings | Update settings |
| GET | /health | System health check |
| GET | /tenant/health | Tenant health (auth required) |
| GET | /billing/status | Current plan and subscription |
| GET | /billing/limits | Plan limits and usage |
| POST | /billing/checkout | Create Stripe Checkout session |
| POST | /billing/portal | Open Stripe Customer Portal |