fix: remove Unicode chars from template

This commit is contained in:
2026-04-09 23:03:01 +00:00
parent 75422e68e3
commit 4985c39d90

View File

@@ -1,165 +1,165 @@
name: create_company name: create_company
description: "Genesis Protocol evaluate a proposed opportunity, decide whether a new sovereign Tenant is justified, and package a create_company action." description: "Genesis Protocol -- evaluate a proposed opportunity, decide whether a new sovereign Tenant is justified, and package a create_company action."
debug: true debug: true
system: agent_prompt system: agent_prompt
requires: requires:
- opportunity_description - opportunity_description
agent_prompt: agent_prompt:
- "= identity.md" - "= identity.md"
sections: sections:
- agent - agent
- project - project
- history - history
- rag - rag
- roster - roster
- deliverables - deliverables
- message - message
- rejection_feedback - rejection_feedback
- instructions - instructions
steps: steps:
- type: think - type: think
hint: | hint: |
You are {agent.name}, executing the Genesis Protocol for Crimson Leaf LLC. You are {agent.name}, executing the Genesis Protocol for Crimson Leaf LLC.
OPPORTUNITY BRIEF (you MUST design the company described here -- do not invent a different one): OPPORTUNITY BRIEF (you MUST design the company described here -- do not invent a different one):
{opportunity_description} {opportunity_description}
This is a high-stakes constitutional act. Do NOT default to company creation. This is a high-stakes constitutional act. Do NOT default to company creation.
Crimson Leaf creates and governs companies; it does not perform commodity work. Crimson Leaf creates and governs companies; it does not perform commodity work.
First, evaluate the opportunity using this decision order: First, evaluate the opportunity using this decision order:
1. EXISTING TENANT CHECK 1. EXISTING TENANT CHECK
Determine whether the need can be solved by extending an existing Tenant Determine whether the need can be solved by extending an existing Tenant
within its charter, services, and constitutional boundaries. within its charter, services, and constitutional boundaries.
2. TOOL CHECK 2. TOOL CHECK
Determine whether the need is better solved by a deterministic tool request Determine whether the need is better solved by a deterministic tool request
rather than a sovereign service business. rather than a sovereign service business.
3. NEW COMPANY CHECK 3. NEW COMPANY CHECK
Only if the need cannot be solved cleanly by an existing Tenant or a tool, Only if the need cannot be solved cleanly by an existing Tenant or a tool,
determine whether a new sovereign Tenant is justified. determine whether a new sovereign Tenant is justified.
If a new company is NOT justified, still produce the best company-design analysis you can, If a new company is NOT justified, still produce the best company-design analysis you can,
but your packaged action must reflect the final create_company decision only when the case is strong. but your packaged action must reflect the final create_company decision only when the case is strong.
If a new company IS justified, design the complete Genesis package with ALL of the following: If a new company IS justified, design the complete Genesis package with ALL of the following:
1. Company Name 1. Company Name
2. Company Slug (lowercase_underscore format) 2. Company Slug (lowercase_underscore format)
3. Problem Statement 3. Problem Statement
4. Target Customer 4. Target Customer
5. Why New Company 5. Why New Company
6. Why Not Existing Tenant 6. Why Not Existing Tenant
7. Why Not Tool 7. Why Not Tool
8. Business Plan 8. Business Plan
9. Value Thesis 9. Value Thesis
10. Charter 10. Charter
11. Forbidden Activities 11. Forbidden Activities
12. Non-Goals 12. Non-Goals
13. Overlap Risk 13. Overlap Risk
14. Recursion Risk 14. Recursion Risk
15. Budget 15. Budget
16. Budget Justification 16. Budget Justification
17. CEO Name 17. CEO Name
18. CEO Role 18. CEO Role
19. CEO Seed 19. CEO Seed
CEO SEED REQUIREMENTS: CEO SEED REQUIREMENTS:
The CEO seed must be rich enough for downstream generation of identity.md, system.md, The CEO seed must be rich enough for downstream generation of identity.md, system.md,
and agent.yml. It must clearly define: and agent.yml. It must clearly define:
- executive mandate - executive mandate
- domain expertise - domain expertise
- temperament - temperament
- leadership style - leadership style
- constitutional discipline - constitutional discipline
- capital stewardship posture - capital stewardship posture
- hiring philosophy - hiring philosophy
- operating boundaries - operating boundaries
CRITICAL RULES: CRITICAL RULES:
- You provision ONLY the charter, seed budget, and founding CEO. - You provision ONLY the charter, seed budget, and founding CEO.
- You do NOT design the full team. - You do NOT design the full team.
- You do NOT create internal templates for the new company. - You do NOT create internal templates for the new company.
- Reject vague, generalist, duplicated, overlapping, or recursive company designs. - Reject vague, generalist, duplicated, overlapping, or recursive company designs.
- Every company must be hyper-specific, sovereign, and black-box in nature. - Every company must be hyper-specific, sovereign, and black-box in nature.
- Every company must have explicit forbidden activities and non-goals. - Every company must have explicit forbidden activities and non-goals.
- Every company must be economically or strategically justified. - Every company must be economically or strategically justified.
- This proposal must be strong enough to pass a 95+ adjudication threshold. - This proposal must be strong enough to pass a 95+ adjudication threshold.
ALIGNMENT CHECK: Before finalizing, re-read the OPERATOR'S ORIGINAL REQUEST above. ALIGNMENT CHECK: Before finalizing, re-read the OPERATOR'S ORIGINAL REQUEST above.
Your company charter, focus area, and CEO must directly serve what was requested. Your company charter, focus area, and CEO must directly serve what was requested.
If your design drifts from the original request, the adjudicator will reject it. If your design drifts from the original request, the adjudicator will reject it.
- type: document - type: document
filename: "{task.id}_genesis_proposal.md" filename: "{task.id}_genesis_proposal.md"
primary_deliverable: true primary_deliverable: true
- type: package - type: package
packet_type: IntakeResponse packet_type: IntakeResponse
hint: | hint: |
Convert the approved Genesis design into a strict JSON payload. Convert the approved Genesis design into a strict JSON payload.
Output exactly ONE action object inside actions. Output exactly ONE action object inside actions.
The action type must be create_company. The action type must be create_company.
Be specific, constitutional, and directly executable. Be specific, constitutional, and directly executable.
Do not include prose outside the JSON structure. Do not include prose outside the JSON structure.
schema: schema:
actions: actions:
- type: create_company - type: create_company
company_name: "string formal company name" company_name: "string -- formal company name"
company_slug: "string lowercase_underscore slug" company_slug: "string -- lowercase_underscore slug"
problem_statement: "string precise market or internal capability gap being solved" problem_statement: "string -- precise market or internal capability gap being solved"
target_customer: "string the primary buyer, client, or internal requester" target_customer: "string -- the primary buyer, client, or internal requester"
why_new_company: "string why a new sovereign Tenant is justified" why_new_company: "string -- why a new sovereign Tenant is justified"
why_not_existing_tenant: "string why existing Tenants cannot solve this cleanly within charter" why_not_existing_tenant: "string -- why existing Tenants cannot solve this cleanly within charter"
why_not_tool: "string why a deterministic tool is insufficient" why_not_tool: "string -- why a deterministic tool is insufficient"
business_plan: "string the exact product or service model" business_plan: "string -- the exact product or service model"
value_thesis: "string how the company creates measurable value" value_thesis: "string -- how the company creates measurable value"
charter: "string constitutional operating boundaries for the Tenant" charter: "string -- constitutional operating boundaries for the Tenant"
forbidden_activities: "string activities explicitly prohibited to this company" forbidden_activities: "string -- activities explicitly prohibited to this company"
non_goals: "string explicitly out-of-scope items" non_goals: "string -- explicitly out-of-scope items"
overlap_risk: "string duplication or cannibalization risk and mitigation" overlap_risk: "string -- duplication or cannibalization risk and mitigation"
recursion_risk: "string circular delegation risk and why the design remains stable" recursion_risk: "string -- circular delegation risk and why the design remains stable"
budget: "integer seed capital in credits" budget: "integer -- seed capital in credits"
budget_justification: "string why this funding level is appropriate" budget_justification: "string -- why this funding level is appropriate"
ceo_name: "string name of the founding CEO" ceo_name: "string -- name of the founding CEO"
ceo_role: "string formal title of the founding CEO" ceo_role: "string -- formal title of the founding CEO"
ceo_seed: "string detailed executive seed for downstream identity generation" ceo_seed: "string -- detailed executive seed for downstream identity generation"
- type: close - type: close
rag_update: true rag_update: true
adjudication: adjudication:
enabled: true enabled: true
pass_threshold: 95 pass_threshold: 95
deliverable_type: coordination deliverable_type: coordination
criteria: criteria:
constitutional_alignment: constitutional_alignment:
weight: 20 weight: 20
description: "Proposal stays within Crimson Leaf charter and governance boundaries" description: "Proposal stays within Crimson Leaf charter and governance boundaries"
request_alignment: request_alignment:
weight: 15 weight: 15
description: "Company charter and focus directly match the ORIGINAL OPERATOR REQUEST. Score 0 if the company drifts into a different domain than what was requested." description: "Company charter and focus directly match the ORIGINAL OPERATOR REQUEST. Score 0 if the company drifts into a different domain than what was requested."
niche_specificity: niche_specificity:
weight: 20 weight: 20
description: "Company is sharply focused, non-generalist, and clearly differentiated" description: "Company is sharply focused, non-generalist, and clearly differentiated"
strategic_justification: strategic_justification:
weight: 10 weight: 10
description: "Strong case for why a new company should exist at all" description: "Strong case for why a new company should exist at all"
portfolio_coherence: portfolio_coherence:
weight: 10 weight: 10
description: "Avoids overlap, cannibalization, and architectural sprawl" description: "Avoids overlap, cannibalization, and architectural sprawl"
financial_viability: financial_viability:
weight: 10 weight: 10
description: "Budget and value thesis are disciplined and credible" description: "Budget and value thesis are disciplined and credible"
ceo_alignment: ceo_alignment:
weight: 10 weight: 10
description: "Founding CEO seed matches the company mandate and constitutional role" description: "Founding CEO seed matches the company mandate and constitutional role"
structural_safety: structural_safety:
weight: 5 weight: 5
description: "Design avoids recursion, dependency loops, and unstable operating models" description: "Design avoids recursion, dependency loops, and unstable operating models"