ITC ecomConnect Logo

Training of Trainers (ToT)

tot-jordan.digital.tn | Amman, June 2026

Master Thread

AI Productization Guide

From prompt engineering to architecting a modular "Context Kit".

1

Foundations (Prompt & Persona)

The Super-Prompt (A.C.T)

We begin by mastering structural syntax. The Act as / Context / Task methodology frames the engine and prevents the AI from guessing your operational intent.

The AI Persona

We reinforce personalization boundaries. Defining an expert role and appending strict behavioral directives (e.g., "No Fluff", "No Bold") guarantees a high-quality, authentic output stripped of generic robotic dialogue.

2

Modular Architecture (.md)

For the ProForma case study, we choose to distribute the "Main Context" across multiple files. It is vastly simpler to edit, easier to update, and allows the AI engine to parse target information far more efficiently.

.md Format (Markdown): This is ultra-lightweight plain text that LLMs absolutely love. The # symbols create headers, the - symbols create lists. It is significantly clearer for an AI than a generic .txt file, while retaining the exact same functional premise.

The 6-File Skeleton (ProForma Example)

  • 01_business_model.md
  • 02_offers_and_pricing.md
  • 03_personas.md (ex: Fatima)
  • 04_brand_identity.md
  • 05_operations.md
  • 06_marketing.md

✓ Segmented Topics: Generating one file per topic (Pricing vs Personas) prevents the AI from crossing contextual wires.

✓ Timestamping: Always append dates to your file nomenclature (e.g., 02_offers_June2026.md).

✓ The LOG File / Decision Journal: Expert Hack Create a 07_logbook.md file. Record your business pivots chronologically (e.g., *'June 15: We discontinued the Cisco track'*). This trains the LLM to comprehend the historical timeline of your decisions.

3

Generation (Via Grok)

A. The Information Dump

Create a dedicated project workspace inside Grok (or ChatGPT). Upload your relevant macro assets. For ProForma, upload the ToT - Workspace Group 4.xlsx file. You can also inject the **AI Persona** parameters directly into Grok's project system instructions if desired.

B. Launch the Extraction (A.C.T.)

Paste the foundational prompt provided below into your chat window. This forces Grok to parse the Excel master file and draft immaculate Markdown assets.

A - ACT AS...
You are an AI Context Architect. Strict rule: "No Fluff".
C - CONTEXT
Attached is the "ProForma" (Group 4) master working document. I need to create their .md file tree structure.
T - TASK
Extract the data and draft these 6 files. Separate them using ```markdown tag blocks.
- 01_business_model.md
- 02_offers_and_pricing.md
- 03_personas.md
- 04_brand_identity.md
- 05_operations.md
- 06_marketing.md
Mandatory Rules: Output pure Markdown only. Do NOT invent or hallucinate any information.
Step C (Copy/Paste): Grok will generate the raw text. Copy and paste the resulting content directly into your 6 blank local .md files. Your "Context Kit" is now complete.
4

Deployment: The ChatGPT Quota Hack

The Problem: Free Tier Hard Limits

High-tier logic engines like GPT-4o or Claude 3.5 Sonnet are accessible for free, but impose highly strict message quotas (e.g., 15 messages every 3 hours). If you waste conversational cycles correcting the AI ("No, the price is wrong", "No, fix the tone"), your account will instantly lock down.

How to leverage your Context Kit to bypass this limitation (Step-by-Step):
1
Offline Assembly (On Your Desktop)

Do not begin typing directly inside ChatGPT. Open a basic Notepad application. Prep your "Super-Query" by pasting these elements in a single block:

  • [1. YOUR PERSONA] ex: "You are a marketing expert. Rule: No Fluff, No Bold."
  • [2. YOUR .MD FILES] Paste the entire text string from 02_offers.md and 03_personas.md.
  • [3. THE ACTIVE TASK] ex: "Draft a LinkedIn post to pitch the Advanced Package to Fatima."
2
The Injection (Your 1st Message inside ChatGPT)

Open ChatGPT. Ensure that the GPT-4o model is selected in the top left corner. Copy the entire payload from your Notepad, and paste it as the very first message of your new conversation. Press Enter.

3
The "Zero-Shot" Magic (Immediate Perfection)

Because the AI instantly received your exact pricing rules (via the .md file), your exact target audience (Fatima), and your strict constraints (No Fluff), the very first generated response will be 95% perfect.

The Mathematical Verdict 🧮
❌ Without the Context Kit:

You would have had to manually correct the AI 8 times ("No, the price is 1,200 JOD", "Remove the intro", etc.).
You consumed 9 query messages. Your account is now locked.

✅ With the Context Kit:

The output is flawless on the first try (Zero-shot).
You consumed only 1 message from your quota. Your access limit is preserved.

5

Proceed to the final level