summarize-assessment

summarize-assessment is a skill for Claude Code, Codex from PlanExeOrg/PlanExe. It costs 104 tokens per session (3,328 once invoked), scanned A, original, MIT.

A reporting step for interpreting the results of a plan simulation, including its tested assumptions, warning signals, and main sources of failure.

In plain words
What is it for?
Use it after a Monte Carlo simulation to judge whether a plan is robust, fragile, marginal, or critical and decide what to inspect next.
Why use it?
It turns raw simulation files into a readable assessment without repeating all the underlying data.

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/planexeorg/planexe/summarize-assessment
Any agent
npx skills add PlanExeOrg/PlanExe --skill summarize-assessment
Clone the repo
git clone --depth 1 https://github.com/PlanExeOrg/PlanExe

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 summarize-assessment

README.md
[![agentmods](https://agentmods.dev/badge/skills/planexeorg/planexe/summarize-assessment.svg)](https://agentmods.dev/skills/planexeorg/planexe/summarize-assessment)
Your own site
<a href="https://agentmods.dev/skills/planexeorg/planexe/summarize-assessment"><img src="https://agentmods.dev/badge/skills/planexeorg/planexe/summarize-assessment.svg" alt="Measured on agentmods" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,328 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.00104 $0.03328
Opus 5 $0.00052 $0.01664
Sonnet 5 $0.00021 $0.00666
Haiku 4.5 $0.00010 $0.00333

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

Security

Grade A, and why

summarize-assessment 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 5d 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.

experiments/napkin_math/.claude/skills/summarize-assessment/SKILL.md · 125 lines

How it starts

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

Summarize napkin_math outputs into a plan assessment

Overview

A thin wrapper around experiments/napkin_math/summarize_assessment.py. The script reads the pipeline artifacts and emits assessment.md next to them. The output is an interpretation layer: it tells the next reader of this directory what the simulation tested, which gates fail or pass, which inputs drive the result, which assumptions remain unvalidated, and what to inspect next. The raw distributions live in montecarlo.json; assessment.md references them via the provenance map rather than reproducing them.

When to Use

  • The Monte Carlo stage has just produced montecarlo.json and the user wants a verdict
  • The user asks "is this plan in trouble?" or "what does the simulation say?"
  • After any iteration on bounds or calculations, to see how the gate signals moved

Not for: producing the simulation itself (monte-carlo), running scenarios (run-scenarios), or extracting parameters from a report.

Workflow

  1. Locate the inputs. Required: parameters.json. Optional but recommended: bounds.json, scenarios.json, montecarlo.json. validation.json and montecarlo_settings.json are picked up automatically from the same directory if present. The script degrades gracefully if any optional file is missing — it just omits that section. If parameters.json is missing, ask.

  2. Invoke the script. Requires Python 3.11+ (no extra deps):

    /opt/homebrew/bin/python3.11 experiments/napkin_math/summarize_assessment.py \
      --parameters   <path>/parameters.json \
      --bounds       <path>/bounds.json \
      --scenarios    <path>/scenarios.json \
      --montecarlo   <path>/montecarlo.json \
      [--output      <path>/assessment.md]
    

    Default output: <dir-of-parameters>/assessment.md. The script prints the output path on stdout.

  3. Report back. Tell the user the output path. If the user asks for a verdict in-conversation, read assessment.md and quote the gate-verdict rows and critical-findings bullets verbatim — don't paraphrase.

Read the full file on GitHub · 125 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. 5d ago First seen · 125 lines · 104 tokens per session scan A b51afd3fd151

Subscribe to this mod's changes

summarize-assessment is a skill published in the GitHub repository PlanExeOrg/PlanExe (398 stars, last pushed 5d ago), licensed MIT. It adds 104 tokens to every session and 3,328 once invoked, about $0.0005 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.