agents/post-mortem/SKILL.md
If the task had failures or was inefficient or complex, ALWAYS run this post-mortem.
npx skillsauth add sanand0/scripts post-mortemInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run a blameless post-mortem on this conversation so far (post any previous post-mortems) to improve future performance.
List every:
Ignore one-offs. Pick only those that'll likely recur.
For each, document for the user (who may forget the context later), in 1 line each:
Write into ~/Documents/data/agents/post-mortem-${date -u -Iseconds}.md.
Example:
---
task: Verify the WhatsApp scraper using CDP
agent: codex (or copilot or claude)
path: /home/sanand/...
session: session ID
---
- I initially relied too much on ad hoc live scripts.
This was fast, but let to repeated custom scripts, inconsistent metrics across runs, extra time spent distinguishing true parser issues from script-quality issues.
Instead, instruct me to create dedicated verification scripts up-front and prefer it over inline shell heredocs for future CDP validation.
- I added inline JS tests for media before I updated the shared HTML fixture.
This conflicts with the user’s explicit “HTML test set first” request and was less representative than the parser/test surface.
Instead, create a pre-check SKILL.md that enforces a checklist before executing user actions.
- ...
NOTE: The "Instead, ..." changes are:
tools
If any tool call fails, log it IMMEDIATELY with this skill
data-ai
Brainstorm creative, novel, non-obvious ideas or options for an open-ended problem and narrow them to a recommendation. Not for writing prose, research, explanation, summaries, or questions with one right answer.
documentation
To write in Anand's style in blog posts, talk summaries, interview questions, emails, ...
documentation
Write data findings as a compelling narrative story, Malcolm Gladwell prose, NYT graphics-team visuals, engaging & memorable even for a non-technical audience.