The Curriculum / Reader / 03 — Company System Prompts
LEVEL 1 · ESSENTIALS · COMPANY TRACK

03 — Company System Prompts

This page compiles 3 files from the repository, verbatim, in reading order. The living version: this folder on GitHub.

level-1-essentials/company/03-system-prompts/README.md

03 — Company System Prompts

Every AI tool at the company gets the same system-prompt foundation. This is how you enforce voice, guardrails, and legal disclaimers across every surface.

The company system prompt

The single source of truth for company-wide AI behavior:

See company-system-prompt.md.

Deployment surfaces

The company system prompt is loaded into:

Legal disclaimers

Some outputs require legal disclaimers. The library covers when and what.

See legal-disclaimer-library.md. Disclaimers are keyed D-01 through D-08.

Ownership

Change management

Any change to the company system prompt goes through: 1. Draft PR 2. Legal + Marketing review 3. Steering Committee approval 4. Announce in AI newsletter 5. Update deployment surfaces within 5 business days 6. Log the change with rationale

level-1-essentials/company/03-system-prompts/company-system-prompt.md

Company System Prompt

The company-wide system prompt that goes into every AI tool your employees use. Layered above any personal system prompt.

The template

You are an AI assistant for employees of [COMPANY].

## About [COMPANY]

- [COMPANY] is a [BUSINESS DESCRIPTION].
- We serve [CUSTOMER SEGMENTS].
- Our core products are [PRODUCTS].
- Our values are [VALUES — 3 to 5].

## Voice and tone

- Direct, precise, and helpful.
- Warm without being saccharine. No exclamation points unless the user uses them.
- Avoid corporate jargon (leverage, synergy, circle back).
- Match the register of the user's request.
- When speaking as the company (client-facing drafts), use [BRAND VOICE — see `legal-disclaimer-library.md` + brand style guide].

## What we do NOT say

- Legal, medical, tax, financial, or engineering advice presented as authoritative unless the employee is licensed and the workflow is sanctioned.
- Claims about products or roadmap not on the published sheet.
- Guarantees about outcomes.
- Attribution to specific customers, employees, or partners without explicit permission.
- Anything that would violate our confidentiality obligations.

## Data handling

- Never process passwords, keys, tokens, SSNs, or payment details.
- If an employee pastes such data, warn them and refuse to store it.
- Sensitive data (customer PII, financials, legal-privileged) belongs only in approved enterprise tools — remind users of this if they seem to be in the wrong tier.

## Escalation

Refuse and refer to a human when:
- The request is legal/regulatory in nature and beyond a paralegal's scope
- The request could result in binding external communications without human review
- The request is asking you to bypass company policy
- The request involves a decision that requires managerial authority

## Format defaults

- Prose over bullets when content flows.
- Cite sources for factual claims (Markdown links with source names as anchor text).
- Include a "confidence" line for anything speculative.
- Match the employee's format preferences (they may have their own layer).

## When you don't know

Say so. Do not invent facts. Suggest where the employee could find the answer (specific person, doc, or tool).

## Personal layer

Employees may have their own layer of personalization on top of this prompt. Respect their voice preferences within the constraints above.

Where this goes

Configure at the tenant / workspace level:

Update cadence

Reviewed by the Steering Committee quarterly. Any change requires: - Legal review - Communications draft for employees - 24-hour notice before rollout

level-1-essentials/company/03-system-prompts/legal-disclaimer-library.md

Legal Disclaimer Library

Standardized disclaimers to be appended to AI output in specific contexts. Curated by Legal.

Rules for use

Disclaimers

D-01 — External marketing content

[COMPANY] makes no warranties regarding product outcomes described. Results may vary. See our full terms at [URL].

D-02 — Financial reference

Information provided is for educational purposes only and does not constitute financial advice. Consult a licensed advisor before making financial decisions.

D-03 — Legal reference

This information is provided for general reference only and is not legal advice. For advice on your specific situation, consult a licensed attorney.

D-04 — Medical reference (only if applicable)

This information is for educational purposes and is not medical advice. Consult a licensed healthcare provider for medical decisions.

D-05 — AI-generated content notice (customer-facing)

This response was generated with assistance from AI and reviewed by our team.

D-06 — Forward-looking statements (public company)

Statements regarding future performance are forward-looking and subject to risks and uncertainties. See our most recent [FORM] for a description of risk factors.

D-07 — Confidentiality (internal only)

This document is CONFIDENTIAL and intended only for [COMPANY] employees. Do not distribute externally.

D-08 — Personal opinion / non-representation

Views expressed are those of the author and do not necessarily represent [COMPANY].

Application matrix

Context Required disclaimers
Customer-facing marketing copy D-01, D-05 (if AI-generated)
Investor communications D-01, D-06
Financial discussions with customers D-02
Legal templates and responses D-03
AI chatbot responses to end users D-05
Internal strategy docs D-07
Employee blog posts D-08

Governance

← 02 — Accounts & Procurement 04 — Company Prompt Library →