@growthub/cli 0.3.38 → 0.3.39

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.
Files changed (40) hide show
  1. package/README.md +4 -2
  2. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/.env.example +9 -0
  3. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/QUICKSTART.md +85 -0
  4. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/brands/NEW-CLIENT.md +46 -0
  5. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/brands/_template/brand-kit.md +89 -0
  6. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/brands/growthub/brand-kit.md +96 -0
  7. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/bundles/growthub-open-higgsfield-studio-v1.json +57 -0
  8. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/docs/open-higgsfield-fork-integration.md +63 -0
  9. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/docs/provider-adapter-layer.md +67 -0
  10. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/examples/platform-ready-handoff-sample.md +24 -0
  11. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/examples/prompt-matrix-sample.md +6 -0
  12. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/examples/shot-plan-sample.md +7 -0
  13. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/examples/visual-campaign-brief-sample.md +22 -0
  14. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/growthub-meta/README.md +67 -0
  15. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/growthub-meta/kit-standard.md +47 -0
  16. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/kit.json +106 -0
  17. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/output/README.md +34 -0
  18. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/output-standards.md +133 -0
  19. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/runtime-assumptions.md +108 -0
  20. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/setup/check-deps.sh +37 -0
  21. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/setup/clone-fork.sh +27 -0
  22. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/setup/verify-env.mjs +72 -0
  23. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/skills.md +257 -0
  24. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/asset-tracking.md +5 -0
  25. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/frame-analysis.md +24 -0
  26. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/generation-batch-plan.md +7 -0
  27. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/model-selection-recommendation.md +23 -0
  28. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/platform-ready-execution-handoff.md +17 -0
  29. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/prompt-matrix.md +7 -0
  30. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/prompt-templates/cinema-generation.md +16 -0
  31. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/prompt-templates/image-generation.md +11 -0
  32. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/prompt-templates/lip-sync-generation.md +14 -0
  33. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/prompt-templates/video-generation.md +11 -0
  34. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/review-qa-checklist.md +26 -0
  35. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/shot-plan.md +11 -0
  36. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/studio-selection-brief.md +18 -0
  37. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/visual-campaign-brief.md +24 -0
  38. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/validation-checklist.md +49 -0
  39. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/workers/open-higgsfield-studio-operator/CLAUDE.md +264 -0
  40. package/package.json +1 -1
@@ -0,0 +1,257 @@
1
+ # Open Higgsfield Studio Operator — Master Skill Doc
2
+
3
+ **Source of truth for methodology. Read this file completely before beginning any task.**
4
+
5
+ ---
6
+
7
+ ## QUICK REFERENCE TABLE
8
+
9
+ | Resource | Path |
10
+ |---|---|
11
+ | Agent operating law | `workers/open-higgsfield-studio-operator/CLAUDE.md` |
12
+ | Brand kit template | `brands/_template/brand-kit.md` |
13
+ | Growthub example brand kit | `brands/growthub/brand-kit.md` |
14
+ | Output contract | `output-standards.md` |
15
+ | Runtime assumptions | `runtime-assumptions.md` |
16
+ | Fork integration notes | `docs/open-higgsfield-fork-integration.md` |
17
+ | Provider adapter layer | `docs/provider-adapter-layer.md` |
18
+ | Visual campaign brief | `templates/visual-campaign-brief.md` |
19
+ | Studio selection brief | `templates/studio-selection-brief.md` |
20
+ | Model selection recommendation | `templates/model-selection-recommendation.md` |
21
+ | Shot plan | `templates/shot-plan.md` |
22
+ | Prompt matrix | `templates/prompt-matrix.md` |
23
+ | Generation batch plan | `templates/generation-batch-plan.md` |
24
+ | Asset tracking | `templates/asset-tracking.md` |
25
+ | Review QA checklist | `templates/review-qa-checklist.md` |
26
+ | Execution handoff | `templates/platform-ready-execution-handoff.md` |
27
+ | Frame analysis primitive | `templates/frame-analysis.md` |
28
+ | Image prompt template | `templates/prompt-templates/image-generation.md` |
29
+ | Video prompt template | `templates/prompt-templates/video-generation.md` |
30
+ | Lip sync prompt template | `templates/prompt-templates/lip-sync-generation.md` |
31
+ | Cinema prompt template | `templates/prompt-templates/cinema-generation.md` |
32
+ | Sample brief | `examples/visual-campaign-brief-sample.md` |
33
+ | Sample shot plan | `examples/shot-plan-sample.md` |
34
+ | Sample prompt matrix | `examples/prompt-matrix-sample.md` |
35
+ | Sample handoff | `examples/platform-ready-handoff-sample.md` |
36
+
37
+ ---
38
+
39
+ ## STEP 0 — BEFORE ANY TASK, ANSWER THESE QUESTIONS
40
+
41
+ Before producing anything, confirm:
42
+
43
+ 1. Which brand or client is this for?
44
+ 2. What is the output objective?
45
+ 3. Which studio is the likely match: image, video, lip sync, or cinema?
46
+ 4. What assets already exist locally?
47
+ 5. What execution surface is active: browser, desktop, or local fork?
48
+ 6. Is the fork repo available for inspection?
49
+
50
+ If any of these are unknown after the 3-question gate, stop and ask.
51
+
52
+ ---
53
+
54
+ ## STEP 1 — LOAD THE BRAND KIT
55
+
56
+ Read `brands/<client-slug>/brand-kit.md` if it exists. Otherwise start from `brands/_template/brand-kit.md`.
57
+
58
+ Extract:
59
+ - audience and offer
60
+ - visual identity
61
+ - brand-safe language
62
+ - emotional outcome
63
+ - approved phrasing
64
+ - no-go claims
65
+ - asset library references
66
+
67
+ This kit inherits the strongest brand-kit primitives from the existing Growthub creative and email kits: identity, audience, positioning, messaging guardrails, approved phrases, CTA language, and deliverables logging.
68
+
69
+ ---
70
+
71
+ ## STEP 2 — CHECK THE WORKING SUBSTRATE
72
+
73
+ If the user has a local Open Higgsfield fork, inspect it before planning.
74
+
75
+ ### Source-of-truth file order
76
+
77
+ 1. `README.md`
78
+ 2. `packages/studio/src/models.js`
79
+ 3. `packages/studio/src/muapi.js`
80
+ 4. `packages/studio/src/components/ImageStudio.jsx`
81
+ 5. `packages/studio/src/components/VideoStudio.jsx`
82
+ 6. `packages/studio/src/components/LipSyncStudio.jsx`
83
+ 7. `packages/studio/src/components/CinemaStudio.jsx`
84
+ 8. `components/StandaloneShell.js`
85
+ 9. `components/ApiKeyModal.js`
86
+ 10. `electron/`
87
+
88
+ ### What to verify
89
+
90
+ - Which studios are exposed
91
+ - Which models are currently active
92
+ - What parameters each model expects
93
+ - Whether prompt is required or optional
94
+ - Which media inputs are accepted
95
+ - How upload history is stored and reused
96
+ - How generation history is stored and revisited
97
+ - Whether desktop behavior diverges from browser behavior
98
+
99
+ If the fork cannot be inspected, use the frozen upstream assumptions in this kit and label the output `assumption-based`.
100
+
101
+ ---
102
+
103
+ ## STEP 3 — STUDIO SELECTION LOGIC
104
+
105
+ Choose the narrowest studio that matches the real job.
106
+
107
+ | Studio | Use when | Avoid when |
108
+ |---|---|---|
109
+ | `image` | still concepts, key art, reference frame generation, look dev | motion or audio-driven output is required |
110
+ | `video` | text-to-video or image-to-video motion clips are the target | precise talking-head lip sync is the real need |
111
+ | `lip-sync` | face performance must follow audio | cinematic camera grammar matters more than mouth sync |
112
+ | `cinema` | shot design, lensing, focal length, aperture, and visual language are central | a basic output can be handled by image or video mode alone |
113
+
114
+ Default to one primary studio. Secondary studios can appear only as fallbacks.
115
+
116
+ ---
117
+
118
+ ## STEP 4 — MODEL SELECTION LOGIC
119
+
120
+ Open Higgsfield AI uses model and endpoint mappings as the operational core. Selection must be tied to actual capabilities.
121
+
122
+ For every recommendation, document:
123
+ - studio mode
124
+ - model class
125
+ - endpoint assumption
126
+ - prompt requirement
127
+ - reference-image count
128
+ - aspect ratio options
129
+ - duration or resolution options
130
+ - likely failure modes
131
+ - fallback model
132
+
133
+ ### Required model-selection discipline
134
+
135
+ 1. Prefer the local fork's `models.js` over memory.
136
+ 2. Match input mode first, then aesthetic.
137
+ 3. Avoid recommending models that require assets the user does not have.
138
+ 4. For lip sync, distinguish portrait-image mode from video mode.
139
+ 5. For cinema, translate camera intent into prompt modifiers and control selections.
140
+
141
+ ---
142
+
143
+ ## STEP 5 — PROMPT PLANNING LOGIC
144
+
145
+ Prompt work is not free-form writing. It is production planning.
146
+
147
+ Every prompt set must specify:
148
+ - objective
149
+ - subject
150
+ - environment
151
+ - action
152
+ - camera language
153
+ - composition
154
+ - lighting
155
+ - texture / material detail
156
+ - motion behavior where relevant
157
+ - negative prompt or exclusion language when supported
158
+ - output constraints
159
+
160
+ ### Mode-specific rules
161
+
162
+ - `image`: prioritize subject clarity, composition, style lock, and reference usage
163
+ - `video`: prioritize motion verb, start state, camera move, continuity, and duration
164
+ - `lip-sync`: prioritize performance intent, facial framing, audio sync assumptions, and artifact avoidance
165
+ - `cinema`: prioritize lens, focal length, aperture, movement grammar, blocking, and scene beat
166
+
167
+ Use the frozen prompt templates. Do not invent a new schema unless the use case truly does not fit.
168
+
169
+ ---
170
+
171
+ ## STEP 6 — SHOT PLANNING LOGIC
172
+
173
+ Shot plans convert abstract goals into executable batches.
174
+
175
+ Each shot row must include:
176
+ - shot id
177
+ - narrative purpose
178
+ - studio mode
179
+ - model target
180
+ - input assets
181
+ - camera intent
182
+ - prompt key
183
+ - duration / ratio / resolution
184
+ - pass count
185
+ - review note
186
+
187
+ ### When to run frame extraction
188
+
189
+ If the user provides a local reference mp4, use `templates/frame-analysis.md` before finalizing the shot plan.
190
+
191
+ This kit intentionally reuses the proven frame-analysis primitive from the creative strategist workflow:
192
+ - extract frames locally with `ffmpeg`
193
+ - identify scene boundaries
194
+ - record composition, motion, text rhythm, and pacing
195
+ - convert those observations into shot rows and prompt constraints
196
+
197
+ ---
198
+
199
+ ## STEP 7 — GENERATION BATCH LOGIC
200
+
201
+ Every batch plan must group generations by:
202
+ - studio mode
203
+ - model
204
+ - asset dependency
205
+ - aspect ratio
206
+ - duration
207
+ - priority
208
+
209
+ This matters because Open Higgsfield AI generation is asynchronous and provider-backed. The operator needs a clear submit order and a clear poll / review loop.
210
+
211
+ ---
212
+
213
+ ## STEP 8 — PROVIDER ADAPTER LOGIC
214
+
215
+ Muapi is the reference adapter, not the only forever adapter.
216
+
217
+ All provider assumptions must state:
218
+ - provider name
219
+ - auth header contract
220
+ - submit endpoint pattern
221
+ - poll endpoint pattern
222
+ - upload flow
223
+ - result handling
224
+ - fallback behavior when a model is unavailable
225
+
226
+ Keep adapter language abstract enough that a second provider can fit later without rewriting the kit.
227
+
228
+ ---
229
+
230
+ ## STEP 9 — OUTPUT ORDER
231
+
232
+ Produce artifacts in this order:
233
+
234
+ 1. Visual campaign brief
235
+ 2. Studio selection brief
236
+ 3. Model selection recommendation
237
+ 4. Shot plan
238
+ 5. Prompt matrix
239
+ 6. Generation batch plan
240
+ 7. Asset tracking
241
+ 8. Review QA checklist
242
+ 9. Platform-ready execution handoff
243
+
244
+ ---
245
+
246
+ ## STEP 10 — QUALITY BAR
247
+
248
+ Good output looks like this:
249
+
250
+ - grounded in inspected repo files or clearly labeled assumptions
251
+ - one primary studio choice with reasoning
252
+ - model recommendation tied to endpoint constraints
253
+ - prompts ready to paste into Open Higgsfield AI
254
+ - shot plan rows mapped to actual inputs and outputs
255
+ - generation batches sequenced for async submit/poll workflows
256
+ - handoff notes clear enough for browser or desktop execution
257
+ - review checklist specific enough to catch model drift, framing errors, lip-sync mismatch, and prompt leakage
@@ -0,0 +1,5 @@
1
+ # Asset Tracking Template
2
+
3
+ | Asset ID | Type | Source | Local Path / URL | Reuse Status | Upload Needed | Owner | Notes |
4
+ |---|---|---|---|---|---|---|---|
5
+ | A01 | | | | | | | |
@@ -0,0 +1,24 @@
1
+ # Frame Analysis Primitive
2
+
3
+ Use this when the operator has a local reference video and the shot plan should mirror proven pacing or framing.
4
+
5
+ ## Extraction
6
+
7
+ ```bash
8
+ mkdir -p /tmp/open_higgsfield_frames
9
+ ffmpeg -i "/path/to/reference.mp4" -vf fps=1/2 /tmp/open_higgsfield_frames/frame_%04d.jpg
10
+ ```
11
+
12
+ ## Record per frame cluster
13
+
14
+ | Cluster | Approx time | What changes | Composition | Motion | Text rhythm | Notes |
15
+ |---|---|---|---|---|---|---|
16
+ | C01 | | | | | | |
17
+
18
+ ## Convert analysis into planning
19
+
20
+ 1. identify shot boundaries
21
+ 2. name the narrative function of each segment
22
+ 3. map each segment to a studio and model
23
+ 4. convert visual observations into prompt controls
24
+ 5. add continuity rules to the shot plan
@@ -0,0 +1,7 @@
1
+ # Generation Batch Plan Template
2
+
3
+ | Batch ID | Priority | Studio | Model | Inputs | Output Target | Submit Order | Polling Note | Retry Rule |
4
+ |---|---|---|---|---|---|---|---|---|
5
+ | B01 | | | | | | | | |
6
+
7
+ ## Batch Strategy
@@ -0,0 +1,23 @@
1
+ # Model Selection Recommendation Template
2
+
3
+ ## Primary Recommendation
4
+
5
+ | Field | Value |
6
+ |---|---|
7
+ | Studio mode | |
8
+ | Model | |
9
+ | Endpoint | |
10
+ | Prompt required | |
11
+ | Inputs required | |
12
+ | Controls | |
13
+ | Reason | |
14
+
15
+ ## Fallback Recommendation
16
+
17
+ | Field | Value |
18
+ |---|---|
19
+ | Model | |
20
+ | Endpoint | |
21
+ | Reason for fallback | |
22
+
23
+ ## Constraint Notes
@@ -0,0 +1,17 @@
1
+ # Platform-Ready Execution Handoff Template
2
+
3
+ ## Runtime Mode
4
+
5
+ ## Repo Inspection Summary
6
+
7
+ ## Provider Adapter Assumptions
8
+
9
+ ## Execution Steps
10
+
11
+ 1.
12
+ 2.
13
+ 3.
14
+
15
+ ## Expected Outputs
16
+
17
+ ## Open Questions
@@ -0,0 +1,7 @@
1
+ # Prompt Matrix Template
2
+
3
+ | Prompt ID | Shot / Output | Studio | Model | Base Prompt | Variation Prompt | Negative / Exclusions | Controls | Assets |
4
+ |---|---|---|---|---|---|---|---|---|
5
+ | P01 | | | | | | | | |
6
+
7
+ ## Prompt Notes
@@ -0,0 +1,16 @@
1
+ # Cinema Generation Prompt Template
2
+
3
+ ## Objective
4
+
5
+ ## Prompt
6
+
7
+ `[subject], [blocking], [camera type], [lens], [focal length], [aperture], [camera move], [lighting], [mood], [set detail]`
8
+
9
+ ## Control Notes
10
+
11
+ - camera:
12
+ - lens:
13
+ - focal length:
14
+ - aperture:
15
+
16
+ ## Exclusions
@@ -0,0 +1,11 @@
1
+ # Image Generation Prompt Template
2
+
3
+ ## Objective
4
+
5
+ ## Prompt
6
+
7
+ `[subject], [action or pose], [environment], [composition], [lighting], [texture], [style], [brand cues]`
8
+
9
+ ## Exclusions
10
+
11
+ ## Recommended Controls
@@ -0,0 +1,14 @@
1
+ # Lip Sync Generation Prompt Template
2
+
3
+ ## Objective
4
+
5
+ ## Prompt
6
+
7
+ `[speaker framing], [performance intent], [head motion], [emotion], [background], [stability constraints]`
8
+
9
+ ## Required Inputs
10
+
11
+ - portrait or source video
12
+ - audio file
13
+
14
+ ## Exclusions
@@ -0,0 +1,11 @@
1
+ # Video Generation Prompt Template
2
+
3
+ ## Objective
4
+
5
+ ## Prompt
6
+
7
+ `[subject], [starting state], [motion verb], [camera move], [environment], [lighting], [tempo], [ending beat]`
8
+
9
+ ## Exclusions
10
+
11
+ ## Recommended Controls
@@ -0,0 +1,26 @@
1
+ # Review QA Checklist Template
2
+
3
+ ## Creative Review
4
+
5
+ - [ ] Visual direction matches brief
6
+ - [ ] Prompt intent is preserved across variants
7
+ - [ ] No off-brand styling
8
+
9
+ ## Technical Review
10
+
11
+ - [ ] Correct studio and model used
12
+ - [ ] Aspect ratio / duration / resolution match plan
13
+ - [ ] Inputs and references were attached correctly
14
+
15
+ ## Studio-Specific Review
16
+
17
+ - [ ] Image: composition and subject integrity hold
18
+ - [ ] Video: motion and continuity hold
19
+ - [ ] Lip Sync: mouth sync and facial stability hold
20
+ - [ ] Cinema: lensing and camera grammar hold
21
+
22
+ ## Sign-off
23
+
24
+ - Reviewer:
25
+ - Date:
26
+ - Status:
@@ -0,0 +1,11 @@
1
+ # Shot Plan Template
2
+
3
+ | Shot ID | Beat | Studio | Model | Assets | Camera Intent | Prompt Key | Ratio / Duration | Passes | Review Note |
4
+ |---|---|---|---|---|---|---|---|---|---|
5
+ | S01 | | | | | | | | | |
6
+
7
+ ## Arc Notes
8
+
9
+ ## Asset Dependencies
10
+
11
+ ## Review Gates
@@ -0,0 +1,18 @@
1
+ # Studio Selection Brief Template
2
+
3
+ ## Requested Outcome
4
+
5
+ ## Recommended Studio
6
+
7
+ | Option | Fit | Notes |
8
+ |---|---|---|
9
+ | Image | | |
10
+ | Video | | |
11
+ | Lip Sync | | |
12
+ | Cinema | | |
13
+
14
+ ## Why the Winning Studio Fits
15
+
16
+ ## Required Inputs
17
+
18
+ ## Fallback Path
@@ -0,0 +1,24 @@
1
+ # Visual Campaign Brief Template
2
+
3
+ ## Project Overview
4
+
5
+ | Field | Value |
6
+ |---|---|
7
+ | Client | |
8
+ | Project | |
9
+ | Objective | |
10
+ | Primary platform | |
11
+ | Runtime mode | |
12
+ | Due date | |
13
+
14
+ ## Audience and Offer
15
+
16
+ ## Brand and Visual Rules
17
+
18
+ ## Existing Assets
19
+
20
+ ## Studio Hypothesis
21
+
22
+ ## Success Criteria
23
+
24
+ ## Output Package
@@ -0,0 +1,49 @@
1
+ # Validation Checklist — Open Higgsfield Studio v1
2
+
3
+ Use this checklist before considering a package complete.
4
+
5
+ ---
6
+
7
+ ## PRE-SESSION CHECKLIST (operator runs before starting the agent)
8
+
9
+ - [ ] Growthub local Working Directory is pointed at this folder (or Claude Code as alternative)
10
+ - [ ] `.env` exists (copy from `.env.example` if not)
11
+ - [ ] `MUAPI_API_KEY` is set in `.env` (not placeholder value)
12
+ - [ ] `node setup/verify-env.mjs` exits 0 (key is valid and API is reachable)
13
+ - [ ] `bash setup/check-deps.sh` passes (local-fork mode only)
14
+ - [ ] Local fork is running at `http://localhost:3001` OR execution mode is `browser-hosted` or `desktop-app`
15
+ - [ ] `output/` directory exists (auto-created by agent on first write)
16
+ - [ ] Active brand kit exists: `brands/<client-slug>/brand-kit.md` OR using `brands/growthub/brand-kit.md`
17
+
18
+ ---
19
+
20
+ ## KIT VALIDATION
21
+
22
+ - [ ] `kit.json` exists and every `frozenAssetPaths` entry exists
23
+ - [ ] bundle manifest matches kit id and worker id
24
+ - [ ] entrypoint path exists
25
+ - [ ] example brand is public-safe
26
+ - [ ] docs, templates, and examples are all self-contained in this folder
27
+
28
+ ## METHODOLOGY VALIDATION
29
+
30
+ - [ ] `skills.md` defines strict workflow order
31
+ - [ ] entrypoint points back to `skills.md`
32
+ - [ ] runtime assumptions, provider adapter notes, and output standards exist
33
+ - [ ] visual-production-specific templates exist for all four studios
34
+ - [ ] frame-analysis primitive is documented
35
+
36
+ ## OPERATIONAL VALIDATION
37
+
38
+ - [ ] local fork inspection instructions exist
39
+ - [ ] browser-hosted flow is documented
40
+ - [ ] desktop-app flow is documented
41
+ - [ ] Muapi auth, submit, poll, and result assumptions are documented
42
+ - [ ] fallback provider extension path is documented
43
+
44
+ ## OUTPUT VALIDATION
45
+
46
+ - [ ] required output categories all have templates
47
+ - [ ] example files demonstrate the expected contract
48
+ - [ ] naming convention is explicit
49
+ - [ ] review and QA gates are explicit