npx claudepluginhub tslateman/claude-plugins --plugin duetThis skill uses the workspace's default tool permissions.
Consolidate work done by agents or across sessions. Review what landed and what's still open.
Guides strict Test-Driven Development (TDD): write failing tests first for features, bugfixes, refactors before any production code. Enforces red-green-refactor cycle.
Guides systematic root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Guides A/B test setup with mandatory gates for hypothesis validation, metrics definition, sample size calculation, and execution readiness checks.
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.