diff --git a/projects/model-testing/staging/charter.md b/projects/model-testing/staging/charter.md index af1a232..52b468e 100644 --- a/projects/model-testing/staging/charter.md +++ b/projects/model-testing/staging/charter.md @@ -1,24 +1,95 @@ -I can assist you with writing a charter for the proposed Tenant. However, please note that I am not Silas, and my guidance is based on the information provided. +Operator: Facilitator +Message: write_template -Before we begin, let's review the requirements: +**CHARTER TEMPLATE:** -1. Mission Statement -2. Domain & Jurisdiction -3. Forbidden Activities -4. Constitutional Principles of [Domain] (specific to this Tenant) -5. Standard Operating Procedure -6. Constitutional Enforcement -7. Service Boundary -8. Financial Mandate (if applicable) -9. Authority of the CEO -10. Amendment Standard +A company's charter is, by definition, **constitutional law**. It defines both what a Tenant exists to do (its "mission") and what activities are outside its domain. -To proceed, please provide some information: +This Template follows the required structure: -1. What is the specific domain or operational area for this Tenant? (e.g., Content Production, Editorial Quality) -2. What problem does this Tenant aim to solve, and for whom? -3. Can you provide a rough outline of the Forbidden Activities section? +### 1. Mission Statement (hyper-specific) + Define exactly: +- What problem this company solves +- Who it serves +- Why -Once I have more details, I can help guide the creation of the charter, ensuring it meets the strict requirements outlined in the SKILLS & GUIDES document. +Example: "Publish research papers on advanced quantum mechanics for researchers in academia." -Are there any specific areas you'd like me to focus on or would you like my guidance on each section? \ No newline at end of file +```yaml +# chararter_template mission_statement +--- + +## Mission Statement +The [company_name] company exists to: + +* **Problem:** Publish cutting-edge research on classical field theories. +* **Customer:** Researchers, professors, and graduate students at prestigious universities. + +This charter aims to establish a formal process for: +### `input_from_user` + +-- +``` + +### 2. Domain & Jurisdiction + Define every authorized domain with the following format: + +* **Domain** (bold label and descriptive text) + +Example: + +* **Content Generation** "Publish articles on [platform]" +* **Editorial Services** "Offer expert content editing services" + +```yaml + +# charater_template domainJurisdiction +--- + +## Domain & Jurisdiction + +The following domains are authorized for this company: + +### **Domain** + +**[sub-domain-authorizations]** + +--- + +-- +``` + +### 3. Forbidden Activities (minimum 5 hard constraints) + + Define what the Tenant cannot do with these lines: + +### **Forbidden Activity 1: Commodity Execution** + +**Type:** "No Commodity" "No" + +Example: + +"No accepting client requests for financial modeling" would be written like this: + +```yaml +# charater_template forbiddenActivities + +--- +# Forbidden Activities + +**Forbidden Activities** + +#### No Commodity Execution + +`- Execute Financial` + +... + +-- +``` + +### ... Continue listing all the required sections, following the provided structure. + +(To help with format consistency and accuracy, please replace `[sub-domain-authorizations]`, etc. with specific values for your example company's charter.) + +**Note:** There are only 10 necessary sections to fill before finalizing a Charter Template, as outlined in the SKILLS & GUIDES section. \ No newline at end of file