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 698 B
import type { ProjectContext } from '../../ai/types.js'; /** * Enhanced Template for the Project Scope Statement. * * This template creates a comprehensive, PMBOK-compliant scope statement that: * - Synthesizes information from Business Case, User Stories, and project context * - Pre-populates scope boundaries based on AI analysis of available documents * - Provides educational scaffolding for organizational completion * - Includes intelligent placeholders for missing organizational data */ export declare class ScopestatementTemplate { private context; constructor(context: ProjectContext); generateContent(): string; } //# sourceMappingURL=ScopestatementTemplate.d.ts.map