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 CassioRoos/godfly-skills --skill premortem-postmortemgit clone --depth 1 https://github.com/CassioRoos/godfly-skillsWrote 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/cassioroos/godfly-skills/premortem-postmortem)<a href="https://agentmods.dev/skills/cassioroos/godfly-skills/premortem-postmortem"><img src="https://agentmods.dev/badge/skills/cassioroos/godfly-skills/premortem-postmortem.svg" alt="Measured on agentmods" 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.00097 | $0.00583 |
| Opus 5 | $0.00048 | $0.00292 |
| Sonnet 5 | $0.00019 | $0.00117 |
| Haiku 4.5 | $0.00010 | $0.00058 |
Grade A, and why
premortem-postmortem 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 8d 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 — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Premortem / Postmortem
Use premortems to prevent predictable failure. Use postmortems to learn without rewriting history.
Premortem
Frame it as: "It is six months after launch. This failed badly. What killed it?"
Steps:
- Define success in measurable terms.
- List failure causes independently before filtering.
- Classify causes:
- Real threats: plausible, damaging, actionable.
- Noise: scary but unlikely or unactionable.
- Avoided truths: politically or emotionally uncomfortable risks.
- Score real threats by impact, likelihood, and detectability.
- Turn the top threats into controls, owners, and validation tests.
- Define launch gates and rollback triggers.
Premortem output:
## Success Definition
## Failure Story
## Top Failure Causes
- Cause:
Class:
Evidence:
Impact:
Likelihood:
Detectability:
Prevention:
Detection:
Owner:
## Launch Gates
## Rollback Triggers
Postmortem
Do not hunt for a single root cause when the evidence shows a chain. Most failures are systems failures.
Steps:
- Build a timeline from evidence: logs, metrics, deploys, alerts, commits, tickets, user reports.
- Separate facts from interpretations.
- Identify contributing factors across code, process, config, monitoring, docs, and decision-making.
- Ask why detection failed or succeeded.
- Define corrective actions with owners and deadlines.
- Add regression tests, monitors, runbooks, or guardrails.
Postmortem output:
## Impact
## Timeline
## What Happened
## Contributing Factors
## Detection And Response
## What Worked
## What Failed
## Corrective Actions
- Action:
Owner:
Due:
Verification:
## Follow-up Risks
Rule
Do not accept "human error" as a root cause. Human error is where the investigation starts.
Evidence standards: follow the evidence-grounding skill — the canonical source for evidence tiers, quality gates, and the counter-evidence obligation.
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.
- 8d ago First seen · 103 lines · 97 tokens per session scan A 556a738216f8
premortem-postmortem is a skill published in the GitHub repository CassioRoos/godfly-skills (1 stars, last pushed 7d ago), licensed MIT. It adds 97 tokens to every session and 583 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
bioinformatics-project
Structure reproducible bioinformatics projects with canonical layouts, restartable drivers, pinned environments, provenance, and lab notebooks. Use when starting or reorganizing a genomics project or making a sequencing analysis rerunnable.
Yandex Tracker
Manage Yandex Tracker spaces through the REST API. Use when Codex needs to work with any documented Tracker API function: issues, issue filters, checklists, comments, attachments, bulk operations, fields, projects, portfolios, goals, queues, automation, boards, dashboards, components, issue types, statuses…
ticket-takeaway
Ticket Takeaway dashboard — track features from ideation to release. Generate visual dashboard, update item status in real-time, review completed features, add new items. Cross-project.
dashboard
Ticket Takeaway — track features from ideation to release. Generate visual dashboard, update item status in real-time, review completed features, add new items. Cross-project.
review
Review features in the For Review column — walk through tickets in batches, collect feedback or acceptance, create bug sub-tickets, and manage the acceptance flow.
accept
Accept a reviewed ticket — move it from For Review to Done, summarize into PRODUCTSPECIFICATION.md, clean up working files. The final gate in the Ticket Takeaway process.