@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,245 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://augment.dev/schemas/screenplay/config.json",
|
|
4
|
+
"title": "Screenplay Configuration",
|
|
5
|
+
"description": "Configuration schema for screenplay writing preferences and tool integration",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"category": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"enum": [
|
|
11
|
+
"aaa-hollywood",
|
|
12
|
+
"independent-film",
|
|
13
|
+
"tv-series",
|
|
14
|
+
"streaming-content",
|
|
15
|
+
"live-tv",
|
|
16
|
+
"news-broadcast",
|
|
17
|
+
"commercial",
|
|
18
|
+
"web-content"
|
|
19
|
+
],
|
|
20
|
+
"description": "Primary screenplay category for this project"
|
|
21
|
+
},
|
|
22
|
+
"format": {
|
|
23
|
+
"type": "object",
|
|
24
|
+
"properties": {
|
|
25
|
+
"standard": {
|
|
26
|
+
"type": "string",
|
|
27
|
+
"enum": ["AMPAS", "BBC", "custom"],
|
|
28
|
+
"default": "AMPAS",
|
|
29
|
+
"description": "Formatting standard to follow"
|
|
30
|
+
},
|
|
31
|
+
"pageSize": {
|
|
32
|
+
"type": "string",
|
|
33
|
+
"enum": ["US Letter", "A4"],
|
|
34
|
+
"default": "US Letter",
|
|
35
|
+
"description": "Page size for screenplay"
|
|
36
|
+
},
|
|
37
|
+
"font": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"default": "Courier",
|
|
40
|
+
"description": "Font family (typically Courier or Courier New)"
|
|
41
|
+
},
|
|
42
|
+
"fontSize": {
|
|
43
|
+
"type": "integer",
|
|
44
|
+
"default": 12,
|
|
45
|
+
"description": "Font size in points"
|
|
46
|
+
},
|
|
47
|
+
"margins": {
|
|
48
|
+
"type": "object",
|
|
49
|
+
"properties": {
|
|
50
|
+
"top": {
|
|
51
|
+
"type": "number",
|
|
52
|
+
"default": 1.0,
|
|
53
|
+
"description": "Top margin in inches"
|
|
54
|
+
},
|
|
55
|
+
"bottom": {
|
|
56
|
+
"type": "number",
|
|
57
|
+
"default": 1.0,
|
|
58
|
+
"description": "Bottom margin in inches"
|
|
59
|
+
},
|
|
60
|
+
"left": {
|
|
61
|
+
"type": "number",
|
|
62
|
+
"default": 1.5,
|
|
63
|
+
"description": "Left margin in inches"
|
|
64
|
+
},
|
|
65
|
+
"right": {
|
|
66
|
+
"type": "number",
|
|
67
|
+
"default": 1.0,
|
|
68
|
+
"description": "Right margin in inches"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"structure": {
|
|
75
|
+
"type": "object",
|
|
76
|
+
"properties": {
|
|
77
|
+
"beatSheetTemplate": {
|
|
78
|
+
"type": "string",
|
|
79
|
+
"enum": ["save-the-cat", "hero's-journey", "three-act", "five-act", "custom"],
|
|
80
|
+
"default": "save-the-cat",
|
|
81
|
+
"description": "Preferred beat sheet structure"
|
|
82
|
+
},
|
|
83
|
+
"targetLength": {
|
|
84
|
+
"type": "object",
|
|
85
|
+
"properties": {
|
|
86
|
+
"feature": {
|
|
87
|
+
"type": "integer",
|
|
88
|
+
"default": 110,
|
|
89
|
+
"description": "Target page count for feature films"
|
|
90
|
+
},
|
|
91
|
+
"tvHour": {
|
|
92
|
+
"type": "integer",
|
|
93
|
+
"default": 55,
|
|
94
|
+
"description": "Target page count for one-hour TV episodes"
|
|
95
|
+
},
|
|
96
|
+
"tvHalf": {
|
|
97
|
+
"type": "integer",
|
|
98
|
+
"default": 30,
|
|
99
|
+
"description": "Target page count for half-hour TV episodes"
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"tools": {
|
|
106
|
+
"type": "object",
|
|
107
|
+
"properties": {
|
|
108
|
+
"editor": {
|
|
109
|
+
"type": "string",
|
|
110
|
+
"enum": ["vscode", "final-draft", "celtx", "writersolo", "highland", "fade-in"],
|
|
111
|
+
"description": "Primary screenplay editor"
|
|
112
|
+
},
|
|
113
|
+
"vscode": {
|
|
114
|
+
"type": "object",
|
|
115
|
+
"properties": {
|
|
116
|
+
"betterFountain": {
|
|
117
|
+
"type": "boolean",
|
|
118
|
+
"default": true,
|
|
119
|
+
"description": "Use Better Fountain extension"
|
|
120
|
+
},
|
|
121
|
+
"autoFormat": {
|
|
122
|
+
"type": "boolean",
|
|
123
|
+
"default": true,
|
|
124
|
+
"description": "Enable automatic formatting"
|
|
125
|
+
},
|
|
126
|
+
"livePreview": {
|
|
127
|
+
"type": "boolean",
|
|
128
|
+
"default": true,
|
|
129
|
+
"description": "Enable live preview"
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
"exportFormats": {
|
|
134
|
+
"type": "array",
|
|
135
|
+
"items": {
|
|
136
|
+
"type": "string",
|
|
137
|
+
"enum": ["pdf", "fdx", "fountain", "html", "docx"]
|
|
138
|
+
},
|
|
139
|
+
"default": ["pdf", "fountain"],
|
|
140
|
+
"description": "Preferred export formats"
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"characterDevelopment": {
|
|
145
|
+
"type": "object",
|
|
146
|
+
"properties": {
|
|
147
|
+
"useProfiles": {
|
|
148
|
+
"type": "boolean",
|
|
149
|
+
"default": true,
|
|
150
|
+
"description": "Create detailed character profiles"
|
|
151
|
+
},
|
|
152
|
+
"trackArcs": {
|
|
153
|
+
"type": "boolean",
|
|
154
|
+
"default": true,
|
|
155
|
+
"description": "Track character arcs throughout screenplay"
|
|
156
|
+
},
|
|
157
|
+
"relationshipMapping": {
|
|
158
|
+
"type": "boolean",
|
|
159
|
+
"default": true,
|
|
160
|
+
"description": "Map character relationships"
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
"tropeManagement": {
|
|
165
|
+
"type": "object",
|
|
166
|
+
"properties": {
|
|
167
|
+
"trackTropes": {
|
|
168
|
+
"type": "boolean",
|
|
169
|
+
"default": true,
|
|
170
|
+
"description": "Track trope usage"
|
|
171
|
+
},
|
|
172
|
+
"clichéWarnings": {
|
|
173
|
+
"type": "boolean",
|
|
174
|
+
"default": true,
|
|
175
|
+
"description": "Enable cliché warnings"
|
|
176
|
+
},
|
|
177
|
+
"subversionSuggestions": {
|
|
178
|
+
"type": "boolean",
|
|
179
|
+
"default": true,
|
|
180
|
+
"description": "Suggest trope subversions"
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
"aiAssistance": {
|
|
185
|
+
"type": "object",
|
|
186
|
+
"properties": {
|
|
187
|
+
"enabled": {
|
|
188
|
+
"type": "boolean",
|
|
189
|
+
"default": true,
|
|
190
|
+
"description": "Enable AI assistance for screenplay writing"
|
|
191
|
+
},
|
|
192
|
+
"suggestions": {
|
|
193
|
+
"type": "object",
|
|
194
|
+
"properties": {
|
|
195
|
+
"dialogue": {
|
|
196
|
+
"type": "boolean",
|
|
197
|
+
"default": true,
|
|
198
|
+
"description": "AI dialogue suggestions"
|
|
199
|
+
},
|
|
200
|
+
"sceneDescription": {
|
|
201
|
+
"type": "boolean",
|
|
202
|
+
"default": true,
|
|
203
|
+
"description": "AI scene description suggestions"
|
|
204
|
+
},
|
|
205
|
+
"structureAnalysis": {
|
|
206
|
+
"type": "boolean",
|
|
207
|
+
"default": true,
|
|
208
|
+
"description": "AI structure analysis"
|
|
209
|
+
},
|
|
210
|
+
"characterConsistency": {
|
|
211
|
+
"type": "boolean",
|
|
212
|
+
"default": true,
|
|
213
|
+
"description": "AI character consistency checking"
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"validation": {
|
|
220
|
+
"type": "object",
|
|
221
|
+
"properties": {
|
|
222
|
+
"formatChecking": {
|
|
223
|
+
"type": "boolean",
|
|
224
|
+
"default": true,
|
|
225
|
+
"description": "Validate screenplay formatting"
|
|
226
|
+
},
|
|
227
|
+
"industryStandards": {
|
|
228
|
+
"type": "boolean",
|
|
229
|
+
"default": true,
|
|
230
|
+
"description": "Check against industry standards"
|
|
231
|
+
},
|
|
232
|
+
"continuityChecking": {
|
|
233
|
+
"type": "boolean",
|
|
234
|
+
"default": true,
|
|
235
|
+
"description": "Check for continuity errors"
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
"screenplay_enhancements": {
|
|
240
|
+
"$ref": "feature-selection.json#/properties/screenplay_enhancements",
|
|
241
|
+
"description": "Genre, theme, and style enhancements (see feature-selection.json)"
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
|
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://augment.dev/schemas/screenplay/trope-inventory.json",
|
|
4
|
+
"title": "Trope Inventory",
|
|
5
|
+
"description": "JSON schema for tracking tropes, clichés, and their usage/subversion in screenplays",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"required": ["title", "tropes"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"title": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"description": "Title of the screenplay"
|
|
12
|
+
},
|
|
13
|
+
"genre": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"description": "Story genre"
|
|
16
|
+
},
|
|
17
|
+
"tropes": {
|
|
18
|
+
"type": "array",
|
|
19
|
+
"items": {
|
|
20
|
+
"type": "object",
|
|
21
|
+
"required": ["name", "category", "usage"],
|
|
22
|
+
"properties": {
|
|
23
|
+
"name": {
|
|
24
|
+
"type": "string",
|
|
25
|
+
"description": "Name of the trope"
|
|
26
|
+
},
|
|
27
|
+
"category": {
|
|
28
|
+
"type": "string",
|
|
29
|
+
"enum": [
|
|
30
|
+
"character",
|
|
31
|
+
"plot",
|
|
32
|
+
"setting",
|
|
33
|
+
"dialogue",
|
|
34
|
+
"relationship",
|
|
35
|
+
"conflict",
|
|
36
|
+
"resolution",
|
|
37
|
+
"theme",
|
|
38
|
+
"visual",
|
|
39
|
+
"genre-specific"
|
|
40
|
+
],
|
|
41
|
+
"description": "Category of trope"
|
|
42
|
+
},
|
|
43
|
+
"subcategory": {
|
|
44
|
+
"type": "string",
|
|
45
|
+
"description": "More specific subcategory"
|
|
46
|
+
},
|
|
47
|
+
"description": {
|
|
48
|
+
"type": "string",
|
|
49
|
+
"description": "Description of the trope"
|
|
50
|
+
},
|
|
51
|
+
"usage": {
|
|
52
|
+
"type": "string",
|
|
53
|
+
"enum": ["played-straight", "subverted", "inverted", "deconstructed", "reconstructed", "lampshaded", "avoided"],
|
|
54
|
+
"description": "How the trope is used"
|
|
55
|
+
},
|
|
56
|
+
"location": {
|
|
57
|
+
"type": "object",
|
|
58
|
+
"properties": {
|
|
59
|
+
"act": {
|
|
60
|
+
"type": "integer",
|
|
61
|
+
"minimum": 1,
|
|
62
|
+
"maximum": 3,
|
|
63
|
+
"description": "Act where trope appears"
|
|
64
|
+
},
|
|
65
|
+
"page": {
|
|
66
|
+
"type": "integer",
|
|
67
|
+
"minimum": 1,
|
|
68
|
+
"description": "Approximate page number"
|
|
69
|
+
},
|
|
70
|
+
"scene": {
|
|
71
|
+
"type": "string",
|
|
72
|
+
"description": "Scene description or number"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"description": "Where the trope appears in the screenplay"
|
|
76
|
+
},
|
|
77
|
+
"subversionStrategy": {
|
|
78
|
+
"type": "object",
|
|
79
|
+
"properties": {
|
|
80
|
+
"method": {
|
|
81
|
+
"type": "string",
|
|
82
|
+
"description": "How the trope is subverted"
|
|
83
|
+
},
|
|
84
|
+
"justification": {
|
|
85
|
+
"type": "string",
|
|
86
|
+
"description": "Why this subversion works for the story"
|
|
87
|
+
},
|
|
88
|
+
"expectedOutcome": {
|
|
89
|
+
"type": "string",
|
|
90
|
+
"description": "What audience expects from this trope"
|
|
91
|
+
},
|
|
92
|
+
"actualOutcome": {
|
|
93
|
+
"type": "string",
|
|
94
|
+
"description": "What actually happens"
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
"description": "Strategy for subverting the trope (if applicable)"
|
|
98
|
+
},
|
|
99
|
+
"clichéRisk": {
|
|
100
|
+
"type": "string",
|
|
101
|
+
"enum": ["low", "medium", "high", "critical"],
|
|
102
|
+
"description": "Risk level of this trope becoming a cliché"
|
|
103
|
+
},
|
|
104
|
+
"clichéWarning": {
|
|
105
|
+
"type": "object",
|
|
106
|
+
"properties": {
|
|
107
|
+
"warning": {
|
|
108
|
+
"type": "string",
|
|
109
|
+
"description": "Warning about potential cliché"
|
|
110
|
+
},
|
|
111
|
+
"mitigation": {
|
|
112
|
+
"type": "string",
|
|
113
|
+
"description": "How to mitigate the cliché risk"
|
|
114
|
+
},
|
|
115
|
+
"alternatives": {
|
|
116
|
+
"type": "array",
|
|
117
|
+
"items": {
|
|
118
|
+
"type": "string"
|
|
119
|
+
},
|
|
120
|
+
"description": "Alternative approaches to avoid cliché"
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
"description": "Cliché warning and mitigation strategies"
|
|
124
|
+
},
|
|
125
|
+
"genreExpectation": {
|
|
126
|
+
"type": "boolean",
|
|
127
|
+
"description": "Whether this trope is expected in the genre"
|
|
128
|
+
},
|
|
129
|
+
"audienceExpectation": {
|
|
130
|
+
"type": "string",
|
|
131
|
+
"description": "What the audience expects from this trope"
|
|
132
|
+
},
|
|
133
|
+
"freshnessFactor": {
|
|
134
|
+
"type": "integer",
|
|
135
|
+
"minimum": 1,
|
|
136
|
+
"maximum": 10,
|
|
137
|
+
"description": "How fresh/original the execution is (1=stale, 10=innovative)"
|
|
138
|
+
},
|
|
139
|
+
"relatedTropes": {
|
|
140
|
+
"type": "array",
|
|
141
|
+
"items": {
|
|
142
|
+
"type": "string"
|
|
143
|
+
},
|
|
144
|
+
"description": "Related tropes that often appear together"
|
|
145
|
+
},
|
|
146
|
+
"examples": {
|
|
147
|
+
"type": "array",
|
|
148
|
+
"items": {
|
|
149
|
+
"type": "object",
|
|
150
|
+
"properties": {
|
|
151
|
+
"title": {
|
|
152
|
+
"type": "string",
|
|
153
|
+
"description": "Title of example work"
|
|
154
|
+
},
|
|
155
|
+
"usage": {
|
|
156
|
+
"type": "string",
|
|
157
|
+
"description": "How the trope was used in this example"
|
|
158
|
+
},
|
|
159
|
+
"effectiveness": {
|
|
160
|
+
"type": "string",
|
|
161
|
+
"enum": ["effective", "ineffective", "mixed"],
|
|
162
|
+
"description": "How effective the usage was"
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
"description": "Examples of this trope in other works"
|
|
167
|
+
},
|
|
168
|
+
"notes": {
|
|
169
|
+
"type": "string",
|
|
170
|
+
"description": "Additional notes about this trope usage"
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"description": "Tropes used in the screenplay"
|
|
175
|
+
},
|
|
176
|
+
"tropeAnalysis": {
|
|
177
|
+
"type": "object",
|
|
178
|
+
"properties": {
|
|
179
|
+
"totalTropes": {
|
|
180
|
+
"type": "integer",
|
|
181
|
+
"minimum": 0,
|
|
182
|
+
"description": "Total number of tropes identified"
|
|
183
|
+
},
|
|
184
|
+
"playedStraight": {
|
|
185
|
+
"type": "integer",
|
|
186
|
+
"minimum": 0,
|
|
187
|
+
"description": "Number of tropes played straight"
|
|
188
|
+
},
|
|
189
|
+
"subverted": {
|
|
190
|
+
"type": "integer",
|
|
191
|
+
"minimum": 0,
|
|
192
|
+
"description": "Number of tropes subverted"
|
|
193
|
+
},
|
|
194
|
+
"highRiskClichés": {
|
|
195
|
+
"type": "integer",
|
|
196
|
+
"minimum": 0,
|
|
197
|
+
"description": "Number of high-risk clichés"
|
|
198
|
+
},
|
|
199
|
+
"averageFreshness": {
|
|
200
|
+
"type": "number",
|
|
201
|
+
"minimum": 1,
|
|
202
|
+
"maximum": 10,
|
|
203
|
+
"description": "Average freshness factor across all tropes"
|
|
204
|
+
},
|
|
205
|
+
"recommendations": {
|
|
206
|
+
"type": "array",
|
|
207
|
+
"items": {
|
|
208
|
+
"type": "string"
|
|
209
|
+
},
|
|
210
|
+
"description": "Recommendations for improving trope usage"
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
"description": "Analysis of trope usage in the screenplay"
|
|
214
|
+
},
|
|
215
|
+
"notes": {
|
|
216
|
+
"type": "string",
|
|
217
|
+
"description": "Additional notes about trope inventory"
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
# Screenplay Narrative Styles Module
|
|
2
|
+
|
|
3
|
+
**Version**: 1.0.0
|
|
4
|
+
**Type**: Writing Standards
|
|
5
|
+
**Category**: Screenplay
|
|
6
|
+
|
|
7
|
+
## Overview
|
|
8
|
+
|
|
9
|
+
This module provides comprehensive narrative style rules and techniques for screenplay writing across 13+ storytelling approaches. Each style includes structural requirements, pacing guidelines, visual storytelling notes, dialogue approaches, and real-world film examples.
|
|
10
|
+
|
|
11
|
+
## Key Features
|
|
12
|
+
|
|
13
|
+
- **13+ Narrative Styles**: Linear, Non-Linear, Ensemble, Minimalist, Epic, Satirical, Poetic, Realistic, Surreal, Experimental, Voice-Over Driven, Flashback-Heavy, Dialogue-Centric
|
|
14
|
+
- **Structural Requirements**: 5-8 requirements per style
|
|
15
|
+
- **85% Depth Coverage**: Each style documented with pacing, visual, and dialogue guidelines
|
|
16
|
+
- **Film Examples**: 3-5 real film examples per style with specific technique demonstrations
|
|
17
|
+
- **Modular Activation**: Select the narrative style that fits your screenplay
|
|
18
|
+
|
|
19
|
+
## Installation
|
|
20
|
+
|
|
21
|
+
### With CLI (Recommended)
|
|
22
|
+
```bash
|
|
23
|
+
augx link writing-standards/screenplay/styles
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
### Manual Setup
|
|
27
|
+
1. Copy `augment-extensions/writing-standards/screenplay/styles/` to your project
|
|
28
|
+
2. Reference style files in your `.augment/` configuration
|
|
29
|
+
3. Configure active style in `.augment/screenplay-config.json`
|
|
30
|
+
|
|
31
|
+
## Configuration
|
|
32
|
+
|
|
33
|
+
Create or update `.augment/screenplay-config.json`:
|
|
34
|
+
|
|
35
|
+
```json
|
|
36
|
+
{
|
|
37
|
+
"screenplay_enhancements": {
|
|
38
|
+
"enabled": true,
|
|
39
|
+
"features": {
|
|
40
|
+
"styles": {
|
|
41
|
+
"enabled": true,
|
|
42
|
+
"selected": ["non-linear"]
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## Directory Structure
|
|
50
|
+
|
|
51
|
+
```
|
|
52
|
+
styles/
|
|
53
|
+
├── module.json # Module metadata
|
|
54
|
+
├── README.md # This file
|
|
55
|
+
├── rules/ # Style-specific rules and techniques
|
|
56
|
+
│ ├── linear.md
|
|
57
|
+
│ ├── non-linear.md
|
|
58
|
+
│ ├── ensemble.md
|
|
59
|
+
│ ├── minimalist.md
|
|
60
|
+
│ ├── epic.md
|
|
61
|
+
│ ├── satirical.md
|
|
62
|
+
│ ├── poetic.md
|
|
63
|
+
│ ├── realistic.md
|
|
64
|
+
│ ├── surreal.md
|
|
65
|
+
│ ├── experimental.md
|
|
66
|
+
│ ├── voice-over.md
|
|
67
|
+
│ ├── flashback.md
|
|
68
|
+
│ └── dialogue-centric.md
|
|
69
|
+
└── examples/
|
|
70
|
+
└── style-applications.md
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
## Usage
|
|
74
|
+
|
|
75
|
+
### Selecting a Style
|
|
76
|
+
|
|
77
|
+
When developing a screenplay, select the primary narrative style:
|
|
78
|
+
|
|
79
|
+
```json
|
|
80
|
+
{
|
|
81
|
+
"styles": {
|
|
82
|
+
"selected": ["ensemble"]
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
**Note**: Unlike genres and themes, typically only ONE narrative style should be selected per screenplay.
|
|
88
|
+
|
|
89
|
+
### Applying Style Rules
|
|
90
|
+
|
|
91
|
+
AI agents will automatically apply the selected style rules when:
|
|
92
|
+
- Structuring the screenplay
|
|
93
|
+
- Determining pacing and rhythm
|
|
94
|
+
- Crafting visual descriptions
|
|
95
|
+
- Writing dialogue
|
|
96
|
+
- Formatting technical elements
|
|
97
|
+
|
|
98
|
+
### Style Characteristics
|
|
99
|
+
|
|
100
|
+
Each style has distinct characteristics:
|
|
101
|
+
|
|
102
|
+
- **Linear**: Chronological storytelling, clear cause-and-effect
|
|
103
|
+
- **Non-Linear**: Time jumps, parallel timelines, fragmented narrative
|
|
104
|
+
- **Ensemble**: Multiple protagonists, interwoven storylines
|
|
105
|
+
- **Minimalist**: Sparse dialogue, visual storytelling, restraint
|
|
106
|
+
- **Epic**: Grand scale, multiple locations, extended timeframe
|
|
107
|
+
- **Satirical**: Social commentary, irony, exaggeration
|
|
108
|
+
- **Poetic**: Lyrical language, metaphor, visual symbolism
|
|
109
|
+
- **Realistic**: Naturalistic dialogue, everyday situations, authenticity
|
|
110
|
+
- **Surreal**: Dream logic, abstract imagery, unconventional narrative
|
|
111
|
+
- **Experimental**: Breaking conventions, innovative techniques
|
|
112
|
+
- **Voice-Over Driven**: Narration-heavy, internal monologue
|
|
113
|
+
- **Flashback-Heavy**: Past/present interplay, memory-driven
|
|
114
|
+
- **Dialogue-Centric**: Character revealed through conversation
|
|
115
|
+
|
|
116
|
+
## Style Coverage
|
|
117
|
+
|
|
118
|
+
### Narrative Styles (13)
|
|
119
|
+
1. Linear
|
|
120
|
+
2. Non-Linear
|
|
121
|
+
3. Ensemble
|
|
122
|
+
4. Minimalist
|
|
123
|
+
5. Epic
|
|
124
|
+
6. Satirical
|
|
125
|
+
7. Poetic
|
|
126
|
+
8. Realistic
|
|
127
|
+
9. Surreal
|
|
128
|
+
10. Experimental
|
|
129
|
+
11. Voice-Over Driven
|
|
130
|
+
12. Flashback-Heavy
|
|
131
|
+
13. Dialogue-Centric
|
|
132
|
+
|
|
133
|
+
## Character Count
|
|
134
|
+
|
|
135
|
+
**Total**: ~TBD characters (will be calculated after content creation)
|
|
136
|
+
|
|
137
|
+
## Contents
|
|
138
|
+
|
|
139
|
+
- `rules/linear.md` - Linear narrative style rules and examples
|
|
140
|
+
- `rules/non-linear.md` - Non-linear narrative style rules and examples
|
|
141
|
+
- `rules/ensemble.md` - Ensemble narrative style rules and examples
|
|
142
|
+
- `rules/minimalist.md` - Minimalist narrative style rules and examples
|
|
143
|
+
- `rules/epic.md` - Epic narrative style rules and examples
|
|
144
|
+
- `rules/satirical.md` - Satirical narrative style rules and examples
|
|
145
|
+
- `rules/poetic.md` - Poetic narrative style rules and examples
|
|
146
|
+
- `rules/realistic.md` - Realistic narrative style rules and examples
|
|
147
|
+
- `rules/surreal.md` - Surreal narrative style rules and examples
|
|
148
|
+
- `rules/experimental.md` - Experimental narrative style rules and examples
|
|
149
|
+
- `rules/voice-over.md` - Voice-over driven narrative style rules and examples
|
|
150
|
+
- `rules/flashback.md` - Flashback-heavy narrative style rules and examples
|
|
151
|
+
- `rules/dialogue-centric.md` - Dialogue-centric narrative style rules and examples
|
|
152
|
+
- `examples/style-applications.md` - Complete style application examples
|
|
153
|
+
|
|
154
|
+
## Related Modules
|
|
155
|
+
|
|
156
|
+
- `writing-standards/screenplay/genres` - Genre-specific conventions
|
|
157
|
+
- `writing-standards/screenplay/themes` - Thematic integration
|
|
158
|
+
- `writing-standards/screenplay` - Core screenplay standards
|
|
159
|
+
|