@mytechtoday/augment-extensions 0.4.0 → 0.5.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 +26 -1
- package/cli/dist/cli.js.map +1 -1
- package/cli/dist/commands/show.d.ts +19 -0
- package/cli/dist/commands/show.d.ts.map +1 -1
- package/cli/dist/commands/show.js +495 -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/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/module-system.d.ts +80 -1
- package/cli/dist/utils/module-system.d.ts.map +1 -1
- package/cli/dist/utils/module-system.js +388 -16
- package/cli/dist/utils/module-system.js.map +1 -1
- package/modules.md +44 -2
- package/package.json +6 -4
|
@@ -0,0 +1,393 @@
|
|
|
1
|
+
# Web Content
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
Web content for platforms like YouTube, TikTok, Instagram, and other digital platforms requires immediate hooks, platform-specific optimization, and engagement-driven storytelling designed for short attention spans and algorithm-driven distribution.
|
|
6
|
+
|
|
7
|
+
## Platform-Specific Formats
|
|
8
|
+
|
|
9
|
+
### YouTube
|
|
10
|
+
**Short-Form** (1-5 minutes):
|
|
11
|
+
- Quick tutorials
|
|
12
|
+
- Comedy sketches
|
|
13
|
+
- Reaction videos
|
|
14
|
+
- Vlogs
|
|
15
|
+
|
|
16
|
+
**Mid-Form** (5-15 minutes):
|
|
17
|
+
- Detailed content
|
|
18
|
+
- Narrative stories
|
|
19
|
+
- Documentary-style
|
|
20
|
+
- Educational content
|
|
21
|
+
|
|
22
|
+
**Long-Form** (15+ minutes):
|
|
23
|
+
- In-depth analysis
|
|
24
|
+
- Extended narratives
|
|
25
|
+
- Interview format
|
|
26
|
+
- Series content
|
|
27
|
+
|
|
28
|
+
### TikTok/Instagram Reels/YouTube Shorts
|
|
29
|
+
**Ultra-Short** (15-60 seconds):
|
|
30
|
+
- Immediate hook (first 3 seconds)
|
|
31
|
+
- Single concept/joke
|
|
32
|
+
- Vertical format (9:16)
|
|
33
|
+
- Text overlays
|
|
34
|
+
- Trending audio
|
|
35
|
+
|
|
36
|
+
### Instagram/Facebook
|
|
37
|
+
**Stories** (15 seconds per slide):
|
|
38
|
+
- Episodic content
|
|
39
|
+
- Behind-the-scenes
|
|
40
|
+
- Quick updates
|
|
41
|
+
- Interactive elements
|
|
42
|
+
|
|
43
|
+
**Feed Videos** (1-3 minutes):
|
|
44
|
+
- Polished content
|
|
45
|
+
- Square or vertical format
|
|
46
|
+
- Captions required
|
|
47
|
+
- Thumbnail optimization
|
|
48
|
+
|
|
49
|
+
## Core Principles
|
|
50
|
+
|
|
51
|
+
### The 3-Second Rule
|
|
52
|
+
**Hook Immediately**:
|
|
53
|
+
- Visual impact in first frame
|
|
54
|
+
- Intriguing question
|
|
55
|
+
- Shocking statement
|
|
56
|
+
- Action in progress
|
|
57
|
+
- Emotional trigger
|
|
58
|
+
|
|
59
|
+
**Bad Opening**:
|
|
60
|
+
```
|
|
61
|
+
FADE IN:
|
|
62
|
+
|
|
63
|
+
INT. BEDROOM - DAY
|
|
64
|
+
|
|
65
|
+
Sarah wakes up, stretches, and gets out of bed.
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
**Good Opening**:
|
|
69
|
+
```
|
|
70
|
+
SMASH CUT TO:
|
|
71
|
+
|
|
72
|
+
Sarah's phone EXPLODES with notifications. Her face
|
|
73
|
+
goes pale as she reads the screen.
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
### Engagement Optimization
|
|
77
|
+
**Techniques**:
|
|
78
|
+
- Pattern interrupts (every 5-10 seconds)
|
|
79
|
+
- Visual variety
|
|
80
|
+
- Text overlays for key points
|
|
81
|
+
- Music/sound effects
|
|
82
|
+
- Emotional peaks and valleys
|
|
83
|
+
- Call-to-action
|
|
84
|
+
|
|
85
|
+
### Retention Strategies
|
|
86
|
+
**Keep Viewers Watching**:
|
|
87
|
+
- Tease payoff early
|
|
88
|
+
- Build curiosity loops
|
|
89
|
+
- Use cliffhangers
|
|
90
|
+
- Promise value
|
|
91
|
+
- Deliver quickly
|
|
92
|
+
- Avoid slow burns
|
|
93
|
+
|
|
94
|
+
## Structure for Short-Form
|
|
95
|
+
|
|
96
|
+
### 15-60 Second Format
|
|
97
|
+
**Structure**:
|
|
98
|
+
1. **Hook** (0-3 seconds): Grab attention
|
|
99
|
+
2. **Setup** (3-10 seconds): Establish premise
|
|
100
|
+
3. **Development** (10-45 seconds): Build/escalate
|
|
101
|
+
4. **Payoff** (45-60 seconds): Deliver resolution
|
|
102
|
+
5. **CTA** (final 3 seconds): Like/follow/comment
|
|
103
|
+
|
|
104
|
+
**Example**:
|
|
105
|
+
```
|
|
106
|
+
HOOK (0-3s):
|
|
107
|
+
"This simple trick will change your life."
|
|
108
|
+
|
|
109
|
+
SETUP (3-10s):
|
|
110
|
+
Show problem everyone relates to.
|
|
111
|
+
|
|
112
|
+
DEVELOPMENT (10-45s):
|
|
113
|
+
Demonstrate solution step-by-step.
|
|
114
|
+
|
|
115
|
+
PAYOFF (45-60s):
|
|
116
|
+
Show amazing result.
|
|
117
|
+
|
|
118
|
+
CTA (final 3s):
|
|
119
|
+
"Follow for more tips!"
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
### 1-5 Minute Format
|
|
123
|
+
**Structure**:
|
|
124
|
+
1. **Hook** (0-10 seconds)
|
|
125
|
+
2. **Promise** (10-20 seconds): What viewer will get
|
|
126
|
+
3. **Content** (20 seconds - 4 minutes): Deliver value
|
|
127
|
+
4. **Recap** (final 30 seconds): Summarize key points
|
|
128
|
+
5. **CTA** (final 10 seconds): Subscribe/like/comment
|
|
129
|
+
|
|
130
|
+
## Viral Hooks
|
|
131
|
+
|
|
132
|
+
### Types of Hooks
|
|
133
|
+
**Question Hook**:
|
|
134
|
+
- "What would you do if..."
|
|
135
|
+
- "Have you ever wondered..."
|
|
136
|
+
- "Why does..."
|
|
137
|
+
|
|
138
|
+
**Shock Hook**:
|
|
139
|
+
- Unexpected visual
|
|
140
|
+
- Surprising statement
|
|
141
|
+
- Dramatic moment
|
|
142
|
+
- Controversial claim
|
|
143
|
+
|
|
144
|
+
**Relatability Hook**:
|
|
145
|
+
- "POV: You're..."
|
|
146
|
+
- "When you..."
|
|
147
|
+
- "That feeling when..."
|
|
148
|
+
|
|
149
|
+
**Curiosity Hook**:
|
|
150
|
+
- "You won't believe..."
|
|
151
|
+
- "The secret to..."
|
|
152
|
+
- "What happens next..."
|
|
153
|
+
|
|
154
|
+
**Value Hook**:
|
|
155
|
+
- "3 ways to..."
|
|
156
|
+
- "How to..."
|
|
157
|
+
- "The best..."
|
|
158
|
+
|
|
159
|
+
## Visual Storytelling
|
|
160
|
+
|
|
161
|
+
### Vertical Format (9:16)
|
|
162
|
+
**Composition**:
|
|
163
|
+
- Center important elements
|
|
164
|
+
- Use full vertical space
|
|
165
|
+
- Text in safe zones
|
|
166
|
+
- Face close-ups
|
|
167
|
+
- Dynamic framing
|
|
168
|
+
|
|
169
|
+
**Avoid**:
|
|
170
|
+
- Horizontal compositions
|
|
171
|
+
- Small text
|
|
172
|
+
- Wide shots
|
|
173
|
+
- Complex visuals
|
|
174
|
+
|
|
175
|
+
### Text Overlays
|
|
176
|
+
**Best Practices**:
|
|
177
|
+
- Large, readable fonts
|
|
178
|
+
- High contrast
|
|
179
|
+
- Animated text
|
|
180
|
+
- Key words emphasized
|
|
181
|
+
- Captions for accessibility
|
|
182
|
+
- Emoji for emphasis
|
|
183
|
+
|
|
184
|
+
**Placement**:
|
|
185
|
+
- Top third: Headlines
|
|
186
|
+
- Middle: Main content
|
|
187
|
+
- Bottom third: Captions/CTA
|
|
188
|
+
|
|
189
|
+
### Visual Pacing
|
|
190
|
+
**Techniques**:
|
|
191
|
+
- Quick cuts (every 2-3 seconds)
|
|
192
|
+
- Zoom transitions
|
|
193
|
+
- Jump cuts
|
|
194
|
+
- B-roll inserts
|
|
195
|
+
- Graphics and animations
|
|
196
|
+
- Color grading shifts
|
|
197
|
+
|
|
198
|
+
## Audio Considerations
|
|
199
|
+
|
|
200
|
+
### Music Selection
|
|
201
|
+
**Purpose**:
|
|
202
|
+
- Set tone and mood
|
|
203
|
+
- Increase energy
|
|
204
|
+
- Trending audio (TikTok/Reels)
|
|
205
|
+
- Copyright-free options
|
|
206
|
+
- Match pacing
|
|
207
|
+
|
|
208
|
+
### Sound Effects
|
|
209
|
+
**Usage**:
|
|
210
|
+
- Emphasize moments
|
|
211
|
+
- Create comedy
|
|
212
|
+
- Build tension
|
|
213
|
+
- Transition scenes
|
|
214
|
+
- Enhance impact
|
|
215
|
+
|
|
216
|
+
### Voiceover
|
|
217
|
+
**Delivery**:
|
|
218
|
+
- Energetic and engaging
|
|
219
|
+
- Clear enunciation
|
|
220
|
+
- Conversational tone
|
|
221
|
+
- Paced for retention
|
|
222
|
+
- Emotional variation
|
|
223
|
+
|
|
224
|
+
## Platform Algorithms
|
|
225
|
+
|
|
226
|
+
### YouTube Algorithm
|
|
227
|
+
**Optimization**:
|
|
228
|
+
- Click-through rate (thumbnail + title)
|
|
229
|
+
- Watch time (retention)
|
|
230
|
+
- Engagement (likes, comments, shares)
|
|
231
|
+
- Session time (keeps viewers on platform)
|
|
232
|
+
- Consistency (regular uploads)
|
|
233
|
+
|
|
234
|
+
### TikTok/Reels Algorithm
|
|
235
|
+
**Optimization**:
|
|
236
|
+
- Completion rate (watch to end)
|
|
237
|
+
- Re-watches
|
|
238
|
+
- Shares
|
|
239
|
+
- Comments
|
|
240
|
+
- Trending audio/hashtags
|
|
241
|
+
- Post timing
|
|
242
|
+
|
|
243
|
+
### Engagement Metrics
|
|
244
|
+
**Track**:
|
|
245
|
+
- View duration
|
|
246
|
+
- Drop-off points
|
|
247
|
+
- Engagement rate
|
|
248
|
+
- Share rate
|
|
249
|
+
- Click-through rate
|
|
250
|
+
- Conversion rate
|
|
251
|
+
|
|
252
|
+
## Content Categories
|
|
253
|
+
|
|
254
|
+
### Educational
|
|
255
|
+
**Structure**:
|
|
256
|
+
- Clear learning objective
|
|
257
|
+
- Step-by-step instruction
|
|
258
|
+
- Visual demonstrations
|
|
259
|
+
- Recap key points
|
|
260
|
+
- Actionable takeaways
|
|
261
|
+
|
|
262
|
+
### Entertainment
|
|
263
|
+
**Types**:
|
|
264
|
+
- Comedy sketches
|
|
265
|
+
- Challenges
|
|
266
|
+
- Reactions
|
|
267
|
+
- Parodies
|
|
268
|
+
- Storytelling
|
|
269
|
+
|
|
270
|
+
### Inspirational
|
|
271
|
+
**Elements**:
|
|
272
|
+
- Emotional journey
|
|
273
|
+
- Relatable struggle
|
|
274
|
+
- Transformation
|
|
275
|
+
- Uplifting message
|
|
276
|
+
- Call to action
|
|
277
|
+
|
|
278
|
+
### Behind-the-Scenes
|
|
279
|
+
**Content**:
|
|
280
|
+
- Process reveals
|
|
281
|
+
- Day-in-the-life
|
|
282
|
+
- Authentic moments
|
|
283
|
+
- Personality showcase
|
|
284
|
+
- Community building
|
|
285
|
+
|
|
286
|
+
## Call-to-Action (CTA)
|
|
287
|
+
|
|
288
|
+
### Types
|
|
289
|
+
**Engagement CTAs**:
|
|
290
|
+
- "Like if you agree"
|
|
291
|
+
- "Comment your thoughts"
|
|
292
|
+
- "Share with someone who needs this"
|
|
293
|
+
- "Which one are you?"
|
|
294
|
+
|
|
295
|
+
**Growth CTAs**:
|
|
296
|
+
- "Follow for more"
|
|
297
|
+
- "Subscribe for part 2"
|
|
298
|
+
- "Turn on notifications"
|
|
299
|
+
- "Check out my other videos"
|
|
300
|
+
|
|
301
|
+
**Conversion CTAs**:
|
|
302
|
+
- "Link in bio"
|
|
303
|
+
- "Visit my website"
|
|
304
|
+
- "Use code..."
|
|
305
|
+
- "Download now"
|
|
306
|
+
|
|
307
|
+
### Placement
|
|
308
|
+
- Verbal CTA at end
|
|
309
|
+
- Text overlay throughout
|
|
310
|
+
- Pin comment
|
|
311
|
+
- Description link
|
|
312
|
+
- End screen
|
|
313
|
+
|
|
314
|
+
## Series and Serialization
|
|
315
|
+
|
|
316
|
+
### Multi-Part Content
|
|
317
|
+
**Strategy**:
|
|
318
|
+
- Cliffhanger endings
|
|
319
|
+
- "Part 1 of 3" labeling
|
|
320
|
+
- Consistent posting schedule
|
|
321
|
+
- Cross-reference parts
|
|
322
|
+
- Playlist organization
|
|
323
|
+
|
|
324
|
+
### Recurring Formats
|
|
325
|
+
**Benefits**:
|
|
326
|
+
- Brand recognition
|
|
327
|
+
- Audience expectation
|
|
328
|
+
- Easier production
|
|
329
|
+
- Algorithm favor
|
|
330
|
+
- Community building
|
|
331
|
+
|
|
332
|
+
**Examples**:
|
|
333
|
+
- "Myth Busting Mondays"
|
|
334
|
+
- "Story Time Series"
|
|
335
|
+
- "Weekly Challenges"
|
|
336
|
+
- "Q&A Fridays"
|
|
337
|
+
|
|
338
|
+
## Best Practices
|
|
339
|
+
|
|
340
|
+
### DO
|
|
341
|
+
✅ Hook in first 3 seconds
|
|
342
|
+
✅ Optimize for platform format
|
|
343
|
+
✅ Use captions/text overlays
|
|
344
|
+
✅ Keep pacing fast
|
|
345
|
+
✅ Include clear CTA
|
|
346
|
+
✅ Test different hooks
|
|
347
|
+
✅ Analyze retention data
|
|
348
|
+
✅ Engage with comments
|
|
349
|
+
✅ Post consistently
|
|
350
|
+
✅ Follow platform trends
|
|
351
|
+
|
|
352
|
+
### DON'T
|
|
353
|
+
❌ Bury the lead
|
|
354
|
+
❌ Use slow intros
|
|
355
|
+
❌ Ignore platform specs
|
|
356
|
+
❌ Forget captions
|
|
357
|
+
❌ Make content too long
|
|
358
|
+
❌ Neglect thumbnails
|
|
359
|
+
❌ Ignore analytics
|
|
360
|
+
❌ Copy others exactly
|
|
361
|
+
❌ Sacrifice quality for speed
|
|
362
|
+
❌ Forget audience retention
|
|
363
|
+
|
|
364
|
+
## Scripting Format
|
|
365
|
+
|
|
366
|
+
### Short-Form Script
|
|
367
|
+
```
|
|
368
|
+
HOOK (0-3s):
|
|
369
|
+
[Visual: Close-up of shocked face]
|
|
370
|
+
[Text: "I can't believe this worked"]
|
|
371
|
+
[Audio: Trending sound]
|
|
372
|
+
|
|
373
|
+
SETUP (3-10s):
|
|
374
|
+
[Visual: Show problem]
|
|
375
|
+
[VO: "I tried this viral hack..."]
|
|
376
|
+
|
|
377
|
+
PAYOFF (10-30s):
|
|
378
|
+
[Visual: Demonstrate result]
|
|
379
|
+
[Text: "MIND BLOWN 🤯"]
|
|
380
|
+
|
|
381
|
+
CTA (final 3s):
|
|
382
|
+
[Text: "Follow for more hacks!"]
|
|
383
|
+
```
|
|
384
|
+
|
|
385
|
+
## Examples
|
|
386
|
+
|
|
387
|
+
**Successful Web Content Creators**:
|
|
388
|
+
- MrBeast (high-production YouTube)
|
|
389
|
+
- Khaby Lame (simple TikTok comedy)
|
|
390
|
+
- Zach King (magic vines/shorts)
|
|
391
|
+
- Emma Chamberlain (vlog style)
|
|
392
|
+
- Marques Brownlee (tech reviews)
|
|
393
|
+
|
|
@@ -0,0 +1,332 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://augment.dev/schemas/screenplay/beat-sheet.json",
|
|
4
|
+
"title": "Beat Sheet",
|
|
5
|
+
"description": "JSON schema for screenplay beat sheets using Save the Cat structure",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"required": ["title", "beats"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"title": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"description": "Title of the screenplay"
|
|
12
|
+
},
|
|
13
|
+
"logline": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"description": "One-sentence story summary"
|
|
16
|
+
},
|
|
17
|
+
"genre": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"description": "Story genre"
|
|
20
|
+
},
|
|
21
|
+
"targetLength": {
|
|
22
|
+
"type": "integer",
|
|
23
|
+
"description": "Target screenplay length in pages"
|
|
24
|
+
},
|
|
25
|
+
"beats": {
|
|
26
|
+
"type": "object",
|
|
27
|
+
"required": ["openingImage", "themeStated", "catalyst", "debate", "breakIntoTwo", "bStory", "funAndGames", "midpoint", "badGuysCloseIn", "allIsLost", "darkNightOfTheSoul", "breakIntoThree", "finale", "finalImage"],
|
|
28
|
+
"properties": {
|
|
29
|
+
"openingImage": {
|
|
30
|
+
"type": "object",
|
|
31
|
+
"required": ["page", "description"],
|
|
32
|
+
"properties": {
|
|
33
|
+
"page": {
|
|
34
|
+
"type": "integer",
|
|
35
|
+
"minimum": 1,
|
|
36
|
+
"description": "Page number (typically 1)"
|
|
37
|
+
},
|
|
38
|
+
"description": {
|
|
39
|
+
"type": "string",
|
|
40
|
+
"description": "Opening image that sets tone and theme"
|
|
41
|
+
},
|
|
42
|
+
"visualMetaphor": {
|
|
43
|
+
"type": "string",
|
|
44
|
+
"description": "Visual metaphor for the story's theme"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"themeStated": {
|
|
49
|
+
"type": "object",
|
|
50
|
+
"required": ["page", "description"],
|
|
51
|
+
"properties": {
|
|
52
|
+
"page": {
|
|
53
|
+
"type": "integer",
|
|
54
|
+
"minimum": 1,
|
|
55
|
+
"maximum": 5,
|
|
56
|
+
"description": "Page number (typically 1-5)"
|
|
57
|
+
},
|
|
58
|
+
"description": {
|
|
59
|
+
"type": "string",
|
|
60
|
+
"description": "Statement of the story's theme"
|
|
61
|
+
},
|
|
62
|
+
"dialogue": {
|
|
63
|
+
"type": "string",
|
|
64
|
+
"description": "Actual dialogue that states the theme"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"catalyst": {
|
|
69
|
+
"type": "object",
|
|
70
|
+
"required": ["page", "description"],
|
|
71
|
+
"properties": {
|
|
72
|
+
"page": {
|
|
73
|
+
"type": "integer",
|
|
74
|
+
"minimum": 10,
|
|
75
|
+
"maximum": 12,
|
|
76
|
+
"description": "Page number (typically 10-12)"
|
|
77
|
+
},
|
|
78
|
+
"description": {
|
|
79
|
+
"type": "string",
|
|
80
|
+
"description": "Inciting incident that disrupts the status quo"
|
|
81
|
+
},
|
|
82
|
+
"impact": {
|
|
83
|
+
"type": "string",
|
|
84
|
+
"description": "How this event affects the protagonist"
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"debate": {
|
|
89
|
+
"type": "object",
|
|
90
|
+
"required": ["page", "description"],
|
|
91
|
+
"properties": {
|
|
92
|
+
"page": {
|
|
93
|
+
"type": "integer",
|
|
94
|
+
"minimum": 12,
|
|
95
|
+
"maximum": 25,
|
|
96
|
+
"description": "Page number (typically 12-25)"
|
|
97
|
+
},
|
|
98
|
+
"description": {
|
|
99
|
+
"type": "string",
|
|
100
|
+
"description": "Protagonist debates whether to act"
|
|
101
|
+
},
|
|
102
|
+
"internalConflict": {
|
|
103
|
+
"type": "string",
|
|
104
|
+
"description": "Internal struggle the protagonist faces"
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"breakIntoTwo": {
|
|
109
|
+
"type": "object",
|
|
110
|
+
"required": ["page", "description"],
|
|
111
|
+
"properties": {
|
|
112
|
+
"page": {
|
|
113
|
+
"type": "integer",
|
|
114
|
+
"minimum": 25,
|
|
115
|
+
"maximum": 30,
|
|
116
|
+
"description": "Page number (typically 25-30)"
|
|
117
|
+
},
|
|
118
|
+
"description": {
|
|
119
|
+
"type": "string",
|
|
120
|
+
"description": "Protagonist commits to the journey (Act 2 begins)"
|
|
121
|
+
},
|
|
122
|
+
"decision": {
|
|
123
|
+
"type": "string",
|
|
124
|
+
"description": "The specific decision or action taken"
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"bStory": {
|
|
129
|
+
"type": "object",
|
|
130
|
+
"required": ["page", "description"],
|
|
131
|
+
"properties": {
|
|
132
|
+
"page": {
|
|
133
|
+
"type": "integer",
|
|
134
|
+
"minimum": 30,
|
|
135
|
+
"description": "Page number (typically 30)"
|
|
136
|
+
},
|
|
137
|
+
"description": {
|
|
138
|
+
"type": "string",
|
|
139
|
+
"description": "Introduction of B-story (usually love story or relationship)"
|
|
140
|
+
},
|
|
141
|
+
"characters": {
|
|
142
|
+
"type": "array",
|
|
143
|
+
"items": {
|
|
144
|
+
"type": "string"
|
|
145
|
+
},
|
|
146
|
+
"description": "Characters involved in B-story"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"funAndGames": {
|
|
151
|
+
"type": "object",
|
|
152
|
+
"required": ["page", "description"],
|
|
153
|
+
"properties": {
|
|
154
|
+
"page": {
|
|
155
|
+
"type": "integer",
|
|
156
|
+
"minimum": 30,
|
|
157
|
+
"maximum": 55,
|
|
158
|
+
"description": "Page number (typically 30-55)"
|
|
159
|
+
},
|
|
160
|
+
"description": {
|
|
161
|
+
"type": "string",
|
|
162
|
+
"description": "Promise of the premise - what the trailer would show"
|
|
163
|
+
},
|
|
164
|
+
"setpieces": {
|
|
165
|
+
"type": "array",
|
|
166
|
+
"items": {
|
|
167
|
+
"type": "string"
|
|
168
|
+
},
|
|
169
|
+
"description": "Key set pieces and fun moments"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"midpoint": {
|
|
174
|
+
"type": "object",
|
|
175
|
+
"required": ["page", "description"],
|
|
176
|
+
"properties": {
|
|
177
|
+
"page": {
|
|
178
|
+
"type": "integer",
|
|
179
|
+
"minimum": 55,
|
|
180
|
+
"maximum": 60,
|
|
181
|
+
"description": "Page number (typically 55-60)"
|
|
182
|
+
},
|
|
183
|
+
"description": {
|
|
184
|
+
"type": "string",
|
|
185
|
+
"description": "False victory or false defeat - stakes are raised"
|
|
186
|
+
},
|
|
187
|
+
"type": {
|
|
188
|
+
"type": "string",
|
|
189
|
+
"enum": ["false-victory", "false-defeat"],
|
|
190
|
+
"description": "Type of midpoint"
|
|
191
|
+
},
|
|
192
|
+
"stakeRaise": {
|
|
193
|
+
"type": "string",
|
|
194
|
+
"description": "How the stakes are raised"
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
"badGuysCloseIn": {
|
|
199
|
+
"type": "object",
|
|
200
|
+
"required": ["page", "description"],
|
|
201
|
+
"properties": {
|
|
202
|
+
"page": {
|
|
203
|
+
"type": "integer",
|
|
204
|
+
"minimum": 60,
|
|
205
|
+
"maximum": 75,
|
|
206
|
+
"description": "Page number (typically 60-75)"
|
|
207
|
+
},
|
|
208
|
+
"description": {
|
|
209
|
+
"type": "string",
|
|
210
|
+
"description": "Opposition intensifies, team falls apart"
|
|
211
|
+
},
|
|
212
|
+
"escalation": {
|
|
213
|
+
"type": "array",
|
|
214
|
+
"items": {
|
|
215
|
+
"type": "string"
|
|
216
|
+
},
|
|
217
|
+
"description": "How problems escalate"
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
"allIsLost": {
|
|
222
|
+
"type": "object",
|
|
223
|
+
"required": ["page", "description"],
|
|
224
|
+
"properties": {
|
|
225
|
+
"page": {
|
|
226
|
+
"type": "integer",
|
|
227
|
+
"minimum": 75,
|
|
228
|
+
"maximum": 85,
|
|
229
|
+
"description": "Page number (typically 75-85)"
|
|
230
|
+
},
|
|
231
|
+
"description": {
|
|
232
|
+
"type": "string",
|
|
233
|
+
"description": "Lowest point - opposite of midpoint"
|
|
234
|
+
},
|
|
235
|
+
"whiffOfDeath": {
|
|
236
|
+
"type": "string",
|
|
237
|
+
"description": "Literal or metaphorical death moment"
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
"darkNightOfTheSoul": {
|
|
242
|
+
"type": "object",
|
|
243
|
+
"required": ["page", "description"],
|
|
244
|
+
"properties": {
|
|
245
|
+
"page": {
|
|
246
|
+
"type": "integer",
|
|
247
|
+
"minimum": 85,
|
|
248
|
+
"maximum": 90,
|
|
249
|
+
"description": "Page number (typically 85-90)"
|
|
250
|
+
},
|
|
251
|
+
"description": {
|
|
252
|
+
"type": "string",
|
|
253
|
+
"description": "Protagonist's moment of despair and reflection"
|
|
254
|
+
},
|
|
255
|
+
"realization": {
|
|
256
|
+
"type": "string",
|
|
257
|
+
"description": "What the protagonist realizes or learns"
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
},
|
|
261
|
+
"breakIntoThree": {
|
|
262
|
+
"type": "object",
|
|
263
|
+
"required": ["page", "description"],
|
|
264
|
+
"properties": {
|
|
265
|
+
"page": {
|
|
266
|
+
"type": "integer",
|
|
267
|
+
"minimum": 90,
|
|
268
|
+
"maximum": 95,
|
|
269
|
+
"description": "Page number (typically 90-95)"
|
|
270
|
+
},
|
|
271
|
+
"description": {
|
|
272
|
+
"type": "string",
|
|
273
|
+
"description": "Solution found - Act 3 begins"
|
|
274
|
+
},
|
|
275
|
+
"solution": {
|
|
276
|
+
"type": "string",
|
|
277
|
+
"description": "The specific solution or plan"
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
"finale": {
|
|
282
|
+
"type": "object",
|
|
283
|
+
"required": ["page", "description"],
|
|
284
|
+
"properties": {
|
|
285
|
+
"page": {
|
|
286
|
+
"type": "integer",
|
|
287
|
+
"minimum": 95,
|
|
288
|
+
"maximum": 110,
|
|
289
|
+
"description": "Page number (typically 95-110)"
|
|
290
|
+
},
|
|
291
|
+
"description": {
|
|
292
|
+
"type": "string",
|
|
293
|
+
"description": "Climax and resolution"
|
|
294
|
+
},
|
|
295
|
+
"climax": {
|
|
296
|
+
"type": "string",
|
|
297
|
+
"description": "The climactic confrontation"
|
|
298
|
+
},
|
|
299
|
+
"resolution": {
|
|
300
|
+
"type": "string",
|
|
301
|
+
"description": "How conflicts are resolved"
|
|
302
|
+
}
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
"finalImage": {
|
|
306
|
+
"type": "object",
|
|
307
|
+
"required": ["page", "description"],
|
|
308
|
+
"properties": {
|
|
309
|
+
"page": {
|
|
310
|
+
"type": "integer",
|
|
311
|
+
"minimum": 110,
|
|
312
|
+
"description": "Page number (typically 110)"
|
|
313
|
+
},
|
|
314
|
+
"description": {
|
|
315
|
+
"type": "string",
|
|
316
|
+
"description": "Final image - opposite of opening image showing change"
|
|
317
|
+
},
|
|
318
|
+
"transformation": {
|
|
319
|
+
"type": "string",
|
|
320
|
+
"description": "How this image shows the protagonist's transformation"
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
"notes": {
|
|
327
|
+
"type": "string",
|
|
328
|
+
"description": "Additional notes about the beat sheet"
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
|