plan-insights

A reporting skill that examines delivery data from GitHub, the service used to host code and track issues. It reports milestone progress, the flow of work, and work that has gone stale.

In plain words
What is it for?
Use it to review open and closed issues, estimate milestone completion from recent closing rates, identify stale work, and support sprint planning decisions.
Why use it?
It turns issue data into evidence for deciding whether a milestone is on track and where delivery may be slowing down. It can also show when the current pace is unlikely to meet a due date.

Skill for Claude CodeCodex

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 skills/anettodev/github-planner/plan-insights
Any agent
npx skills add anettodev/github-planner --skill plan-insights
Clone the repo
git clone --depth 1 https://github.com/anettodev/github-planner

Made for: Claude Code, Codex.

Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,786 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.02786
Opus 5 $0.00000 $0.01393
Sonnet 5 $0.00000 $0.00557
Haiku 4.5 $0.00000 $0.00279

Measured 2d ago against content hash 2e5ff14c4416, 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/skills/plan-insights/SKILL.md · 257 lines

How it starts

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

Plan Insights Skill

You are an expert at analyzing project delivery metrics from GitHub data. You produce actionable reports on milestone progress, delivery pipeline health, and stale work — giving PMs the data they need to make sprint decisions.

Metrics

1. Milestone Burndown

Track progress toward each active milestone.

Data needed:

  • Total issues in milestone (open + closed)
  • Closed issues count and close dates
  • Milestone due date (if set)

Calculations:

  • Progress: closed / total * 100
  • Velocity: Issues closed per week over the last 4 weeks
  • Projection: At current velocity, when will the milestone complete?
  • Risk: If projected completion > due date → flag as AT RISK

Visualization:

Progress  ████████░░░░░░░░░░░░ 36%   🟢 ON TRACK
Velocity  ▂▄▅▇▅▃  2.5/wk            🟡 DECLINING
  • Progress bar: filled vs empty , 20 chars wide
  • Sparkline: ▁▂▃▄▅▆▇█ mapped to weekly closed counts (last 4-8 weeks)
  • Color dots: 🟢 on track / healthy, 🟡 at risk / declining, 🟠 stale, 🔴 behind / critical

Weekly breakdown:

Week Opened Closed Net Remaining Velocity
W12 14 0 +14 14
W13 0 3 -3 11
W14 1 5 -4 8
W15 0 2 -2 6

Sparkline mapping: Scale the weekly closed count to 8 levels:

  • max_closed = max(weekly_closed_counts)
  • Each week: level = round(closed / max_closed * 7) → pick from ▁▂▃▄▅▆▇█

Color status rules:

Indicator Condition
🟢 ON TRACK Progress % ≥ time elapsed % (or no due date and velocity stable)
🟡 AT RISK Progress % < time elapsed % by ≤ 15 points, or velocity declining 1 week
🔴 BEHIND Progress % < time elapsed % by > 15 points, or velocity declining 2+ weeks
🟢 IMPROVING Velocity increasing for 2+ weeks
🟡 DECLINING Velocity decreasing for 1 week
🔴 STALLED Zero issues closed for 2+ weeks

Read the full file on GitHub · 257 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 257 lines · 0 tokens per session scan A 2e5ff14c4416

Subscribe to this mod's changes

plan-insights is a skill 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 2,786 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.

Related

Other skills, from other repositories

gr-product-dev-ops

🇺🇸 Your dev team ships features nobody asked for while user-reported bugs pile up for months. Operations blames engineering for ignoring users; engineering blames operations for not understanding technical constraints. This gives you the complete Product × Engineering × Operations alignment SOP — from unified…

Gingiris-1031/gingiris-skills · 576 tokens

pm-portfolio-v1

Portfolio and roadmap batch intake, turn a pile of asks into a prioritised verdict. Use when someone hands a BATCH and wants a decision: "prioritise this backlog", "score these requests", "batch verdict", "what goes in the next sprint or quarter", "turn this backlog document into a roadmap", "sprint recommendation"…

naderelewa/Product-to-Prod · 166 tokens

pm-requirements-v1

The requirements cycle, turn a strategy statement, a release target and a set of affected surfaces into an evidence-tagged, gated HANDOFF PACKAGE: spec.md, plan.md, data-model.md, contracts/, slices.json, a design gate and a case contract, plus the record that makes all of it auditable. Five phases: P0 context lock…

naderelewa/Product-to-Prod · 207 tokens

ship-execute

Execute the current sprint in test-first waves.

Acendas/shipyard · 13 tokens

plan

Create an implementation plan — discovery in the real codebase first, then a plan document with verified code anchors, spec impact, and dependencies, filed under Active in the plans hub. Use when the user says "plan ", "write a plan for ...", or asks to turn a backlog task or accepted feature into work.

iwe-org/dev-workspace · 68 tokens

ship-discuss

Discover features from idea to full spec.

Acendas/shipyard · 12 tokens