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.
npx skills add etoyama/insight-blueprint --skill premortemgit clone --depth 1 https://github.com/etoyama/insight-blueprintWrote 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.
[](https://agentmods.dev/skills/etoyama/insight-blueprint/premortem)<a href="https://agentmods.dev/skills/etoyama/insight-blueprint/premortem"><img src="https://agentmods.dev/badge/skills/etoyama/insight-blueprint/premortem/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.
<a href="https://agentmods.dev/skills/etoyama/insight-blueprint/premortem"><img src="https://agentmods.dev/badge/skills/etoyama/insight-blueprint/premortem.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00103 | $0.01166 |
| Opus 5 | $0.00051 | $0.00583 |
| Sonnet 5 | $0.00021 | $0.00233 |
| Haiku 4.5 | $0.00010 | $0.00117 |
Grade A, and why
premortem 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.
How it starts
The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/premortem -- Pre-flight Risk Evaluation
Standalone skill that scans queued (or specified) analysis designs, runs a
deterministic risk decision tree (HARD_BLOCK / HIGH / MEDIUM / LOW / SKIP),
and issues an approval token consumed by /batch-analysis --approved-by TOKEN.
When to Use
- Before launching
/batch-analysisto validate the queue - When you want to check risk levels of designs without executing them
- As an automated gate in review / auto mode dispatched by the launcher
When NOT to Use
- Creating or editing designs (-> /analysis-design)
- Executing batch analysis (-> /batch-analysis)
- Reviewing completed results (-> /analysis-reflection)
Workflow
-
Parse arguments -- Claude Code invokes
skills/premortem/cli.pyvia Python subprocess. The CLI expects design data as JSON on stdin (Claude Code reads MCP tools and pipes the result). -
Collect design data (Claude Code responsibility, before invoking cli.py):
- Call
list_analysis_designs()and filternext_action.type == "batch_execute"(or use--design <id>/--allto select differently) - For each design:
get_analysis_design(id),get_table_schema(source_id),search_catalog(source_id)to buildsource_checks_map - Pipe the JSON payload to cli.py stdin
- Call
-
Risk evaluation (cli.py, pure decision engine):
- For each design:
history_query.query()+risk_evaluator.evaluate() - Render 1-line-per-design table to stdout
- Apply mode logic (manual/review/auto) to decide approved vs skipped
- For each design:
-
Interactive gate (manual mode or review+HIGH):
- Display
[s]kip / [e]dit / [a]bort / [c]ontinueper HIGH design - HARD_BLOCK:
[c]ontinueis NOT offered
- Display
-
Token issuance:
token_manager.issue()writes.insight/premortem/{TIMESTAMP}.yaml- stdout final line:
Launch with: /batch-analysis --approved-by {token_id}
Risk Levels
Every design is classified into one of five levels. The level determines what the operator (or automation) should do next.
What ships with it
6 files 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.
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.
- 9d ago First seen · 98 lines · 103 tokens per session scan A 0534a67f312b
premortem is a skill published in the GitHub repository etoyama/insight-blueprint (0 stars, last pushed 17d ago), licensed MIT. It adds 103 tokens to every session and 1,166 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-31.
Other skills, from other repositories
rival-search-mcp
Deterministic deep research via RivalSearchMCP. 9 tools: 5-engine web search (DuckDuckGo/Bing/Yahoo/Mojeek/Wikipedia), 9-platform social search (Reddit/HN/StackOverflow/Dev.to/Medium/ProductHunt/Bluesky/Lobste.rs/Lemmy), 5-source news (Google/Bing/Guardian/GDELT/DDG), 5 academic DBs…
safe-email-operations
Use email through the bundled mcp-email-server MCP server, diagnose bounded non-secret state, and hand account or credential setup to a user-operated CLI or authenticated local UI.
naver-search-mcp
Use for Korean web search, Naver News, Blog, Cafe, Image, Knowledge iN, Encyclopedia, Local search, and Naver DataLab search-trend and shopping-insight analysis through the published npm MCP server.
mcp-musescore
Use the ghchen99/mcp-musescore MCP server to inspect, navigate, compose, and edit an open MuseScore score through its QML WebSocket plugin.
ocr-expert
You are connected to OCR-MCP, a FastMCP 3.4+ server with 14 OCR backends. This skill teaches you how to use it effectively.
skills
Generate a complete SVG file from a natural language description using SEP-1577 multi-step sampling.