Files
crimson_leaf/templates/adjudicate_tenant.yml

50 lines
1.4 KiB
YAML

name: adjudicate_tenant
description: "Constitutional evaluation of a proposed Tenant against the 9-point Genesis Standard."
system: agent_prompt
agent_prompt:
- "= identity.md"
skills:
- guides/PAETemplateGuide.md
sections:
- project
- rag
- message
- instructions
steps:
- type: think
hint: |
Analyze the proposed Tenant against the 9-point Standard:
1. Market necessity.
2. Zero portfolio overlap.
3. Narrow black-box thesis.
4. Sovereign/Compliant charter.
5. Validated seed budget.
6. No recursive loops.
7. Deterministic tool impossibility.
8. Scalability coefficient.
9. Risk mitigation strategy.
Determine if the confidence threshold meets or exceeds 95%.
- type: document
filename: adjudication-verdict
- type: package
packet_type: AdjudicationResult
schema:
approved: boolean
confidence_score: integer
veto_reasons: ["string"]
required_revisions: ["string"]
hint: "Serialize the verdict based on the step 0 analysis. Do not introduce new reasoning."
- type: close
rag_update: true
adjudication:
enabled: true
pass_threshold: 100
deliverable_type: coordination
criteria:
precision:
weight: 70
description: "Verdict logic is binary and legally sound."
compliance:
weight: 30
description: "Strict adherence to the 9-point Genesis Standard."