CtrlK
BlogDocsLog inGet started
Tessl Logo

debrief

Review what agents accomplished, surface loose ends across sessions

60

Quality

70%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./skills/debrief/SKILL.md
SKILL.md
Quality
Evals
Security

Agent Debrief

Overview

Consolidate work done by agents or across sessions. Review what landed and what's still open.

1. Recent Commits

Check what actually shipped:

git log --oneline -15 --all --decorate

Note any commits from agents or parallel work streams.

2. Work In Progress

Check for uncommitted changes or stashed work:

git status --short
git stash list

3. Synthesis

Produce a brief debrief:

What Landed

  • Summarize completed work (be specific, name files, features, fixes)

Loose Ends

  • Uncommitted work that needs attention
  • Agent work that wasn't fully integrated
  • TODOs or FIXMEs introduced

Connections

  • Note any overlap or conflicts between parallel work streams
  • Flag if multiple changes touched the same files

Next Actions

  • Concrete steps to consolidate or continue the work

Keep it actionable. Skip anything that's already clean and integrated.

See Also

The post-agent triad: debrief recaps what got done, the other two check it.

  • /sweep: post-op check for artifacts, damage, and stale refs left behind
  • /agent-watchdog: audit whether an agent did what was asked, with a gap report and a narrow fix
Repository
tslateman/duet
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.