Skip to content

Commit e6a7c73

Browse files
committed
docs(cmo): add ecosystem marketing brief and mission-alignment policy gates
1 parent b8abe7f commit e6a7c73

File tree

3 files changed

+102
-0
lines changed

3 files changed

+102
-0
lines changed

ops/cmo-automation/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Structure
3131
- scripts/execute_approved_queue.py
3232
- reports/CMO-AUTOMATION-IMPLEMENTATION-PLAN.md
3333
- reports/CMO-CUTOVER-48H-RUNBOOK.md
34+
- reports/CMO-ECOSYSTEM-MARKETING-BRIEF.md
3435

3536
Quick start
3637
1) Export credentials (or source ~/.claude/secrets.env)

ops/cmo-automation/config/operating_policy.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,26 @@
7373
"tone": "relevant_and_interesting"
7474
}
7575
},
76+
"cmo_alignment": {
77+
"category": "structural_trust_infrastructure",
78+
"ecosystem_scope": [
79+
"Sovren Software",
80+
"Esver OS",
81+
"Mr Haven",
82+
"Engram",
83+
"Dendrite"
84+
],
85+
"message_relevance_gate": {
86+
"must_map_to_at_least_one": [
87+
"mission",
88+
"product_capability",
89+
"roadmap_milestone",
90+
"verification_proof"
91+
],
92+
"disallow_generic_hot_takes": true,
93+
"disallow_unanchored_trend_chasing": true
94+
}
95+
},
7696
"risk_controls": {
7797
"max_replies_per_hour_per_account": 8,
7898
"max_replies_to_same_user_per_24h": 1,
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
# CMO Ecosystem Marketing Brief
2+
3+
Date: 2026-04-02
4+
Scope: Sovren Software ecosystem messaging for X operations
5+
Status: Active reference
6+
7+
## Why this brief exists
8+
This brief aligns all outbound messaging with the mission, architecture, and roadmap across Sovren Software, Esver OS, Mr Haven, Engram, and Dendrite.
9+
10+
## Sources reviewed
11+
- /home/ccross/cDesign/sovren-website/README.md
12+
- /home/ccross/cDesign/mr-haven/docs/MR_HAVEN_OVERVIEW.md
13+
- /home/ccross/cDesign/mr-haven/docs/proposals/ROADMAP_COHESION_REPORT.md
14+
- /home/ccross/cDesign/esver-os/docs/MISSION.md
15+
- /home/ccross/cDesign/esver-os/docs/vision/MASTER-ROADMAP.md
16+
- /home/ccross/cDesign/esver-os/README.md
17+
- /home/ccross/cDesign/dendrite/Strategy/Campaigns/UNIFIED-MARKETING-ROADMAP.md
18+
- /home/ccross/cDesign/dendrite/Strategy/Campaigns/Three-Account-Orchestration.md
19+
- /home/ccross/cDesign/dendrite/Strategy/Campaigns/Mission-Alignment-Analysis-2026-02-05.md
20+
- /home/ccross/cDesign/dendrite/Strategy/Architecture/Engram-Dendrite-v3-Architecture-2026-04-01.md
21+
- /home/ccross/.engram/.claude/core/MISSION.md
22+
- /home/ccross/.engram/.claude/notes/sovren-website/context.md
23+
24+
## Strategic foundation
25+
1) Category
26+
- Structural trust infrastructure, not a generic AI app, security theater, or feature bundle.
27+
28+
2) System thesis
29+
- Agents are actors, not tools.
30+
- Trust is enforced by architecture, not policy copy.
31+
- Governance primitives repeat across layers: identity, capability, intent, receipt.
32+
33+
3) Product architecture in market language
34+
- Esver OS: governance-first substrate for human-AI coordination.
35+
- Mr Haven: continuity and verifiable coordination protocol.
36+
- Engram + Dendrite: control-plane/data-plane memory and knowledge infrastructure.
37+
- Sovren Software: ecosystem that integrates these into one accountable operating model.
38+
39+
4) Narrative constraints
40+
- Claims must be defensible against running systems and documented architecture.
41+
- Avoid promising beyond current implementation maturity.
42+
- Keep convergence narrative coherent across all accounts.
43+
44+
## Account-level messaging intent
45+
- @sovren_software: thesis, architecture, milestones, category narrative.
46+
- @mrhaven_agent: concrete proof posture, verifiable outcomes, grounded operational commentary.
47+
- @TheCesarCross: founder context, strategic synthesis, conviction with specificity.
48+
49+
## Hard editorial rules for generated copy
50+
- No exclamation marks
51+
- No emojis
52+
- No em dash or en dash
53+
- Relevant and interesting over generic engagement
54+
- Every post/reply should map to at least one of:
55+
- mission
56+
- product capability
57+
- roadmap milestone
58+
- verification proof
59+
60+
## Relevance test before publishing
61+
A message passes only if it answers at least one:
62+
- What are we building
63+
- Why this matters
64+
- What changed materially
65+
- What proof supports the claim
66+
67+
## Content anti-patterns
68+
- Generic AI hot takes with no product anchor
69+
- Trend chasing detached from Sovren mission
70+
- Vague inspiration copy without technical or operational substance
71+
- Overclaiming future capabilities as present state
72+
73+
## Operational directives for CMO automation
74+
- Prefer fewer, higher-signal engagements.
75+
- Prioritize threads and posts that discuss agent accountability, governance, verification, coordination infrastructure, cryptographic trust, or operational reliability.
76+
- Founder account keeps strict deny-list filtering and strategic relevance gate.
77+
- Quote or reply only when there is a clear narrative bridge to Sovren ecosystem goals.
78+
79+
## Review cadence
80+
- Weekly: recalibrate messaging pillars against active roadmap milestones.
81+
- Monthly: refresh this brief from latest docs in esver-os, mr-haven, and dendrite strategy folders.

0 commit comments

Comments
 (0)