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 686 B
import type { ProjectContext } from '../../ai/types'; /** * StakeholderRegister Template - Enhanced with Cross-Document Intelligence * * Generates a PMBOK-compliant Stakeholder Register that intelligently synthesizes * stakeholder information from User Personas, User Stories, and project context, * while providing educational placeholders for organizational data. */ export declare class StakeholderregisterTemplate { private context; constructor(context: ProjectContext); /** * Build the markdown content for Stakeholder Register with intelligent pre-population */ generateContent(): string; } //# sourceMappingURL=StakeholderregisterTemplate.d.ts.map