# StrategyDocument

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/pme-core/src/types/index.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/pme-core/src/types/index.ts#L239)

Output from the strategy agent — feeds into generation config.

## Properties

| Property | Type |
|---|---|
| `audience` | `{
    primary: string;
    painPoints: string[];
    goals: string[];
  }` |
| `valueProposition` | `string` |
| `tone` | `{
    voice: string;
    adjectives: string[];
    avoidTerms: string[];
  }` |
| `differentiators` | `string[]` |
| `sections` | `{
    priority: SectionType[];
    emphasis: Partial<Record<SectionType, string>>;
  }` |
| `visual` | `{
    theme: ThemeConfig;
    strategy: VisualStrategy;
    mockupTypes: MockupType[];
    enableVariants: boolean;
    enableThemeToggle: boolean;
    layouts?: Partial<Record<SectionType, string>>;
  }` |
| `confirmed` | `boolean` |
