plan-insights

A project-delivery analysis command that reports milestone progress, work moving through the delivery process, outdated work, timelines, continuous-integration health, and overall project health.

In plain words
What is it for?
Use it to inspect a repository's delivery status, filter by milestone or time period, and generate burndown, pipeline, stale-work, timeline, CI, or health reports.
Why use it?
It turns repository activity from issues, pull requests, and milestones into a view of what is progressing, stuck, or falling behind.

Command

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 commands/anettodev/github-planner/plan-insights
Clone the repo
git clone --depth 1 https://github.com/anettodev/github-planner
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 555 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.00000 $0.00555
Opus 5 $0.00000 $0.00278
Sonnet 5 $0.00000 $0.00111
Haiku 4.5 $0.00000 $0.00056

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

Security

Grade A, and why

plan-insights 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.

src/commands/plan-insights.md · 54 lines

How it starts

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

Project Delivery Insights

Analyze project delivery metrics — milestone burndown, delivery pipeline, stale work, and overall project health.

Arguments: $ARGUMENTS (optional flags: --repo owner/repo, --scope burndown|pipeline|stale|health|all, --milestone "name", --period 30d)

Steps

1. Detect Repository

  • If --repo flag provided, use that
  • Otherwise run gh repo view --json nameWithOwner -q .nameWithOwner

2. Configure Scope

Parse flags:

  • --scope all (default): Generate full report
  • --scope burndown: Milestone burndown only
  • --scope pipeline: Delivery pipeline only
  • --scope stale: Stale work detection only
  • --scope timeline: ASCII Gantt timeline only
  • --scope ci: CI/CD health only
  • --scope health: Summary dashboard only
  • --milestone "name": Filter to a specific milestone
  • --period 30d (default): Time window for velocity and activity metrics

3. Run Analysis

Launch the plan-insights-analyst agent to:

  1. Fetch all issues, PRs, and milestones
  2. Link PRs to issues (body references, branch names)
  3. Compute milestone burndown with velocity projections
  4. Build the delivery pipeline (backlog → assigned → in progress → review → merged → done)
  5. Detect stale work using the configured threshold (__STALE_THRESHOLD__ days, default 14)
  6. Compute PR metrics (review turnaround, time to merge, PR size)
  7. Build the health summary dashboard
  8. Generate prioritized recommendations

4. Present Report

Display the full report using the template from plan-insights skill's references/plan-insights-report.md:

  1. Milestone Burndown — progress, velocity, projection, weekly breakdown
  2. Delivery Pipeline — issues by stage, bottleneck detection
  3. Stale Work — idle issues, PRs, and reviews by severity
  4. Timeline — ASCII Gantt with milestones, progress bars, and critical path
  5. CI/CD Health — workflow success rates, blocked PRs, flaky tests, deploy frequency
  6. Project Health Summary — aggregate metrics with status indicators
  7. Recommended Actions — prioritized list of what to do next

Read the full file on GitHub · 54 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 · 54 lines · 0 tokens per session scan A 442864f5ec34

Subscribe to this mod's changes

plan-insights is a command published in the GitHub repository anettodev/github-planner (2 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 555 tokens. 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.