Operational Principles

The Principles

Principles are short, testable statements that guide decision-making. Each principle has a one-sentence implication and a test to verify compliance. If a principle cannot be tested, it is not a principle—it is an aspiration.

01

Interfaces define systems more than components.

Implication

Invest in interface design before component development.

Test

Can components be replaced without system redesign?

02

Doctrine resolves ambiguity before operations begin.

Implication

Write decision rules in advance, not during crisis.

Test

Does every anticipated situation have a predetermined response?

03

Measurement precedes management.

Implication

Do not undertake what cannot be quantified.

Test

Can progress be expressed in numbers?

04

Stop conditions prevent catastrophic loss.

Implication

Define failure states before starting.

Test

Is there a predetermined point where operations halt?

05

Scale triggers authorize expansion.

Implication

Success criteria must be met before growth.

Test

Are expansion conditions specific and measurable?

06

Redundancy is a requirement, not an option.

Implication

Single points of failure are unacceptable in critical systems.

Test

Can any single failure halt operations?

07

Debris is feedstock, not waste.

Implication

Recovery and recycling are core operations.

Test

Is there a pathway from debris to production input?

08

Manufacturing follows safe corridors.

Implication

Production never occurs in high-debris environments.

Test

Are all manufacturing locations in cleared or low-debris zones?

09

Earth resources bootstrap, not sustain.

Implication

Dependency on Earth must decrease over time.

Test

Is the ratio of local to Earth-sourced materials improving?

10

Standards enable competition.

Implication

Open interfaces allow multiple providers.

Test

Can third parties build compatible systems?

11

Human safety is non-negotiable.

Implication

No cost reduction justifies safety compromise.

Test

Would this decision be defensible after a fatality?

12

Documentation is operational infrastructure.

Implication

Undocumented systems are unmanaged systems.

Test

Can someone unfamiliar operate from documentation alone?

13

Ethical constraints are hard boundaries.

Implication

Some actions are prohibited regardless of benefit.

Test

Does this action respect planetary stability and human dignity?

14

Architecture must scale 100x without restructuring.

Implication

Design for the end state, not current capacity.

Test

Would this design work at 100x current operations?

15

Knowledge transfer enables succession.

Implication

Organizations outlive individuals.

Test

Can operations continue if any individual departs?

Principles Guide Architecture

These principles inform every aspect of the systems architecture. The architecture is the physical manifestation of principles applied to multi-domain industrial operations.