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: - agent - project - history - rag - message - instructions steps: - type: think model: power hint: | Perform a rigorous 9-point audit of the proposed Tenant. You must evaluate: 1. Market Necessity 2. Portfolio Redundancy 3. Logic Purity (Black-box thesis) 4. Charter Sovereignty 5. Budget Validity 6. Recursive Loop Absence 7. Deterministic Tool Redundancy 8. Scalability 9. Risk Profile. The approval threshold is binary: 95% confidence or Reject. Speak with legalistic brevity. Provide a 'Verdict' and 'Findings'. - type: package packet_type: AdjudicationVerdict schema: verdict: "string (APPROVED | REJECTED)" confidence_score: "integer (0-100)" findings: "string" required_revisions: ["string"] hint: "Serialize the verdict and findings from the previous step. Do not add new analysis." - type: document filename: "adjudication-verdict" - type: close rag_update: true adjudication: enabled: true pass_threshold: 95 deliverable_type: coordination criteria: constitutional_purity: weight: 70 description: "Proposed Tenant shows zero drift from the Genesis Charter." analytical_precision: weight: 30 description: "Findings are data-driven and free of hyperbole."