AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Nacl Postmortem

skill-itsalt-nacl-nacl-postmortem · by ITSalt

|

No reviews yet
0 installs
38 views
0.0% view→install

Install

$ agentstack add skill-itsalt-nacl-nacl-postmortem

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-itsalt-nacl-nacl-postmortem)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Nacl Postmortem? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Contract

Inputs this skill consumes:

  • A project built end-to-end through nacl-* skills, with a git dev→fix boundary

(feature/FR commits stopped, a wave of fix/bugfix/test-debt commits started).

  • The project's .tl/tasks/* specs (frozen at build time), its code, and git log.
  • nacl-tl-core/references/gate-fire-catalog.md (G1–G11) +

project-gap-closure.md (the ten GAP categories) — the mapping authority (read-only).

Output this skill produces:

  • A single retrospective at docs/retrospectives/-postmortem.md, sections in

this exact order (so the workflow and the prose-recipe outputs are structurally interchangeable):

  1. TL;DR — headline finding + bucket percentages.
  2. Table, one row per fix case: SHA · description · bucket · owning skill · why missed.
  3. Per-case sections with verbatim spec quotes (no paraphrase).
  4. Per-skill diagnosis — which cases hit it, the systemic gap, a recommendation

(no skill edits in this deliverable — that is a separate user decision).

  1. Cross-cutting patterns.
  2. Recommended next steps — one bullet per proposed skill PR.

Two producers, one deliverable

This skill has two interchangeable producers. Pick by environment; the artifact structure is identical either way.

A. Workflow (preferred when available) — .claude/workflows/nacl-postmortem-panel.js

Five parallel auditors → an evidence verify stage → a deterministic GAP→owning-skill synthesis → one writer agent. Matches every condition that justifies a workflow's cost: rare, read-only, high-stakes, genuinely helped by independent specialist perspectives.

  • Requirements: Claude Code ≥ 2.1.154 (dynamic workflows). Spawns ~8–12 agents and

costs meaningfully more tokens than the prose recipe — that is the trade for breadth + adversarial verification on a once-per-project audit. Watch /workflows for per-phase totals.

  • Invoke (the project path is the only required arg):

`` Run the nacl-postmortem-panel workflow with args: { "projectPath": "/abs/path/to/project", "project": "", "boundaryHint": { "sha": "", "subject": "" }, // optional; else auto-resolved "artifactOut": "docs/retrospectives/-postmortem.md", "modelOverrides": { "specdrill": "opus", "qaskip": "haiku" } } // optional (A5 cost tiering) ``

  • The five auditors (parallel barrier — synthesis needs all five):
  1. Project shape — stack, .tl/ tasks done/skipped, BA/SA artifact location (graph vs prose).
  2. Fix-commit categorization — every fix-wave commit → buckets, counts + verbatim examples.
  3. Spec-artifact drill — locate the governing spec, quote it verbatim, classify each case

with the load-bearing trichotomy SPEC_WRONG / SPEC_MISSING / SPEC_RIGHT_DEV_DRIFTED.

  1. Cross-UC connectivity — "UC-X declares an entry but UC-Y has no button to reach it"

(invisible to per-UC review).

  1. nacl-tl-qa SKIPs — missing-provider-key skips are almost always a top-3 root cause.
  • Three fixes baked in (from the workflows experiment): (1) repo access — auditors read

.tl/, code, and git freely; (2) evidence, not paraphrase — a verify stage re-reads each quoted span and drops a case only on high-confidence positive counter-evidence, else keeps it and flags needs_context; (3) requirements traceability — each fixed defect maps to a requirement that should have been specified/reachable (whyMissed).

  • Deterministic synthesis — the GAP_TO_SKILL JS table maps each finding's GAP category to its

owning skill(s) + gate IDs (G1–G11). No agent decides the mapping; an unmappable fix is reported as unmapped (an honest "no NaCl gate would have caught this"), not force-attributed.

B. Prose recipe (portable fallback) — memory skill-postmortem-algorithm

When workflows are unavailable, run the recipe by hand: three (→ five) sequential/parallel Explore agents (same auditor responsibilities), then synthesis, then write the same artifact. nacl-migrate's canary retrospective gate runs the 3-auditor core. The recipe is canonical; the workflow is an opt-in alternative producer of the same deliverable.

Guardrails

  • Verify quotes by reading actual files, not agent output — agents paraphrase. The workflow's

verify stage enforces this; in the prose recipe, re-open the file.

  • No skill edits in this deliverable. Recommendations only; editing a skill is a separate,

user-approved step.

  • no-private-info-in-public-repo — the artifact lives in this framework repo only when the

audited project is the user's own (e.g. family-cinema); otherwise keep it in the project repo. Never include local /Users/ paths or dump metadata in the artifact body.

References

  • .claude/workflows/nacl-postmortem-panel.js — the workflow producer.
  • .claude/workflows/README.md — workflow runtime requirements + the args/scriptPath note.
  • nacl-tl-core/references/gate-fire-catalog.md, project-gap-closure.md — G1–G11 + ten GAP

categories (mapping authority, read-only).

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.