Add demo presentation + 14 deliverables for PharmaCorp Mexico scenario

- gen_demo_deck.py: Generates 11-slide demo presentation using Oracle FY26
  template. LLM-agnostic messaging (works on Claude, Codex, GPT, Gemini).
  Before/After comparison, 14 live prompts in table format.
- examples/output-demo-pharma-mx/: Complete deliverable set for a pharma
  migration scenario (ExaCS X6 → OCI ExaCS X11M, dual-region DR, SOX).
  One file per skill option (1-14): pptx, drawio, pdf, xlsx, json, yaml.
- Improved prompts: richer discovery context (SOX compliance, dual
  FastConnect, Hub-Spoke, OCI Vault), intentionally flawed arch for WA
  review (1/23 passed), DEP field findings, ECAL gap analysis.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
root
2026-04-12 23:24:35 -03:00
parent b48d155c1b
commit 3c88df33f8
20 changed files with 2354 additions and 0 deletions

View File

@@ -0,0 +1,71 @@
# Prompt 13: BOM generator
# ExaCS X11M Half Rack + ADB-S + networking + security
metadata:
customer: "PharmaCorp Mexico"
prepared_by: "Carlos Mendoza — Solutions Architect"
date: "2026-04-12"
currency: "USD"
contract_months: 12
discount_pct: 0.45
notes: "ExaCS BYOL — customer has existing Oracle DB EE licenses"
line_items:
# ExaCS Production — Queretaro
- category: "Exadata Cloud Service"
product: "ExaCS X11M Half Rack — DB Server"
sku: "B92459"
qty: 4
unit: "OCPU per hour"
hours_units: 744
months: 12
notes: "4 DB servers, 128 ECPUs each, BYOL"
- category: "Exadata Cloud Service"
product: "ExaCS X11M Half Rack — Storage Server"
sku: "B92460"
qty: 6
unit: "per hour"
hours_units: 744
months: 12
notes: "6 storage servers"
# ADB-S
- category: "Autonomous Database"
product: "ADB-S Serverless ECPU"
sku: "B97472"
qty: 32
unit: "ECPU per hour"
hours_units: 744
months: 12
notes: "32 ECPU for DW migration (Phase 2)"
# Storage
- category: "Block Storage"
product: "Block Volume Performance Units"
sku: "B91628"
qty: 50000
unit: "GB per month"
hours_units: 1
months: 12
notes: "50TB block storage"
# Networking
- category: "Networking"
product: "FastConnect 10Gbps"
sku: "B91960"
qty: 2
unit: "port per hour"
hours_units: 744
months: 12
notes: "Dual 10Gbps circuits"
# Security
- category: "Security"
product: "OCI Vault — Key Management"
sku: "B92098"
qty: 10
unit: "key version per month"
hours_units: 1
months: 12
notes: "TDE keys for 3 databases + DR + backups"