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
13 lines • 515 B
TypeScript
import type { ProjectContext } from '../../ai/types';
/**
* Underlying Competencies Template
* Generates a standards-compliant BABOK Underlying Competencies document structure.
*/
export declare class UnderlyingCompetenciesTemplate {
/**
* Generate the markdown content for the Underlying Competencies document.
* @param context ProjectContext for dynamic content injection
*/
generateContent(context: ProjectContext): string;
}
//# sourceMappingURL=UnderlyingCompetenciesTemplate.d.ts.map