evm

A project-tracking method called Earned Value Management (EVM) that compares planned work, completed work, schedule, and spending using four calculated measures.

In plain words
What is it for?
Use it for mid-project health checks, sponsor reports, early detection of schedule or cost problems, and decisions about deadlines, scope, or staffing.
Why use it?
It replaces vague status updates and traffic-light dashboards with evidence about whether a project is late, ahead, over budget, or under budget.

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/lemur47/logic/evm
Any agent
npx skills add lemur47/logic --skill evm
Clone the repo
git clone --depth 1 https://github.com/lemur47/logic

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 4,012 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.04012
Opus 5 $0.00000 $0.02006
Sonnet 5 $0.00000 $0.00802
Haiku 4.5 $0.00000 $0.00401

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

Security

Grade A, and why

evm 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.

skills/evm/SKILL.md · 328 lines

How it starts

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

EVM: Earned Value Management for Project Health Tracking

Source: github.com/lemur47/logic

Purpose

Help users answer one question: "Are we on track?" using Earned Value Management metrics. This skill replaces gut-feel status reporting and traffic-light dashboards with four computed numbers (SV, SPI, CV, CPI) that tell you exactly where a project stands — in schedule and in budget — at any point in time.

EVM is the performance counterpart to PERT. PERT asks "how long will it take?" before the project starts. EVM asks "are we on track?" once it's running.

When to Use

  • Mid-project health checks ("we're 3 months in, are we OK?")
  • Sponsor/steering committee reporting with actual data
  • Detecting schedule or cost problems before they become crises
  • Evaluating whether 人海戦術 (adding headcount) is helping or hurting
  • Deciding whether to re-baseline, descope, or extend the deadline
  • Any situation where someone says "I think we're roughly on track"

Terminology — The 4 Inputs

EVM has four inputs. Everything else is computed. Never confuse input with output.

Abbr Full Name What It Means Who Provides It
BAC Budget at Completion Total planned budget for the entire project Set once at baseline, frozen
PV Planned Value How much work should be done by now, in budget terms Derived from schedule: BAC × (% of schedule elapsed)
EV Earned Value How much work is actually done, valued at planned rates Sum of (planned cost of each completed deliverable × its % complete)
AC Actual Cost What was actually spent on the work performed From accounting, timesheets, or invoices

Critical distinction: EV is not what was spent. EV is the planned budget for the work that's been completed. If a $10,000 deliverable is 50% done, EV = $5,000 regardless of whether you actually spent $3,000 or $8,000 on it.

PV shortcut (linear assumption): If you don't have a detailed planned-value curve, use: PV = BAC × (months elapsed / total months). This assumes work is evenly distributed — good enough for most conversational health checks.

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

Subscribe to this mod's changes

evm is a skill published in the GitHub repository lemur47/logic (2 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 4,012 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

gsd

Get Shit Done (GSD) - A comprehensive project management system for solo developers using Claude agents.

allgpt-co/QuickVoice · 23 tokens

meegle

飞书项目(Meego/Meegle)操作工具。支持查询和管理工作项、节点流转、视图查询、个人待办、排期统计等功能。 Use when user needs to work with Feishu/Lark Meego project management — including querying work items, creating/updating work items, completing workflow nodes, checking views, listing todos, analyzing schedules/workloads, or searching with MQL.…

larksuite/meegle-cli · 126 tokens

trellis-finish-work

Wrap up the current session: verify quality gate passed, remind user to commit, archive completed tasks, and record session progress to the developer journal. Use when done coding and ready to end the session.

yuqie6/ProductFlow · 46 tokens

trellis-continue

Resume work on the current task. Loads the workflow Phase Index, figures out which phase/step to pick up at, then pulls the step-level detail via getcontext.py --mode phase. Use when coming back to an in-progress task and you need to know what to do next.

yuqie6/ProductFlow · 62 tokens

os-workflow

在 AI Team OS 项目里使用 CC 内置 Workflow(ultracode)时,让工作流产出回写 OS 的标准做法。当 Leader 准备调用 Workflow 工具编排子 agent 时使用。.

CronusL-1141/AI-company · 51 tokens

pm-init

Skill "pm-init" from wei63w/pm-manager, covering user input, outline, 1. scaffold, 2. lifecycle and type and 3. detect spec kit (required).

wei63w/pm-manager · 8 tokens