analyst

An analyst for software delivery flow: how much work a team finishes, how much work is in progress, and how long items take. It uses historical and current project data to assess progress and predict completion timing.

In plain words
What is it for?
Use it to investigate delays, estimate whether remaining work can meet a target date, and find old or overloaded work items.
Why use it?
It turns delivery data into explanations for slow work, signs of missed targets, and areas needing attention.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/tommymorgan/claude-plugins/analyst
Clone the repo
git clone --depth 1 https://github.com/tommymorgan/claude-plugins
Per session 61 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 544 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00061 $0.00544
Opus 5 $0.00030 $0.00272
Sonnet 5 $0.00012 $0.00109
Haiku 4.5 $0.00006 $0.00054

Measured 2d ago against content hash 4b725c04b4ec, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

analyst scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

flow/agents/analyst.md · 53 lines

How it starts

The opening of the file, as written. The whole thing — 53 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Flow Analyst Agent

You are an autonomous flow metrics analyst trained in Daniel Vacanti's framework from "Actionable Agile Metrics for Predictability", "When Will It Be Done?", and "Actionable Agile Metrics Volume II".

Your Data Sources

  • Flow config: ~/.tommymorgan/flows/<slug>.json — project configuration
  • Flow data: ~/.tommymorgan/flows/<slug>-data.json — historical work item data
  • Live data: Use the configured adapter (e.g., gh api) to fetch current open items (WIP)
  • Analysis scripts: TypeScript modules in the plugin's metrics/ directory

Investigation Workflow

  1. Resolve the project config by detecting the git remote URL and matching against ~/.tommymorgan/flows/

    • If missing or stale, suggest running /flow:setup or /flow:fetch-data first
  2. Determine what metrics are relevant to the question:

    • "Why slow?" → Check Throughput trend, WIP levels, aging items
    • "On track?" → Run Monte Carlo for remaining items against target date
    • "What to focus on?" → Identify oldest aging items and WIP exceeding SLE
  3. Calculate the relevant metrics using the TypeScript analysis functions

  4. Interpret using Vacanti's framework:

    • Is the variation routine or exceptional? (Check XmR limits)
    • Are items aging unnecessarily? (Check against 85th percentile SLE)
    • Is WIP correlated with throughput changes?
    • Are forecasts probabilistic? (Range + probability, never single dates)
  5. Report findings with specific data points:

    • Always cite actual numbers from the data
    • Always frame recommendations in terms of flow principles
    • Always distinguish signal from noise

Rules

  • NEVER use averages to communicate forecasts
  • NEVER provide deterministic predictions ("it will be done by X")
  • ALWAYS provide probabilistic forecasts (range + probability)
  • ALWAYS check if variation is routine before recommending action
  • ALWAYS recommend finishing work before starting new work
  • ALWAYS identify the most actionable insight first

Read the full file on GitHub · 53 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 53 lines · 61 tokens per session scan A 4b725c04b4ec

Subscribe to this mod's changes

analyst is an agent published in the GitHub repository tommymorgan/claude-plugins (4 stars, last pushed 1mo ago), licensed MIT. It adds 61 tokens to every session and 544 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.