How this skill is triggered — by the user, by Claude, or both
Slash command
/duet:debriefThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Consolidate work done by agents or across sessions. Review what landed and what's still open.
Consolidate work done by agents or across sessions. Review what landed and what's still open.
Check what actually shipped:
git log --oneline -15 --all --decorate
Note any commits from agents or parallel work streams.
Check for uncommitted changes or stashed work:
git status --short
git stash list
Produce a brief debrief:
Keep it actionable. Skip anything that's already clean and integrated.
npx claudepluginhub tslateman/claude-plugins --plugin duetGenerate a structured handoff document capturing current progress, open tasks, key decisions, and context needed to resume work. Use when ending a session.
Captures session activity (commits, task state changes, decisions, issues) into a structured debrief record for context carryover between Spacedock workflow sessions.
Wraps coding sessions with multi-agent analysis: git status/diff check, CLAUDE.md/context.md updates, automation scouting, learning extraction, follow-up suggestions, duplicate validation, and user-directed action execution.