47 lines
1.6 KiB
YAML
47 lines
1.6 KiB
YAML
name: tenant_charter_standardization
|
|
description: "Architectural synthesis of a sovereign Tenant's Charter, ensuring narrow service boundaries and black-box operational capacity."
|
|
system: agent_prompt
|
|
agent_prompt:
|
|
- "= identity.md"
|
|
skills:
|
|
- guides/PAETemplateGuide.md
|
|
sections:
|
|
- agent
|
|
- project
|
|
- history
|
|
- rag
|
|
- message
|
|
- instructions
|
|
steps:
|
|
- type: think
|
|
hint: |
|
|
Critically evaluate the proposed business unit.
|
|
1. Define the 'Black Box': What are the exact Inputs and Outputs?
|
|
2. Verify Sovereignty: Can this unit function if all other Tenants are offline?
|
|
3. Audit for Redundancy: Does this overlap with existing units in the RAG/Portfolio?
|
|
4. Simplify: Apply Occam's Razor to the service boundary.
|
|
|
|
Provide a technical justification for the charter's structure.
|
|
- type: document
|
|
filename: charter
|
|
hint: "Formalize the results of the previous analysis into the charter.md format."
|
|
- type: package
|
|
packet_type: CharterFinalization
|
|
schema:
|
|
status: "string"
|
|
tenant_name: "string"
|
|
structural_purity_score: "integer 1-100"
|
|
hint: "Serialize the metadata of the finalized charter. Do not include prose."
|
|
- type: close
|
|
rag_update: true
|
|
adjudication:
|
|
enabled: true
|
|
pass_threshold: 90
|
|
deliverable_type: coordination
|
|
criteria:
|
|
architectural_purity:
|
|
weight: 60
|
|
description: "Boundaries are narrow, non-recursive, and exhibit zero redundancy."
|
|
operational_sovereignty:
|
|
weight: 40
|
|
description: "The charter enables independent black-box operation." |