Tournament Operations Workbook

A self-auditing Excel workbook that tracks events, attempts and judged scores — and refuses to declare itself ready while any integrity check is failing.

Download the workbook (.xlsx)

24,385 bytes · 10 sheets · 113 formula cells · SHA-256 82746ad2831bed2d38a3d2111bb0505119e04a98f5097c971439616166332660

Sheets

SheetWhat it holds
READMEReading order, colour key, which cells a human may edit
DashboardTen KPIs and a bar chart of best total by event
CollaborationThe three milestone consultations, what was decided and what changed
EventsOne row per event; attempts left and best total are formulas
SubmissionsOne row per attempt, with defect counts pulled from Feedback
AuditTen blocking checks and three advisory ones
ReadinessThe gate, plus a live list of which blocking checks are firing
FeedbackOne row per defect the Gamemaster named, quoted verbatim
TestLogSix test cases and the human's recorded results
ListsSource lists behind the dropdowns

The readiness gate

The Audit sheet runs seven blocking checks and two advisory checks over the workbook’s own data. Readiness!B5 reads Submission Ready only when the blocking total is zero; otherwise it names the number of violations and turns red. Break any rule on Events or Submissions and the cell changes by itself.

Caching

The workbook is served from a versioned path under /files/ with Cache-Control: public, max-age=31536000, immutable. The HTML entry point uses max-age=300 so a new revision can be published without waiting out a long-lived cache.