{"product_id":"ai-business-mastery-bundle-for-chatgpt","title":"AI Business Mastery Bundle for ChatGPT","description":"\u003c!--\n  ============================================================\n  AI BUSINESS MASTERY BUNDLE FOR CHATGPT\n  Shopify descriptionHtml - LIGHT EDITION\n  ============================================================\n  Paste this complete file into the product description using\n  Shopify's HTML\/code view. All seven Shopify CDN images are\n  already included.\n  ============================================================\n--\u003e\n\u003cstyle\u003e\n  .vcd-chatgpt {\n    --cg-navy: #17324c;\n    --cg-text: #3f4a55;\n    --cg-muted: #6f7882;\n    --cg-teal: #2ba4a6;\n    --cg-teal-soft: #e9f8f6;\n    --cg-coral: #ef7c62;\n    --cg-coral-soft: #fff0eb;\n    --cg-gold: #dda92f;\n    --cg-gold-soft: #fff6dd;\n    --cg-lavender: #9875d3;\n    --cg-lavender-soft: #f4effc;\n    --cg-green: #7da18a;\n    --cg-green-soft: #eef5ef;\n    --cg-cream: #fffaf3;\n    --cg-white: #ffffff;\n    --cg-line: #e9e1d7;\n    color: var(--cg-text);\n    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n    font-size: 17px;\n    line-height: 1.65;\n    margin: 0 auto;\n    max-width: 1120px;\n    overflow: hidden;\n  }\n\n  .vcd-chatgpt *,\n  .vcd-chatgpt *::before,\n  .vcd-chatgpt *::after { box-sizing: border-box; }\n\n  .vcd-chatgpt h2,\n  .vcd-chatgpt h3,\n  .vcd-chatgpt h4,\n  .vcd-chatgpt p { margin-top: 0; }\n\n  .vcd-chatgpt h2,\n  .vcd-chatgpt h3,\n  .vcd-chatgpt h4 {\n    color: var(--cg-navy);\n    font-weight: 850;\n    letter-spacing: -.035em;\n    line-height: 1.12;\n  }\n\n  .vcd-chatgpt h2 { font-size: clamp(2.25rem, 5.4vw, 4.55rem); }\n  .vcd-chatgpt h3 { font-size: clamp(1.8rem, 3.7vw, 3rem); }\n  .vcd-chatgpt h4 { font-size: clamp(1.28rem, 2.4vw, 1.78rem); }\n\n  .vcd-chatgpt img {\n    display: block;\n    height: auto;\n    max-width: 100%;\n  }\n\n  .vcd-chatgpt__eyebrow {\n    align-items: center;\n    color: var(--cg-teal);\n    display: flex;\n    font-size: .78rem;\n    font-weight: 850;\n    gap: .65rem;\n    letter-spacing: .11em;\n    margin-bottom: 1rem;\n    text-transform: uppercase;\n  }\n\n  .vcd-chatgpt__eyebrow::before {\n    background: var(--cg-coral);\n    border-radius: 50%;\n    box-shadow: 0 0 0 5px var(--cg-coral-soft);\n    content: \"\";\n    flex: 0 0 10px;\n    height: 10px;\n  }\n\n  \/* ---------- light hero ---------- *\/\n  .vcd-chatgpt__hero {\n    align-items: center;\n    background:\n      radial-gradient(circle at 9% 10%, rgba(239,124,98,.12), transparent 27%),\n      radial-gradient(circle at 93% 85%, rgba(152,117,211,.11), transparent 30%),\n      linear-gradient(135deg, #fffaf2 0%, #edf9f7 100%);\n    border: 1px solid var(--cg-line);\n    border-radius: 30px;\n    display: grid;\n    gap: clamp(2rem, 5vw, 4rem);\n    grid-template-columns: minmax(0, .92fr) minmax(320px, 1.08fr);\n    overflow: hidden;\n    padding: clamp(1.5rem, 5vw, 4.2rem);\n    position: relative;\n  }\n\n  .vcd-chatgpt__hero-copy { position: relative; z-index: 1; }\n  .vcd-chatgpt__hero h2 { margin-bottom: 1.2rem; }\n  .vcd-chatgpt__hero h2 span { color: var(--cg-teal); }\n\n  .vcd-chatgpt__lead {\n    color: var(--cg-text);\n    font-size: clamp(1.03rem, 2vw, 1.2rem);\n    margin-bottom: 1.5rem;\n    max-width: 650px;\n  }\n\n  .vcd-chatgpt__quick-list {\n    display: grid;\n    gap: .7rem;\n    list-style: none;\n    margin: 0;\n    padding: 0;\n  }\n\n  .vcd-chatgpt__quick-list li {\n    align-items: flex-start;\n    display: flex;\n    font-weight: 720;\n    gap: .7rem;\n    line-height: 1.4;\n  }\n\n  .vcd-chatgpt__check {\n    align-items: center;\n    background: var(--cg-white);\n    border: 1px solid #bee2de;\n    border-radius: 50%;\n    color: var(--cg-teal);\n    display: inline-flex;\n    flex: 0 0 24px;\n    font-size: .8rem;\n    font-weight: 900;\n    height: 24px;\n    justify-content: center;\n    margin-top: .05rem;\n  }\n\n  .vcd-chatgpt__hero-media { position: relative; z-index: 1; }\n  .vcd-chatgpt__hero-media img {\n    border: 1px solid rgba(23,50,76,.09);\n    border-radius: 22px;\n    box-shadow: 0 24px 55px rgba(23,50,76,.16);\n    width: 100%;\n  }\n\n  \/* ---------- fact bar ---------- *\/\n  .vcd-chatgpt__facts {\n    background: var(--cg-white);\n    border: 1px solid var(--cg-line);\n    border-radius: 18px;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    margin: 1.25rem 0 clamp(3.5rem, 8vw, 6rem);\n    overflow: hidden;\n  }\n\n  .vcd-chatgpt__fact {\n    border-right: 1px solid var(--cg-line);\n    padding: 1.15rem .85rem;\n    text-align: center;\n  }\n\n  .vcd-chatgpt__fact:last-child { border-right: 0; }\n  .vcd-chatgpt__fact strong {\n    color: var(--cg-navy);\n    display: block;\n    font-size: 1.08rem;\n  }\n  .vcd-chatgpt__fact span { color: var(--cg-muted); font-size: .82rem; }\n  .vcd-chatgpt__fact:nth-child(1) strong { color: var(--cg-teal); }\n  .vcd-chatgpt__fact:nth-child(2) strong { color: var(--cg-coral); }\n  .vcd-chatgpt__fact:nth-child(3) strong { color: var(--cg-lavender); }\n  .vcd-chatgpt__fact:nth-child(4) strong { color: var(--cg-gold); }\n\n  \/* ---------- shared sections ---------- *\/\n  .vcd-chatgpt__section {\n    margin: 0 auto clamp(3.5rem, 9vw, 7rem);\n    padding: 0 clamp(.3rem, 3vw, 2rem);\n  }\n\n  .vcd-chatgpt__section-head {\n    margin: 0 auto clamp(2rem, 5vw, 3.4rem);\n    max-width: 820px;\n    text-align: center;\n  }\n\n  .vcd-chatgpt__section-head .vcd-chatgpt__eyebrow { justify-content: center; }\n  .vcd-chatgpt__section-head h3 { margin-bottom: 1rem; }\n  .vcd-chatgpt__section-head p { color: var(--cg-muted); margin-bottom: 0; }\n\n  \/* ---------- benefit cards ---------- *\/\n  .vcd-chatgpt__benefits {\n    display: grid;\n    gap: .95rem;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .vcd-chatgpt__benefit {\n    align-items: flex-start;\n    border: 1px solid transparent;\n    border-radius: 18px;\n    display: flex;\n    gap: .95rem;\n    padding: 1.2rem 1.25rem;\n  }\n\n  .vcd-chatgpt__benefit:nth-child(1) { background: var(--cg-teal-soft); border-color: #d1ece9; }\n  .vcd-chatgpt__benefit:nth-child(2) { background: var(--cg-coral-soft); border-color: #f6ddd5; }\n  .vcd-chatgpt__benefit:nth-child(3) { background: var(--cg-gold-soft); border-color: #f1e2b9; }\n  .vcd-chatgpt__benefit:nth-child(4) { background: var(--cg-lavender-soft); border-color: #e3d8f3; }\n\n  .vcd-chatgpt__benefit-icon {\n    align-items: center;\n    background: var(--cg-white);\n    border-radius: 12px;\n    color: var(--cg-navy);\n    display: flex;\n    flex: 0 0 42px;\n    font-size: 1rem;\n    font-weight: 900;\n    height: 42px;\n    justify-content: center;\n  }\n\n  .vcd-chatgpt__benefit strong {\n    color: var(--cg-navy);\n    display: block;\n    margin-bottom: .15rem;\n  }\n\n  .vcd-chatgpt__benefit span { color: var(--cg-muted); font-size: .92rem; line-height: 1.45; }\n\n  \/* ---------- product rows ---------- *\/\n  .vcd-chatgpt__rows { display: grid; gap: clamp(2.6rem, 6vw, 5.2rem); }\n\n  .vcd-chatgpt__row {\n    align-items: center;\n    display: grid;\n    gap: clamp(1.7rem, 5vw, 4rem);\n    grid-template-columns: minmax(300px, 1fr) minmax(0, 1fr);\n  }\n\n  .vcd-chatgpt__row:nth-child(even) .vcd-chatgpt__row-media { order: 2; }\n\n  .vcd-chatgpt__row-media img {\n    border: 1px solid var(--cg-line);\n    border-radius: 22px;\n    box-shadow: 0 20px 45px rgba(23,50,76,.12);\n    width: 100%;\n  }\n\n  .vcd-chatgpt__row-copy { padding: clamp(.2rem, 2vw, 1rem); }\n\n  .vcd-chatgpt__count {\n    background: var(--cg-teal-soft);\n    border: 1px solid #cce9e6;\n    border-radius: 999px;\n    color: var(--cg-teal);\n    display: inline-block;\n    font-size: .78rem;\n    font-weight: 850;\n    letter-spacing: .055em;\n    margin-bottom: .9rem;\n    padding: .46rem .78rem;\n    text-transform: uppercase;\n  }\n\n  .vcd-chatgpt__row:nth-child(2) .vcd-chatgpt__count { background: var(--cg-coral-soft); border-color: #f4d9d1; color: var(--cg-coral); }\n  .vcd-chatgpt__row:nth-child(3) .vcd-chatgpt__count { background: var(--cg-lavender-soft); border-color: #e1d6f2; color: var(--cg-lavender); }\n  .vcd-chatgpt__row:nth-child(4) .vcd-chatgpt__count { background: var(--cg-gold-soft); border-color: #f0e0b4; color: #aa7910; }\n  .vcd-chatgpt__row:nth-child(5) .vcd-chatgpt__count { background: var(--cg-teal-soft); border-color: #cce9e6; color: var(--cg-teal); }\n  .vcd-chatgpt__row:nth-child(6) .vcd-chatgpt__count { background: var(--cg-green-soft); border-color: #dce9df; color: #557a63; }\n\n  .vcd-chatgpt__row-copy h4 { margin-bottom: .65rem; }\n  .vcd-chatgpt__row-copy p { color: var(--cg-muted); margin-bottom: .9rem; }\n  .vcd-chatgpt__row-copy ul { color: var(--cg-muted); margin: 0; padding-left: 1.15rem; }\n  .vcd-chatgpt__row-copy li { margin-bottom: .42rem; }\n  .vcd-chatgpt__row-copy li strong { color: var(--cg-navy); }\n\n  .vcd-chatgpt__note {\n    background: var(--cg-gold-soft);\n    border: 1px solid #efdfb3;\n    border-radius: 14px;\n    color: #6f5a25;\n    font-size: .88rem;\n    margin-top: 1rem;\n    padding: .85rem 1rem;\n  }\n\n  \/* ---------- guide systems ---------- *\/\n  .vcd-chatgpt__systems {\n    background: linear-gradient(135deg, var(--cg-cream), var(--cg-teal-soft));\n    border: 1px solid var(--cg-line);\n    border-radius: 28px;\n    padding: clamp(1.5rem, 5vw, 3.5rem);\n  }\n\n  .vcd-chatgpt__systems h3 { margin-bottom: .8rem; }\n  .vcd-chatgpt__systems \u003e p { color: var(--cg-muted); max-width: 780px; }\n  .vcd-chatgpt__system-grid {\n    display: grid;\n    gap: .85rem;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    margin-top: 1.5rem;\n  }\n\n  .vcd-chatgpt__system {\n    background: rgba(255,255,255,.88);\n    border: 1px solid var(--cg-line);\n    border-radius: 17px;\n    min-height: 155px;\n    padding: 1.2rem 1.25rem;\n  }\n\n  .vcd-chatgpt__system .n {\n    align-items: center;\n    background: var(--cg-teal-soft);\n    border-radius: 50%;\n    color: var(--cg-teal);\n    display: flex;\n    font-size: .78rem;\n    font-weight: 900;\n    height: 34px;\n    justify-content: center;\n    margin-bottom: .75rem;\n    width: 34px;\n  }\n\n  .vcd-chatgpt__system:nth-child(2) .n { background: var(--cg-gold-soft); color: #a87508; }\n  .vcd-chatgpt__system:nth-child(3) .n { background: var(--cg-coral-soft); color: var(--cg-coral); }\n  .vcd-chatgpt__system:nth-child(4) .n { background: var(--cg-lavender-soft); color: var(--cg-lavender); }\n  .vcd-chatgpt__system strong { color: var(--cg-navy); display: block; margin-bottom: .25rem; }\n  .vcd-chatgpt__system span { color: var(--cg-muted); font-size: .9rem; }\n\n  \/* ---------- steps ---------- *\/\n  .vcd-chatgpt__steps {\n    display: grid;\n    gap: 1rem;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .vcd-chatgpt__step {\n    background: var(--cg-white);\n    border: 1px solid var(--cg-line);\n    border-radius: 20px;\n    padding: clamp(1.3rem, 3vw, 2rem);\n  }\n\n  .vcd-chatgpt__step-number {\n    align-items: center;\n    background: var(--cg-teal-soft);\n    border-radius: 50%;\n    color: var(--cg-teal);\n    display: flex;\n    font-size: 1rem;\n    font-weight: 900;\n    height: 46px;\n    justify-content: center;\n    margin-bottom: 1.05rem;\n    width: 46px;\n  }\n\n  .vcd-chatgpt__step:nth-child(2) .vcd-chatgpt__step-number { background: var(--cg-coral-soft); color: var(--cg-coral); }\n  .vcd-chatgpt__step:nth-child(3) .vcd-chatgpt__step-number { background: var(--cg-lavender-soft); color: var(--cg-lavender); }\n  .vcd-chatgpt__step h4 { font-size: 1.16rem; margin-bottom: .45rem; }\n  .vcd-chatgpt__step p { color: var(--cg-muted); font-size: .92rem; margin-bottom: 0; }\n\n  \/* ---------- audience ---------- *\/\n  .vcd-chatgpt__audience {\n    background:\n      radial-gradient(circle at 90% 10%, rgba(152,117,211,.12), transparent 30%),\n      linear-gradient(135deg, var(--cg-coral-soft), var(--cg-cream));\n    border: 1px solid #f0dfd7;\n    border-radius: 28px;\n    padding: clamp(1.6rem, 5vw, 3.6rem);\n  }\n\n  .vcd-chatgpt__audience h3 { margin-bottom: 1rem; }\n  .vcd-chatgpt__audience \u003e p { color: var(--cg-muted); max-width: 790px; }\n  .vcd-chatgpt__pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: .7rem;\n    list-style: none;\n    margin: 1.5rem 0 0;\n    padding: 0;\n  }\n\n  .vcd-chatgpt__pills li {\n    background: rgba(255,255,255,.82);\n    border: 1px solid #efd9d0;\n    border-radius: 999px;\n    color: var(--cg-navy);\n    font-size: .9rem;\n    font-weight: 750;\n    padding: .6rem .9rem;\n  }\n\n  \/* ---------- requirements ---------- *\/\n  .vcd-chatgpt__requirements {\n    display: grid;\n    gap: 1rem;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .vcd-chatgpt__requirement {\n    background: var(--cg-white);\n    border: 1px solid var(--cg-line);\n    border-left: 5px solid var(--cg-teal);\n    border-radius: 16px;\n    padding: 1.15rem 1.3rem;\n  }\n\n  .vcd-chatgpt__requirement:nth-child(2) { border-left-color: var(--cg-coral); }\n  .vcd-chatgpt__requirement:nth-child(3) { border-left-color: var(--cg-gold); }\n  .vcd-chatgpt__requirement:nth-child(4) { border-left-color: var(--cg-lavender); }\n  .vcd-chatgpt__requirement strong { color: var(--cg-navy); display: block; margin-bottom: .2rem; }\n  .vcd-chatgpt__requirement span { color: var(--cg-muted); font-size: .92rem; }\n\n  \/* ---------- finish ---------- *\/\n  .vcd-chatgpt__finish {\n    background:\n      radial-gradient(circle at 8% 18%, rgba(239,124,98,.10), transparent 27%),\n      linear-gradient(135deg, var(--cg-teal-soft), var(--cg-lavender-soft));\n    border: 1px solid #dfe4e7;\n    border-radius: 26px;\n    padding: clamp(1.7rem, 4.5vw, 3.4rem);\n    text-align: center;\n  }\n\n  .vcd-chatgpt__finish .vcd-chatgpt__eyebrow { justify-content: center; }\n  .vcd-chatgpt__finish h3 { margin-bottom: 1rem; }\n  .vcd-chatgpt__finish \u003e p { color: var(--cg-muted); margin: 0 auto; max-width: 650px; }\n  .vcd-chatgpt__finish-points {\n    display: flex;\n    flex-wrap: wrap;\n    gap: .65rem;\n    justify-content: center;\n    margin-top: 1.6rem;\n  }\n\n  .vcd-chatgpt__finish-points span {\n    background: rgba(255,255,255,.82);\n    border: 1px solid rgba(43,164,166,.23);\n    border-radius: 999px;\n    color: var(--cg-navy);\n    font-size: .82rem;\n    font-weight: 750;\n    padding: .55rem .78rem;\n  }\n\n  .vcd-chatgpt__fine-print {\n    border-top: 1px solid var(--cg-line);\n    color: var(--cg-muted);\n    font-size: .78rem;\n    line-height: 1.65;\n    margin: 2rem auto 0;\n    padding-top: 1.25rem;\n    text-align: center;\n  }\n\n  @media (max-width: 840px) {\n    .vcd-chatgpt__hero,\n    .vcd-chatgpt__row { grid-template-columns: 1fr; }\n    .vcd-chatgpt__row:nth-child(even) .vcd-chatgpt__row-media { order: 0; }\n    .vcd-chatgpt__row-copy { padding: 0 .25rem; }\n    .vcd-chatgpt__benefits,\n    .vcd-chatgpt__system-grid { grid-template-columns: 1fr; }\n  }\n\n  @media (max-width: 650px) {\n    .vcd-chatgpt { font-size: 16px; }\n    .vcd-chatgpt__hero,\n    .vcd-chatgpt__systems,\n    .vcd-chatgpt__audience,\n    .vcd-chatgpt__finish { border-radius: 20px; }\n    .vcd-chatgpt__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n    .vcd-chatgpt__fact:nth-child(2) { border-right: 0; }\n    .vcd-chatgpt__fact:nth-child(-n+2) { border-bottom: 1px solid var(--cg-line); }\n    .vcd-chatgpt__steps,\n    .vcd-chatgpt__requirements { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\u003csection class=\"vcd-chatgpt\"\u003e\u003c!-- ================= HERO ================= --\u003e\n\u003cdiv class=\"vcd-chatgpt__hero\"\u003e\n\u003cdiv class=\"vcd-chatgpt__hero-copy\"\u003e\n\u003cp class=\"vcd-chatgpt__eyebrow\"\u003eIndependent digital system for small business\u003c\/p\u003e\n\u003ch2\u003eBuild a better way to work with \u003cspan\u003eChatGPT.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"vcd-chatgpt__lead\"\u003eThis three-file bundle combines a 204-page clickable Master Guide, a 30-page action workbook and an organized pack of reusable business and visual specialists. Use them to create clearer Projects, repeatable workflows, editable tools and coordinated visual campaigns.\u003c\/p\u003e\n\u003cul class=\"vcd-chatgpt__quick-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"vcd-chatgpt__check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eOrganize recurring work into Projects, specialists and workflows\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"vcd-chatgpt__check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eUse structured prompts with context, method, output and review\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"vcd-chatgpt__check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eBuild useful files and creative systems, then verify before use\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__hero-media\"\u003e\u003cimg loading=\"eager\" width=\"1600\" height=\"1600\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0584\/1698\/8351\/files\/01-ai-business-mastery-bundle-for-chatgpt.png?v=1785705462\" alt=\"AI Business Mastery Bundle for ChatGPT with the Master Guide, Implementation Workbook, Specialists Pack and four verified feature counts\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= FACT BAR ================= --\u003e\n\u003cdiv class=\"vcd-chatgpt__facts\"\u003e\n\u003cdiv class=\"vcd-chatgpt__fact\"\u003e\n\u003cstrong\u003e204 pages\u003c\/strong\u003e\u003cspan\u003eClickable Master Guide\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__fact\"\u003e\n\u003cstrong\u003e30 pages\u003c\/strong\u003e\u003cspan\u003eAction workbook\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__fact\"\u003e\n\u003cstrong\u003e19 specialists\u003c\/strong\u003e\u003cspan\u003eBusiness + visual roles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__fact\"\u003e\n\u003cstrong\u003e120 prompts\u003c\/strong\u003e\u003cspan\u003e16 business categories\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= WHY IT IS DIFFERENT ================= --\u003e\n\u003cdiv class=\"vcd-chatgpt__section\"\u003e\n\u003cdiv class=\"vcd-chatgpt__section-head\"\u003e\n\u003cp class=\"vcd-chatgpt__eyebrow\"\u003eMore than a prompt collection\u003c\/p\u003e\n\u003ch3\u003eGive recurring business work a reusable structure.\u003c\/h3\u003e\n\u003cp\u003eSingle prompts are useful for one task. This bundle helps you organize the context, operating role, workflow, deliverable and quality check so the next result does not have to begin from an empty chat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__benefits\"\u003e\n\u003cdiv class=\"vcd-chatgpt__benefit\"\u003e\n\u003cspan class=\"vcd-chatgpt__benefit-icon\"\u003e05\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFive Project kits\u003c\/strong\u003e\u003cspan\u003ePaste-ready instructions for marketing, sales, customer support, content and business management.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__benefit\"\u003e\n\u003cspan class=\"vcd-chatgpt__benefit-icon\"\u003e19\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSubstantial specialists\u003c\/strong\u003e\u003cspan\u003eEach TXT role includes intake, workflow, deliverables, rules, a quality gate and a starter command.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__benefit\"\u003e\n\u003cspan class=\"vcd-chatgpt__benefit-icon\"\u003e10\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eBuildable business tools\u003c\/strong\u003e\u003cspan\u003eRecipes guide ChatGPT to create editable calculators, dashboards, trackers and working documents.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__benefit\"\u003e\n\u003cspan class=\"vcd-chatgpt__benefit-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHuman review built in\u003c\/strong\u003e\u003cspan\u003eTruth, source, formula, format, accessibility and approval checks appear throughout the system.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= WHAT IS INCLUDED ================= --\u003e\n\u003cdiv class=\"vcd-chatgpt__section\"\u003e\n\u003cdiv class=\"vcd-chatgpt__section-head\"\u003e\n\u003cp class=\"vcd-chatgpt__eyebrow\"\u003eWhat is included\u003c\/p\u003e\n\u003ch3\u003eThree customer files, organized into one complete system.\u003c\/h3\u003e\n\u003cp\u003eRead the guide, complete only the workbook pages that support your current objective, and open the ZIP folder that matches the job.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__rows\"\u003e\n\u003carticle class=\"vcd-chatgpt__row\"\u003e\n\u003cdiv class=\"vcd-chatgpt__row-media\"\u003e\u003cimg loading=\"lazy\" width=\"1600\" height=\"1600\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0584\/1698\/8351\/files\/02-204-page-master-guide.png?v=1785705462\" alt=\"204-page AI Business Operating System Master Guide with 106 clickable links, prompt vault, tools and visual marketing studio\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__row-copy\"\u003e\n\u003cspan class=\"vcd-chatgpt__count\"\u003e204-page searchable PDF\u003c\/span\u003e\n\u003ch4\u003eThe complete Master Guide\u003c\/h4\u003e\n\u003cp\u003eFour connected systems in one substantial guide, supported by a five-page clickable directory that helps you move directly to the relevant workflow, tool, prompt category or visual specialist.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eBusiness Operating System\u003c\/strong\u003e - Projects, workflow playbooks, research, agent tasks, scheduled-task examples and connected-app workflows\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuildable Business Tools\u003c\/strong\u003e - ten calculator, dashboard, tracker and working-document recipes\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e120-Prompt Action Vault\u003c\/strong\u003e - structured prompts across sixteen business categories\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisual Marketing Studio\u003c\/strong\u003e - seven production systems and a worked campaign\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e106 clickable links\u003c\/strong\u003e for faster navigation through the finished PDF\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"vcd-chatgpt__row\"\u003e\n\u003cdiv class=\"vcd-chatgpt__row-media\"\u003e\u003cimg loading=\"lazy\" width=\"1600\" height=\"1600\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0584\/1698\/8351\/files\/03-30-page-implementation-workbook.png?v=1785705462\" alt=\"30-page Implementation Workbook with a 30-day calendar, business planning, campaign worksheets, checklists and approval reviews\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__row-copy\"\u003e\n\u003cspan class=\"vcd-chatgpt__count\"\u003e30 action pages\u003c\/span\u003e\n\u003ch4\u003eThe Implementation Workbook\u003c\/h4\u003e\n\u003cp\u003eA focused companion for deciding what to install, build, create and review. It helps turn the guide into a practical sequence instead of another resource left unread.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e30-day implementation calendar\u003c\/strong\u003e with evidence fields and weekly review\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBusiness audit and prescription\u003c\/strong\u003e plus six business-model paths\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProject, source, workflow and tool worksheets\u003c\/strong\u003e for clearer handoffs\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCampaign planning pages\u003c\/strong\u003e for ads, Pins, Stories, carousels and video\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTruth, format, accessibility and measurement gates\u003c\/strong\u003e plus a 90-day roadmap\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"vcd-chatgpt__row\"\u003e\n\u003cdiv class=\"vcd-chatgpt__row-media\"\u003e\u003cimg loading=\"lazy\" width=\"1600\" height=\"1600\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0584\/1698\/8351\/files\/04-ai-specialists-and-project-kits.png?v=1785705462\" alt=\"Nineteen reusable AI specialists, twelve business specialists, seven visual specialists and five ChatGPT Project kits\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__row-copy\"\u003e\n\u003cspan class=\"vcd-chatgpt__count\"\u003e19 specialists + 5 Project kits\u003c\/span\u003e\n\u003ch4\u003eThe Business and Visual Specialists Pack\u003c\/h4\u003e\n\u003cp\u003eThese are reusable operating roles supplied as organized TXT files - not one-line prompts. Attach the relevant specialist, provide real source material and use its starter command for the job at hand.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e12 business specialists\u003c\/strong\u003e for voice, sales pages, email, social content, support, proposals, proof, positioning, lead magnets, calendars, offers and SOPs\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e7 visual specialists\u003c\/strong\u003e for brand systems, ads, Pinterest, Stories, carousels, product visuals and video storyboards\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5 paste-ready Project instructions\u003c\/strong\u003e for Marketing, Sales, Support, Content and Business Management\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"vcd-chatgpt__row\"\u003e\n\u003cdiv class=\"vcd-chatgpt__row-media\"\u003e\u003cimg loading=\"lazy\" width=\"1600\" height=\"1600\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0584\/1698\/8351\/files\/05-business-prompt-vault.png?v=1785705462\" alt=\"120 production-ready ChatGPT business prompts organized by context, method, output and review\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__row-copy\"\u003e\n\u003cspan class=\"vcd-chatgpt__count\"\u003e120 production-ready prompts\u003c\/span\u003e\n\u003ch4\u003eThe Business Prompt Vault\u003c\/h4\u003e\n\u003cp\u003eTwo substantial prompts per guide page, organized around useful outcomes rather than novelty. Replace the bracketed fields, add the best available source material and tell ChatGPT what must remain factual or unchanged.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSixteen categories\u003c\/strong\u003e spanning strategy, research, offers, positioning, content, social, email, sales, leads, customer experience, operations, productivity, ecommerce, services, local business and quality\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStructured instructions\u003c\/strong\u003e combining context, evidence, method, required output and review criteria\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOne organized vault\u003c\/strong\u003e inside the guide - not 120 separate files\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"vcd-chatgpt__row\"\u003e\n\u003cdiv class=\"vcd-chatgpt__row-media\"\u003e\u003cimg loading=\"lazy\" width=\"1600\" height=\"1600\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0584\/1698\/8351\/files\/06-business-tools_3a853fbf-4c8e-48d3-9258-70fe797443d2.png?v=1785705462\" alt=\"Ten business tool-building recipes for calculators, dashboards, trackers and editable working files\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__row-copy\"\u003e\n\u003cspan class=\"vcd-chatgpt__count\"\u003e10 buildable business tools\u003c\/span\u003e\n\u003ch4\u003eBuild the file, then verify it\u003c\/h4\u003e\n\u003cp\u003eEach recipe provides the inputs, build sequence, copy-and-paste builder prompt and verification checklist for creating an editable working file with ChatGPT.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eROI Decision Calculator · Quiz Lead Magnet Builder\u003c\/li\u003e\n\u003cli\u003eContent Calendar Dashboard · Pricing and Margin Calculator\u003c\/li\u003e\n\u003cli\u003eBreak-Even Calculator · Client Onboarding Tracker\u003c\/li\u003e\n\u003cli\u003eInvoice and Payment Tracker · Social Performance Tracker\u003c\/li\u003e\n\u003cli\u003eTestimonial and Proof Library · 30-Day Challenge Tracker\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"vcd-chatgpt__note\"\u003e\n\u003cstrong\u003eImportant:\u003c\/strong\u003e the bundle contains recipes and instructions for building these tools. It does not include ten finished standalone software applications.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"vcd-chatgpt__row\"\u003e\n\u003cdiv class=\"vcd-chatgpt__row-media\"\u003e\u003cimg loading=\"lazy\" width=\"1600\" height=\"1600\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0584\/1698\/8351\/files\/07-northstar-visual-production-systems.png?v=1785705462\" alt=\"Seven visual production systems and the real Northstar Weekly campaign example with source-image prompts\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__row-copy\"\u003e\n\u003cspan class=\"vcd-chatgpt__count\"\u003e7 visual systems + 40 image prompts\u003c\/span\u003e\n\u003ch4\u003eThe Visual Marketing Studio\u003c\/h4\u003e\n\u003cp\u003eMove from a real campaign brief to connected creative rather than producing unrelated images. The seven systems cover strategy, visual direction, production specifications, variants, QA and handoff.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeven production systems\u003c\/strong\u003e for brand, ads, Pinterest, Stories, carousels, offer visuals and short-form video\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e40 source-image prompts\u003c\/strong\u003e with copy-safe space and instructions to avoid text and invented product details\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNorthstar Weekly worked campaign\u003c\/strong\u003e with brief, build notes, prompts, ad, Pinterest Pin, three-frame Story sequence, six-slide carousel and contact sheet\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"vcd-chatgpt__note\"\u003eTo generate new source imagery, use an image-generation tool available to you. The finished Northstar Weekly example assets are included in the ZIP.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= FOUR SYSTEMS ================= --\u003e\n\u003cdiv class=\"vcd-chatgpt__section\"\u003e\n\u003cdiv class=\"vcd-chatgpt__systems\"\u003e\n\u003cp class=\"vcd-chatgpt__eyebrow\"\u003eInside the 204-page guide\u003c\/p\u003e\n\u003ch3\u003eFour complete systems in one guide.\u003c\/h3\u003e\n\u003cp\u003eUse the clickable directory to move directly to the part that supports the next business result.\u003c\/p\u003e\n\u003cdiv class=\"vcd-chatgpt__system-grid\"\u003e\n\u003cdiv class=\"vcd-chatgpt__system\"\u003e\n\u003cspan class=\"n\"\u003e01\u003c\/span\u003e\u003cstrong\u003eBusiness Operating System\u003c\/strong\u003e\u003cspan\u003ePages 18-90: Projects, workflows, research, bounded tasks, schedules and connected-app examples.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__system\"\u003e\n\u003cspan class=\"n\"\u003e02\u003c\/span\u003e\u003cstrong\u003eBuildable Business Tools\u003c\/strong\u003e\u003cspan\u003ePages 91-102: ten calculators, trackers, dashboards and working-document recipes.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__system\"\u003e\n\u003cspan class=\"n\"\u003e03\u003c\/span\u003e\u003cstrong\u003e120-Prompt Action Vault\u003c\/strong\u003e\u003cspan\u003ePages 103-164: sixteen categories with task-aware methods and quality controls.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__system\"\u003e\n\u003cspan class=\"n\"\u003e04\u003c\/span\u003e\u003cstrong\u003eVisual Marketing Studio\u003c\/strong\u003e\u003cspan\u003ePages 165-204: seven visual specialists, production workflows and a worked campaign.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= HOW TO USE ================= --\u003e\n\u003cdiv class=\"vcd-chatgpt__section\"\u003e\n\u003cdiv class=\"vcd-chatgpt__section-head\"\u003e\n\u003cp class=\"vcd-chatgpt__eyebrow\"\u003eA practical starting point\u003c\/p\u003e\n\u003ch3\u003eChoose one outcome. Build one useful system.\u003c\/h3\u003e\n\u003cp\u003eYou do not need to use every page or specialist at once. Start with the smallest workflow connected to a real business result.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__steps\"\u003e\n\u003cdiv class=\"vcd-chatgpt__step\"\u003e\n\u003cspan class=\"vcd-chatgpt__step-number\"\u003e1\u003c\/span\u003e\n\u003ch4\u003eChoose the result\u003c\/h4\u003e\n\u003cp\u003eUse the workbook audit or 30-day plan to identify one Project, workflow, tool or campaign worth creating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__step\"\u003e\n\u003cspan class=\"vcd-chatgpt__step-number\"\u003e2\u003c\/span\u003e\n\u003ch4\u003eAdd real context\u003c\/h4\u003e\n\u003cp\u003eProvide current offers, policies, proof, writing samples and other approved source material before requesting customer-facing work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__step\"\u003e\n\u003cspan class=\"vcd-chatgpt__step-number\"\u003e3\u003c\/span\u003e\n\u003ch4\u003eDraft, verify, approve\u003c\/h4\u003e\n\u003cp\u003eUse the specialist workflow and quality gate, revise failed details, and keep publishing, spending and external actions under human control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= AUDIENCE ================= --\u003e\n\u003cdiv class=\"vcd-chatgpt__section\"\u003e\n\u003cdiv class=\"vcd-chatgpt__audience\"\u003e\n\u003cp class=\"vcd-chatgpt__eyebrow\"\u003eDesigned for real business work\u003c\/p\u003e\n\u003ch3\u003eUseful when you run several parts of the business yourself.\u003c\/h3\u003e\n\u003cp\u003eThe workbook includes business-model paths for choosing the first five actions that best match your offer, customer and operating constraints.\u003c\/p\u003e\n\u003cul class=\"vcd-chatgpt__pills\"\u003e\n\u003cli\u003eCoaches\u003c\/li\u003e\n\u003cli\u003eConsultants\u003c\/li\u003e\n\u003cli\u003eFreelancers\u003c\/li\u003e\n\u003cli\u003eService providers\u003c\/li\u003e\n\u003cli\u003eEcommerce brands\u003c\/li\u003e\n\u003cli\u003eLocal businesses\u003c\/li\u003e\n\u003cli\u003eCreators\u003c\/li\u003e\n\u003cli\u003eSmall agencies\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= BEFORE BUYING ================= --\u003e\n\u003cdiv class=\"vcd-chatgpt__section\"\u003e\n\u003cdiv class=\"vcd-chatgpt__section-head\"\u003e\n\u003cp class=\"vcd-chatgpt__eyebrow\"\u003eBefore you buy\u003c\/p\u003e\n\u003ch3\u003eFormat, access and important limits.\u003c\/h3\u003e\n\u003cp\u003eA clear description of what is delivered and what you need to use it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__requirements\"\u003e\n\u003cdiv class=\"vcd-chatgpt__requirement\"\u003e\n\u003cstrong\u003eThree digital customer files\u003c\/strong\u003e\u003cspan\u003eOne 204-page PDF guide, one 30-page PDF workbook and one ZIP containing the TXT specialists, Project instructions, tool recipes, image prompts and campaign example.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__requirement\"\u003e\n\u003cstrong\u003eA ChatGPT account\u003c\/strong\u003e\u003cspan\u003eUse requires access to the ChatGPT features involved in your chosen workflow. Projects, uploads, scheduled tasks, agents, connected apps, image generation and file creation can vary by account, plan, region and current availability.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__requirement\"\u003e\n\u003cstrong\u003eAn image tool for new source imagery\u003c\/strong\u003e\u003cspan\u003eThe 40 prompts work with a suitable image generator. The product includes the Northstar Weekly example assets but does not include an external image-generation subscription.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vcd-chatgpt__requirement\"\u003e\n\u003cstrong\u003eHuman review remains essential\u003c\/strong\u003e\u003cspan\u003eAI output is a draft. Check facts, calculations, formulas, policy, privacy, links, accessibility and customer impact before using or sharing it.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= FINISH ================= --\u003e\n\u003cdiv class=\"vcd-chatgpt__section\"\u003e\n\u003cdiv class=\"vcd-chatgpt__finish\"\u003e\n\u003cp class=\"vcd-chatgpt__eyebrow\"\u003eReady when you are\u003c\/p\u003e\n\u003ch3\u003eStart with one Project. Build one useful workflow.\u003c\/h3\u003e\n\u003cp\u003eOpen the workbook, choose the next business result and use the guide and specialist pack to create a system you can review, improve and reuse.\u003c\/p\u003e\n\u003cdiv class=\"vcd-chatgpt__finish-points\"\u003e\n\u003cspan\u003e✓ 204-page Master Guide\u003c\/span\u003e \u003cspan\u003e✓ 30-page Workbook\u003c\/span\u003e \u003cspan\u003e✓ 19 Specialists\u003c\/span\u003e \u003cspan\u003e✓ 120 Business Prompts\u003c\/span\u003e \u003cspan\u003e✓ 10 Tool Recipes\u003c\/span\u003e \u003cspan\u003e✓ 40 Image Prompts\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"vcd-chatgpt__fine-print\"\u003e\u003cstrong\u003eFormat and delivery:\u003c\/strong\u003e digital product containing two PDF files and one ZIP file. No physical item is shipped. The tool section contains build recipes rather than finished standalone software.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eIndependent product notice:\u003c\/strong\u003e this product is independently created for use with ChatGPT and is not affiliated with, sponsored by or endorsed by OpenAI. ChatGPT is a trademark of OpenAI.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Licence wording was intentionally omitted because no licence terms were present in the supplied customer files. Add the store's verified standard licence statement here if applicable. --\u003e\u003c\/section\u003e","brand":"Viralcontent.design","offers":[{"title":"Personal Use","offer_id":53913064210758,"sku":"","price":29.0,"currency_code":"USD","in_stock":true},{"title":"Resell Rights","offer_id":53913064177990,"sku":"","price":49.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0584\/1698\/8351\/files\/01-ai-business-mastery-bundle-for-chatgpt.png?v=1785705462","url":"https:\/\/viralcontent.design\/products\/ai-business-mastery-bundle-for-chatgpt","provider":"Viralcontent.design","version":"1.0","type":"link"}