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 • 660 B
TypeScript
import type { ProjectContext } from '../../ai/types';
/**
* Assumptions Log Template for Project Charter
*
* This template provides a comprehensive structure for documenting, tracking, and managing
* project assumptions throughout the project lifecycle. It serves as a living document
* that supports risk management and decision-making processes.
*/
export declare class AssumptionsLogTemplate {
private context;
constructor(context: ProjectContext);
/**
* Generate comprehensive Assumptions Log content with tracking and validation framework
*/
generateContent(): string;
}
//# sourceMappingURL=AssumptionsLogTemplate.d.ts.map