From 886071ec44470f7bf35e3876a5da1e9e4649ea43 Mon Sep 17 00:00:00 2001 From: PAE Date: Tue, 10 Mar 2026 18:29:44 +0000 Subject: [PATCH] Write template: tenant_charter_synthesis by unknown (adj_score=100) --- templates/tenant_charter_synthesis.yml | 50 ++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 templates/tenant_charter_synthesis.yml diff --git a/templates/tenant_charter_synthesis.yml b/templates/tenant_charter_synthesis.yml new file mode 100644 index 0000000..f181c01 --- /dev/null +++ b/templates/tenant_charter_synthesis.yml @@ -0,0 +1,50 @@ +name: tenant_charter_synthesis +description: "Synthesizes a formal Charter for a new sovereign Tenant, ensuring architectural purity and black-box operational capacity." +system: agent_prompt +agent_prompt: + - "= identity.md" +sections: + - project + - history + - rag + - message + - instructions +steps: + - type: think + hint: | + Critically evaluate the proposed Tenant against the Constitutional Principles: + 1. Occam's Razor: Is this the simplest structure? + 2. Systemic Sovereignty: Can it operate as a black box? + 3. Zero Redundancy: Does it overlap with existing Tenants? + + Draft the Charter using the following structure: + - Mission: Narrow and specific. + - Boundaries: Defined Inputs and Outputs. + - Constraints: Prohibited actions or recursive loops. + - Success Metrics: Deterministic indicators of health. + - type: document + filename: charter + - type: package + packet_type: CharterFormalization + schema: + charter_metadata: + tenant_name: "string" + sovereignty_score: "integer 1-100" + dependencies: ["string"] + hint: "Serialize the architectural metadata of the drafted charter." + - type: close + rag_update: true +adjudication: + enabled: true + pass_threshold: 90 + deliverable_type: coordination + criteria: + architectural_purity: + weight: 40 + description: "Charter defines a clear black-box boundary with no recursive service loops." + narrow_scope: + weight: 30 + description: "Mission is specific and non-generalist." + operational_sovereignty: + weight: 30 + description: "Unit can function without constant intervention from the parent LLC." \ No newline at end of file