debrief
Installation
SKILL.md
Debrief
Persist the current task's findings as a self-contained, interactive HTML debrief at ./.ai/debriefs/<slug>/index.html. Pick a slug from the user's task, build the page using the playground skill's conventions, and pre-populate it with concrete findings drawn from the transcript. Pass --md to emit a plain Markdown report at ./.ai/debriefs/<slug>/index.md instead; Markdown mode does not require the playground skill.
Arguments
<slug>(optional): kebab-case folder name, e.g.auth-security-review. If omitted, derive a topical slug from the task — short (3-5 words), lowercase, dash-separated.--md(optional): emit a Markdown report at<debriefs_dir>/index.mdinstead of HTML. Disables theplaygrounddependency.
Prerequisites
The playground skill is required only for HTML mode (the default). With --md, this skill has no external dependencies. scripts/prepare.sh probes for playground only when building HTML; if missing it prints the install command and exits non-zero. Manual install:
npx skills add anthropics/skills --skill playground --global