Skip to content

StrategyDocument

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/pme-core/src/types/index.ts

Output from the strategy agent — feeds into generation config.

Properties

PropertyType
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` |

Was this page helpful?

Download as PDF