@mytechtoday/augment-extensions 0.4.0 → 0.7.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/README.md +6 -6
- package/augment-extensions/domain-rules/design/color/themes/catppuccin-latte/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/catppuccin-latte/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/catppuccin-mocha/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/catppuccin-mocha/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/dracula/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/dracula/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/gruvbox-dark/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/gruvbox-dark/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/gruvbox-light/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/gruvbox-light/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/high-contrast/README.md +27 -0
- package/augment-extensions/domain-rules/design/color/themes/high-contrast/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/monokai/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/monokai/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/nord/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/nord/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/one-dark/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/one-dark/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/one-light/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/one-light/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/solarized-dark/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/solarized-dark/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/solarized-light/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/solarized-light/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/tokyo-night/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/tokyo-night/module.json +26 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/README.md +136 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/SCHEMA-VALIDATION-REPORT.md +216 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/brand-kit-example.yaml +292 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/campaign-brief-example.yaml +389 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/content-calendar-example.yaml +643 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/email-newsletter-example.md +376 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/landing-page-example.md +934 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/ppc-ad-copy-example.md +301 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/seo-blog-post-example.md +347 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/social-media-campaign-example.md +606 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/module.json +50 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/affiliate-influencer-marketing.md +593 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/asset-management.md +418 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/brand-consistency.md +210 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/content-marketing.md +337 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/conversion-optimization.md +455 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/direct-sales.md +499 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/email-marketing.md +439 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/legal-compliance.md +227 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/ppc-advertising.md +569 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/seo-optimization.md +470 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/social-media-marketing.md +414 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/universal-marketing.md +177 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/schemas/asset-inventory.schema.json +247 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/schemas/brand-kit.schema.json +326 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/schemas/campaign-brief.schema.json +342 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/schemas/color-palette.schema.json +223 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/schemas/content-template.schema.json +383 -0
- package/augment-extensions/workflows/beads-integration/IMPLEMENTATION-STATUS.md +145 -0
- package/augment-extensions/workflows/beads-integration/README.md +143 -0
- package/augment-extensions/workflows/beads-integration/config/defaults.json +32 -0
- package/augment-extensions/workflows/beads-integration/config/schema.json +140 -0
- package/augment-extensions/workflows/beads-integration/examples/basic-task-generation.md +293 -0
- package/augment-extensions/workflows/beads-integration/module.json +75 -0
- package/augment-extensions/workflows/beads-integration/rules/core-rules.md +219 -0
- package/augment-extensions/workflows/beads-integration/rules/effectiveness-standards.md +256 -0
- package/augment-extensions/workflows/beads-integration/rules/task-generation.md +607 -0
- package/augment-extensions/writing-standards/screenplay/README.md +135 -6
- package/augment-extensions/writing-standards/screenplay/_templates/README.md +121 -0
- package/augment-extensions/writing-standards/screenplay/_templates/genre-template.md +153 -0
- package/augment-extensions/writing-standards/screenplay/_templates/style-template.md +243 -0
- package/augment-extensions/writing-standards/screenplay/_templates/theme-template.md +213 -0
- package/augment-extensions/writing-standards/screenplay/examples/beat-sheet-example.yaml +95 -0
- package/augment-extensions/writing-standards/screenplay/examples/character-profile-example.yaml +116 -0
- package/augment-extensions/writing-standards/screenplay/examples/commercial-30sec.fountain +151 -0
- package/augment-extensions/writing-standards/screenplay/examples/independent-monologue.fountain +67 -0
- package/augment-extensions/writing-standards/screenplay/examples/news-segment.fountain +142 -0
- package/augment-extensions/writing-standards/screenplay/examples/plot-outline-example.yaml +184 -0
- package/augment-extensions/writing-standards/screenplay/examples/tv-episode-teaser.fountain +204 -0
- package/augment-extensions/writing-standards/screenplay/genres/README.md +181 -0
- package/augment-extensions/writing-standards/screenplay/genres/examples/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/genres/module.json +70 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/action.md +399 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/adventure.md +407 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/animation.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/biographical.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/comedy.md +401 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/documentary.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/drama.md +409 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/fantasy.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/historical.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/horror.md +268 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/musical.md +294 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/mystery.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/noir.md +294 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/romance.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/sci-fi.md +289 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/superhero.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/thriller.md +294 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/western.md +293 -0
- package/augment-extensions/writing-standards/screenplay/module.json +1 -1
- package/augment-extensions/writing-standards/screenplay/rules/aaa-hollywood-films.md +339 -0
- package/augment-extensions/writing-standards/screenplay/rules/ai-integration-testing.md +329 -0
- package/augment-extensions/writing-standards/screenplay/rules/character-development.md +169 -0
- package/augment-extensions/writing-standards/screenplay/rules/commercials.md +437 -0
- package/augment-extensions/writing-standards/screenplay/rules/dialogue-writing.md +263 -0
- package/augment-extensions/writing-standards/screenplay/rules/diversity-inclusion.md +261 -0
- package/augment-extensions/writing-standards/screenplay/rules/examples-guide.md +315 -0
- package/augment-extensions/writing-standards/screenplay/rules/formatting-validation.md +413 -0
- package/augment-extensions/writing-standards/screenplay/rules/fountain-format.md +372 -0
- package/augment-extensions/writing-standards/screenplay/rules/independent-films.md +374 -0
- package/augment-extensions/writing-standards/screenplay/rules/live-tv-productions.md +443 -0
- package/augment-extensions/writing-standards/screenplay/rules/narrative-structures.md +207 -0
- package/augment-extensions/writing-standards/screenplay/rules/news-broadcasts.md +444 -0
- package/augment-extensions/writing-standards/screenplay/rules/pacing-timing.md +331 -0
- package/augment-extensions/writing-standards/screenplay/rules/quality-review-checklist.md +334 -0
- package/augment-extensions/writing-standards/screenplay/rules/quick-reference.md +299 -0
- package/augment-extensions/writing-standards/screenplay/rules/screen-continuity.md +263 -0
- package/augment-extensions/writing-standards/screenplay/rules/streaming-content.md +412 -0
- package/augment-extensions/writing-standards/screenplay/rules/trope-management.md +370 -0
- package/augment-extensions/writing-standards/screenplay/rules/tv-series.md +374 -0
- package/augment-extensions/writing-standards/screenplay/rules/vscode-integration.md +277 -0
- package/augment-extensions/writing-standards/screenplay/rules/web-content.md +393 -0
- package/augment-extensions/writing-standards/screenplay/schemas/beat-sheet.json +332 -0
- package/augment-extensions/writing-standards/screenplay/schemas/character-profile.json +247 -0
- package/augment-extensions/writing-standards/screenplay/schemas/feature-selection.json +200 -0
- package/augment-extensions/writing-standards/screenplay/schemas/plot-outline.json +233 -0
- package/augment-extensions/writing-standards/screenplay/schemas/screenplay-config.json +245 -0
- package/augment-extensions/writing-standards/screenplay/schemas/trope-inventory.json +221 -0
- package/augment-extensions/writing-standards/screenplay/styles/README.md +159 -0
- package/augment-extensions/writing-standards/screenplay/styles/examples/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/styles/examples/style-applications.md +1449 -0
- package/augment-extensions/writing-standards/screenplay/styles/module.json +64 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/dialogue-centric.md +520 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/ensemble.md +499 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/epic.md +497 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/experimental.md +492 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/flashback.md +509 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/linear.md +490 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/minimalist.md +499 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/non-linear.md +501 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/poetic.md +499 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/realistic.md +498 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/satirical.md +499 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/surreal.md +508 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/voice-over.md +500 -0
- package/augment-extensions/writing-standards/screenplay/themes/README.md +158 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/common-mistakes-and-fixes.md +643 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/complete-scene-example.md +311 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/individual-theme-examples.md +562 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/multi-theme-weaving.md +538 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/theme-application-guide.md +432 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/theme-integration-across-acts.md +637 -0
- package/augment-extensions/writing-standards/screenplay/themes/module.json +66 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/ambition.md +458 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/betrayal.md +490 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/environment.md +458 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/fate.md +459 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/friendship.md +491 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/growth.md +491 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/identity.md +490 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/isolation.md +464 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/justice.md +461 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/love.md +489 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/power.md +494 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/redemption.md +483 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/revenge.md +489 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/survival.md +496 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/technology.md +463 -0
- package/cli/dist/cli.js +30 -1
- package/cli/dist/cli.js.map +1 -1
- package/cli/dist/commands/show.d.ts +23 -0
- package/cli/dist/commands/show.d.ts.map +1 -1
- package/cli/dist/commands/show.js +928 -10
- package/cli/dist/commands/show.js.map +1 -1
- package/cli/dist/types/gui.d.ts +62 -0
- package/cli/dist/types/gui.d.ts.map +1 -0
- package/cli/dist/types/gui.js +30 -0
- package/cli/dist/types/gui.js.map +1 -0
- package/cli/dist/utils/config-system.d.ts +111 -0
- package/cli/dist/utils/config-system.d.ts.map +1 -0
- package/cli/dist/utils/config-system.js +239 -0
- package/cli/dist/utils/config-system.js.map +1 -0
- package/cli/dist/utils/gui-helpers.d.ts +23 -0
- package/cli/dist/utils/gui-helpers.d.ts.map +1 -0
- package/cli/dist/utils/gui-helpers.js +159 -0
- package/cli/dist/utils/gui-helpers.js.map +1 -0
- package/cli/dist/utils/hook-system.d.ts +84 -0
- package/cli/dist/utils/hook-system.d.ts.map +1 -0
- package/cli/dist/utils/hook-system.js +151 -0
- package/cli/dist/utils/hook-system.js.map +1 -0
- package/cli/dist/utils/inspection-cache.d.ts +56 -0
- package/cli/dist/utils/inspection-cache.d.ts.map +1 -0
- package/cli/dist/utils/inspection-cache.js +166 -0
- package/cli/dist/utils/inspection-cache.js.map +1 -0
- package/cli/dist/utils/inspection-handlers.d.ts +75 -0
- package/cli/dist/utils/inspection-handlers.d.ts.map +1 -0
- package/cli/dist/utils/inspection-handlers.js +171 -0
- package/cli/dist/utils/inspection-handlers.js.map +1 -0
- package/cli/dist/utils/module-system.d.ts +81 -1
- package/cli/dist/utils/module-system.d.ts.map +1 -1
- package/cli/dist/utils/module-system.js +393 -16
- package/cli/dist/utils/module-system.js.map +1 -1
- package/cli/dist/utils/plugin-system.d.ts +133 -0
- package/cli/dist/utils/plugin-system.d.ts.map +1 -0
- package/cli/dist/utils/plugin-system.js +210 -0
- package/cli/dist/utils/plugin-system.js.map +1 -0
- package/cli/dist/utils/progress.d.ts +67 -0
- package/cli/dist/utils/progress.d.ts.map +1 -0
- package/cli/dist/utils/progress.js +146 -0
- package/cli/dist/utils/progress.js.map +1 -0
- package/cli/dist/utils/stream-reader.d.ts +34 -0
- package/cli/dist/utils/stream-reader.d.ts.map +1 -0
- package/cli/dist/utils/stream-reader.js +147 -0
- package/cli/dist/utils/stream-reader.js.map +1 -0
- package/cli/dist/utils/vscode-editor.d.ts +45 -0
- package/cli/dist/utils/vscode-editor.d.ts.map +1 -0
- package/cli/dist/utils/vscode-editor.js +171 -0
- package/cli/dist/utils/vscode-editor.js.map +1 -0
- package/cli/dist/utils/vscode-links.d.ts +49 -0
- package/cli/dist/utils/vscode-links.d.ts.map +1 -0
- package/cli/dist/utils/vscode-links.js +167 -0
- package/cli/dist/utils/vscode-links.js.map +1 -0
- package/modules.md +44 -2
- package/package.json +6 -4
|
@@ -0,0 +1,342 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://augment.dev/schemas/marketing/campaign-brief.json",
|
|
4
|
+
"title": "Campaign Brief",
|
|
5
|
+
"description": "JSON schema for marketing campaign planning and briefs with validation rules",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"required": ["campaignName", "objectives", "audience", "budget", "timeline"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"campaignName": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"description": "Campaign name"
|
|
12
|
+
},
|
|
13
|
+
"campaignId": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"description": "Unique campaign identifier"
|
|
16
|
+
},
|
|
17
|
+
"type": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"enum": ["product_launch", "brand_awareness", "lead_generation", "customer_retention", "event_promotion", "seasonal", "other"],
|
|
20
|
+
"description": "Campaign type"
|
|
21
|
+
},
|
|
22
|
+
"status": {
|
|
23
|
+
"type": "string",
|
|
24
|
+
"enum": ["planning", "approved", "in_progress", "paused", "completed", "cancelled"],
|
|
25
|
+
"description": "Campaign status"
|
|
26
|
+
},
|
|
27
|
+
"objectives": {
|
|
28
|
+
"type": "object",
|
|
29
|
+
"required": ["primary"],
|
|
30
|
+
"properties": {
|
|
31
|
+
"primary": {
|
|
32
|
+
"type": "object",
|
|
33
|
+
"required": ["goal", "metric", "target"],
|
|
34
|
+
"properties": {
|
|
35
|
+
"goal": {
|
|
36
|
+
"type": "string",
|
|
37
|
+
"description": "Primary campaign goal"
|
|
38
|
+
},
|
|
39
|
+
"metric": {
|
|
40
|
+
"type": "string",
|
|
41
|
+
"description": "Primary success metric"
|
|
42
|
+
},
|
|
43
|
+
"target": {
|
|
44
|
+
"type": ["number", "string"],
|
|
45
|
+
"description": "Target value for metric"
|
|
46
|
+
},
|
|
47
|
+
"timeframe": {
|
|
48
|
+
"type": "string",
|
|
49
|
+
"description": "Timeframe to achieve target"
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"secondary": {
|
|
54
|
+
"type": "array",
|
|
55
|
+
"items": {
|
|
56
|
+
"type": "object",
|
|
57
|
+
"required": ["goal", "metric", "target"],
|
|
58
|
+
"properties": {
|
|
59
|
+
"goal": { "type": "string" },
|
|
60
|
+
"metric": { "type": "string" },
|
|
61
|
+
"target": { "type": ["number", "string"] }
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"kpis": {
|
|
66
|
+
"type": "array",
|
|
67
|
+
"items": {
|
|
68
|
+
"type": "object",
|
|
69
|
+
"required": ["name", "target"],
|
|
70
|
+
"properties": {
|
|
71
|
+
"name": { "type": "string" },
|
|
72
|
+
"target": { "type": "string" },
|
|
73
|
+
"measurement": { "type": "string" }
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"audience": {
|
|
80
|
+
"type": "object",
|
|
81
|
+
"required": ["primary"],
|
|
82
|
+
"properties": {
|
|
83
|
+
"primary": {
|
|
84
|
+
"type": "object",
|
|
85
|
+
"properties": {
|
|
86
|
+
"segment": { "type": "string" },
|
|
87
|
+
"demographics": {
|
|
88
|
+
"type": "object",
|
|
89
|
+
"properties": {
|
|
90
|
+
"ageRange": { "type": "string" },
|
|
91
|
+
"gender": { "type": "array", "items": { "type": "string" } },
|
|
92
|
+
"location": { "type": "array", "items": { "type": "string" } },
|
|
93
|
+
"income": { "type": "string" },
|
|
94
|
+
"education": { "type": "string" },
|
|
95
|
+
"occupation": { "type": "array", "items": { "type": "string" } }
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
"psychographics": {
|
|
99
|
+
"type": "object",
|
|
100
|
+
"properties": {
|
|
101
|
+
"interests": { "type": "array", "items": { "type": "string" } },
|
|
102
|
+
"values": { "type": "array", "items": { "type": "string" } },
|
|
103
|
+
"lifestyle": { "type": "string" },
|
|
104
|
+
"painPoints": { "type": "array", "items": { "type": "string" } }
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"behaviors": {
|
|
108
|
+
"type": "object",
|
|
109
|
+
"properties": {
|
|
110
|
+
"purchaseBehavior": { "type": "string" },
|
|
111
|
+
"mediaConsumption": { "type": "array", "items": { "type": "string" } },
|
|
112
|
+
"brandAffinity": { "type": "array", "items": { "type": "string" } }
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"secondary": {
|
|
118
|
+
"type": "array",
|
|
119
|
+
"items": {
|
|
120
|
+
"$ref": "#/properties/audience/properties/primary"
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"messaging": {
|
|
126
|
+
"type": "object",
|
|
127
|
+
"properties": {
|
|
128
|
+
"keyMessage": {
|
|
129
|
+
"type": "string",
|
|
130
|
+
"description": "Primary campaign message"
|
|
131
|
+
},
|
|
132
|
+
"valueProposition": {
|
|
133
|
+
"type": "string",
|
|
134
|
+
"description": "Unique value proposition"
|
|
135
|
+
},
|
|
136
|
+
"supportingMessages": {
|
|
137
|
+
"type": "array",
|
|
138
|
+
"items": { "type": "string" }
|
|
139
|
+
},
|
|
140
|
+
"callToAction": {
|
|
141
|
+
"type": "array",
|
|
142
|
+
"items": { "type": "string" }
|
|
143
|
+
},
|
|
144
|
+
"tone": {
|
|
145
|
+
"type": "array",
|
|
146
|
+
"items": {
|
|
147
|
+
"type": "string",
|
|
148
|
+
"enum": ["professional", "casual", "humorous", "serious", "inspirational", "urgent", "friendly", "authoritative"]
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"channels": {
|
|
154
|
+
"type": "array",
|
|
155
|
+
"items": {
|
|
156
|
+
"type": "object",
|
|
157
|
+
"required": ["channel", "budget"],
|
|
158
|
+
"properties": {
|
|
159
|
+
"channel": {
|
|
160
|
+
"type": "string",
|
|
161
|
+
"enum": ["email", "social_media", "ppc", "seo", "content_marketing", "display_ads", "video", "influencer", "events", "pr", "direct_mail", "other"]
|
|
162
|
+
},
|
|
163
|
+
"platform": {
|
|
164
|
+
"type": "string",
|
|
165
|
+
"description": "Specific platform (e.g., 'Facebook', 'Google Ads')"
|
|
166
|
+
},
|
|
167
|
+
"budget": {
|
|
168
|
+
"type": "string",
|
|
169
|
+
"description": "Budget allocated to this channel"
|
|
170
|
+
},
|
|
171
|
+
"tactics": {
|
|
172
|
+
"type": "array",
|
|
173
|
+
"items": { "type": "string" }
|
|
174
|
+
},
|
|
175
|
+
"kpis": {
|
|
176
|
+
"type": "array",
|
|
177
|
+
"items": { "type": "string" }
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"budget": {
|
|
183
|
+
"type": "object",
|
|
184
|
+
"required": ["total"],
|
|
185
|
+
"properties": {
|
|
186
|
+
"total": {
|
|
187
|
+
"type": "string",
|
|
188
|
+
"description": "Total campaign budget"
|
|
189
|
+
},
|
|
190
|
+
"currency": {
|
|
191
|
+
"type": "string",
|
|
192
|
+
"default": "USD",
|
|
193
|
+
"description": "Currency code (ISO 4217)"
|
|
194
|
+
},
|
|
195
|
+
"breakdown": {
|
|
196
|
+
"type": "array",
|
|
197
|
+
"items": {
|
|
198
|
+
"type": "object",
|
|
199
|
+
"properties": {
|
|
200
|
+
"category": { "type": "string" },
|
|
201
|
+
"amount": { "type": "string" },
|
|
202
|
+
"percentage": { "type": "number", "minimum": 0, "maximum": 100 }
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
"timeline": {
|
|
209
|
+
"type": "object",
|
|
210
|
+
"required": ["startDate", "endDate"],
|
|
211
|
+
"properties": {
|
|
212
|
+
"startDate": {
|
|
213
|
+
"type": "string",
|
|
214
|
+
"format": "date",
|
|
215
|
+
"description": "Campaign start date"
|
|
216
|
+
},
|
|
217
|
+
"endDate": {
|
|
218
|
+
"type": "string",
|
|
219
|
+
"format": "date",
|
|
220
|
+
"description": "Campaign end date"
|
|
221
|
+
},
|
|
222
|
+
"milestones": {
|
|
223
|
+
"type": "array",
|
|
224
|
+
"items": {
|
|
225
|
+
"type": "object",
|
|
226
|
+
"required": ["name", "date"],
|
|
227
|
+
"properties": {
|
|
228
|
+
"name": { "type": "string" },
|
|
229
|
+
"date": { "type": "string", "format": "date" },
|
|
230
|
+
"description": { "type": "string" },
|
|
231
|
+
"deliverables": { "type": "array", "items": { "type": "string" } }
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
"creative": {
|
|
238
|
+
"type": "object",
|
|
239
|
+
"properties": {
|
|
240
|
+
"theme": {
|
|
241
|
+
"type": "string",
|
|
242
|
+
"description": "Creative theme or concept"
|
|
243
|
+
},
|
|
244
|
+
"assets": {
|
|
245
|
+
"type": "array",
|
|
246
|
+
"items": {
|
|
247
|
+
"type": "object",
|
|
248
|
+
"properties": {
|
|
249
|
+
"type": {
|
|
250
|
+
"type": "string",
|
|
251
|
+
"enum": ["image", "video", "copy", "landing_page", "email_template", "ad_creative", "other"]
|
|
252
|
+
},
|
|
253
|
+
"name": { "type": "string" },
|
|
254
|
+
"url": { "type": "string", "format": "uri" },
|
|
255
|
+
"status": {
|
|
256
|
+
"type": "string",
|
|
257
|
+
"enum": ["planned", "in_progress", "review", "approved", "completed"]
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
"brandGuidelines": {
|
|
263
|
+
"type": "string",
|
|
264
|
+
"format": "uri",
|
|
265
|
+
"description": "Link to brand guidelines"
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"team": {
|
|
270
|
+
"type": "object",
|
|
271
|
+
"properties": {
|
|
272
|
+
"owner": {
|
|
273
|
+
"type": "string",
|
|
274
|
+
"description": "Campaign owner/manager"
|
|
275
|
+
},
|
|
276
|
+
"members": {
|
|
277
|
+
"type": "array",
|
|
278
|
+
"items": {
|
|
279
|
+
"type": "object",
|
|
280
|
+
"properties": {
|
|
281
|
+
"name": { "type": "string" },
|
|
282
|
+
"role": { "type": "string" },
|
|
283
|
+
"email": { "type": "string", "format": "email" }
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
"stakeholders": {
|
|
288
|
+
"type": "array",
|
|
289
|
+
"items": { "type": "string" }
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"tracking": {
|
|
294
|
+
"type": "object",
|
|
295
|
+
"properties": {
|
|
296
|
+
"utmParameters": {
|
|
297
|
+
"type": "object",
|
|
298
|
+
"properties": {
|
|
299
|
+
"source": { "type": "string" },
|
|
300
|
+
"medium": { "type": "string" },
|
|
301
|
+
"campaign": { "type": "string" },
|
|
302
|
+
"term": { "type": "string" },
|
|
303
|
+
"content": { "type": "string" }
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
"conversionGoals": {
|
|
307
|
+
"type": "array",
|
|
308
|
+
"items": {
|
|
309
|
+
"type": "object",
|
|
310
|
+
"properties": {
|
|
311
|
+
"name": { "type": "string" },
|
|
312
|
+
"type": { "type": "string" },
|
|
313
|
+
"value": { "type": "number" }
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"reportingFrequency": {
|
|
318
|
+
"type": "string",
|
|
319
|
+
"enum": ["daily", "weekly", "biweekly", "monthly"],
|
|
320
|
+
"description": "How often to report on campaign performance"
|
|
321
|
+
},
|
|
322
|
+
"dashboardUrl": {
|
|
323
|
+
"type": "string",
|
|
324
|
+
"format": "uri",
|
|
325
|
+
"description": "Link to campaign dashboard"
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
},
|
|
329
|
+
"metadata": {
|
|
330
|
+
"type": "object",
|
|
331
|
+
"properties": {
|
|
332
|
+
"version": { "type": "string" },
|
|
333
|
+
"created": { "type": "string", "format": "date-time" },
|
|
334
|
+
"lastUpdated": { "type": "string", "format": "date-time" },
|
|
335
|
+
"createdBy": { "type": "string" },
|
|
336
|
+
"approvedBy": { "type": "string" },
|
|
337
|
+
"approvalDate": { "type": "string", "format": "date" }
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://augment.dev/schemas/marketing/color-palette.json",
|
|
4
|
+
"title": "Color Palette",
|
|
5
|
+
"description": "JSON schema for color palettes with hex, RGB, CMYK values and accessibility validation",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"required": ["name", "colors"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"name": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"description": "Palette name"
|
|
12
|
+
},
|
|
13
|
+
"description": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"description": "Palette description and usage context"
|
|
16
|
+
},
|
|
17
|
+
"colors": {
|
|
18
|
+
"type": "array",
|
|
19
|
+
"description": "Array of colors in the palette",
|
|
20
|
+
"items": {
|
|
21
|
+
"type": "object",
|
|
22
|
+
"required": ["name", "hex"],
|
|
23
|
+
"properties": {
|
|
24
|
+
"name": {
|
|
25
|
+
"type": "string",
|
|
26
|
+
"description": "Color name (e.g., 'Primary Blue', 'Accent Red')"
|
|
27
|
+
},
|
|
28
|
+
"hex": {
|
|
29
|
+
"type": "string",
|
|
30
|
+
"pattern": "^#[0-9A-Fa-f]{6}$",
|
|
31
|
+
"description": "Hexadecimal color code (e.g., '#3B82F6')"
|
|
32
|
+
},
|
|
33
|
+
"rgb": {
|
|
34
|
+
"type": "object",
|
|
35
|
+
"required": ["r", "g", "b"],
|
|
36
|
+
"properties": {
|
|
37
|
+
"r": {
|
|
38
|
+
"type": "integer",
|
|
39
|
+
"minimum": 0,
|
|
40
|
+
"maximum": 255,
|
|
41
|
+
"description": "Red channel (0-255)"
|
|
42
|
+
},
|
|
43
|
+
"g": {
|
|
44
|
+
"type": "integer",
|
|
45
|
+
"minimum": 0,
|
|
46
|
+
"maximum": 255,
|
|
47
|
+
"description": "Green channel (0-255)"
|
|
48
|
+
},
|
|
49
|
+
"b": {
|
|
50
|
+
"type": "integer",
|
|
51
|
+
"minimum": 0,
|
|
52
|
+
"maximum": 255,
|
|
53
|
+
"description": "Blue channel (0-255)"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"hsl": {
|
|
58
|
+
"type": "object",
|
|
59
|
+
"required": ["h", "s", "l"],
|
|
60
|
+
"properties": {
|
|
61
|
+
"h": {
|
|
62
|
+
"type": "integer",
|
|
63
|
+
"minimum": 0,
|
|
64
|
+
"maximum": 360,
|
|
65
|
+
"description": "Hue (0-360 degrees)"
|
|
66
|
+
},
|
|
67
|
+
"s": {
|
|
68
|
+
"type": "integer",
|
|
69
|
+
"minimum": 0,
|
|
70
|
+
"maximum": 100,
|
|
71
|
+
"description": "Saturation (0-100%)"
|
|
72
|
+
},
|
|
73
|
+
"l": {
|
|
74
|
+
"type": "integer",
|
|
75
|
+
"minimum": 0,
|
|
76
|
+
"maximum": 100,
|
|
77
|
+
"description": "Lightness (0-100%)"
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"cmyk": {
|
|
82
|
+
"type": "object",
|
|
83
|
+
"required": ["c", "m", "y", "k"],
|
|
84
|
+
"properties": {
|
|
85
|
+
"c": {
|
|
86
|
+
"type": "integer",
|
|
87
|
+
"minimum": 0,
|
|
88
|
+
"maximum": 100,
|
|
89
|
+
"description": "Cyan (0-100%)"
|
|
90
|
+
},
|
|
91
|
+
"m": {
|
|
92
|
+
"type": "integer",
|
|
93
|
+
"minimum": 0,
|
|
94
|
+
"maximum": 100,
|
|
95
|
+
"description": "Magenta (0-100%)"
|
|
96
|
+
},
|
|
97
|
+
"y": {
|
|
98
|
+
"type": "integer",
|
|
99
|
+
"minimum": 0,
|
|
100
|
+
"maximum": 100,
|
|
101
|
+
"description": "Yellow (0-100%)"
|
|
102
|
+
},
|
|
103
|
+
"k": {
|
|
104
|
+
"type": "integer",
|
|
105
|
+
"minimum": 0,
|
|
106
|
+
"maximum": 100,
|
|
107
|
+
"description": "Key/Black (0-100%)"
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"pantone": {
|
|
112
|
+
"type": "string",
|
|
113
|
+
"description": "Pantone color code (e.g., 'PMS 286 C')"
|
|
114
|
+
},
|
|
115
|
+
"category": {
|
|
116
|
+
"type": "string",
|
|
117
|
+
"enum": ["primary", "secondary", "accent", "neutral", "semantic"],
|
|
118
|
+
"description": "Color category"
|
|
119
|
+
},
|
|
120
|
+
"usage": {
|
|
121
|
+
"type": "array",
|
|
122
|
+
"items": {
|
|
123
|
+
"type": "string",
|
|
124
|
+
"enum": ["background", "text", "border", "button", "link", "error", "warning", "success", "info"]
|
|
125
|
+
},
|
|
126
|
+
"description": "Recommended usage contexts"
|
|
127
|
+
},
|
|
128
|
+
"accessibility": {
|
|
129
|
+
"type": "object",
|
|
130
|
+
"description": "Accessibility information",
|
|
131
|
+
"properties": {
|
|
132
|
+
"wcagLevel": {
|
|
133
|
+
"type": "string",
|
|
134
|
+
"enum": ["AA", "AAA", "fail"],
|
|
135
|
+
"description": "WCAG compliance level when used as text on white"
|
|
136
|
+
},
|
|
137
|
+
"contrastRatioOnWhite": {
|
|
138
|
+
"type": "number",
|
|
139
|
+
"minimum": 1,
|
|
140
|
+
"description": "Contrast ratio against white background"
|
|
141
|
+
},
|
|
142
|
+
"contrastRatioOnBlack": {
|
|
143
|
+
"type": "number",
|
|
144
|
+
"minimum": 1,
|
|
145
|
+
"description": "Contrast ratio against black background"
|
|
146
|
+
},
|
|
147
|
+
"colorBlindSafe": {
|
|
148
|
+
"type": "boolean",
|
|
149
|
+
"description": "Whether color is distinguishable for color-blind users"
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
"minItems": 1
|
|
156
|
+
},
|
|
157
|
+
"combinations": {
|
|
158
|
+
"type": "array",
|
|
159
|
+
"description": "Recommended color combinations",
|
|
160
|
+
"items": {
|
|
161
|
+
"type": "object",
|
|
162
|
+
"required": ["name", "foreground", "background"],
|
|
163
|
+
"properties": {
|
|
164
|
+
"name": {
|
|
165
|
+
"type": "string",
|
|
166
|
+
"description": "Combination name (e.g., 'Primary Button')"
|
|
167
|
+
},
|
|
168
|
+
"foreground": {
|
|
169
|
+
"type": "string",
|
|
170
|
+
"description": "Foreground color name from palette"
|
|
171
|
+
},
|
|
172
|
+
"background": {
|
|
173
|
+
"type": "string",
|
|
174
|
+
"description": "Background color name from palette"
|
|
175
|
+
},
|
|
176
|
+
"contrastRatio": {
|
|
177
|
+
"type": "number",
|
|
178
|
+
"minimum": 1,
|
|
179
|
+
"description": "Calculated contrast ratio"
|
|
180
|
+
},
|
|
181
|
+
"wcagLevel": {
|
|
182
|
+
"type": "string",
|
|
183
|
+
"enum": ["AA", "AAA", "fail"],
|
|
184
|
+
"description": "WCAG compliance level"
|
|
185
|
+
},
|
|
186
|
+
"usage": {
|
|
187
|
+
"type": "string",
|
|
188
|
+
"description": "Recommended usage context"
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"metadata": {
|
|
194
|
+
"type": "object",
|
|
195
|
+
"properties": {
|
|
196
|
+
"version": {
|
|
197
|
+
"type": "string",
|
|
198
|
+
"description": "Palette version"
|
|
199
|
+
},
|
|
200
|
+
"created": {
|
|
201
|
+
"type": "string",
|
|
202
|
+
"format": "date-time",
|
|
203
|
+
"description": "Creation date"
|
|
204
|
+
},
|
|
205
|
+
"lastUpdated": {
|
|
206
|
+
"type": "string",
|
|
207
|
+
"format": "date-time",
|
|
208
|
+
"description": "Last update date"
|
|
209
|
+
},
|
|
210
|
+
"author": {
|
|
211
|
+
"type": "string",
|
|
212
|
+
"description": "Palette author"
|
|
213
|
+
},
|
|
214
|
+
"tags": {
|
|
215
|
+
"type": "array",
|
|
216
|
+
"items": { "type": "string" },
|
|
217
|
+
"description": "Searchable tags"
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
|