project-snapshot

project-snapshot is a skill for Claude Code from DavidROliverBA/ArchitectKB. It costs 0 tokens per session (3,001 once invoked), scanned A, original, MIT.

A quick overview tool for engineering projects that summarizes progress, blockers, risks, recent activity, and immediate priorities.

In plain words
What is it for?
Use it to review all active projects, include paused or completed ones, or inspect one project's current health.
Why use it?
It removes the need to inspect every project file separately to understand what needs attention.

Skill for Claude Code

Written for Claude Code: context: fork in frontmatter.

Good fit Use it to review all active projects, include paused or completed ones, or inspect one project's current health.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/davidroliverba/architectkb/project-snapshot
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 DavidROliverBA/ArchitectKB --skill project-snapshot
Clone the repo
git clone --depth 1 https://github.com/DavidROliverBA/ArchitectKB

Made for: Claude Code.

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-snapshot

README.md
[![agentmods](https://agentmods.dev/badge/skills/davidroliverba/architectkb/project-snapshot/github.svg)](https://agentmods.dev/skills/davidroliverba/architectkb/project-snapshot)
Your own site
<a href="https://agentmods.dev/skills/davidroliverba/architectkb/project-snapshot"><img src="https://agentmods.dev/badge/skills/davidroliverba/architectkb/project-snapshot/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-snapshot

Your own site · 80×15
<a href="https://agentmods.dev/skills/davidroliverba/architectkb/project-snapshot"><img src="https://agentmods.dev/badge/skills/davidroliverba/architectkb/project-snapshot.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,001 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.
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.00000 $0.03001
Opus 5 $0.00000 $0.01501
Sonnet 5 $0.00000 $0.00600
Haiku 4.5 $0.00000 $0.00300

Measured 9d ago against content hash 498a51db706b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

project-snapshot 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 9d 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.

.claude/skills/project-snapshot/SKILL.md · 396 lines

How it starts

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

Project Snapshot Skill

Purpose

Generate quick status overview of all active engineering projects, showing progress, blockers, and immediate priorities.

Usage

  • /project-snapshot - All active projects
  • /project-snapshot all - All projects including paused/completed
  • /project-snapshot [project-name] - Detailed snapshot for specific project

Instructions

When this skill is invoked:

  1. Find all project files using Glob:

    Project*.md
    
  2. Read each project file to extract:

    • Project title and status
    • Related ADRs
    • Related tasks (completed and pending)
    • Recent meetings
    • Key stakeholders
    • Current blockers/risks
    • DPIA status (if applicable)
    • Last modified date
  3. Filter by status (unless 'all' specified):

    • Active projects (status: active, in progress, or null)
    • Exclude paused and completed unless 'all' flag used
  4. For each project, assess:

    • Health status: 🟢 On track, 🟡 At risk, 🔴 Blocked
    • Recent activity (meetings/tasks in last 7 days)
    • Pending actions and priorities
    • Compliance status (DPIA, Cyber, etc.)
  5. Generate formatted snapshot:

Report Structure

# Engineering Projects Snapshot

**Generated**: [current date]
**Scope**: [Active projects / All projects]

## Executive Summary

- **Total Active Projects**: [count]
- **On Track**: 🟢 [count]
- **At Risk**: 🟡 [count]
- **Blocked**: 🔴 [count]
- **Paused**: [count]
- **Completed This Month**: [count]

## Projects by Status

### 🟢 On Track ([count] projects)

#### [[Project - 777-X EIS Programme]]

- **Status**: In Progress
- **Health**: 🟢 On track
- **Recent Progress**:
  - ✅ 2 ADRs completed (GBST virtualization, CSCT deployment)
  - ✅ PKI infrastructure planned
  - 📅 Last meeting: 2026-01-07
- **Next Actions**:
  - VendorA certificate migration to YourOrg Cloud PKI
  - AWS EC2 deployment planning
- **Owner**: [[Sarah Chen]] (PM), [[James Rivera]] (Tech Lead)
- **Compliance**: N/A (aviation certified)
- **Timeline**: 2027-05-04 - 2027-05-05

#### [[Project - VendorTooling Tooling - v9 Upgrade]]

- **Status**: Active
- **Health**: 🟢 On track
- **Recent Progress**:
  - ✅ ADR completed [ARCH-61](https://...)
  - ✅ DPIA threshold assessment complete
  - 📅 Infrastructure kick-off today (2026-01-07)
- **Next Actions**:
  - Infrastructure deployment
  - Full DPIA if required
- **Owner**: [[Sarah Chen]]
- **Compliance**: DPIA 6285 (threshold complete)
- **Timeline**: [timeframe]

### 🟡 At Risk ([count] projects)

#### [[Project - VendorPLM SaaS Migration]]

- **Status**: Active
- **Health**: 🟡 At risk - DPIA pending >60 days
- **Recent Progress**:
  - 📅 Meetings held regularly
  - ⏳ DPIA under review since 2025-10-08
- **Blockers**:
  - ⚠️ DPIA approval pending (OneTrust 6284)
  - Awaiting YourOrg Data Protection Officer decision
- **Next Actions**:
  - [[Sarah Chen]] to follow up with DPO
  - Cannot proceed to deployment without DPIA approval
- **Owner**: [Project owner]
- **Compliance**: 🟡 DPIA 6284 under review
- **Timeline**: [timeframe]

### 🔴 Blocked ([count] projects)

#### [[Project - Example Blocked Project]]

- **Status**: Active (blocked)
- **Health**: 🔴 Blocked
- **Blocker**: [Description of blocking issue]
- **Impact**: [What is impacted]
- **Next Actions**: [Required to unblock]
- **Owner**: [[Person]]
- **Escalation**: Required by [date]

### ⏸️ Paused ([count] projects)

(Only shown if 'all' flag used)

#### [[Project Name]]

- **Paused Since**: YYYY-MM-DD
- **Reason**: [Why paused]
- **Resume Date**: [When expected to resume]

### ✅ Recently Completed ([count] projects)

(Only shown if 'all' flag used or completed in last 30 days)

## Projects by Technology Area

### Cloud & AWS (5 projects)

- [[Project - 777-X EIS Programme]] 🟢
- [[Project - AIIncidentProcessor]] 🟢
- [[Project - MyDataIntegration]] 🟢

### MRO & Engineering Systems (4 projects)

- [[Project - MaintenanceSystem Implementation]] 🟡 (Entra ID migration needed)
- [[Project - VendorTooling Tooling - v9 Upgrade]] 🟢
- [[Project - VendorPLM SaaS Migration]] 🟡 (DPIA pending)

### Data Integration (3 projects)

- [[Project - MyDataIntegration]] 🟢
- [[Project - DataPlatform Programme]] 🟢

## Key Milestones This Week

| Project                 | Milestone                   | Due Date   | Status     |
| ----------------------- | --------------------------- | ---------- | ---------- |
| [[VendorTooling]]       | Infrastructure kick-off     | 2026-01-07 | ✅ Today   |
| [[AIIncidentProcessor]] | Send ADRs to Lead Architect | 2026-01-07 | ⏳ Pending |
| [[MyDataIntegration]]   | SAP data call               | 2026-01-07 | 📅 Today   |

## Immediate Attention Required

### High Priority Actions (Next 24-48 Hours)

1. **[[Project - AIIncidentProcessor]]**
   - Task: Send API Gateway and Bedrock ADRs to Lead Architect
   - Owner: Alex Thompson
   - Due: Today (2026-01-07)

2. **[[Project - VendorPLM SaaS Migration]]**
   - Action: Follow up on DPIA approval (>60 days pending)
   - Owner: [[Sarah Chen]]
   - Urgency: High (blocking deployment)

### Medium Priority Actions (This Week)

1. **[[Project - MaintenanceSystem Implementation]]**
   - Planning: Entra ID migration roadmap
   - Owner: [PM/Owner]
   - Note: Technical debt documented

2. **[[Project - SPARK]]**
   - Action: DPIA follow-up
   - Owner: [[Sarah Chen]]

## Compliance Overview

| Project               | DPIA Status               | Cyber Status | Other Compliance             |
| --------------------- | ------------------------- | ------------ | ---------------------------- |
| [[VendorTooling]]     | Threshold complete (6285) | ✅ Complete  | -                            |
| [[VendorPLM]]         | Under review (6284)       | ⏳ Pending   | -                            |
| [[SPARK]]             | Under review (6276)       | ⏳ Pending   | -                            |
| [[NewProductLine]]    | N/A                       | ✅ Complete  | ✅ Aviation certified        |
| [[MaintenanceSystem]] | N/A                       | ✅ Complete  | ⚠️ Entra ID migration needed |

## Resource Allocation

### By Project Manager

- **[[Sarah Chen]]**: 5 active projects
- **Other PMs**: [count] projects

### By Technical Lead

- **[[James Rivera]]**: 3 active projects
- **Alex Thompson**: Architecture support across all projects

## Recent Wins 🎉

- ✅ VendorTooling ADR completed (ARCH-61)
- ✅ NewProductLine architecture decisions formalized (2 ADRs)
- ✅ PKI knowledge base created
- ✅ DPIA tracking system established

## Risks & Concerns

### Critical Risks

1. **DPIA Approvals Delayed**: VendorPLM and SPARK >60 days pending
2. **Technical Debt**: MaintenanceSystem Entra ID migration unfunded

### Medium Risks

1. **Resource Constraints**: [If identified]
2. **Timeline Pressures**: [If identified]

## Recommended Actions

**For Leadership:**

1. Escalate DPIA approval delays (VendorPLM, SPARK)
2. Fund MaintenanceSystem Entra ID migration work
3. Review resource allocation across 20+ active projects

**For Project Teams:**

1. Complete AIIncidentProcessor ADR distribution today
2. DPIA follow-ups this week (Sarah)
3. Plan NewProductLine AWS implementation roadmap

**For Architecture:**

1. Continue ADR documentation for new projects
2. Review and update existing ADRs quarterly
3. Maintain PKI and security knowledge bases

## Projects Summary Table

| Project                 | Status | Health | Owner          | Recent Activity      | Next Milestone           |
| ----------------------- | ------ | ------ | -------------- | -------------------- | ------------------------ |
| [[NewProductLine EIS]]  | Active | 🟢     | [[Sarah Chen]] | 2 ADRs created       | AWS deployment planning  |
| [[VendorTooling]]       | Active | 🟢     | [[Sarah Chen]] | ADR complete         | Infra kick-off (today)   |
| [[MaintenanceSystem]]   | Active | 🟡     | [PM]           | Tech debt documented | Entra migration planning |
| [[VendorPLM]]           | Active | 🟡     | [PM]           | DPIA pending         | DPIA approval            |
| [[SPARK]]               | Active | 🟡     | [PM]           | DPIA pending         | DPIA approval            |
| [[AIIncidentProcessor]] | Active | 🟢     | [PM]           | ADR task created     | Send ADRs to Roy         |
| [[MyDataIntegration]]   | Active | 🟢     | [PM]           | SAP data call        | [Milestone]              |

Read the full file on GitHub · 396 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. 9d ago First seen · 396 lines · 0 tokens per session scan A 498a51db706b

Subscribe to this mod's changes

project-snapshot is a skill published in the GitHub repository DavidROliverBA/ArchitectKB (52 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,001 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-09-03.

Related

Other skills, from other repositories

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

projects

List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.

me2resh/apexyard · 24 tokens

magpie-security-issue-import-from-md

Open one or more tracking issues from a markdown file containing a batch of security findings. Each finding becomes one tracker landing in the Needs triage board column. The file itself is the full report — there is no inbound reporter to reply to and no PR to inspect.

apache/magpie · 73 tokens