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

15 lines 573 B
import type { ProjectContext } from '../../ai/types'; /** * @description A template for generating a Strategic Alignment document. * It provides a structured format for demonstrating how the project aligns * with organizational strategy, goals, and objectives according to PMBOK standards. */ export declare class StrategicAlignmentTemplate { private context; constructor(context: ProjectContext); /** * Build the markdown content for Strategic Alignment */ generateContent(): string; } //# sourceMappingURL=StrategicAlignmentTemplate.d.ts.map