debrief

Installation
SKILL.md

Debrief

Persist the current task's findings as a self-contained, interactive HTML debrief at ./.ai/reports/<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/reports/<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 <reports_dir>/index.md instead of HTML. Disables the playground dependency.

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

Workflow

Related skills

More from paulrberg/agent-skills

Installs
10
GitHub Stars
54
First Seen
7 days ago