Skip to content

BusinessContext

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/packages/doc-automation/src/v2/orchestrator.ts

Structured business context extracted from client-provided sources (PDF brochure, marketing website, competitor docs, markdown files).

Extracted by the agent pre-pipeline and injected into AI prompts across Stages 4-10 to ensure generated docs use correct business terminology, personas, and workflow descriptions.

Properties

PropertyType
productNamestring
productTaglinestring
productDescriptionstring
domainstring
personas{ name: string; description: string }[]
features{ name: string; description: string; category?: string }[]
glossary{ term: string; definition: string }[]
workflows{ name: string; steps: string[]; description?: string }[]
tonestring
rawContextstring
sources`{ type: 'pdf'

Was this page helpful?

Download as PDF