Skip to content

Publish Review Guide

Guide Fit

flowchart TD
  family["Reproducible Research"] --> program["Deep Dive Snakemake"]
  program --> pressure["A concrete learner or reviewer question"]
  pressure --> guide["Publish Review Guide"]
  guide --> next["Modules, capstone, and reference surfaces"]
flowchart TD
  question["Name the exact question you need answered"] --> skim["Skim only the sections that match that pressure"]
  skim --> crosscheck["Open the linked module, proof surface, or capstone route"]
  crosscheck --> next_move["Leave with one next decision, page, or command"]

Read the first diagram as a timing map: this guide is for a named pressure, not for wandering the whole course-book. Read the second diagram as the guide loop: arrive with a concrete question, use only the matching sections, then leave with one smaller and more honest next move.

Use this page when the question is not merely "did the workflow run?" but "what is the stable published contract and how is it defended?"


  1. Read Capstone File Guide.
  2. Run make PROGRAM=reproducible-research/deep-dive-snakemake capstone-verify-report.
  3. Compare the report bundle with Capstone Review Worksheet and Proof Matrix.

Back to top


What A Good Review Can Answer

  • which promoted files belong to the public contract
  • which proofs are about publish trust rather than workflow execution generally
  • which future change would require a versioned publish boundary change

Back to top