Enterprise product prompts
Prompt Library
Enterprise product prompts I design for decision-ready AI workflows. Each specification is structured like product code: typed inputs, explicit constraints, and a defined output schema.
- $600M Investment governed
- $8M Portfolio budget
- 13 AI & data products
Prompt Specifications
-
Cross-Functional Decision Brief
/** * Enterprise Product Prompt - Cross-Functional Decision Brief * @author Clinton Pracher * Level: Director+ Product | Domain: Decision Architecture */ export interface EnterprisePromptSpec { id: string; -
Launch Readiness Gate Review
/** * Enterprise Product Prompt - Launch Readiness Gate Review * @author Clinton Pracher * Level: Director+ Product | Domain: Launch Readiness */ export interface EnterprisePromptSpec { id: string; -
AI Product Governance Review
/** * Enterprise Product Prompt - AI Product Governance Review * @author Clinton Pracher * Level: Director+ Product | Domain: AI Product Governance */ export interface EnterprisePromptSpec { id: string; -
Product Operating Model Review
/** * Enterprise Product Prompt - Product Operating Model Review * @author Clinton Pracher * Level: Director+ Product | Domain: Operating Models */ export interface EnterprisePromptSpec { id: string; -
Data Product Readiness Review
/** * Enterprise Product Prompt - Data Product Readiness Review * @author Clinton Pracher * Level: Director+ Product | Domain: Decision Infrastructure */ export interface EnterprisePromptSpec { id: string; -
Portfolio Investment Prioritization Brief
/** * Enterprise Product Prompt - Portfolio Investment Prioritization Brief * @author Clinton Pracher * Level: Director+ Product | Domain: Portfolio Strategy */ export interface EnterprisePromptSpec { id: string; -
Canonical Write Authority Review
/** * Enterprise Product Prompt - Canonical Write Authority Review * @author Clinton Pracher * Level: Director+ Product | Domain: Decision Infrastructure */ export interface EnterprisePromptSpec { id: string;