agile-observer

Proactive agile metrics and team health analysis for Trello and Jira boards. Computes cycle time, throughput, WIP, sprint burndown, aging work items, and blocker detection. Use when: analyzing sprint/board health, generating agile reports, checking team flow metrics, identifying bottlenecks, computing cycle time or throughput, reviewing WIP limits, detecting stale or blocked items, or creating sprint health summaries. Triggers on: how is the sprint going, board health, cycle time, throughput, burndown, agile metrics, team flow, WIP, blocked items, sprint report, agile health check.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agile-observer" with this command: npx skills add OliverMonneke/agile-observer

Agile Observer

Proactive agile metrics engine for Scrum Masters and Agile Coaches. Analyzes Trello or Jira boards to compute flow metrics, detect problems, and generate health reports.

Workflow

  1. Identify platform and credentials. Ask for Trello or Jira. Look for credential files in workspace secrets (trello-credentials.json or jira-credentials.json).
  2. List boards/projects. Fetch available boards and let the user choose, or use the one specified.
  3. Fetch board data. Pull lists/statuses, cards/issues, and movement history using the API patterns in references.
  4. Classify workflow states. Map list names or status categories to: backlog, doing, review, done.
  5. Compute metrics. Calculate cycle time, throughput, WIP, aging, and blockers.
  6. Generate health report. Assess overall health and add coaching suggestions.

Metrics to Compute

MetricFormulaSource
Cycle Time (median + P85)Time from "doing" to "done" per itemCard/issue transition history
ThroughputItems completed in periodCards/issues moved to done
WIPItems currently in doing/reviewCurrent board state
Aging WIPIn-progress items with no activity for 5+ daysdateLastActivity or changelog
BlockersItems with "blocked" label or blocker priorityLabels/flags
Sprint BurndownDone points vs. committed points (Jira only)Story points field

List/Status Classification

Map names to workflow states using these patterns (case-insensitive):

  • Backlog: backlog, to do, todo, icebox, upcoming
  • Doing: doing, in progress, working, development, dev, active
  • Review: review, testing, qa, validation, code review
  • Done: done, complete, finished, deployed, released, closed

For Jira, use statusCategory.key: new = backlog, indeterminate = doing, done = done.

Health Score Logic

  • 🟢 GOOD: No significant issues. Steady flow.
  • 🟡 ATTENTION: WIP exceeds 10 items, OR items aging without activity, OR blockers present.
  • 🔴 CONCERN: Cycle time median exceeds 7 days, OR multiple blockers, OR very low throughput.

Report Format

📊 Agile Health Report — [Board/Project Name]
Period: last [N] days

🔄 Throughput: [X] items completed
⏱  Cycle Time: Median [X]d | P85 [X]d ([N] items measured)
📋 WIP: [X] items in progress
📈 Sprint Progress: [X]/[Y] points ([Z]%) — Jira only
🚫 Blocked: [X] items — [names]
🧓 Stale: "[item]" (no activity [X]d)

[🟢/🟡/🔴] Health — [summary]

Coaching Suggestions

Include actionable advice based on findings:

  • High WIP: "Consider a WIP limit of [team size x 1.5]. What needs finishing before starting something new?"
  • Slow cycle time: "Where do items spend the most time? Look at the flow between columns."
  • Stale items: "This item hasn't moved in [X] days. Still a priority, or should we park it?"
  • Blockers: "What would it take to unblock [item]? Who needs to be involved?"
  • Good health: "Flow looks healthy. What's one thing to improve next sprint?"

Platform API Details

  • Trello endpoints and patterns: See references/trello-api.md
  • Jira endpoints and patterns: See references/jira-api.md
  • Detailed metric definitions: See references/metrics.md

Credential Formats

Trello

{"api_key": "...", "token": "..."}

Also accepts: apiKey + apiToken

Jira

{"instance": "mycompany", "email": "user@example.com", "api_token": "..."}

Scheduling

For automated recurring reports, create a cron job:

  • Schedule: weekly Monday 9:00 AM
  • Task: Run agile-observer for board [X], deliver report to primary channel

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Geopolitics Expert

Geopolitical conflict analysis for war sentiment assessment. Use when analyzing armed conflicts, military interventions, or regional crises to determine conf...

Registry SourceRecently Updated
Research

knowledge-internalizer-pro

系统化知识内化与能力自评引擎。当需要深入学习新领域、建立专家级知识库、并明确知道自己的掌握程度时使用。核心功能包括系统性知识内化引擎和基于知识图谱的能力评级器。触发词:深入学习并评估掌握水平、建立专家级知识库、系统研究并告诉我能做什么。

Registry SourceRecently Updated
Research

Sleep Tracker

睡眠改善工具。睡眠分析、改善建议、作息规划、睡眠环境优化、小睡指南、睡眠日记。Sleep tracker with analysis, improvement tips, schedule planning, environment optimization, nap guide, sleep journal....

Registry SourceRecently Updated
Research

Blog Writer Pro

博客写作助手。完整文章生成(Markdown输出)、多角度大纲、SEO优化诊断、开头段落、系列文章规划、风格改写、CTA文案。Blog writer with full articles, outlines, SEO analysis, hooks, series planning, rewriting, CTA...

Registry SourceRecently Updated