Write template: sovereign_tenant_charter by unknown (adj_score=100)
This commit is contained in:
@@ -1,40 +1,42 @@
|
|||||||
name: sovereign_tenant_charter
|
name: sovereign_tenant_charter
|
||||||
description: "Architectural synthesis and formalization of a sovereign Tenant's Charter and governing principles."
|
description: "Directs the Chief Architect to synthesize a formal Charter for a new sovereign Tenant business unit."
|
||||||
system: agent_prompt
|
system: agent_prompt
|
||||||
agent_prompt:
|
agent_prompt:
|
||||||
- "= identity.md"
|
- "= identity.md"
|
||||||
sections:
|
sections:
|
||||||
- project
|
- project
|
||||||
- history
|
|
||||||
- rag
|
- rag
|
||||||
- message
|
- message
|
||||||
- instructions
|
- instructions
|
||||||
steps:
|
steps:
|
||||||
- type: think
|
- type: think
|
||||||
model: power
|
|
||||||
hint: |
|
hint: |
|
||||||
Analyze the proposed business unit through the lens of Occam’s Architecture.
|
Analyze the proposed business unit and synthesize a formal Charter.
|
||||||
Identify:
|
The Charter must define:
|
||||||
1. Primary Objective: The core economic or operational function.
|
1. Mission & Service Boundaries: What the Tenant does and, critically, what it does NOT do.
|
||||||
2. Authority Boundaries: Explicit limits of the Tenant's sovereignty.
|
2. Operational Inputs/Outputs: Standardized interaction protocols.
|
||||||
3. Modularity: How this unit interfaces with Crimson Leaf and other Tenants.
|
3. Authority Matrix: Jurisdictional boundaries for the Tenant's CEO/Architect.
|
||||||
4. Governance: The specific constitutional principles that will prevent logic friction.
|
4. Recursive Logic: How the Tenant interacts with Crimson Leaf (The Genesis Node).
|
||||||
|
Focus on clinical objectivity and structural integrity.
|
||||||
Synthesize these into a formal "Tenant Charter" document.
|
|
||||||
- type: document
|
- type: document
|
||||||
filename: tenant-charter
|
filename: tenant-charter
|
||||||
|
hint: "Document the synthesized charter as the definitive architectural blueprint."
|
||||||
- type: think
|
- type: think
|
||||||
agent: first_available
|
agent: first_available
|
||||||
hint: |
|
hint: |
|
||||||
Extract the structured parameters from the charter drafted in step 0.
|
Extract the core attributes from the synthesized Charter in Step 0.
|
||||||
Prepare the company_slug, company_name, and a one-sentence summary for the Genesis Protocol.
|
Prepare the data for the Genesis Protocol's 'create_company' action.
|
||||||
|
Key attributes: company_slug, company_name, charter_summary, and ceo_seed.
|
||||||
- type: package
|
- type: package
|
||||||
packet_type: CreateCompanyPacket
|
packet_type: CreateCompanyPacket
|
||||||
schema:
|
schema:
|
||||||
|
actions:
|
||||||
|
- type: create_company
|
||||||
company_slug: "string"
|
company_slug: "string"
|
||||||
company_name: "string"
|
company_name: "string"
|
||||||
charter_summary: "string"
|
charter: "text"
|
||||||
hint: "Serialize the Tenant metadata for registry inclusion."
|
ceo_seed: "text"
|
||||||
|
hint: "Serialize the initialization parameters for the Genesis Protocol. Zero new thinking."
|
||||||
- type: close
|
- type: close
|
||||||
rag_update: true
|
rag_update: true
|
||||||
adjudication:
|
adjudication:
|
||||||
@@ -42,12 +44,12 @@ adjudication:
|
|||||||
pass_threshold: 90
|
pass_threshold: 90
|
||||||
deliverable_type: coordination
|
deliverable_type: coordination
|
||||||
criteria:
|
criteria:
|
||||||
architectural_rigor:
|
architectural_integrity:
|
||||||
weight: 40
|
weight: 40
|
||||||
description: "Charter defines clear authority boundaries and modular interfaces."
|
description: "Charter ensures modularity and avoids circular dependencies."
|
||||||
logical_consistency:
|
logical_consistency:
|
||||||
weight: 30
|
weight: 30
|
||||||
description: "No circular dependencies or contradictions in the governing principles."
|
description: "Service boundaries are clearly defined and non-overlapping."
|
||||||
pae_compliance:
|
pae_lang_compliance:
|
||||||
weight: 30
|
weight: 30
|
||||||
description: "Adherence to PAE-Lang formatting and Iron Rule standards."
|
description: "Strict adherence to the Iron Rule and multi-step serialization."
|
||||||
Reference in New Issue
Block a user