@growthub/cli 0.6.8 → 0.7.1
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/assets/shared-templates/marketing-frameworks/competitor-positioning.md +46 -0
- package/assets/shared-templates/marketing-frameworks/cro-7-dimensions.md +48 -0
- package/assets/shared-templates/marketing-frameworks/email-sequence-architecture.md +50 -0
- package/assets/shared-templates/marketing-frameworks/launch-playbook.md +62 -0
- package/assets/shared-templates/marketing-frameworks/product-marketing-context.md +62 -0
- package/assets/shared-templates/marketing-frameworks/seo-audit-eeat.md +44 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/.env.example +7 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/QUICKSTART.md +21 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/brands/NEW-CLIENT.md +3 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/brands/_template/brand-kit.md +7 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/brands/growthub/brand-kit.md +6 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/bundles/growthub-hyperframes-studio-v1.json +47 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/docs/hyperframes-discovery-path.md +12 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/docs/hyperframes-fork-integration.md +11 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/docs/provider-adapter-layer.md +9 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/examples/video-brief-sample.md +15 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/growthub-meta/README.md +3 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/growthub-meta/kit-standard.md +6 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/kit.json +97 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/output/README.md +5 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/output-standards.md +12 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/runtime-assumptions.md +6 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/setup/check-deps.sh +14 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/setup/clone-fork.sh +12 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/setup/verify-env.mjs +16 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/skills.md +12 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/templates/composition-spec.md +6 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/templates/qa-checklist.md +6 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/templates/render-plan.md +13 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/templates/video-brief.md +7 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/validation-checklist.md +6 -0
- package/assets/worker-kits/growthub-hyperframes-studio-v1/workers/hyperframes-studio-operator/CLAUDE.md +18 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/.env.example +7 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/QUICKSTART.md +111 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/brands/_template/product-marketing-context.md +147 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/brands/growthub/product-marketing-context.md +145 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/bundles/growthub-marketing-skills-v1.json +43 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/docs/evaluation-frameworks.md +53 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/docs/fork-integration.md +43 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/docs/skill-dispatch-methodology.md +50 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/examples/email-sequence-sample.md +75 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/examples/landing-page-cro-sample.md +128 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/examples/seo-audit-sample.md +102 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/growthub-meta/README.md +5 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/growthub-meta/kit-standard.md +25 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/kit.json +87 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/output/README.md +32 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/output-standards.md +51 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/runtime-assumptions.md +46 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/setup/verify-env.mjs +81 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/skills.md +157 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/templates/competitor-analysis.md +81 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/templates/content-strategy-plan.md +75 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/templates/cro-audit-brief.md +138 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/templates/email-sequence-plan.md +80 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/templates/launch-checklist.md +83 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/templates/seo-audit-report.md +119 -0
- package/assets/worker-kits/growthub-marketing-skills-v1/workers/marketing-operator/CLAUDE.md +198 -0
- package/dist/index.js +694 -268
- package/package.json +1 -1
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# Competitor Analysis — Positioning Gap Framework
|
|
2
|
+
|
|
3
|
+
> Source: [coreyhaines31/marketingskills](https://github.com/coreyhaines31/marketingskills) (competitor-alternatives skill) — MIT license
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
Apply when analyzing competitors, building positioning strategy, or creating comparison content. Also use before pricing decisions, launch strategy, or content strategy to understand the competitive landscape.
|
|
8
|
+
|
|
9
|
+
## Analysis Components
|
|
10
|
+
|
|
11
|
+
### 1. Competitor Classification
|
|
12
|
+
- **Direct**: Same category, same audience, head-to-head competition
|
|
13
|
+
- **Secondary**: Adjacent category, partial audience overlap
|
|
14
|
+
- **Indirect**: Different approach to the same underlying problem
|
|
15
|
+
|
|
16
|
+
### 2. Feature Matrix
|
|
17
|
+
Compare capabilities across your product and 2-4 key competitors. Focus on features that matter to your target audience, not exhaustive lists.
|
|
18
|
+
|
|
19
|
+
### 3. Messaging Teardown
|
|
20
|
+
For each competitor, analyze:
|
|
21
|
+
- **Headline**: What promise do they lead with?
|
|
22
|
+
- **Value proposition**: How do they describe their differentiation?
|
|
23
|
+
- **Primary CTA**: What action do they push visitors toward?
|
|
24
|
+
- **Trust signals**: What proof do they show?
|
|
25
|
+
- **Objection handling**: What concerns do they preemptively address?
|
|
26
|
+
|
|
27
|
+
### 4. Positioning Gaps
|
|
28
|
+
Where competitors are weak or silent = your opportunity. Look for:
|
|
29
|
+
- Features they lack that your audience needs
|
|
30
|
+
- Messaging angles they don't own
|
|
31
|
+
- Audience segments they ignore
|
|
32
|
+
- Pricing tiers they don't serve
|
|
33
|
+
|
|
34
|
+
### 5. Pricing Comparison
|
|
35
|
+
Map pricing across tiers (free, entry, mid, enterprise) to identify:
|
|
36
|
+
- Price anchoring opportunities
|
|
37
|
+
- Tier structuring gaps
|
|
38
|
+
- Feature-to-price value positioning
|
|
39
|
+
|
|
40
|
+
## Output Structure
|
|
41
|
+
|
|
42
|
+
1. Competitor overview table
|
|
43
|
+
2. Feature matrix
|
|
44
|
+
3. Messaging teardown per competitor
|
|
45
|
+
4. Positioning gaps and opportunities
|
|
46
|
+
5. Recommended positioning adjustments
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# CRO Analysis — 7-Dimension Framework
|
|
2
|
+
|
|
3
|
+
> Source: [coreyhaines31/marketingskills](https://github.com/coreyhaines31/marketingskills) (page-cro skill) — MIT license
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
Apply when auditing any marketing page for conversion optimization: homepage, landing page, pricing page, feature page, or blog post.
|
|
8
|
+
|
|
9
|
+
## The 7 Dimensions
|
|
10
|
+
|
|
11
|
+
### 1. Value Proposition Clarity
|
|
12
|
+
Can the visitor understand what the product does and who it's for within 5 seconds of landing? The value proposition should be specific, benefit-driven, and immediately visible above the fold.
|
|
13
|
+
|
|
14
|
+
### 2. Headline Effectiveness
|
|
15
|
+
Does the headline match the messaging from the traffic source (ad, email, social post)? Message match between traffic source and landing page is one of the highest-impact conversion factors.
|
|
16
|
+
|
|
17
|
+
### 3. CTA Placement & Copy
|
|
18
|
+
Is there a single, clear primary action? Is the CTA benefit-driven (not "Submit" or "Get Started" but what the user gets)? Is it visible without scrolling?
|
|
19
|
+
|
|
20
|
+
### 4. Visual Hierarchy
|
|
21
|
+
Is the page scannable? Does whitespace guide the eye from headline → benefit → proof → CTA? Can a visitor understand the page structure in a 3-second scan?
|
|
22
|
+
|
|
23
|
+
### 5. Trust Signals
|
|
24
|
+
Are logos, testimonials, case studies, reviews, and security badges positioned near decision points (especially near CTAs and pricing)? Trust signals reduce anxiety at the moment of conversion.
|
|
25
|
+
|
|
26
|
+
### 6. Objection Handling
|
|
27
|
+
Are the top 3-5 objections (price, fit, difficulty, risk, timing) addressed before the visitor reaches the CTA? Unaddressed objections cause abandonment.
|
|
28
|
+
|
|
29
|
+
### 7. Friction Points
|
|
30
|
+
Are there unnecessary form fields, confusing navigation paths, broken mobile layouts, slow load times, or unclear next steps that create friction in the conversion path?
|
|
31
|
+
|
|
32
|
+
## Scoring
|
|
33
|
+
|
|
34
|
+
| Score | Meaning |
|
|
35
|
+
|---|---|
|
|
36
|
+
| Strong (3) | Optimized, no issues found |
|
|
37
|
+
| Adequate (2) | Functional but improvement opportunities exist |
|
|
38
|
+
| Weak (1) | Significant issues impacting conversions |
|
|
39
|
+
| Missing (0) | Not present or fundamentally broken |
|
|
40
|
+
|
|
41
|
+
Composite: sum of 7 dimensions (0-21 scale).
|
|
42
|
+
|
|
43
|
+
## Output Structure
|
|
44
|
+
|
|
45
|
+
1. Quick Wins (implement immediately, low effort)
|
|
46
|
+
2. High-Impact Changes (prioritized by effort vs. impact)
|
|
47
|
+
3. A/B Test Hypotheses (grounded in findings)
|
|
48
|
+
4. Copy Alternatives (2-3 headline and CTA options)
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Email Sequence — 5-Type Architecture
|
|
2
|
+
|
|
3
|
+
> Source: [coreyhaines31/marketingskills](https://github.com/coreyhaines31/marketingskills) (email-sequence skill) — MIT license
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
Apply when designing any email sequence. Start by identifying which of the 5 types matches the use case, then follow the architecture for that type.
|
|
8
|
+
|
|
9
|
+
## The 5 Standard Types
|
|
10
|
+
|
|
11
|
+
| Type | Emails | Duration | Key Focus |
|
|
12
|
+
|---|---|---|---|
|
|
13
|
+
| Welcome | 5-7 | 12-14 days | Activation and initial conversion |
|
|
14
|
+
| Lead Nurture | 6-8 | 2-3 weeks | Trust-building via expertise demonstration |
|
|
15
|
+
| Re-engagement | 3-4 | 2 weeks | Win-back or list cleaning |
|
|
16
|
+
| Onboarding | 5-7 | 14 days | Feature adoption and aha moments |
|
|
17
|
+
| Event-based | Variable | Trigger-dependent | Behavioral automation |
|
|
18
|
+
|
|
19
|
+
## Core Principles
|
|
20
|
+
|
|
21
|
+
1. **One email, one job** — Each message has a single primary purpose with one main CTA
|
|
22
|
+
2. **Value before ask** — Build trust through content before requesting conversion
|
|
23
|
+
3. **Relevance over volume** — Quality messaging outperforms send frequency
|
|
24
|
+
|
|
25
|
+
## Sequence Design Process
|
|
26
|
+
|
|
27
|
+
1. **Identify type** — Which of the 5 types matches the use case?
|
|
28
|
+
2. **Define emotional arc** — What emotional journey from Email 1 to Email N?
|
|
29
|
+
3. **Map individual purposes** — Each email gets a theme, body arc, and CTA
|
|
30
|
+
4. **Set timing** — Send delays based on type (see table above)
|
|
31
|
+
5. **Write subject line matrix** — 5+ variants per email with type tags
|
|
32
|
+
6. **Define segments and triggers** — Entry conditions and platform configuration
|
|
33
|
+
|
|
34
|
+
## Subject Line Types
|
|
35
|
+
|
|
36
|
+
| Type | When to Use |
|
|
37
|
+
|---|---|
|
|
38
|
+
| Curiosity | Opening unknown, creating information gap |
|
|
39
|
+
| Social proof | Leveraging others' behavior or results |
|
|
40
|
+
| Direct | Clear benefit statement, no mystery |
|
|
41
|
+
| Personal | Conversational, feels one-to-one |
|
|
42
|
+
| Urgency | Time or availability constraint (use sparingly) |
|
|
43
|
+
|
|
44
|
+
## Quality Bar
|
|
45
|
+
|
|
46
|
+
- Every email gets 5+ subject line variants with type tags
|
|
47
|
+
- Every email gets preview text (subject line and preview are always a pair)
|
|
48
|
+
- Every email gets a plain-text fallback
|
|
49
|
+
- PS lines recommended (high-read position)
|
|
50
|
+
- CAN-SPAM compliance line in every broadcast
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# Launch Strategy — Phased Playbook Framework
|
|
2
|
+
|
|
3
|
+
> Source: [coreyhaines31/marketingskills](https://github.com/coreyhaines31/marketingskills) (launch-strategy skill) — MIT license
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
Apply when planning any product launch, feature release, rebrand, or campaign with a specific go-live date.
|
|
8
|
+
|
|
9
|
+
## The 3 Phases
|
|
10
|
+
|
|
11
|
+
### Pre-Launch (T-minus 2-4 weeks)
|
|
12
|
+
**Goal:** Build audience, prepare assets, validate messaging.
|
|
13
|
+
|
|
14
|
+
Key activities:
|
|
15
|
+
- Finalize product-marketing context
|
|
16
|
+
- Build landing page / announcement page
|
|
17
|
+
- Prepare email sequences (announcement + follow-up)
|
|
18
|
+
- Draft social content calendar
|
|
19
|
+
- Build press / community outreach list
|
|
20
|
+
- Set up analytics tracking (events, goals, UTMs)
|
|
21
|
+
- Brief internal team on messaging and positioning
|
|
22
|
+
- Prepare FAQ and objection handling
|
|
23
|
+
- Create paid ad creative and targeting (if applicable)
|
|
24
|
+
- Collect and incorporate beta feedback
|
|
25
|
+
|
|
26
|
+
### Launch Day
|
|
27
|
+
**Goal:** Coordinated execution across all channels.
|
|
28
|
+
|
|
29
|
+
Key activities:
|
|
30
|
+
- Send announcement email
|
|
31
|
+
- Publish social posts (all channels, staggered timing)
|
|
32
|
+
- Post community announcements
|
|
33
|
+
- Send press / outreach emails
|
|
34
|
+
- Activate paid ads (if applicable)
|
|
35
|
+
- Monitor real-time (analytics, social, support)
|
|
36
|
+
- Keep team available for rapid response
|
|
37
|
+
|
|
38
|
+
### Post-Launch (T-plus 1-4 weeks)
|
|
39
|
+
**Goal:** Iterate based on data, activate retention.
|
|
40
|
+
|
|
41
|
+
Key activities:
|
|
42
|
+
- Day 1 metrics review (traffic, signups, conversion rate)
|
|
43
|
+
- Week 1 performance report
|
|
44
|
+
- User feedback collection and categorization
|
|
45
|
+
- Quick win implementation from feedback
|
|
46
|
+
- Follow-up email sequence activation
|
|
47
|
+
- Retargeting campaigns (if applicable)
|
|
48
|
+
- Content iteration based on top-performing angles
|
|
49
|
+
- Week 4 full retrospective
|
|
50
|
+
|
|
51
|
+
## Channel Plan Matrix
|
|
52
|
+
|
|
53
|
+
Map each channel across all 3 phases to ensure nothing is missed:
|
|
54
|
+
|
|
55
|
+
| Channel | Pre-Launch | Launch Day | Post-Launch |
|
|
56
|
+
|---|---|---|---|
|
|
57
|
+
| Email | Build sequences | Send announcement | Nurture + follow-up |
|
|
58
|
+
| Social | Tease + build anticipation | Coordinated launch posts | Ongoing content |
|
|
59
|
+
| Blog/SEO | Publish supporting content | Launch post | Update based on feedback |
|
|
60
|
+
| Community | Seed conversations | Announcement thread | Engage and iterate |
|
|
61
|
+
| Paid | Prepare creative | Activate campaigns | Optimize based on data |
|
|
62
|
+
| Press | Pitch and outreach | Publish coverage | Follow-up relationships |
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# Product Marketing Context — Foundation Framework
|
|
2
|
+
|
|
3
|
+
> Source: [coreyhaines31/marketingskills](https://github.com/coreyhaines31/marketingskills) (product-marketing-context skill) — MIT license
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
This is the foundational framework. Use it before any other marketing skill. Every marketing deliverable should be grounded in a completed product-marketing context.
|
|
8
|
+
|
|
9
|
+
## The 12 Sections
|
|
10
|
+
|
|
11
|
+
### 1. Product Overview
|
|
12
|
+
One-liner, category, product type, pricing model, starting price.
|
|
13
|
+
|
|
14
|
+
### 2. Target Audience
|
|
15
|
+
Company type (B2B/B2C), company size, industry verticals, decision-maker titles, primary and secondary use cases.
|
|
16
|
+
|
|
17
|
+
### 3. Personas
|
|
18
|
+
Stakeholder roles with key motivations and primary objections per persona.
|
|
19
|
+
|
|
20
|
+
### 4. Problems & Pain Points
|
|
21
|
+
Core problem, cost of inaction, emotional tension, and failed alternatives.
|
|
22
|
+
|
|
23
|
+
### 5. Competitive Landscape
|
|
24
|
+
Direct, secondary, and indirect competitors with key differentiators.
|
|
25
|
+
|
|
26
|
+
### 6. Differentiation
|
|
27
|
+
Top 3 differentiators and the core "why customers choose you" statement.
|
|
28
|
+
|
|
29
|
+
### 7. Objections & Anti-Personas
|
|
30
|
+
Common objections with handling strategies, plus who is NOT the right customer.
|
|
31
|
+
|
|
32
|
+
### 8. Switching Dynamics (Push/Pull/Habit/Anxiety)
|
|
33
|
+
- **Push**: What pushes users away from the status quo
|
|
34
|
+
- **Pull**: What pulls them toward your product
|
|
35
|
+
- **Habit**: What keeps them where they are
|
|
36
|
+
- **Anxiety**: What they fear about switching
|
|
37
|
+
|
|
38
|
+
### 9. Customer Language
|
|
39
|
+
Verbatim phrases from customer interviews, reviews, support tickets, or sales calls. These are more valuable than any polished positioning statement.
|
|
40
|
+
|
|
41
|
+
### 10. Brand Voice
|
|
42
|
+
Tone, style, personality, words to use, words to avoid.
|
|
43
|
+
|
|
44
|
+
### 11. Proof Points
|
|
45
|
+
Key metrics, testimonials, case studies, awards — only verifiable data.
|
|
46
|
+
|
|
47
|
+
### 12. Goals
|
|
48
|
+
Primary conversion action, secondary goals, revenue targets with specific metrics.
|
|
49
|
+
|
|
50
|
+
## Key Principle
|
|
51
|
+
|
|
52
|
+
**Customer language over marketing jargon.** The product-marketing context captures exact customer phrases because verbatim language makes marketing copy resonate with actual customer thinking. Every downstream skill should prefer customer language over polished positioning statements.
|
|
53
|
+
|
|
54
|
+
## Auto-Draft Capability
|
|
55
|
+
|
|
56
|
+
If the product context doesn't exist yet, it can be auto-drafted by scanning:
|
|
57
|
+
- README.md
|
|
58
|
+
- package.json
|
|
59
|
+
- Landing page content
|
|
60
|
+
- Existing marketing materials
|
|
61
|
+
|
|
62
|
+
The auto-draft provides a starting point that the user then validates and refines.
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# SEO Audit — E-E-A-T Framework
|
|
2
|
+
|
|
3
|
+
> Source: [coreyhaines31/marketingskills](https://github.com/coreyhaines31/marketingskills) (seo-audit skill) — MIT license
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
Apply when auditing content quality for search performance. E-E-A-T is Google's quality assessment framework used by Search Quality Raters. It applies to all content but is critical for YMYL (Your Money or Your Life) topics.
|
|
8
|
+
|
|
9
|
+
## The 4 Signals
|
|
10
|
+
|
|
11
|
+
### Experience
|
|
12
|
+
Does the content demonstrate first-hand experience with the topic? This includes personal use of products, direct involvement in processes, or real-world application of the advice given.
|
|
13
|
+
|
|
14
|
+
### Expertise
|
|
15
|
+
Does the content demonstrate depth and accuracy? Is the author qualified to write about this topic? Expertise signals include detailed analysis, correct terminology, and nuanced understanding.
|
|
16
|
+
|
|
17
|
+
### Authoritativeness
|
|
18
|
+
Is the source recognized as a credible authority? Authority signals include external citations, industry recognition, author credentials, and domain reputation.
|
|
19
|
+
|
|
20
|
+
### Trustworthiness
|
|
21
|
+
Is the content accurate, transparent, and safe? Trust signals include proper attribution, clear disclosure, accurate claims, contact information, and secure browsing experience.
|
|
22
|
+
|
|
23
|
+
## Audit Priority Order
|
|
24
|
+
|
|
25
|
+
1. **Crawlability & Indexation** — Can search engines find and index the content?
|
|
26
|
+
2. **Technical Foundations** — Core Web Vitals, mobile, HTTPS, site speed
|
|
27
|
+
3. **On-Page Optimization** — Titles, metas, headings, keyword targeting
|
|
28
|
+
4. **Content Quality** — Depth, E-E-A-T signals, search intent alignment
|
|
29
|
+
5. **Authority & Links** — Internal linking, external citations, backlink profile
|
|
30
|
+
|
|
31
|
+
## Priority Matrix
|
|
32
|
+
|
|
33
|
+
| Level | Criteria |
|
|
34
|
+
|---|---|
|
|
35
|
+
| Critical | Blocking indexation or causing ranking penalties |
|
|
36
|
+
| High | Significant ranking impact, moderate effort to fix |
|
|
37
|
+
| Medium | Incremental improvement, low-moderate effort |
|
|
38
|
+
| Low | Nice-to-have, minimal ranking impact |
|
|
39
|
+
|
|
40
|
+
## Output Structure
|
|
41
|
+
|
|
42
|
+
1. Executive Summary (top 3-5 priorities)
|
|
43
|
+
2. Findings by section (Issue / Impact / Evidence / Fix / Priority)
|
|
44
|
+
3. Prioritized Action Plan (critical → quick wins → long-term)
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Growthub Hyperframes Studio — Environment Config
|
|
2
|
+
# Copy this file to .env and fill in your local values.
|
|
3
|
+
# Never commit .env to version control.
|
|
4
|
+
|
|
5
|
+
# Absolute path to your local Hyperframes clone.
|
|
6
|
+
# Example: /Users/<you>/dev/hyperframes
|
|
7
|
+
HYPERFRAMES_LOCAL_PATH=
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Hyperframes Studio Quickstart
|
|
2
|
+
|
|
3
|
+
## 1) Prepare environment
|
|
4
|
+
|
|
5
|
+
```bash
|
|
6
|
+
cp .env.example .env
|
|
7
|
+
bash setup/check-deps.sh
|
|
8
|
+
node setup/verify-env.mjs
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## 2) Clone Hyperframes locally
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
bash setup/clone-fork.sh
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## 3) Start work
|
|
18
|
+
|
|
19
|
+
- Point your agent Working Directory to this exported folder.
|
|
20
|
+
- Follow `workers/hyperframes-studio-operator/CLAUDE.md`.
|
|
21
|
+
- Write outputs to `output/<client-slug>/<project-slug>/`.
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 2,
|
|
3
|
+
"bundle": {
|
|
4
|
+
"id": "growthub-hyperframes-studio-v1",
|
|
5
|
+
"version": "1.0.0",
|
|
6
|
+
"kitId": "growthub-hyperframes-studio-v1",
|
|
7
|
+
"workerId": "hyperframes-studio-operator"
|
|
8
|
+
},
|
|
9
|
+
"briefType": "hyperframes-video-production",
|
|
10
|
+
"publicExampleBrandPaths": [
|
|
11
|
+
"brands/growthub/brand-kit.md"
|
|
12
|
+
],
|
|
13
|
+
"requiredFrozenAssets": [
|
|
14
|
+
"QUICKSTART.md",
|
|
15
|
+
".env.example",
|
|
16
|
+
"skills.md",
|
|
17
|
+
"output-standards.md",
|
|
18
|
+
"runtime-assumptions.md",
|
|
19
|
+
"validation-checklist.md",
|
|
20
|
+
"workers/hyperframes-studio-operator/CLAUDE.md",
|
|
21
|
+
"brands/_template/brand-kit.md",
|
|
22
|
+
"brands/growthub/brand-kit.md",
|
|
23
|
+
"brands/NEW-CLIENT.md",
|
|
24
|
+
"setup/clone-fork.sh",
|
|
25
|
+
"setup/verify-env.mjs",
|
|
26
|
+
"setup/check-deps.sh",
|
|
27
|
+
"output/README.md",
|
|
28
|
+
"templates/video-brief.md",
|
|
29
|
+
"templates/composition-spec.md",
|
|
30
|
+
"templates/render-plan.md",
|
|
31
|
+
"templates/qa-checklist.md",
|
|
32
|
+
"examples/video-brief-sample.md",
|
|
33
|
+
"docs/hyperframes-fork-integration.md",
|
|
34
|
+
"docs/provider-adapter-layer.md",
|
|
35
|
+
"docs/hyperframes-discovery-path.md",
|
|
36
|
+
"growthub-meta/README.md",
|
|
37
|
+
"growthub-meta/kit-standard.md"
|
|
38
|
+
],
|
|
39
|
+
"optionalPresets": [],
|
|
40
|
+
"export": {
|
|
41
|
+
"folderName": "growthub-agent-worker-kit-hyperframes-studio-v1",
|
|
42
|
+
"zipFileName": "growthub-agent-worker-kit-hyperframes-studio-v1.zip"
|
|
43
|
+
},
|
|
44
|
+
"activationModes": [
|
|
45
|
+
"export"
|
|
46
|
+
]
|
|
47
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Hyperframes Discovery Path
|
|
2
|
+
|
|
3
|
+
Discovery path:
|
|
4
|
+
|
|
5
|
+
- `growthub discover` → `Worker Kits` → `Custom Workspaces`
|
|
6
|
+
- `growthub kit list --family studio`
|
|
7
|
+
- `growthub kit download hyperframes`
|
|
8
|
+
|
|
9
|
+
Feature branch demo checks:
|
|
10
|
+
|
|
11
|
+
- `zsh /Users/antonio/growthub-local/scripts/demo-cli.sh cli kit list --family studio`
|
|
12
|
+
- `zsh /Users/antonio/growthub-local/scripts/demo-cli.sh cli kit inspect hyperframes`
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Sample Video Brief
|
|
2
|
+
|
|
3
|
+
- Goal: Explain Hyperframes architecture in 30 seconds
|
|
4
|
+
- Audience: product and engineering teams
|
|
5
|
+
- Duration: 00:30
|
|
6
|
+
- Aspect ratio: 16:9
|
|
7
|
+
- Delivery format: MP4
|
|
8
|
+
# Sample Video Brief
|
|
9
|
+
|
|
10
|
+
- Objective: Explain Hyperframes architecture in 45 seconds.
|
|
11
|
+
- Audience: Technical PMs and agent operators.
|
|
12
|
+
- Duration: 45s
|
|
13
|
+
- Aspect ratio: 16:9
|
|
14
|
+
- Core message: HTML-native video compositions with deterministic rendering.
|
|
15
|
+
- CTA: Clone the repo and render your first composition.
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 2,
|
|
3
|
+
"kit": {
|
|
4
|
+
"id": "growthub-hyperframes-studio-v1",
|
|
5
|
+
"version": "1.0.0",
|
|
6
|
+
"name": "Growthub Agent Worker Kit — Hyperframes Studio",
|
|
7
|
+
"description": "Self-contained local execution environment for Hyperframes video production. Produces implementation-ready video briefs, composition specs, render plans, and QA handoff artifacts for HTML-native rendering workflows.",
|
|
8
|
+
"type": "worker",
|
|
9
|
+
"visibility": "public-open-source",
|
|
10
|
+
"sourceRepo": "growthub-local",
|
|
11
|
+
"family": "studio"
|
|
12
|
+
},
|
|
13
|
+
"entrypoint": {
|
|
14
|
+
"workerId": "hyperframes-studio-operator",
|
|
15
|
+
"path": "workers/hyperframes-studio-operator/CLAUDE.md"
|
|
16
|
+
},
|
|
17
|
+
"workerIds": [
|
|
18
|
+
"hyperframes-studio-operator"
|
|
19
|
+
],
|
|
20
|
+
"agentContractPath": "workers/hyperframes-studio-operator/CLAUDE.md",
|
|
21
|
+
"brandTemplatePath": "brands/_template/brand-kit.md",
|
|
22
|
+
"publicExampleBrandPaths": [
|
|
23
|
+
"brands/growthub/brand-kit.md"
|
|
24
|
+
],
|
|
25
|
+
"frozenAssetPaths": [
|
|
26
|
+
"QUICKSTART.md",
|
|
27
|
+
".env.example",
|
|
28
|
+
"skills.md",
|
|
29
|
+
"output-standards.md",
|
|
30
|
+
"runtime-assumptions.md",
|
|
31
|
+
"validation-checklist.md",
|
|
32
|
+
"workers/hyperframes-studio-operator/CLAUDE.md",
|
|
33
|
+
"brands/_template/brand-kit.md",
|
|
34
|
+
"brands/growthub/brand-kit.md",
|
|
35
|
+
"brands/NEW-CLIENT.md",
|
|
36
|
+
"setup/clone-fork.sh",
|
|
37
|
+
"setup/verify-env.mjs",
|
|
38
|
+
"setup/check-deps.sh",
|
|
39
|
+
"output/README.md",
|
|
40
|
+
"templates/video-brief.md",
|
|
41
|
+
"templates/composition-spec.md",
|
|
42
|
+
"templates/render-plan.md",
|
|
43
|
+
"templates/qa-checklist.md",
|
|
44
|
+
"examples/video-brief-sample.md",
|
|
45
|
+
"docs/hyperframes-fork-integration.md",
|
|
46
|
+
"docs/provider-adapter-layer.md",
|
|
47
|
+
"docs/hyperframes-discovery-path.md",
|
|
48
|
+
"growthub-meta/README.md",
|
|
49
|
+
"growthub-meta/kit-standard.md"
|
|
50
|
+
],
|
|
51
|
+
"setupPaths": {
|
|
52
|
+
"quickstart": "QUICKSTART.md",
|
|
53
|
+
"envExample": ".env.example",
|
|
54
|
+
"setupDir": "setup/",
|
|
55
|
+
"outputDir": "output/"
|
|
56
|
+
},
|
|
57
|
+
"outputStandard": {
|
|
58
|
+
"type": "working-directory",
|
|
59
|
+
"description": "Exported folder is intended to be pointed at directly by the agent Working Directory. All outputs are markdown files written to output/<client-slug>/<project-slug>/.",
|
|
60
|
+
"requiredPaths": [
|
|
61
|
+
"QUICKSTART.md",
|
|
62
|
+
".env.example",
|
|
63
|
+
"kit.json",
|
|
64
|
+
"bundles/growthub-hyperframes-studio-v1.json",
|
|
65
|
+
"skills.md",
|
|
66
|
+
"workers/hyperframes-studio-operator/CLAUDE.md",
|
|
67
|
+
"brands/_template/brand-kit.md",
|
|
68
|
+
"brands/growthub/brand-kit.md",
|
|
69
|
+
"brands/NEW-CLIENT.md",
|
|
70
|
+
"setup/clone-fork.sh",
|
|
71
|
+
"setup/verify-env.mjs",
|
|
72
|
+
"setup/check-deps.sh",
|
|
73
|
+
"output/README.md",
|
|
74
|
+
"templates",
|
|
75
|
+
"docs",
|
|
76
|
+
"growthub-meta"
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
"bundles": [
|
|
80
|
+
{
|
|
81
|
+
"id": "growthub-hyperframes-studio-v1",
|
|
82
|
+
"version": "1.0.0",
|
|
83
|
+
"path": "bundles/growthub-hyperframes-studio-v1.json"
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"executionMode": "export",
|
|
87
|
+
"activationModes": [
|
|
88
|
+
"export"
|
|
89
|
+
],
|
|
90
|
+
"compatibility": {
|
|
91
|
+
"cliMinVersion": "0.4.3"
|
|
92
|
+
},
|
|
93
|
+
"provenance": {
|
|
94
|
+
"sourceRepo": "growthub-local",
|
|
95
|
+
"frozenAt": "2026-04-17T00:00:00.000Z"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
set -euo pipefail
|
|
3
|
+
|
|
4
|
+
REPO_URL="${HYPERFRAMES_REPO_URL:-https://github.com/heygen-com/hyperframes}"
|
|
5
|
+
LOCAL_PATH="${HYPERFRAMES_LOCAL_PATH:-./.hyperframes}"
|
|
6
|
+
|
|
7
|
+
if [ -d "${LOCAL_PATH}/.git" ]; then
|
|
8
|
+
git -C "${LOCAL_PATH}" fetch origin
|
|
9
|
+
git -C "${LOCAL_PATH}" pull --ff-only
|
|
10
|
+
else
|
|
11
|
+
git clone "${REPO_URL}" "${LOCAL_PATH}"
|
|
12
|
+
fi
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import fs from "node:fs";
|
|
2
|
+
import path from "node:path";
|
|
3
|
+
|
|
4
|
+
const envPath = path.resolve(process.cwd(), ".env");
|
|
5
|
+
if (!fs.existsSync(envPath)) {
|
|
6
|
+
console.error(".env not found. Run: cp .env.example .env");
|
|
7
|
+
process.exit(1);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
const raw = fs.readFileSync(envPath, "utf8");
|
|
11
|
+
if (!raw.includes("HYPERFRAMES_LOCAL_PATH=")) {
|
|
12
|
+
console.error("HYPERFRAMES_LOCAL_PATH is required in .env");
|
|
13
|
+
process.exit(1);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
console.log("Environment check passed.");
|