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

17 lines 678 B
import type { ProjectContext } from '../../ai/types'; /** * Ultimate Project Charter Template with Executive Authority * * This template provides the authoritative structure for PMBOK-compliant Project Charter * generation, designed for synthesis across all foundational documents by a PMO Director * and Executive Sponsor persona with full organizational authority. */ export declare class ProjectcharterTemplate { private context; constructor(context: ProjectContext); /** * Generate comprehensive Project Charter content with executive synthesis instructions */ generateContent(): string; } //# sourceMappingURL=ProjectcharterTemplate.d.ts.map