odoo-demo-architect: discovery -> live Odoo demo + sales docs, AI-built

Public skill for Claude Code. Mines a discovery call, researches native-vs-custom,
stands up a working Odoo demo over XML-RPC (modules + data + tested hero features),
and generates run-of-show, one-pager, and a 1-page demo script.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SBytQq5dcASi4ETm7n6THb
This commit is contained in:
SMEtools
2026-06-28 20:13:22 +03:00
co-authored by Claude Opus 4.8
commit 618bdcb444
11 changed files with 571 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# Doc templates
Three self-contained HTML docs the skill produces in step 8. Inline `brand.css`
into each (one `<style>` block, no external deps except Google Fonts). Replace the
footer brand with the SELLING company. Fill `{{placeholders}}` from the engagement.
## 1. `run-of-show` (internal — the presenter drives from this)
Sections, in order:
- **Hero band**: client × your-company, date/time, audience, environment.
- **The one-line story** (lead): mirror the client's pain back as one sentence.
- **Status grid** (4 cards): what's built + tested (module live, fleet %, currency/data counts, staged quote).
- **Pain → demo beat** table (their words → the beat that kills it → status pill).
- **Run-of-show** rows: each beat = time, what to DO (exact click-path), what to SAY.
- **Pre-loaded data** cheat-sheet (customers/limits, products/weights, vehicles/capacity, ready objects).
- **Risks & tips** + a **close script** (dark card).
## 2. `one-pager` (external — leave-behind for the decision-maker)
- Hero band branded for YOUR company; audience = the economic buyer.
- **Today vs. with Odoo** before/after table.
- **What gets automated** (4 bullets, each tied to a pain).
- **Investment & timeline** grid (price, all-phases, duration, payment terms) — use the SOW's agreed figures/currency.
- **Path to go-live** step grid (demo = HERE).
- A dark "why Enterprise / why custom" card.
## 3. `demo-script-1pager` (internal — the one-page follow-along)
Compact, prints on one A4. A login strip, then a numbered table: `# | Do (click path) | Say`.
~7 steps: frame → clean order → ⭐hero block → ⭐override → fleet load → invoice → close.
Hero rows highlighted. Footer ref strip with the staged data. See
`demo-script-1pager.template.html`.
## Placeholders used
`{{CLIENT}}` `{{SELLER}}` `{{DATE_TIME}}` `{{AUDIENCE}}` `{{ODOO_URL}}` `{{ADMIN_LOGIN}}`
`{{PRICE}}` `{{ALL_PHASES}}` `{{DURATION}}` `{{PAYMENT_TERMS}}` and per-row step content.