MAKAIRO // FIELD MANUAL // FM-002
Published for anyone to runThe Same-Day Poster System
How a small frontier studio ships campaign-grade branded posters in hours, using a locked canon and posters written as code.
Design speed is not a talent problem; it is a decisions problem. A studio that re-decides its colours, type, and layout for every poster ships one poster a week. A studio that has locked those decisions in a brand bible ships five a night. The system below is how this studio produces launch posters the same day a campaign is conceived.
Step one: lock the canon. One document holds the exact hex codes, the type system, the texture rules (grid lines at 3–5% opacity, corner registration marks, one accent bar), and the hard language — the taglines that are used verbatim or not at all. Nobody negotiates with the bible mid-production. That is the point of having one.
Step two: write posters as code, not canvases. Each poster is an HTML/CSS document with fixed pixel dimensions — 1080×1080 for feed formats — using the canon’s variables. Code posters have three advantages over design-tool files: they are perfectly repeatable, they diff like any other source file, and an AI collaborator can produce the next one on-spec because the spec is machine-readable.
Step three: one file, many posters. A single HTML file stacks the night’s full set, each section labelled with its platform and account. Open it in a browser, capture each poster at exact dimensions (a browser dev-tools node screenshot exports the precise pixels), and post. No export dialogs, no version-seven-final-FINAL.
Step four: the review loop is a text edit. When a line needs to change, the fix is a one-line code edit, not a layout renegotiation. This is what makes same-day iteration possible at 11pm on launch night with the algorithm indifferent to your fatigue.
The transferable principle: constraints, decided once and stored as text, are the fastest design tool ever shipped. The bible does the arguing in advance so production nights are quiet.
