Write template: tenant_charter_synthesis by unknown (adj_score=100)
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
name: tenant_charter_synthesis
|
name: tenant_charter_synthesis
|
||||||
description: "Synthesizes a formal Charter for a new sovereign Tenant, ensuring architectural purity and black-box operational capacity."
|
description: "Synthesizes a formal Charter for a new sovereign Tenant, ensuring architectural purity and black-box operational capacity."
|
||||||
|
model: power
|
||||||
system: agent_prompt
|
system: agent_prompt
|
||||||
agent_prompt:
|
agent_prompt:
|
||||||
- "= identity.md"
|
- "= identity.md"
|
||||||
@@ -12,26 +13,22 @@ sections:
|
|||||||
steps:
|
steps:
|
||||||
- type: think
|
- type: think
|
||||||
hint: |
|
hint: |
|
||||||
Critically evaluate the proposed Tenant against the Constitutional Principles:
|
Analyze the proposed Tenant. You must define:
|
||||||
1. Occam's Razor: Is this the simplest structure?
|
1. Mission: A singular, non-generalist objective.
|
||||||
2. Systemic Sovereignty: Can it operate as a black box?
|
2. Input/Output: Define the clear black-box boundary.
|
||||||
3. Zero Redundancy: Does it overlap with existing Tenants?
|
3. Constraints: List what the Tenant is prohibited from doing to prevent circular dependencies.
|
||||||
|
4. Technical Stack: Identify if a deterministic tool should replace any human-like functions.
|
||||||
|
|
||||||
Draft the Charter using the following structure:
|
Ensure the charter is narrow and sovereign.
|
||||||
- Mission: Narrow and specific.
|
|
||||||
- Boundaries: Defined Inputs and Outputs.
|
|
||||||
- Constraints: Prohibited actions or recursive loops.
|
|
||||||
- Success Metrics: Deterministic indicators of health.
|
|
||||||
- type: document
|
- type: document
|
||||||
filename: charter
|
filename: "charter"
|
||||||
- type: package
|
- type: package
|
||||||
packet_type: CharterFormalization
|
packet_type: CharterFinalization
|
||||||
schema:
|
schema:
|
||||||
charter_metadata:
|
status: "string"
|
||||||
tenant_name: "string"
|
tenant_slug: "string"
|
||||||
sovereignty_score: "integer 1-100"
|
architectural_purity_score: "integer"
|
||||||
dependencies: ["string"]
|
hint: "Record the completion of the architectural audit."
|
||||||
hint: "Serialize the architectural metadata of the drafted charter."
|
|
||||||
- type: close
|
- type: close
|
||||||
rag_update: true
|
rag_update: true
|
||||||
adjudication:
|
adjudication:
|
||||||
@@ -40,11 +37,8 @@ adjudication:
|
|||||||
deliverable_type: coordination
|
deliverable_type: coordination
|
||||||
criteria:
|
criteria:
|
||||||
architectural_purity:
|
architectural_purity:
|
||||||
weight: 40
|
weight: 60
|
||||||
description: "Charter defines a clear black-box boundary with no recursive service loops."
|
description: "The charter defines a narrow, non-redundant service boundary with clear I/O."
|
||||||
narrow_scope:
|
|
||||||
weight: 30
|
|
||||||
description: "Mission is specific and non-generalist."
|
|
||||||
operational_sovereignty:
|
operational_sovereignty:
|
||||||
weight: 30
|
weight: 40
|
||||||
description: "Unit can function without constant intervention from the parent LLC."
|
description: "The entity can function as a discrete black box without recursive loops."
|
||||||
Reference in New Issue
Block a user