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

16 lines 556 B
import type { ProjectContext } from '../../ai/types'; /** * Stakeholder Needs Analysis Template * * Provides the structure and framework for analyzing stakeholder and sponsor needs * to ensure clear project charters and effective engagement plans. */ export declare class StakeholderNeedsAnalysisTemplate { private context; constructor(context: ProjectContext); /** * Generate the template structure for stakeholder needs analysis */ generateContent(): string; } //# sourceMappingURL=StakeholderNeedsAnalysisTemplate.d.ts.map