Write template: adjudicate_tenant by unknown (adj_score=100)
This commit is contained in:
@@ -3,12 +3,12 @@ description: "Constitutional evaluation of a proposed Tenant against the 9-point
|
|||||||
system: agent_prompt
|
system: agent_prompt
|
||||||
agent_prompt:
|
agent_prompt:
|
||||||
- "= identity.md"
|
- "= identity.md"
|
||||||
requires:
|
skills:
|
||||||
- proposed_charter
|
- "guides/PAETemplateGuide.md"
|
||||||
- seed_budget
|
|
||||||
sections:
|
sections:
|
||||||
- agent
|
- agent
|
||||||
- project
|
- project
|
||||||
|
- history
|
||||||
- rag
|
- rag
|
||||||
- message
|
- message
|
||||||
- instructions
|
- instructions
|
||||||
@@ -16,32 +16,30 @@ steps:
|
|||||||
- type: think
|
- type: think
|
||||||
model: power
|
model: power
|
||||||
hint: |
|
hint: |
|
||||||
Perform a rigorous audit of the proposed Tenant.
|
Perform a rigorous 9-point audit of the proposed Tenant.
|
||||||
Evaluate against the 9-point Tenant Creation Standard.
|
You must evaluate:
|
||||||
Verify:
|
1. Market Necessity
|
||||||
1. Absolute market necessity.
|
2. Portfolio Redundancy
|
||||||
2. Zero overlap with existing portfolio.
|
3. Logic Purity (Black-box thesis)
|
||||||
3. Narrow, black-box business thesis.
|
4. Charter Sovereignty
|
||||||
4. Sovereign, yet compliant charter.
|
5. Budget Validity
|
||||||
5. Validated seed budget.
|
6. Recursive Loop Absence
|
||||||
6. Absence of recursive loops or internal circularity.
|
7. Deterministic Tool Redundancy
|
||||||
|
8. Scalability
|
||||||
|
9. Risk Profile.
|
||||||
|
|
||||||
Output a binary verdict: APPROVED or VETOED.
|
The approval threshold is binary: 95% confidence or Reject.
|
||||||
- type: think
|
Speak with legalistic brevity. Provide a 'Verdict' and 'Findings'.
|
||||||
hint: |
|
|
||||||
Based on the previous analysis, draft the formal Adjudication Ledger entry.
|
|
||||||
Include specific citations from the Genesis Charter for any rejection.
|
|
||||||
- type: package
|
- type: package
|
||||||
packet_type: AdjudicationVerdict
|
packet_type: AdjudicationVerdict
|
||||||
schema:
|
schema:
|
||||||
verdict: "string"
|
verdict: "string (APPROVED | REJECTED)"
|
||||||
confidence_score: "integer"
|
confidence_score: "integer (0-100)"
|
||||||
citations: ["string"]
|
findings: "string"
|
||||||
revisions_required: ["string"]
|
required_revisions: ["string"]
|
||||||
approved_for_capital_review: "boolean"
|
hint: "Serialize the verdict and findings from the previous step. Do not add new analysis."
|
||||||
hint: "Serialize the verdict. Ensure zero discourse occurs in this step."
|
|
||||||
- type: document
|
- type: document
|
||||||
filename: adjudication-verdict
|
filename: "adjudication-verdict"
|
||||||
- type: close
|
- type: close
|
||||||
rag_update: true
|
rag_update: true
|
||||||
adjudication:
|
adjudication:
|
||||||
@@ -49,9 +47,9 @@ adjudication:
|
|||||||
pass_threshold: 95
|
pass_threshold: 95
|
||||||
deliverable_type: coordination
|
deliverable_type: coordination
|
||||||
criteria:
|
criteria:
|
||||||
precision:
|
constitutional_purity:
|
||||||
weight: 70
|
weight: 70
|
||||||
description: "Strict adherence to the 9-point standard and Genesis Charter."
|
description: "Proposed Tenant shows zero drift from the Genesis Charter."
|
||||||
brevity:
|
analytical_precision:
|
||||||
weight: 30
|
weight: 30
|
||||||
description: "Absence of filler, hyperbole, or non-legalistic language."
|
description: "Findings are data-driven and free of hyperbole."
|
||||||
Reference in New Issue
Block a user