project-intelligence-timeline-dashboard

project-intelligence-timeline-dashboard is a skill for Claude Code, Codex from pnp/sharepoint-skills. It costs 117 tokens per session (2,714 once invoked), scanned A, original, MIT.

A tool for turning project-analysis data into a browser dashboard showing what went wrong, when warning signs appeared, and how the result differed from the original plan.

In plain words
What is it for?
Use it to present root causes, cause-and-effect chains, warning signals, timeline events, governance details, and recommendations.
Why use it?
It brings scattered project findings into one view so stakeholders can understand causes and missed warning signs quickly.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to present root causes, cause-and-effect chains, warning signals, timeline events, governance details, and recommendations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pnp/sharepoint-skills/project-intelligence-timeline-dashboard
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.

Any agent
npx skills add pnp/sharepoint-skills --skill project-intelligence-timeline-dashboard
Clone the repo
git clone --depth 1 https://github.com/pnp/sharepoint-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for project-intelligence-timeline-dashboard

README.md
[![agentmods](https://agentmods.dev/badge/skills/pnp/sharepoint-skills/project-intelligence-timeline-dashboard/github.svg)](https://agentmods.dev/skills/pnp/sharepoint-skills/project-intelligence-timeline-dashboard)
Your own site
<a href="https://agentmods.dev/skills/pnp/sharepoint-skills/project-intelligence-timeline-dashboard"><img src="https://agentmods.dev/badge/skills/pnp/sharepoint-skills/project-intelligence-timeline-dashboard/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for project-intelligence-timeline-dashboard

Your own site · 80×15
<a href="https://agentmods.dev/skills/pnp/sharepoint-skills/project-intelligence-timeline-dashboard"><img src="https://agentmods.dev/badge/skills/pnp/sharepoint-skills/project-intelligence-timeline-dashboard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 117 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,714 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00117 $0.02714
Opus 5 $0.00059 $0.01357
Sonnet 5 $0.00023 $0.00543
Haiku 4.5 $0.00012 $0.00271

Measured 10d ago against content hash 4711081fef28, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

project-intelligence-timeline-dashboard 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 10d 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.

Skills/project-intelligence-timeline-dashboard/project-intelligence-timeline-dashboard/SKILL.md · 218 lines

How it starts

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

Timeline Dashboard Generator

Purpose

Generate a complete, self-contained HTML file that visualises the full Project Intelligence Engine output as an interactive root cause analysis dashboard. The file must be saved to SharePoint and opened directly in a browser — no external dependencies of any kind.

The dashboard answers two questions every stakeholder needs answered after a project goes off the rails:

  1. "What went wrong, and when did we know?"
  2. "How far off was the original plan — and why?"

Every visual choice should serve those questions. The audience is a delivery director, client sponsor, or steering committee member who needs to understand the failure pattern in under 5 minutes — not a technical reader who will study it carefully.


Inputs

This skill reads from two sources:

1. Change Events list — must be fully populated by both prior skills:

  • Change Event Extraction: 16 fields per event
  • Root Cause Analysis: Is Root Cause, Intervention Window, Early Warning Signal, Root Cause Statement, Intervention Action, Detectability, Causal Chain Step

2. SHAREPOINT.md — Project Analysis Summary section — for the root cause statement, causal chain narrative, failure type, and recommendation used in the dashboard callout boxes.

If the Change Events list is empty, the root cause flags are not set, or the Project Analysis Summary in SHAREPOINT.md is blank, run Change Event Extraction and Root Cause Analysis first.

All KPI metrics and the Scope Churn Index are computed from the Change Events list at generation time.


Required Sections (in order, top to bottom)


Section 1 — Project Header Bar

A dark navy (#1B365D) full-width header containing:

  • Project name (large, white, bold)
  • Client name (smaller, light gray)
  • Engagement type and contract reference in small gray text
  • Four stat pills in a row:
    • "Original completion: [date]" — neutral gray
    • "Revised completion: [date]" — amber (#BF6A00) if delayed, green if on track
    • "Original contract: $[value]" — neutral gray
    • "Projected overrun: $[amount]" — red (#C00000) if overrun, gray "Within budget" if not
  • A small badge in the top-right corner showing the Documentation Quality Rating (1–5) with a colour: red for 1–2, amber for 3, green for 4–5, labelled "Doc Quality"

Read the full file on GitHub · 218 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. 10d ago First seen · 218 lines · 117 tokens per session scan A 4711081fef28

Subscribe to this mod's changes

project-intelligence-timeline-dashboard is a skill published in the GitHub repository pnp/sharepoint-skills (112 stars, last pushed yesterday), licensed MIT. It adds 117 tokens to every session and 2,714 once invoked, about $0.0006 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-30.