UNPKG

adpa-enterprise-framework-automation

Version:

Modular, standards-compliant Node.js/TypeScript automation framework for enterprise requirements, project, and data management. Provides CLI and API for BABOK v3, PMBOK 7th Edition, and DMBOK 2.0 (in progress). Production-ready Express.js API with TypeSpe

6 lines 453 B
export class UserpersonasTemplate { buildPrompt(context) { return `You are an expert business analyst. Generate a set of user personas for the following project context. Each persona should include: name, role, goals, pain points, technology comfort, and a short bio. Use Markdown format with clear sections for each persona.\n\nProject Context:\n${JSON.stringify(context, null, 2)}`; } } //# sourceMappingURL=UserpersonasTemplate.js.map