the masterplan: system architecture (g-002)
the system is composed of four core domains, each with a distinct architectural metaphor, function, and governing role. their relationship is mapped in the g-002 masterplan
, the site plan of the organization.
Name | Role | Function | Core Activities | Workflow | Sheets Examples | SHEETS INDEX |
---|---|---|---|---|---|---|
operational studio, mktg & workshop: To Create & Deliver Value → Communication, Impact, Revenue, CEO/COO role: | any entry with | client delivery, meetings, communication, project-based work, product development, marketing/sales campaign | this is where most | O-300: Domain Overview O-301: Dashboard Interface | ||
resource management: to direct resources (financial energy) to sustain and grow the business., CFO role: | any entry with | your budget tracker, the "energy flow" sankey diagram model, a specific invoice. | workflow: an | F-100: Domain Overview F-201: Sankey Diagram F-202: Financial Controls | ||
the Self-Society: | To Define & Defend Boundaries → Trust & Security (Risk is contained) | LLC operating agreement, a client contract, an NDA template. | when you start a new | L-100: Domain Overview L-200: Process Workflow | ||
"context map" & observer dashboard; command center | any entry with | a strategic principle, a system diagram, the | these are the high-level controls and views that allow you to operate the machine. | G-001: Legend & Key Plan G-002: Masterplan G-003: |
the domains of operation
O-000 SERIES: value generation, workshop interface (CEO/COO role)
F-000 SERIES: financials/CFO role, energy maintenance, resource management (control room)
A-100 SERIES: containment, structural integrity, foundational blueprint
G-series: governance & system-level views, alignment & orientation
define the workflows and domain events.
- example workflow: new client engagement
o-series
executes afinalize_client_agreement
command on aclient project
aggregate.- upon success, it publishes a
client_agreement_finalized
event containing the core details (client id, project scope, value). a-series
subscribes to this event. itslegal
context consumes the event and initiates an internalcreate_legal_entity_file
command.- the next crucial step is to map the cross-context workflows. ask: what business event in one domain triggers a process in another?
f-series
also subscribes to this event. itsfinancial
context consumes the event and initiates an internalgenerate_initial_invoice
command. - this event-driven flow ensures that the
o-series
does not need to know anything about the internal workings of the legal or financial domains. they are autonomous yet coordinated.
the core mechanic: executable process workflows
the "how" of the system is a standardized workflow applied across all domains. each x-01 process workflow
sheet uses a double-diamond model visualized as an exploded axonometric diagram. this is not just a drawing; it is a visual algorithm that makes the contract of each role executable, ensuring a predictable rhythm for all operations, from legal review to product delivery.