Customer-first ordering
Track-B documentation wave: patterns category — 13 REWRITE across R1/R11 redactions, DP6 narration removal (7 files), and EN/ES parity restoration
@@ -9,7 +9,9 @@ quality: complete index_group: sovereignty-and-infrastructure-patterns short_description: "The principle that a vendor building something a customer will install should build it in the same order the customer installs it, on the same substrate." status: active audience: vendor-public bcsc_class: public-disclosure-safe language_protocol: PROSE-TOPIC last_edited: 2026-05-01 editor: pointsav-engineering cites: [] @@ -22,12 +24,16 @@ A software vendor that builds its own tools out of order — shipping the API be When building something a customer will install, build it in the same order the customer will install it, on the same substrate the customer will use. The vendor's own deployment of its product is the first installation of that product. If the vendor's installation works cleanly in that order on that substrate, the customer's runbook is true by construction. **Why it matters:** a customer following a runbook is never the first entity to attempt that exact sequence — the vendor already ran it, on the same kind of substrate, before publishing it. ## Why vendor-as-first-customer matters The workspace on which a software platform is developed is declared as an instance of the catalog entry that the platform ships. This is structural, not stylistic: the workspace is the first numbered instance of the deployment it describes. Every package the platform ships is installed on this workspace first, in the same numbered sequence, using the same bootstrap and deploy scripts a customer would run. The consequence is that gaps in the customer experience surface during vendor development rather than on a customer's first day. If a bootstrap script fails, a configuration file is undocumented, or a dependency is missing from a runbook, the vendor discovers it before publishing. The customer receives a runbook verified against an actual installation. **Why it matters:** a broken step never reaches a customer's first day, because the vendor's own workspace already hit it and fixed it first. ## Three-layer responsibility The principle maps to a three-layer responsibility structure: @@ -40,6 +46,8 @@ The principle maps to a three-layer responsibility structure: A useful test for any work item: if the step appears in the customer's installation runbook, it belongs to the platform-level or operator-level layer. If the step is "build the package the customer installs," it belongs to the feature-level layer. **Why it matters:** anyone unsure which layer a task belongs to has a mechanical test to apply, rather than a judgment call that different people would answer differently. ## Documented carve-outs Some steps cannot be dogfooded because they are structurally impossible to perform from inside a running system: @@ -50,10 +58,14 @@ Some steps cannot be dogfooded because they are structurally impossible to perfo **Pre-production research.** Validating a model configuration before publishing recommended defaults is research that produces the recommendation. Customers consume the recommendation; the vendor does the research that produces it. **Why it matters:** naming these carve-outs explicitly means "we couldn't dogfood this" is never a silent excuse for an undocumented step — each exception is a named, structural impossibility, not a gap the vendor chose not to close. ## Connection to the vendor-customer topology The customer-first ordering principle is the operational form of the three-tier topology — vendor source code, customer guide catalog, deployment instances — applied at the development level. The vendor builds software (feature layer); the customer installs it following a guide (platform layer); the operator provisions the hardware it runs on (hardware boundary layer). Customer-first ordering keeps these three levels aligned: the vendor develops against the same sequence the customer installs, preventing the vendor's internal shortcuts from becoming the customer's first-day problems. **Why it matters:** the three-tier topology and the development discipline are the same shape seen from two angles — a customer who understands one already understands why the other works the way it does. ## See also - [[compounding-substrate]] — the substrate architecture this principle serves