Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Debrief

The debrief takes about 40 minutes. Have your skeleton diff and your spec-findings log ready.

Spec findings (15 minutes)

  • Take your log’s most consequential finding. Who found it, and when: skeleton, cross-review, or generation? What did the discovery cost at each stage?
  • Read out the spec amendments and compare resolutions across pairs.

The skeleton diff (15 minutes)

  • Each pair: the frozen skeleton against the final one. Every changed line is a design decision that arrived late. Could it have been found in Phase 1?
  • Where did a lifetime try to enter a public signature, and what stopped it: your own review, the cross-review, or the compiler?
  • Show the doc comment that most visibly steered generation.

Close (10 minutes)

Yesterday’s closing question, extended: what belongs in your team’s standard skeleton? Which types, error conventions, and doc-contract habits should every new crate start from? Write the answers down.