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 • 640 B
TypeScript
import { ProjectContext } from '../../../index.js';
/**
* RequirementsLifeCycleManagementTemplate
* Template for BABOK Requirements Life Cycle Management document.
* Provides structure and default content for the document.
*/
export declare class RequirementsLifeCycleManagementTemplate {
/**
* Generate the default content for the Requirements Life Cycle Management document.
* @param context ProjectContext for dynamic content population
* @returns Markdown string for the document
*/
generateContent(context: ProjectContext): string;
}
//# sourceMappingURL=RequirementsLifeCycleManagementTemplate.d.ts.map