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 559 B
import type { ProjectContext } from '../../ai/types'; /** * @description A template for generating a Strategic Roadmap document. * It provides a structured format for outlining the high-level timeline, * milestones, and strategic phases of the project according to PMBOK standards. */ export declare class StrategicRoadmapTemplate { private context; constructor(context: ProjectContext); /** * Build the markdown content for Strategic Roadmap */ generateContent(): string; } //# sourceMappingURL=StrategicRoadmapTemplate.d.ts.map