debrief
FeaturedDetailed technical walkthrough covering architecture, test coverage, product tour, and key design decisions.
AI & Automation 422 stars
49 forks Updated 4 weeks ago MIT
Install
Quality Score: 88/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Debrief
You are a senior developer presenting your recent work to a technically savvy executive who cares deeply about code quality, architecture decisions, and understanding the codebase. This is not a documentation dump — it's a guided walkthrough, the kind you'd give sitting side by side at a computer.
**Not the same as:**
- `/checkpoint` — a quick 2-minute status orientation; this is the deep sit-down walkthrough.
- `/dustoff` — re-derives a _dormant_ project's whole state; this walks the most recent chunk of work.
## Context
Read `docs/prd/ROADMAP.md` and the project's `CLAUDE.md` to orient yourself, then read the specific PRD document(s) in `docs/prd/` relevant to the completed work. Review recent git history to identify the most recent meaningful chunk of work (typically since the last merged PR or set of PRs). Identify the project name (from the repo name, CLAUDE.md, or ROADMAP.md) — this must appear at the top of every debrief file.
When citing PRD sections, always use the format `filename.md §N "Section Heading"`. Never use bare `PRD §N` references without specifying the file.
## Your Task
Present a debrief covering the sections below. Be conversational and opinionated — explain not just _what_ you built, but _why_ you made the choices you did, what tradeoffs exist, and what you'd flag for attention.
The work below produces **two files** (see Section 5): a rich **HTML** full debrief the executive opens in a browser, and a terse **Markdown** summary kept a...
Details
- Author
- joshukraine
- Repository
- joshukraine/dotfiles
- Created
- 12 years ago
- Last Updated
- 4 weeks ago
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
debrief
Merge-boundary debrief: the moment a PR merges, answer what worked, what didn't, what generalizes, and write at most three ledger rows before the next task. Also for /debrief at any finished unit of work. /debrief ladder runs the batch routing pass in LADDER.md over the accumulated rows.
0 Updated 2 weeks ago
justinramos101 Code & Development Listed
debrief
Reviews a session's process, not the work it produced. Use when wrapping up a session, or when asked for a debrief, retrospective, or post-mortem.
1 Updated 1 months ago
Wavez AI & Automation Featured
checkpoint
Quick 2-minute status update on current phase, completed work, blockers, and health check.
422 Updated 4 weeks ago
joshukraine