skills/debrief/SKILL.md
Use for debriefs or saved findings/reports from the current task.
npx skillsauth add paulrberg/agent-skills debriefInstall 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.
Persist evidence from the current task as an opinionated interactive HTML report, or as terse Markdown with --md.
./.ai/debriefs/<slug>/index.html using the installed playground skill.--md: ./.ai/debriefs/<slug>/index.md, with no playground dependency.Run the bundled preparer from the target repository:
bash <skill-dir>/scripts/prepare.sh [--md] <slug>
Use its MODE, PLAYGROUND_DIR, DEBRIEF_PATH, and EXISTS output. Relay dependency or slug errors and stop.
For HTML, read the resolved playground SKILL.md and exactly one matching template: diff review, document critique,
code map, concept map, data explorer, or design playground. Adapt its interaction model to the evidence; do not load
every template.
Build one self-contained file:
Verify that every claim traces to the task transcript or tool evidence, the output contains no placeholders, and the
file opens/renders. Then run open "$DEBRIEF_PATH" and report the absolute path.
Completion requires a non-placeholder debrief at the selected path, evidence-grounded content, successful rendered/file inspection, and explicit overwrite handling.
development
Use when creating or substantially redesigning web interfaces, landing pages, dashboards, components, or other frontend UI where visual direction and implementation quality matter. Produces subject-specific art direction, accessible responsive code, and rendered visual verification.
development
Orchestrate one to five Sonnet subagents to implement an approved Claude Code plan.
tools
Open the CoinGecko historical-data page for a coin/date in Chromium via Chrome DevTools MCP.
tools
Orchestrate one to five Codex CLI agents to implement an approved Claude Code plan.