@tidyfactor/marketing 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.tidyfactor +52 -0
- package/AGENTS.md +41 -0
- package/CHANGELOG.md +53 -0
- package/LICENSE +17 -0
- package/README.ar.md +299 -0
- package/README.de.md +44 -0
- package/README.es.md +44 -0
- package/README.fa.md +44 -0
- package/README.fr.md +44 -0
- package/README.md +320 -0
- package/README.pt.md +44 -0
- package/README.zh.md +44 -0
- package/SKILL-REGISTRY.md +36 -0
- package/SKILL.md +30 -0
- package/VISION.md +25 -0
- package/assets/hero-banner.png +0 -0
- package/assets/og-default.png +0 -0
- package/bin/add-skill.js +50 -0
- package/bin/create-kit.js +101 -0
- package/bin/remove-skill.js +24 -0
- package/brand.json +67 -0
- package/package.json +73 -0
- package/references/commands/advertising.md +27 -0
- package/references/commands/brief.md +17 -0
- package/references/commands/content.md +26 -0
- package/references/commands/email.md +26 -0
- package/references/commands/growth.md +27 -0
- package/references/commands/promotions.md +26 -0
- package/references/commands/social.md +27 -0
- package/references/commands/strategy.md +25 -0
- package/references/memory/ad-copy-templates.md +93 -0
- package/references/memory/arabic-writing.md +71 -0
- package/references/memory/decision-points.md +73 -0
- package/references/memory/frameworks.md +86 -0
- package/references/memory/lifecycle-flows.md +106 -0
- package/references/memory/metrics-benchmarks.md +70 -0
- package/references/memory/philosophy.md +16 -0
- package/references/memory/platform-specs.md +75 -0
- package/references/memory/promotions-math.md +56 -0
- package/references/memory/quality-bar.md +55 -0
- package/references/workflows/brief.md +72 -0
- package/references/workflows/campaign-launch.md +73 -0
- package/references/workflows/content-engine.md +68 -0
- package/references/workflows/email-lifecycle.md +55 -0
- package/references/workflows/paid-acquisition.md +66 -0
- package/references/workflows/promo-conversion.md +58 -0
- package/references/workflows/social-growth.md +65 -0
- package/references/workflows/viral-retention.md +63 -0
- package/tools/build-skill.js +206 -0
- package/tools/validate_skill.py +112 -0
package/README.fr.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
# tidyfactor-marketing `v1.2.0`
|
|
4
|
+
|
|
5
|
+
**Moteur de Marketing à Réponse Directe, Lancement de Produits et Croissance pour Agents d'IA**
|
|
6
|
+
|
|
7
|
+
[](https://www.npmjs.com/package/@tidyfactor/marketing)
|
|
8
|
+
[](LICENSE)
|
|
9
|
+
|
|
10
|
+
[ English ](README.md) • [ العربية ](README.ar.md) • [ فارسی ](README.fa.md) • [ Español ](README.es.md) • [ Português ](README.pt.md) • [ 简体中文 ](README.zh.md) • [ Deutsch ](README.de.md) • [ Français ](README.fr.md)
|
|
11
|
+
|
|
12
|
+
</div>
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## ⚡ Démarrage Rapide (Quickstart)
|
|
17
|
+
|
|
18
|
+
```bash
|
|
19
|
+
# Installation et exécution via NPX
|
|
20
|
+
npx @tidyfactor/cli-marketing
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
Ou appelez-le directement depuis votre assistant IA (*Google Antigravity, Claude Code, Cursor, Codex*) :
|
|
24
|
+
```text
|
|
25
|
+
/tidyfactor-marketing
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## 📋 Matrice des Commandes Principales
|
|
31
|
+
|
|
32
|
+
| Commande | Objectif & Résultat | Référence de Workflow |
|
|
33
|
+
|---|---|---|
|
|
34
|
+
| `/brief` | Briefing de posicionamiento y audiencia | `workflows/brief.md` |
|
|
35
|
+
| `/strategy` | Estrategia integral de marketing y conversión | `workflows/strategy.md` |
|
|
36
|
+
| `/content` | Pillars de contenido y clusters SEO | `workflows/content.md` |
|
|
37
|
+
| `/social` | Estrategia de redes sociales y copies de anuncios | `workflows/social.md` |
|
|
38
|
+
| `/email` | Secuencias de email y ciclos de retención | `workflows/email.md` |
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## 📖 Documentation Technique Complète
|
|
43
|
+
|
|
44
|
+
Pour consulter l'architecture approfondie et les spécifications complètes, veuillez vous référer au [README Technique Officiel en Anglais (README.md)](README.md).
|
package/README.md
ADDED
|
@@ -0,0 +1,320 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
# 🚀 TidyFactor Marketing `v1.3.0`
|
|
4
|
+
### AI Direct-Response Marketing, Contextual Decision Layer & Anti-Slop Content Suite
|
|
5
|
+
|
|
6
|
+
**The official marketing & customer acquisition foundation for the TidyFactor Ecosystem.**
|
|
7
|
+
|
|
8
|
+
[](https://www.npmjs.com/package/@tidyfactor/marketing)
|
|
9
|
+
[](LICENSE)
|
|
10
|
+
[](https://github.com/TidyFactor)
|
|
11
|
+
[](SKILL.md)
|
|
12
|
+
[](#-contextual-decision-layer-cdl)
|
|
13
|
+
[](README.ar.md)
|
|
14
|
+
[-green.svg?style=for-the-badge)](#-governance--quality-bar)
|
|
15
|
+
[](SKILL.md)
|
|
16
|
+
|
|
17
|
+
[ English ](README.md) • [ العربية ](README.ar.md) • [ فارسی ](README.fa.md) • [ Español ](README.es.md) • [ Português ](README.pt.md) • [ 简体中文 ](README.zh.md) • [ Deutsch ](README.de.md) • [ Français ](README.fr.md)
|
|
18
|
+
|
|
19
|
+
<br/><br/>
|
|
20
|
+
|
|
21
|
+
<p align="center">
|
|
22
|
+
<img src="assets/hero-banner.png" alt="TidyFactor Marketing Hero Banner" width="100%" />
|
|
23
|
+
</p>
|
|
24
|
+
|
|
25
|
+
</div>
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
> [!NOTE]
|
|
30
|
+
> **TidyFactor Marketing** is the AI direct-response marketing and growth track within the **TidyFactor Ecosystem**. It equips autonomous coding and growth agents (Google Antigravity, Claude Code, Cursor, Windsurf, Roo Code) and human growth marketers with deterministic, data-backed marketing playbooks across all 7 stages of customer acquisition, retention, and monetization.
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## 🌟 Overview & Value Proposition
|
|
35
|
+
|
|
36
|
+
| For Founders & Marketers | For Product & Growth Leaders | For AI Coding & Growth Agents |
|
|
37
|
+
|---|---|---|
|
|
38
|
+
| **Zero Generic Fluff**: Banish vague advice ("post quality content"). Every output gives exact numbers, testable hooks, and execution timelines. | **Margin-Safe Monetization**: Built-in gross margin calculators prevent profit-destroying discounting and anchor 3-tier Good/Better/Best pricing. | **Token-Efficient Routing**: Modular slash commands load only the relevant workflow and memory file (~400 tokens) per prompt. |
|
|
39
|
+
| **Bilingual Direct Response**: Native Modern Standard Arabic (فصحى معاصرة رنانة) and English direct-response parity. | **Complete Funnel Coverage**: From T-30 product launch buzz to paid ads, SEO topic clusters, cart recovery, and 90-day win-backs. | **Strict Quality Guardrails**: Pre-emission validation checklists ensure every deliverable is actionable and verifiable. |
|
|
40
|
+
| **Regional MENA Mastery**: Country-specific platform penetration rankings and payment conversion data (Mada, Tabby, Tamara, InstaPay). | **Scientific Experimentation**: Prioritize tests using ICE scoring ($\text{Impact} \times \text{Confidence} \times \text{Ease}$) with testable hypotheses. | **Deterministic Outputs**: 100% architectural compliance across 7 commands, 7 workflows, and 7 operational memory modules. |
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
## 🏛️ Ecosystem Architecture
|
|
45
|
+
|
|
46
|
+
```
|
|
47
|
+
tidyfactor-marketing/
|
|
48
|
+
├── .tidyfactor ← Ecosystem JSON metadata manifest
|
|
49
|
+
├── brand.json ← Brand token defaults & voice principles (v2 schema)
|
|
50
|
+
├── AGENTS.md ← Workspace rules & agent execution routing
|
|
51
|
+
├── SKILL.md ← Master Command Dispatcher (28 Capabilities)
|
|
52
|
+
├── SKILL-REGISTRY.md ← Unified naming, CLI commands, and metadata
|
|
53
|
+
├── VISION.md ← Track summary aligned with TidyFactor Vision
|
|
54
|
+
├── CHANGELOG.md ← Semantic release notes (v1.2.0)
|
|
55
|
+
├── requirements.txt ← Python conversion & data analytics tooling
|
|
56
|
+
├── package.json ← NPM package config (@tidyfactor/marketing)
|
|
57
|
+
├── README.md & README.ar.md ← Bilingual documentation
|
|
58
|
+
├── bin/ ← CLI executables (create-kit.js, add-skill.js, remove-skill.js)
|
|
59
|
+
├── references/
|
|
60
|
+
│ ├── commands/ ← 7 Intent-routed command dispatchers
|
|
61
|
+
│ ├── workflows/ ← 7 Step-by-step outcome workflows with validation checklists
|
|
62
|
+
│ └── memory/ ← 7 Operational memory modules (copywriting, metrics, specs, math)
|
|
63
|
+
├── .claude-skill/ ← Claude Code & Cursor native wrapper
|
|
64
|
+
└── .agents/skills/tidyfactor-marketing/ ← Google Antigravity & Windsurf native wrapper
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
## 🧠 Contextual Decision Layer (CDL v1.0) & `/brief`
|
|
70
|
+
|
|
71
|
+
To prevent AI agents from generating disconnected or generic marketing campaigns, `tidyfactor-marketing` implements the **Contextual Decision Layer**:
|
|
72
|
+
|
|
73
|
+
1. **Pre-flight Discovery Interview (`/brief`)**: Executes a structured 3-question interview and caches project baselines into `.tidyfactor/marketing-brief.md`.
|
|
74
|
+
2. **Deterministic Boolean Skip Conditions**: Bypasses elicitation automatically if a brief exists, if parameters are declared in the prompt, or if direct commands are called.
|
|
75
|
+
3. **Single-Round Batching & Priority Hierarchy**: Batches unresolved ambiguities into at most 3 questions with strict priority:
|
|
76
|
+
$$\mathbf{M1 \text{ (Market/Region)}} > \mathbf{M2 \text{ (Voice Archetype)}} > \mathbf{M3 \text{ (Funnel Stage)}} > \mathbf{M4 \text{ (Offer)}} > \mathbf{M5 \text{ (Depth)}}$$
|
|
77
|
+
4. **7-Axis Pre-Emit Self-Critique (`P/H/E/S/R/V/D`)**:
|
|
78
|
+
`/* Pre-emit critique: P5 H5 E5 S5 R5 V5 D5 */`
|
|
79
|
+
- **P (Pain Specificity)**: Solves acute customer friction with zero fluff (1-5).
|
|
80
|
+
- **H (Hook Strength)**: 3-second visual and verbal curiosity hook (1-5).
|
|
81
|
+
- **E (Execution Completeness)**: Full asset copy, CTAs, and friction reducers (1-5).
|
|
82
|
+
- **S (Stage Fit)**: Matches Schwartz 5 Stages and regional vernacular (1-5).
|
|
83
|
+
- **R (Restraint & Margin)**: Protects unit gross margin and brand equity (1-5).
|
|
84
|
+
- **V (Voice Authenticity)**: Zero banned AI clichés or buzzwords (1-5).
|
|
85
|
+
- **D (Decision Alignment)**: 100% compliant with the confirmed `.tidyfactor/marketing-brief.md` (1-5).
|
|
86
|
+
|
|
87
|
+
---
|
|
88
|
+
|
|
89
|
+
## ⚡ 8 Marketing Commands & 28-Capability Registry
|
|
90
|
+
|
|
91
|
+
Every capability is routed through a dedicated command file, executed via a single-outcome workflow, and informed by operational memory anchors:
|
|
92
|
+
|
|
93
|
+
| Pillar | Capability | Slash Command | Trigger Keywords | What It Loads | Output Deliverable |
|
|
94
|
+
|---|---|---|---|---|---|
|
|
95
|
+
| **1. Strategy** | **Brand Voice & Positioning** | `/marketing strategy` | "brand voice", "positioning statement", "هوية العلامة" | `campaign-launch.md` + `frameworks.md` | Canonical positioning statement, 3 contrast voice pillars, tone-flex map, competitive differentiator |
|
|
96
|
+
| **1. Strategy** | **Campaign Strategy** | `/marketing strategy` | "campaign strategy", "marketing plan", "خطة تسويق" | `campaign-launch.md` + `metrics-benchmarks.md` | Multi-channel strategy, audience segmentation, budget allocation, target KPI scorecard |
|
|
97
|
+
| **1. Strategy** | **Product Launch Plan** | `/marketing strategy` | "product launch", "launch plan", "إطلاق منتج" | `campaign-launch.md` + `frameworks.md` | Phased launch calendar (Pre-launch T-30, Blitz T-0, Momentum T+14), VIP waitlist funnel |
|
|
98
|
+
| **2. Content** | **Social Media Posts** | `/marketing content` | "social media content", "write posts", "محتوى سوشيال" | `content-engine.md` + `platform-specs.md` | 10+ platform-native post variations with 0-3s attention hooks, formatting rhythm, and CTAs |
|
|
99
|
+
| **2. Content** | **SEO Strategy & Topics** | `/marketing content` | "seo strategy", "keyword clustering", "استراتيجية السيو" | `content-engine.md` + `frameworks.md` | 3-Bucket Search Intent map, 3,000w Pillar Guide outline, 5 cluster long-tail post briefs |
|
|
100
|
+
| **2. Content** | **Content Calendar** | `/marketing content` | "content calendar", "publishing schedule", "جدول نشر" | `content-engine.md` + `platform-specs.md` | 30-day cross-platform publishing grid with pillar balance, format tags, and visual asset cues |
|
|
101
|
+
| **2. Content** | **Newsletter Strategy** | `/marketing content` | "newsletter strategy", "email newsletter", "نشرة بريدية" | `content-engine.md` + `frameworks.md` | High-open newsletter blueprint, 3 A/B test subject lines, Hook-Story-Offer deep dive layout |
|
|
102
|
+
| **3. Social Media** | **LinkedIn B2B Marketing** | `/marketing social` | "linkedin b2b", "founder personal brand", "لينكد إن" | `social-growth.md` + `platform-specs.md` | Founder thought-leadership strategy, 4 B2B content pillars, 3-touch outbound InMail etiquette |
|
|
103
|
+
| **3. Social Media** | **Instagram Growth** | `/marketing social` | "instagram strategy", "reels hooks", "إنستغرام" | `social-growth.md` + `platform-specs.md` | Bio conversion formula, pinned anchor highlights, 5 Reel video scripts, daily story sequences |
|
|
104
|
+
| **3. Social Media** | **TikTok Video Hooks** | `/marketing social` | "tiktok strategy", "short form video", "تيك توك" | `social-growth.md` + `platform-specs.md` | 5 short-form video scripts with 0-3s visual & verbal hook taxonomies, pacing directions, sound tips |
|
|
105
|
+
| **3. Social Media** | **Social Media Audit** | `/marketing social` | "social media audit", "profile teardown", "تدقيق حساب" | `social-growth.md` + `metrics-benchmarks.md` | Full profile diagnostic, engagement rate calculation, audience leak points, 30-day fix roadmap |
|
|
106
|
+
| **3. Social Media** | **First 1,000 Followers** | `/marketing social` | "first 1000 followers", "grow from zero", "أول 1000 متابع" | `social-growth.md` + `platform-specs.md` | $1.80 daily outbound value commenting strategy, peer collaboration flywheels, high-reach formats |
|
|
107
|
+
| **3. Social Media** | **Hashtag Strategy** | `/marketing social` | "hashtag strategy", "hashtags", "هاشتاجات" | `social-growth.md` + `platform-specs.md` | 3-Tier Hashtag Block (2 Broad + 4 Niche + 2 Micro/Branded), character & search keyword rules |
|
|
108
|
+
| **4. Email** | **List Growth Mechanics** | `/marketing email` | "grow email list", "lead magnet", "قائمة بريدية" | `email-lifecycle.md` + `frameworks.md` | High-converting lead magnet design (< 10min win), 2-step opt-in form copy, exit-intent triggers |
|
|
109
|
+
| **4. Email** | **Welcome Email Drip** | `/marketing email` | "welcome sequence", "onboarding drip", "رسائل ترحيبية" | `email-lifecycle.md` + `lifecycle-flows.md` | Complete 5-email sequence (Delivery, Origin Story, Myth Busting, Case Study, Urgency Offer) |
|
|
110
|
+
| **4. Email** | **Abandoned Cart Recovery**| `/marketing email` | "abandoned cart", "recover carts", "سلات متروكة" | `email-lifecycle.md` + `lifecycle-flows.md` | 3-stage recovery flow (1hr Support, 24hr Social Proof & FAQs, 48hr Expiring Incentive & Urgency) |
|
|
111
|
+
| **4. Email** | **Win-Back Sequences** | `/marketing email` | "win-back flow", "re-engagement", "استعادة العملاء" | `email-lifecycle.md` + `lifecycle-flows.md` | Time-boxed reactivation emails (30d Feature Update, 60d $20 Account Credit, 90d Permission Breakup) |
|
|
112
|
+
| **5. Advertising** | **Write Direct Ad Copy** | `/marketing ads` | "write ad copy", "meta ad copy", "كتابة إعلانات" | `paid-acquisition.md` + `ad-copy-templates.md` | 3 distinct psychological angles (Loss Aversion, Logic/ROI, Status), 15 Google RSA headlines |
|
|
113
|
+
| **5. Advertising** | **Landing Page & 7D CRO** | `/marketing ads` | "landing page strategy", "cro audit", "صفحة هبوط" | `paid-acquisition.md` + `metrics-benchmarks.md` | 8-section wireframe messaging hierarchy, 5-second clarity test, mobile 1-click checkout cues |
|
|
114
|
+
| **5. Advertising** | **Facebook / Meta Ads** | `/marketing ads` | "facebook ads", "meta ads plan", "إعلانات فيسبوك" | `paid-acquisition.md` + `metrics-benchmarks.md` | Advantage+ vs ABO structure, 72h creative testing budget ($20-$50/day), 20% scaling / kill rules |
|
|
115
|
+
| **5. Advertising** | **Google Ads Plan** | `/marketing ads` | "google ads plan", "search ads", "إعلانات جوجل" | `paid-acquisition.md` + `ad-copy-templates.md` | 15-Headline RSA matrix, search intent matching, 10-item negative keyword list |
|
|
116
|
+
| **5. Advertising** | **First Ad Campaign** | `/marketing ads` | "first ad campaign", "test budget", "أول حملة إعلانية" | `paid-acquisition.md` + `metrics-benchmarks.md` | $10-$20/day low-risk validation setup, Pixel/CAPI tracking verification, stop-loss benchmarks |
|
|
117
|
+
| **6. Promotions** | **Plan a Sale / Flash Sale**| `/marketing promo` | "plan a sale", "flash sale", "عروض وتخفيضات" | `promo-conversion.md` + `promotions-math.md` | 72-hour flash sale calendar (VIP Early Access, Mid-Sale Proof, Hard Close), urgency banners |
|
|
118
|
+
| **6. Promotions** | **Giveaways & Contests** | `/marketing promo` | "giveaway", "contest", "مسابقة" | `promo-conversion.md` + `promotions-math.md` | Niche-specific prize criteria, viral referral entry points (+5 entries/referral), consolation voucher |
|
|
119
|
+
| **6. Promotions** | **Pricing Strategy & Decoy**| `/marketing promo` | "pricing strategy", "pricing tiers", "تسعير وباقات" | `promo-conversion.md` + `frameworks.md` | 3-Tier Good/Better/Best table, Decoy Effect middle-tier anchoring, 15-20% annual discount model |
|
|
120
|
+
| **6. Promotions** | **Margin-Safe Coupons** | `/marketing promo` | "coupon strategy", "discount math", "كوبونات خصم" | `promo-conversion.md` + `promotions-math.md` | Required sales volume calculator, threshold AOV boosters ("Spend $100 Get $15"), dynamic expiry |
|
|
121
|
+
| **7. Growth** | **Retention & Churn Audit** | `/marketing growth` | "customer retention", "reduce churn", "تقليل الارتداد" | `viral-retention.md` + `lifecycle-flows.md` | Drop-off diagnosis by business model (SaaS onboarding, E-comm re-order), trigger check-in drips |
|
|
122
|
+
| **7. Growth** | **Loyalty Program Design** | `/marketing growth` | "loyalty program", "rewards program", "برنامج ولاء" | `viral-retention.md` + `metrics-benchmarks.md` | Model selection (Points for retail, Tiers for VIPs, Perks for SaaS), active participation KPI tracking |
|
|
123
|
+
| **7. Growth** | **2-Sided Referral Loops** | `/marketing growth` | "referral program", "viral loop", "برنامج إحالة" | `viral-retention.md` + `metrics-benchmarks.md` | Give $X / Get $Y incentive mechanics, post-purchase & NPS triggers, 3-tier milestone gamification |
|
|
124
|
+
| **7. Growth** | **Influencer Outreach** | `/marketing growth` | "influencer outreach", "influencers", "تسويق المؤثرين" | `viral-retention.md` + `metrics-benchmarks.md` | Engagement vetting scorecard (> 3%), personalized cold DM/email scripts, tracking UTM codes |
|
|
125
|
+
| **7. Growth** | **Brand Awareness Engine** | `/marketing growth` | "brand awareness", "pr outreach", "انتشار العلامة" | `viral-retention.md` + `frameworks.md` | Podcast/media pitching angles, co-marketing partnerships, 1-to-9 content repurposing flywheel |
|
|
126
|
+
|
|
127
|
+
---
|
|
128
|
+
|
|
129
|
+
## 🧠 The 12 Psychological Mental Models of Persuasion
|
|
130
|
+
|
|
131
|
+
TidyFactor Marketing systematically applies behavioral science across every copy generation and pricing tier:
|
|
132
|
+
|
|
133
|
+
| # | Mental Model | Psychological Mechanism | Implementation in TidyFactor Marketing |
|
|
134
|
+
|---|---|---|---|
|
|
135
|
+
| **1** | **Anchoring** | Human decisions rely heavily on the first price observed. | Displays original enterprise price crossed out before revealing the active tier. |
|
|
136
|
+
| **2** | **Decoy Effect** | An asymmetrical 3rd option makes the target tier irresistible. | Crafts a 3-tier structure where the middle Pro tier is clearly the highest-value option. |
|
|
137
|
+
| **3** | **Loss Aversion** | The pain of losing $100 is 2x stronger than gaining $100. | Emphasizes cost of inaction, wasted ad spend, and impending deadline consequences. |
|
|
138
|
+
| **4** | **Social Proof Stacking** | Humans look to peer consensus before taking financial action. | Combines client count ("10,000+ teams"), Trustpilot ratings, case study metrics, and quotes. |
|
|
139
|
+
| **5** | **Zeigarnik Effect** | People remember incomplete tasks and feel tension to finish. | Employs progress bars starting at 50% on multi-step onboarding and checkout forms. |
|
|
140
|
+
| **6** | **Goal Gradient** | Acceleration occurs as humans perceive closeness to the goal. | Formulates copy: "You are 1 click away from unlocking your personalized audit." |
|
|
141
|
+
| **7** | **Paradox of Choice** | Too many choices induces decision fatigue and zero conversion. | Enforces ONE primary CTA above the fold and exactly 3 clear pricing tiers. |
|
|
142
|
+
| **8** | **Framing Effect** | The cognitive frame determines subjective value. | Reframes discounts: "Save $1,200 every year" converts higher than "$100/mo off". |
|
|
143
|
+
| **9** | **Scarcity & Urgency** | Perceived value surges as supply or time restricts. | Implements 72-hour countdown timers, cohort seat limits, and expiring cart reserves. |
|
|
144
|
+
| **10** | **Sunk Cost Fallacy** | Commitment escalates once micro-investments are made. | Uses interactive calculators and quizzes before requesting email or credit card info. |
|
|
145
|
+
| **11** | **Halo Effect** | Credibility in one domain transfers to overall perception. | Embeds press mentions, SOC2 compliance badges, and partner certifications above the fold. |
|
|
146
|
+
| **12** | **Endowment Effect** | Valuation increases once a user feels psychological ownership. | Uses free sandbox playgrounds, interactive live previews, or 14-day free trials. |
|
|
147
|
+
|
|
148
|
+
---
|
|
149
|
+
|
|
150
|
+
## 🌍 MENA Regional Intelligence & Payment Infrastructure
|
|
151
|
+
|
|
152
|
+
Built-in operational parameters for GCC and North African markets:
|
|
153
|
+
|
|
154
|
+
```
|
|
155
|
+
├── 🇸🇦 Saudi Arabia (KSA) ── Priority: Snapchat → X → TikTok → Instagram → YouTube
|
|
156
|
+
│ ├── Key Payments: Mada (+35-50% CVR lift), Tamara, Tabby (+25-40% AOV lift), Apple Pay
|
|
157
|
+
│ └── Cultural Flags: High purchasing power, mobile-first visual content, local dialect respect
|
|
158
|
+
│
|
|
159
|
+
├── 🇦🇪 United Arab Emirates (UAE) ── Priority: Instagram → LinkedIn (B2B) → TikTok → YouTube
|
|
160
|
+
│ ├── Key Payments: Apple Pay, Stripe, Tabby, Tamara
|
|
161
|
+
│ └── Cultural Flags: International expat & local blend, mandatory English/Arabic parity
|
|
162
|
+
│
|
|
163
|
+
├── 🇪🇬 Egypt ── Priority: Facebook / Meta (#1 for B2C & B2B) → WhatsApp → YouTube → TikTok
|
|
164
|
+
│ ├── Key Payments: InstaPay, Fawry (+40% drop-off recovery), Meeza, Vodafone Cash, ValU
|
|
165
|
+
│ └── Cultural Flags: WhatsApp closing culture, high price/ROI consciousness, longevity proof
|
|
166
|
+
│
|
|
167
|
+
├── 🇰🇼 Kuwait ── Priority: Instagram → Snapchat → TikTok → WhatsApp
|
|
168
|
+
│ ├── Key Payments: KNET (Universal necessity), Apple Pay, Tamara, Tabby
|
|
169
|
+
│ └── Cultural Flags: Exceptionally high AOV, VIP concierge support expectations
|
|
170
|
+
│
|
|
171
|
+
└── 🇶🇦 Qatar, 🇯🇴 Jordan, 🇲🇦 Morocco ── Dedicated localized payment & trust matrices
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
---
|
|
175
|
+
|
|
176
|
+
## 🛡️ Anti-Cliché Governance & Quality Bar
|
|
177
|
+
|
|
178
|
+
Every sentence generated by **TidyFactor Marketing** must pass the **Mechanism Replacement Rule**:
|
|
179
|
+
> *If an adjective does not carry a verifiable number, a technical mechanism, or an empirical proof point, it is banned.*
|
|
180
|
+
|
|
181
|
+
### Forbidden Fluff & Mandatory Replacements:
|
|
182
|
+
|
|
183
|
+
| Banned Phrase (English) | Mandatory Mechanism Replacement |
|
|
184
|
+
|---|---|
|
|
185
|
+
| ❌ *"Cutting-edge / State-of-the-art"* | ✅ State the exact technology: `"Built on Next.js 16 with Postgres RLS"` |
|
|
186
|
+
| ❌ *"Seamless experience / integration"* | ✅ State the exact time/effort: `"Connects in 2 clicks with 0 code changes"` |
|
|
187
|
+
| ❌ *"Innovative / Customized solutions"* | ✅ State the custom capability: `"Custom multi-tenant auth module"` |
|
|
188
|
+
| ❌ *"Take your business to the next level"* | ✅ State the quantitative result: `"Increase checkout conversion rate by 25%"` |
|
|
189
|
+
| ❌ *"Quality you can trust"* | ✅ State the verification test: `"Tested under 5,000 concurrent requests"` |
|
|
190
|
+
|
|
191
|
+
| Banned Phrase (Arabic) | Mandatory Mechanism Replacement |
|
|
192
|
+
|---|---|
|
|
193
|
+
| ❌ *"نسعى دائماً لتقديم الأفضل / نحرص على التميز"* | ✅ اذكر الإجراء الفعلي: `"نختبر سرعة التحميل وتوافق الجوال قبل إطلاق أي صفحة"` |
|
|
194
|
+
| ❌ *"فريق من الخبراء المتخصصين"* | ✅ اذكر سابقة الأعمال بالأرقام: `"أكثر من 8 سنوات من إدارة حملات الـ B2B في الخليج"` |
|
|
195
|
+
| ❌ *"حلول متكاملة ومبتكرة"* | ✅ اذكر الميزة التقنية: `"منظومة ربط إلكتروني متكاملة مع بوابات مدى وتمارا"` |
|
|
196
|
+
| ❌ *"في عالمنا الرقمي المتسارع"* | ✅ احذف المقدمة الإنشائية وابدأ فوراً بالمشكلة والحل المباشر |
|
|
197
|
+
| ❌ *"الجودة هي شعارنا"* | ✅ اذكر الضمان الصريح: `"ضمان استرداد كامل للأموال خلال 30 يوماً بدون أي شروط"` |
|
|
198
|
+
|
|
199
|
+
---
|
|
200
|
+
|
|
201
|
+
## 🚀 Quick Start & CLI Wizard
|
|
202
|
+
|
|
203
|
+
### Option 1: Interactive Terminal Setup Wizard
|
|
204
|
+
Launch the step-by-step interactive CLI in your terminal:
|
|
205
|
+
```bash
|
|
206
|
+
npx @tidyfactor/cli-marketing
|
|
207
|
+
```
|
|
208
|
+
*Prompts you for project niche, primary target market (Global vs MENA), and growth focus (B2B, E-Commerce, or 360° Suite).*
|
|
209
|
+
|
|
210
|
+
### Option 2: Skill Injection into Any Project
|
|
211
|
+
Instantly inject the full `.agents/skills/tidyfactor-marketing/` tree into your current workspace:
|
|
212
|
+
```bash
|
|
213
|
+
npx @tidyfactor/cli-marketing add-skill
|
|
214
|
+
```
|
|
215
|
+
|
|
216
|
+
### Option 3: AI Agent Slash Commands (Claude, Antigravity, Cursor)
|
|
217
|
+
Trigger specialized growth workflows directly inside your agent chat:
|
|
218
|
+
```markdown
|
|
219
|
+
/marketing strategy "Plan a phased launch for our new B2B SaaS in Saudi Arabia"
|
|
220
|
+
/marketing ads "Write 3-angle Meta ad copy variations for an ergonomic office chair"
|
|
221
|
+
/marketing email "Generate a 5-part welcome onboarding drip for our developer newsletter"
|
|
222
|
+
/marketing promo "Design a 72-hour flash sale with margin protection and Tabby installments"
|
|
223
|
+
/marketing growth "Diagnose churn drop-offs and design a 2-sided customer referral loop"
|
|
224
|
+
```
|
|
225
|
+
|
|
226
|
+
---
|
|
227
|
+
|
|
228
|
+
## 📊 Direct Response KPI Benchmarks
|
|
229
|
+
|
|
230
|
+
| Metric | E-Commerce (B2C) | B2B SaaS | Local Services | Info / Courses |
|
|
231
|
+
|---|---|---|---|---|
|
|
232
|
+
| **Meta CTR (Outbound)** | 1.50% - 2.80% | 0.80% - 1.60% | 1.20% - 2.50% | 1.80% - 3.20% |
|
|
233
|
+
| **Meta CPC** | $0.40 - $1.20 | $2.50 - $6.00 | $1.50 - $4.00 | $0.80 - $2.00 |
|
|
234
|
+
| **LinkedIn CPC** | N/A | $5.00 - $14.00 | N/A | $3.50 - $8.00 |
|
|
235
|
+
| **Google Search CTR** | 2.50% - 4.50% | 3.00% - 6.00% | 4.00% - 8.00% | 2.50% - 5.00% |
|
|
236
|
+
| **Landing Page CVR** | 2.00% - 4.50% | 3.00% - 8.00% (Lead) | 5.00% - 12.00% (Call) | 4.00% - 10.00% (Opt-in) |
|
|
237
|
+
| **Target ROAS (Blended)** | 2.8x - 4.5x | 1.5x - 2.5x (Front-end) | N/A (Pay-per-lead) | 3.0x - 5.0x |
|
|
238
|
+
| **Email Open Rate (Broadcast)** | 22% - 32% | 25% - 38% | 28% - 45% | 24% - 35% |
|
|
239
|
+
| **Welcome Drip Open Rate** | 50% - 70% | 55% - 75% | 60% - 80% | 50% - 68% |
|
|
240
|
+
|
|
241
|
+
---
|
|
242
|
+
|
|
243
|
+
## 📜 Architecture & Compliance
|
|
244
|
+
|
|
245
|
+
- **TidyFactor Skill Methodology**: Strict compliance with `spec.md` (6/6 rules passed).
|
|
246
|
+
- **Validation Tooling**: Run `python scratch/deep_audit_marketing_skill.py` to verify 0 broken links and 100% path resolution.
|
|
247
|
+
- **License**: Released under the open-source **[MIT License](LICENSE)** by **TidyFactor & [Alwkala](https://alwkala.com)**.
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
---
|
|
251
|
+
|
|
252
|
+
## 🏛️ TidyFactor Ecosystem Architecture
|
|
253
|
+
|
|
254
|
+
**TidyFactor** is a modular web architecture and AI coding agent skill ecosystem built on clear separation of concerns across the product lifecycle:
|
|
255
|
+
|
|
256
|
+
```
|
|
257
|
+
TidyFactor Organization (github.com/TidyFactor)
|
|
258
|
+
│
|
|
259
|
+
├── Design Skills
|
|
260
|
+
│ ├── Cinematic → Experience / "Wow" (Apple × Cartier Scroll-Driven Landing Pages)
|
|
261
|
+
│ ├── Design → Prototype / "Build" (Code-Native UI Design Engine & Figma Alternative)
|
|
262
|
+
│ └── Styler → Production / "Ship" (Framework Styler & RTL Polish Engine)
|
|
263
|
+
│
|
|
264
|
+
├── Development Skills
|
|
265
|
+
│ ├── HTML → Content & Static (Semantic SEO & Static Platform Starter)
|
|
266
|
+
│ ├── HTMX → Hypermedia (Server-Driven Micro-Interactions)
|
|
267
|
+
│ ├── JS → Vanilla SPA (Framework-Free Reactive ES Modules)
|
|
268
|
+
│ ├── PHP → Server-Rendered (Modern PHP 8.x Component UI & Architecture)
|
|
269
|
+
│ └── Next → Multi-Tenant SaaS (Next.js 16, React 19, Supabase RLS & Dev-Perf)
|
|
270
|
+
│
|
|
271
|
+
└── Growth Skills
|
|
272
|
+
└── Marketing → Growth / Revenue (Direct Response, Pillar SEO & Content Lifecycles)
|
|
273
|
+
```
|
|
274
|
+
|
|
275
|
+
### 💎 Frontend Triad
|
|
276
|
+
|
|
277
|
+
```
|
|
278
|
+
TidyFactor
|
|
279
|
+
│
|
|
280
|
+
┌─────────┼─────────┐
|
|
281
|
+
│ │ │
|
|
282
|
+
Cinematic Design Styler
|
|
283
|
+
│ │ │
|
|
284
|
+
Experience Prototype Production
|
|
285
|
+
│ │ │
|
|
286
|
+
"Wow" "Build" "Ship"
|
|
287
|
+
```
|
|
288
|
+
|
|
289
|
+
### 📦 Community Package & Skill Parity
|
|
290
|
+
|
|
291
|
+
| Track | Category | GitHub Repository | Agent Skill | NPM Package |
|
|
292
|
+
| :--- | :--- | :--- | :--- | :--- |
|
|
293
|
+
| **Cinematic** | Design | [`TidyFactor/Cinematic`](https://github.com/TidyFactor/Cinematic) | `tidyfactor-cinematic` | [`@tidyfactor/cinematic`](https://www.npmjs.com/package/@tidyfactor/cinematic) |
|
|
294
|
+
| **Design** | Design | [`TidyFactor/Design`](https://github.com/TidyFactor/Design) | `tidyfactor-design` | [`@tidyfactor/design`](https://www.npmjs.com/package/@tidyfactor/design) |
|
|
295
|
+
| **Styler** | Design | [`TidyFactor/Styler`](https://github.com/TidyFactor/Styler) | `tidyfactor-styler` | [`@tidyfactor/styler`](https://www.npmjs.com/package/@tidyfactor/styler) |
|
|
296
|
+
| **Next** | Development | [`TidyFactor/Next`](https://github.com/TidyFactor/Next) | `tidyfactor-next` | [`@tidyfactor/next`](https://www.npmjs.com/package/@tidyfactor/next) |
|
|
297
|
+
| **HTML** | Development | [`TidyFactor/HTML`](https://github.com/TidyFactor/HTML) | `tidyfactor-html` | [`@tidyfactor/html`](https://www.npmjs.com/package/@tidyfactor/html) |
|
|
298
|
+
| **HTMX** | Development | [`TidyFactor/HTMX`](https://github.com/TidyFactor/HTMX) | `tidyfactor-htmx` | [`@tidyfactor/htmx`](https://www.npmjs.com/package/@tidyfactor/htmx) |
|
|
299
|
+
| **JS** | Development | [`TidyFactor/JS`](https://github.com/TidyFactor/JS) | `tidyfactor-js` | [`@tidyfactor/js`](https://www.npmjs.com/package/@tidyfactor/js) |
|
|
300
|
+
| **PHP** | Development | [`TidyFactor/PHP`](https://github.com/TidyFactor/PHP) | `tidyfactor-php` | [`@tidyfactor/php`](https://www.npmjs.com/package/@tidyfactor/php) |
|
|
301
|
+
| **Marketing** | Growth | [`TidyFactor/Marketing`](https://github.com/TidyFactor/Marketing) | `tidyfactor-marketing` | [`@tidyfactor/marketing`](https://www.npmjs.com/package/@tidyfactor/marketing) |
|
|
302
|
+
|
|
303
|
+
---
|
|
304
|
+
|
|
305
|
+
## 👨💻 Organization & Support
|
|
306
|
+
|
|
307
|
+
- 🌐 **Official Website:** [https://tidyfactor.com/](https://tidyfactor.com/)
|
|
308
|
+
- 📚 **Official Documentation:** [https://tidyfactor.com/documentation](https://tidyfactor.com/documentation)
|
|
309
|
+
- 🤝 **Official Partner Website:** [Alwkala Digital Agency](https://alwkala.com/)
|
|
310
|
+
- 🐙 **GitHub Organization:** [github.com/TidyFactor](https://github.com/TidyFactor)
|
|
311
|
+
- 📧 **Business Inquiries:** [hello@tidyfactor.com](mailto:hello@tidyfactor.com)
|
|
312
|
+
- 📱 **WhatsApp:** [+20 101 665 6899](https://wa.me/201016656899)
|
|
313
|
+
- 📞 **Phone:** +20 101 665 6899
|
|
314
|
+
- 📍 **Location:** Cairo, Egypt
|
|
315
|
+
|
|
316
|
+
---
|
|
317
|
+
|
|
318
|
+
## 📜 License
|
|
319
|
+
|
|
320
|
+
Licensed under the **Apache License 2.0**. Copyright (c) 2026 [TidyFactor](https://tidyfactor.com) & [Alwkala](https://alwkala.com).
|
package/README.pt.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
# tidyfactor-marketing `v1.2.0`
|
|
4
|
+
|
|
5
|
+
**Motor de Marketing de Resposta Direta, Lançamentos e Crescimento para Agentes de IA**
|
|
6
|
+
|
|
7
|
+
[](https://www.npmjs.com/package/@tidyfactor/marketing)
|
|
8
|
+
[](LICENSE)
|
|
9
|
+
|
|
10
|
+
[ English ](README.md) • [ العربية ](README.ar.md) • [ فارسی ](README.fa.md) • [ Español ](README.es.md) • [ Português ](README.pt.md) • [ 简体中文 ](README.zh.md) • [ Deutsch ](README.de.md) • [ Français ](README.fr.md)
|
|
11
|
+
|
|
12
|
+
</div>
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## ⚡ Início Rápido (Quickstart)
|
|
17
|
+
|
|
18
|
+
```bash
|
|
19
|
+
# Instalação e execução via NPX
|
|
20
|
+
npx @tidyfactor/cli-marketing
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
Ou execute diretamente dentro do seu assistente de IA (*Google Antigravity, Claude Code, Cursor, Codex*):
|
|
24
|
+
```text
|
|
25
|
+
/tidyfactor-marketing
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## 📋 Matriz de Comandos Principais
|
|
31
|
+
|
|
32
|
+
| Comando | Objetivo e Resultado | Fluxo de Trabalho |
|
|
33
|
+
|---|---|---|
|
|
34
|
+
| `/brief` | Briefing de posicionamiento y audiencia | `workflows/brief.md` |
|
|
35
|
+
| `/strategy` | Estrategia integral de marketing y conversión | `workflows/strategy.md` |
|
|
36
|
+
| `/content` | Pillars de contenido y clusters SEO | `workflows/content.md` |
|
|
37
|
+
| `/social` | Estrategia de redes sociales y copies de anuncios | `workflows/social.md` |
|
|
38
|
+
| `/email` | Secuencias de email y ciclos de retención | `workflows/email.md` |
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## 📖 Especificação Técnica Canônica
|
|
43
|
+
|
|
44
|
+
Para a arquitetura detalhada, esquemas JSON completos e código fonte nativo, consulte a [Documentação Técnica Canônica em Inglês (README.md)](README.md).
|
package/README.zh.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
# tidyfactor-marketing `v1.2.0`
|
|
4
|
+
|
|
5
|
+
**面向 AI 智能体的直接反应式营销、产品发布与增长引擎**
|
|
6
|
+
|
|
7
|
+
[](https://www.npmjs.com/package/@tidyfactor/marketing)
|
|
8
|
+
[](LICENSE)
|
|
9
|
+
|
|
10
|
+
[ English ](README.md) • [ العربية ](README.ar.md) • [ فارسی ](README.fa.md) • [ Español ](README.es.md) • [ Português ](README.pt.md) • [ 简体中文 ](README.zh.md) • [ Deutsch ](README.de.md) • [ Français ](README.fr.md)
|
|
11
|
+
|
|
12
|
+
</div>
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## ⚡ 快速上手 (Quickstart)
|
|
17
|
+
|
|
18
|
+
```bash
|
|
19
|
+
# 通过 NPX 快速运行
|
|
20
|
+
npx @tidyfactor/cli-marketing
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
或在 AI 编码助手 (*Google Antigravity, Claude Code, Cursor, Codex*) 中调用:
|
|
24
|
+
```text
|
|
25
|
+
/tidyfactor-marketing
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## 📋 核心命令矩阵
|
|
31
|
+
|
|
32
|
+
| 命令 | 目标与产出 | 执行工作流 |
|
|
33
|
+
|---|---|---|
|
|
34
|
+
| `/brief` | Briefing de posicionamiento y audiencia | `workflows/brief.md` |
|
|
35
|
+
| `/strategy` | Estrategia integral de marketing y conversión | `workflows/strategy.md` |
|
|
36
|
+
| `/content` | Pillars de contenido y clusters SEO | `workflows/content.md` |
|
|
37
|
+
| `/social` | Estrategia de redes sociales y copies de anuncios | `workflows/social.md` |
|
|
38
|
+
| `/email` | Secuencias de email y ciclos de retención | `workflows/email.md` |
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## 📖 完整技术规范与文档
|
|
43
|
+
|
|
44
|
+
如需查看深层架构设计、完整 JSON Schema 契约和原生代码,请参阅[英文权威技术文档 (README.md)](README.md)。
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Skill Registry — tidyfactor-marketing
|
|
2
|
+
|
|
3
|
+
> Part of the **[TidyFactor Skills-LAB](../)** ecosystem.
|
|
4
|
+
> Vision: **[TidyFactor-VISION.md](../TidyFactor-VISION.md)**
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## Identity (100% Unified Naming)
|
|
9
|
+
|
|
10
|
+
| Field | Value |
|
|
11
|
+
|---|---|
|
|
12
|
+
| **Unified Tool Name** | `tidyfactor-marketing` |
|
|
13
|
+
| **NPM Package** | [`@tidyfactor/marketing`](https://www.npmjs.com/package/@tidyfactor/marketing) |
|
|
14
|
+
| **CLI Execution Command** | `npx @tidyfactor/cli-marketing` or `npx tidyfactor-marketing` |
|
|
15
|
+
| **Skill Injection Command** | `npx @tidyfactor/cli-marketing add-skill` or `npx tidyfactor-marketing add-skill` |
|
|
16
|
+
| **GitHub Repository** | [alwkala/tidyfactor-marketing](https://github.com/alwkala/tidyfactor-marketing) |
|
|
17
|
+
| **Version** | `1.0.0` |
|
|
18
|
+
| **Category** | AI Direct Response Marketing & 360° Growth Engine |
|
|
19
|
+
| **Output** | `campaigns/`, `content/`, `ads/`, `funnels/`, `lifecycle/` |
|
|
20
|
+
| **Ecosystem Track** | `marketing` |
|
|
21
|
+
| **Target Runtime** | Node.js >= 18.0.0, Python >= 3.10 |
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## Supported Pillars & Command Dispatchers
|
|
26
|
+
|
|
27
|
+
```
|
|
28
|
+
tidyfactor-marketing/
|
|
29
|
+
├── references/commands/strategy.md -> Campaign Strategy & Phased Launches (T-30 to T+14)
|
|
30
|
+
├── references/commands/content.md -> Multi-Platform Content, SEO Pillar-Cluster & Newsletters
|
|
31
|
+
├── references/commands/social.md -> LinkedIn B2B, Instagram/TikTok 0-3s Hooks, 0-1k Roadmap
|
|
32
|
+
├── references/commands/email.md -> Lead Magnets, Welcome Drips, Cart Recovery, Win-Backs
|
|
33
|
+
├── references/commands/advertising.md -> 3-Angle Ad Matrices, 7-Dimension CRO Landing Pages, Meta/Google
|
|
34
|
+
├── references/commands/promotions.md -> 72-Hour Flash Sales, Decoy Pricing Architecture, Viral Contests
|
|
35
|
+
└── references/commands/growth.md -> Retention & Churn Reduction, Loyalty Programs, Referral Loops
|
|
36
|
+
```
|
package/SKILL.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: tidyfactor-marketing
|
|
3
|
+
description: "Production-grade AI marketing and growth engine with Contextual Decision Layer (CDL) & MENA Intelligence. Handles 7 pillars and 28 capabilities: brand voice, campaign strategy, product launches, SEO pillar-clusters, social media, email lifecycles, and paid ads. Trigger on commands 'brief', 'strategy', 'content', 'social', 'email', 'advertising', 'promotions', 'growth', or requests for marketing plans, ad copy, and launch campaigns."
|
|
4
|
+
---
|
|
5
|
+
# TidyFactor Marketing Engine
|
|
6
|
+
|
|
7
|
+
A command dispatcher. This file routes marketing and growth intents to the corresponding command, workflow, and memory modules. It holds zero procedural copy or execution logic.
|
|
8
|
+
|
|
9
|
+
## Commands
|
|
10
|
+
|
|
11
|
+
| User Intent / Capability | Command | What It Loads |
|
|
12
|
+
|---|---|---|
|
|
13
|
+
| **Discovery**: Pre-flight marketing brief, strategic alignment, market baseline caching | `references/commands/brief.md` | `references/workflows/brief.md` + `references/memory/decision-points.md` + `references/memory/quality-bar.md` |
|
|
14
|
+
| **Strategy**: Brand voice & positioning statement, Competitive differentiation, Campaign strategy, Product launch plan | `references/commands/strategy.md` | `references/workflows/campaign-launch.md` + `references/memory/decision-points.md` + `references/memory/quality-bar.md` + `references/memory/frameworks.md` + `references/memory/arabic-writing.md` |
|
|
15
|
+
| **Content**: Social media posts, SEO strategy (Pillar + Cluster), Content calendar, Newsletter strategy | `references/commands/content.md` | `references/workflows/content-engine.md` + `references/memory/decision-points.md` + `references/memory/quality-bar.md` + `references/memory/frameworks.md` + `references/memory/arabic-writing.md` |
|
|
16
|
+
| **Social Media**: LinkedIn B2B & Founder personal branding, Instagram strategy, TikTok strategy, Social media audit | `references/commands/social.md` | `references/workflows/social-growth.md` + `references/memory/decision-points.md` + `references/memory/quality-bar.md` + `references/memory/platform-specs.md` |
|
|
17
|
+
| **Email**: Grow email list, Welcome email sequence, Abandoned cart emails, Win-back flows | `references/commands/email.md` | `references/workflows/email-lifecycle.md` + `references/memory/decision-points.md` + `references/memory/quality-bar.md` + `references/memory/lifecycle-flows.md` + `references/memory/arabic-writing.md` |
|
|
18
|
+
| **Advertising**: Write ad copy, Landing page strategy, Facebook/Meta ads plan, Google Ads plan, First ad campaign | `references/commands/advertising.md` | `references/workflows/paid-acquisition.md` + `references/memory/decision-points.md` + `references/memory/quality-bar.md` + `references/memory/ad-copy-templates.md` + `references/memory/arabic-writing.md` |
|
|
19
|
+
| **Promotions**: Plan a sale / Flash sales, Giveaway or contest, Margin-safe coupon strategy, Decoy pricing | `references/commands/promotions.md` | `references/workflows/promo-conversion.md` + `references/memory/decision-points.md` + `references/memory/quality-bar.md` + `references/memory/promotions-math.md` |
|
|
20
|
+
| **Growth**: Customer retention & churn reduction, Loyalty program design, Referral program, Influencer outreach | `references/commands/growth.md` | `references/workflows/viral-retention.md` + `references/memory/decision-points.md` + `references/memory/quality-bar.md` + `references/memory/frameworks.md` |
|
|
21
|
+
|
|
22
|
+
## Non-Negotiable Quality Constraints
|
|
23
|
+
|
|
24
|
+
1. **Contextual Decision Layer (CDL)**: Resolve regional, voice, and offer baseline via `.tidyfactor/marketing-brief.md` or thin protocol in `references/memory/decision-points.md` before generating campaigns.
|
|
25
|
+
2. **7-Axis Pre-Emit Self-Critique (`P/H/E/S/R/V/D`)**: All output must self-audit against Pain Specificity, Hook Power, Execution, Stage Fit, Restraint, Voice, and Decision Alignment (`quality-bar.md`).
|
|
26
|
+
3. **Multi-Angle Requirement**: All ad copy generation must produce at least 3 distinct psychological angles (Pain/Loss Aversion, Logic/ROI/Efficiency, and Aspiration/Social Proof).
|
|
27
|
+
4. **Margin Protection Rule**: Any discounting or promotional strategy must verify unit gross margins and prioritize threshold-based AOV expansion over arbitrary price slashing.
|
|
28
|
+
5. **Bilingual Direct Response & Native Arabic**: Compose Arabic copy natively per `arabic-writing.md` using Modern Standard Arabic (فصحى معاصرة رنانة) or calibrated regional dialects without mechanical translation artifacts.
|
|
29
|
+
6. **MENA Platform & Trust Calibration**: Adhere to country-specific platform rankings, trust signals, and payment methods (`platform-specs.md`).
|
|
30
|
+
|
package/VISION.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# TidyFactor Vision
|
|
2
|
+
|
|
3
|
+
This skill is part of the **TidyFactor Ecosystem**.
|
|
4
|
+
|
|
5
|
+
The TidyFactor Vision is maintained as the single source of truth at the Skills-LAB level:
|
|
6
|
+
|
|
7
|
+
👉 **[Read the full TidyFactor Vision](../TidyFactor-VISION.md)**
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## TidyFactor-Marketing — Track Summary
|
|
12
|
+
|
|
13
|
+
**TidyFactor-Marketing** is the AI direct-response marketing and 360° growth engine within the TidyFactor ecosystem.
|
|
14
|
+
|
|
15
|
+
It provides data-driven campaign architecture, high-converting copywriting, SEO topic clusters, B2B thought-leadership playbooks, retention and loyalty mechanics, and mathematical margin safeguards across all channels.
|
|
16
|
+
|
|
17
|
+
### How this track fits the TidyFactor vision
|
|
18
|
+
|
|
19
|
+
| TidyFactor Principle | How Marketing Delivers It |
|
|
20
|
+
|---|---|
|
|
21
|
+
| **Structure over Complexity** | Centralized commands, workflows, and memory — zero ad-hoc platitudes. |
|
|
22
|
+
| **Evidence-First Quality** | Every sentence must carry a mechanism, a concrete number, or a verifiable proof point. |
|
|
23
|
+
| **Bilingual Mastery** | Native Arabic (فصحى معاصرة رنانة) and English direct-response parity. |
|
|
24
|
+
| **Margin Protection** | Growth at positive unit economics — zero arbitrary price slashing. |
|
|
25
|
+
| **Zero Per-Page Fluff** | Clean, modular markdown artifacts ready for immediate production deployment. |
|
|
Binary file
|
|
Binary file
|
package/bin/add-skill.js
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
const fs = require('fs');
|
|
4
|
+
const path = require('path');
|
|
5
|
+
|
|
6
|
+
/* Lightweight Zero-Dependency ANSI formatting */
|
|
7
|
+
const chalk = {
|
|
8
|
+
cyan: (str) => `\x1b[36m${str}\x1b[0m`,
|
|
9
|
+
green: (str) => `\x1b[32m${str}\x1b[0m`,
|
|
10
|
+
yellow: (str) => `\x1b[33m${str}\x1b[0m`,
|
|
11
|
+
red: (str) => `\x1b[31m${str}\x1b[0m`,
|
|
12
|
+
bold: (str) => `\x1b[1m${str}\x1b[0m`,
|
|
13
|
+
dim: (str) => `\x1b[2m${str}\x1b[0m`,
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
const PACKAGE_ROOT = path.resolve(__dirname, '..');
|
|
17
|
+
const targetDir = process.cwd();
|
|
18
|
+
const skillDestDir = path.join(targetDir, '.agents', 'skills', 'tidyfactor-marketing');
|
|
19
|
+
|
|
20
|
+
console.log(chalk.cyan(`\nInjecting TidyFactor Marketing Skill into: ${targetDir}...`));
|
|
21
|
+
|
|
22
|
+
fs.mkdirSync(skillDestDir, { recursive: true });
|
|
23
|
+
|
|
24
|
+
const copyDir = (src, dest) => {
|
|
25
|
+
fs.mkdirSync(dest, { recursive: true });
|
|
26
|
+
for (const item of fs.readdirSync(src)) {
|
|
27
|
+
const srcItem = path.join(src, item);
|
|
28
|
+
const destItem = path.join(dest, item);
|
|
29
|
+
if (fs.statSync(srcItem).isDirectory()) {
|
|
30
|
+
copyDir(srcItem, destItem);
|
|
31
|
+
} else {
|
|
32
|
+
fs.copyFileSync(srcItem, destItem);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
// Copy references and root files
|
|
38
|
+
const filesToCopy = ['SKILL.md', 'package.json', 'README.md', 'README.ar.md', 'LICENSE', 'brand.json', '.tidyfactor'];
|
|
39
|
+
for (const f of filesToCopy) {
|
|
40
|
+
const srcFile = path.join(PACKAGE_ROOT, f);
|
|
41
|
+
if (fs.existsSync(srcFile)) {
|
|
42
|
+
fs.copyFileSync(srcFile, path.join(skillDestDir, f));
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
if (fs.existsSync(path.join(PACKAGE_ROOT, 'references'))) {
|
|
47
|
+
copyDir(path.join(PACKAGE_ROOT, 'references'), path.join(skillDestDir, 'references'));
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
console.log(chalk.bold(chalk.green(`✅ TidyFactor Marketing Skill injected successfully into .agents/skills/tidyfactor-marketing!\n`)));
|