@miranda0808/maya-codex 0.1.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 +30 -0
- package/bin/maya-codex.js +36 -0
- package/package.json +19 -0
- package/payload/.agents/skills/ab-test-setup/SKILL.md +266 -0
- package/payload/.agents/skills/ab-test-setup/evals/evals.json +105 -0
- package/payload/.agents/skills/ab-test-setup/references/sample-size-guide.md +263 -0
- package/payload/.agents/skills/ab-test-setup/references/test-templates.md +277 -0
- package/payload/.agents/skills/ad-creative/SKILL.md +362 -0
- package/payload/.agents/skills/ad-creative/evals/evals.json +90 -0
- package/payload/.agents/skills/ad-creative/references/generative-tools.md +637 -0
- package/payload/.agents/skills/ad-creative/references/platform-specs.md +213 -0
- package/payload/.agents/skills/ai-seo/SKILL.md +398 -0
- package/payload/.agents/skills/ai-seo/evals/evals.json +90 -0
- package/payload/.agents/skills/ai-seo/references/content-patterns.md +285 -0
- package/payload/.agents/skills/ai-seo/references/platform-ranking-factors.md +152 -0
- package/payload/.agents/skills/analytics-tracking/SKILL.md +309 -0
- package/payload/.agents/skills/analytics-tracking/evals/evals.json +90 -0
- package/payload/.agents/skills/analytics-tracking/references/event-library.md +260 -0
- package/payload/.agents/skills/analytics-tracking/references/ga4-implementation.md +300 -0
- package/payload/.agents/skills/analytics-tracking/references/gtm-implementation.md +390 -0
- package/payload/.agents/skills/churn-prevention/SKILL.md +424 -0
- package/payload/.agents/skills/churn-prevention/evals/evals.json +93 -0
- package/payload/.agents/skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/payload/.agents/skills/churn-prevention/references/dunning-playbook.md +408 -0
- package/payload/.agents/skills/cold-email/SKILL.md +158 -0
- package/payload/.agents/skills/cold-email/evals/evals.json +94 -0
- package/payload/.agents/skills/cold-email/references/benchmarks.md +83 -0
- package/payload/.agents/skills/cold-email/references/follow-up-sequences.md +81 -0
- package/payload/.agents/skills/cold-email/references/frameworks.md +90 -0
- package/payload/.agents/skills/cold-email/references/personalization.md +79 -0
- package/payload/.agents/skills/cold-email/references/subject-lines.md +53 -0
- package/payload/.agents/skills/competitor-alternatives/SKILL.md +256 -0
- package/payload/.agents/skills/competitor-alternatives/evals/evals.json +93 -0
- package/payload/.agents/skills/competitor-alternatives/references/content-architecture.md +271 -0
- package/payload/.agents/skills/competitor-alternatives/references/templates.md +223 -0
- package/payload/.agents/skills/content-strategy/SKILL.md +359 -0
- package/payload/.agents/skills/content-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/copy-editing/SKILL.md +447 -0
- package/payload/.agents/skills/copy-editing/evals/evals.json +89 -0
- package/payload/.agents/skills/copy-editing/references/plain-english-alternatives.md +394 -0
- package/payload/.agents/skills/copywriting/SKILL.md +252 -0
- package/payload/.agents/skills/copywriting/evals/evals.json +111 -0
- package/payload/.agents/skills/copywriting/references/copy-frameworks.md +344 -0
- package/payload/.agents/skills/copywriting/references/natural-transitions.md +272 -0
- package/payload/.agents/skills/email-sequence/SKILL.md +309 -0
- package/payload/.agents/skills/email-sequence/evals/evals.json +93 -0
- package/payload/.agents/skills/email-sequence/references/copy-guidelines.md +113 -0
- package/payload/.agents/skills/email-sequence/references/email-types.md +515 -0
- package/payload/.agents/skills/email-sequence/references/sequence-templates.md +168 -0
- package/payload/.agents/skills/form-cro/SKILL.md +429 -0
- package/payload/.agents/skills/form-cro/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/SKILL.md +178 -0
- package/payload/.agents/skills/free-tool-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/references/tool-types.md +217 -0
- package/payload/.agents/skills/launch-strategy/SKILL.md +353 -0
- package/payload/.agents/skills/launch-strategy/evals/evals.json +91 -0
- package/payload/.agents/skills/marketing-ideas/SKILL.md +167 -0
- package/payload/.agents/skills/marketing-ideas/evals/evals.json +90 -0
- package/payload/.agents/skills/marketing-ideas/references/ideas-by-category.md +366 -0
- package/payload/.agents/skills/marketing-psychology/SKILL.md +455 -0
- package/payload/.agents/skills/marketing-psychology/evals/evals.json +88 -0
- package/payload/.agents/skills/onboarding-cro/SKILL.md +220 -0
- package/payload/.agents/skills/onboarding-cro/evals/evals.json +92 -0
- package/payload/.agents/skills/onboarding-cro/references/experiments.md +258 -0
- package/payload/.agents/skills/page-cro/SKILL.md +182 -0
- package/payload/.agents/skills/page-cro/evals/evals.json +111 -0
- package/payload/.agents/skills/page-cro/references/experiments.md +248 -0
- package/payload/.agents/skills/paid-ads/SKILL.md +315 -0
- package/payload/.agents/skills/paid-ads/evals/evals.json +90 -0
- package/payload/.agents/skills/paid-ads/references/ad-copy-templates.md +207 -0
- package/payload/.agents/skills/paid-ads/references/audience-targeting.md +243 -0
- package/payload/.agents/skills/paid-ads/references/platform-setup-checklists.md +277 -0
- package/payload/.agents/skills/paywall-upgrade-cro/SKILL.md +227 -0
- package/payload/.agents/skills/paywall-upgrade-cro/evals/evals.json +93 -0
- package/payload/.agents/skills/paywall-upgrade-cro/references/experiments.md +164 -0
- package/payload/.agents/skills/popup-cro/SKILL.md +453 -0
- package/payload/.agents/skills/popup-cro/evals/evals.json +94 -0
- package/payload/.agents/skills/pricing-strategy/SKILL.md +231 -0
- package/payload/.agents/skills/pricing-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/pricing-strategy/references/research-methods.md +152 -0
- package/payload/.agents/skills/pricing-strategy/references/tier-structure.md +232 -0
- package/payload/.agents/skills/product-marketing-context/SKILL.md +27 -0
- package/payload/.agents/skills/product-marketing-context/evals/evals.json +40 -0
- package/payload/.agents/skills/programmatic-seo/SKILL.md +238 -0
- package/payload/.agents/skills/programmatic-seo/evals/evals.json +94 -0
- package/payload/.agents/skills/programmatic-seo/references/playbooks.md +308 -0
- package/payload/.agents/skills/referral-program/SKILL.md +255 -0
- package/payload/.agents/skills/referral-program/evals/evals.json +89 -0
- package/payload/.agents/skills/referral-program/references/affiliate-programs.md +164 -0
- package/payload/.agents/skills/referral-program/references/program-examples.md +143 -0
- package/payload/.agents/skills/revops/SKILL.md +343 -0
- package/payload/.agents/skills/revops/evals/evals.json +91 -0
- package/payload/.agents/skills/revops/references/automation-playbooks.md +290 -0
- package/payload/.agents/skills/revops/references/lifecycle-definitions.md +278 -0
- package/payload/.agents/skills/revops/references/routing-rules.md +203 -0
- package/payload/.agents/skills/revops/references/scoring-models.md +247 -0
- package/payload/.agents/skills/sales-enablement/SKILL.md +349 -0
- package/payload/.agents/skills/sales-enablement/evals/evals.json +91 -0
- package/payload/.agents/skills/sales-enablement/references/deck-frameworks.md +263 -0
- package/payload/.agents/skills/sales-enablement/references/demo-scripts.md +355 -0
- package/payload/.agents/skills/sales-enablement/references/objection-library.md +270 -0
- package/payload/.agents/skills/sales-enablement/references/one-pager-templates.md +208 -0
- package/payload/.agents/skills/schema-markup/SKILL.md +179 -0
- package/payload/.agents/skills/schema-markup/evals/evals.json +87 -0
- package/payload/.agents/skills/schema-markup/references/schema-examples.md +398 -0
- package/payload/.agents/skills/seo-audit/SKILL.md +412 -0
- package/payload/.agents/skills/seo-audit/evals/evals.json +136 -0
- package/payload/.agents/skills/seo-audit/references/ai-writing-detection.md +200 -0
- package/payload/.agents/skills/signup-flow-cro/SKILL.md +359 -0
- package/payload/.agents/skills/signup-flow-cro/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/SKILL.md +357 -0
- package/payload/.agents/skills/site-architecture/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/references/mermaid-templates.md +216 -0
- package/payload/.agents/skills/site-architecture/references/navigation-patterns.md +305 -0
- package/payload/.agents/skills/site-architecture/references/site-type-templates.md +293 -0
- package/payload/.agents/skills/social-content/SKILL.md +278 -0
- package/payload/.agents/skills/social-content/evals/evals.json +92 -0
- package/payload/.agents/skills/social-content/references/platforms.md +170 -0
- package/payload/.agents/skills/social-content/references/post-templates.md +177 -0
- package/payload/.agents/skills/social-content/references/reverse-engineering.md +195 -0
- package/payload/.maya/executor.md +79 -0
- package/payload/.maya/meta-api-agent.md +48 -0
- package/payload/.maya/modes/consult.md +63 -0
- package/payload/.maya/modes/task.md +97 -0
- package/payload/.maya/planner.md +69 -0
- package/payload/.maya/researcher.md +51 -0
- package/payload/.maya/templates/plan.md +77 -0
- package/payload/.maya/templates/state.md +87 -0
- package/payload/.maya/templates/task-packet.md +75 -0
- package/payload/MAYA-CATALOG.md +115 -0
- package/payload/MAYA-DEPENDENCIES.md +58 -0
- package/payload/MAYA.md +151 -0
- package/payload/campaigns/README.md +14 -0
- package/payload/commands/maya-consult.md +28 -0
- package/payload/commands/maya-task.md +38 -0
- package/payload/commands/product.md +55 -0
- package/payload/research/README.md +14 -0
- package/payload/templates/README.md +15 -0
- package/payload/templates/plan.md +77 -0
- package/payload/templates/state.md +87 -0
- package/payload/templates/task-packet.md +75 -0
- package/payload/tools/REGISTRY.md +368 -0
- package/payload/tools/clis/README.md +187 -0
- package/payload/tools/clis/activecampaign.js +435 -0
- package/payload/tools/clis/adobe-analytics.js +161 -0
- package/payload/tools/clis/ahrefs.js +192 -0
- package/payload/tools/clis/amplitude.js +182 -0
- package/payload/tools/clis/apollo.js +142 -0
- package/payload/tools/clis/beehiiv.js +245 -0
- package/payload/tools/clis/brevo.js +368 -0
- package/payload/tools/clis/buffer.js +260 -0
- package/payload/tools/clis/calendly.js +253 -0
- package/payload/tools/clis/clearbit.js +163 -0
- package/payload/tools/clis/customer-io.js +205 -0
- package/payload/tools/clis/dataforseo.js +257 -0
- package/payload/tools/clis/demio.js +149 -0
- package/payload/tools/clis/dub.js +158 -0
- package/payload/tools/clis/g2.js +186 -0
- package/payload/tools/clis/ga4.js +194 -0
- package/payload/tools/clis/google-ads.js +189 -0
- package/payload/tools/clis/google-search-console.js +166 -0
- package/payload/tools/clis/hotjar.js +167 -0
- package/payload/tools/clis/hunter.js +249 -0
- package/payload/tools/clis/instantly.js +270 -0
- package/payload/tools/clis/intercom.js +399 -0
- package/payload/tools/clis/keywords-everywhere.js +185 -0
- package/payload/tools/clis/kit.js +232 -0
- package/payload/tools/clis/klaviyo.js +348 -0
- package/payload/tools/clis/lemlist.js +221 -0
- package/payload/tools/clis/linkedin-ads.js +185 -0
- package/payload/tools/clis/livestorm.js +292 -0
- package/payload/tools/clis/mailchimp.js +220 -0
- package/payload/tools/clis/mention-me.js +161 -0
- package/payload/tools/clis/meta-ads.js +181 -0
- package/payload/tools/clis/mixpanel.js +248 -0
- package/payload/tools/clis/onesignal.js +241 -0
- package/payload/tools/clis/optimizely.js +233 -0
- package/payload/tools/clis/paddle.js +385 -0
- package/payload/tools/clis/partnerstack.js +382 -0
- package/payload/tools/clis/plausible.js +249 -0
- package/payload/tools/clis/postmark.js +375 -0
- package/payload/tools/clis/resend.js +370 -0
- package/payload/tools/clis/rewardful.js +160 -0
- package/payload/tools/clis/savvycal.js +223 -0
- package/payload/tools/clis/segment.js +192 -0
- package/payload/tools/clis/semrush.js +207 -0
- package/payload/tools/clis/sendgrid.js +211 -0
- package/payload/tools/clis/snov.js +237 -0
- package/payload/tools/clis/tiktok-ads.js +190 -0
- package/payload/tools/clis/tolt.js +153 -0
- package/payload/tools/clis/trustpilot.js +276 -0
- package/payload/tools/clis/typeform.js +269 -0
- package/payload/tools/clis/wistia.js +256 -0
- package/payload/tools/clis/zapier.js +160 -0
- package/payload/tools/integrations/activecampaign.md +337 -0
- package/payload/tools/integrations/adobe-analytics.md +156 -0
- package/payload/tools/integrations/ahrefs.md +142 -0
- package/payload/tools/integrations/amplitude.md +135 -0
- package/payload/tools/integrations/apollo.md +148 -0
- package/payload/tools/integrations/beehiiv.md +157 -0
- package/payload/tools/integrations/brevo.md +268 -0
- package/payload/tools/integrations/buffer.md +138 -0
- package/payload/tools/integrations/calendly.md +161 -0
- package/payload/tools/integrations/clearbit.md +142 -0
- package/payload/tools/integrations/customer-io.md +187 -0
- package/payload/tools/integrations/dataforseo.md +165 -0
- package/payload/tools/integrations/demio.md +182 -0
- package/payload/tools/integrations/dub-co.md +160 -0
- package/payload/tools/integrations/g2.md +179 -0
- package/payload/tools/integrations/ga4.md +126 -0
- package/payload/tools/integrations/google-ads.md +159 -0
- package/payload/tools/integrations/google-search-console.md +147 -0
- package/payload/tools/integrations/hotjar.md +147 -0
- package/payload/tools/integrations/hubspot.md +178 -0
- package/payload/tools/integrations/hunter.md +90 -0
- package/payload/tools/integrations/instantly.md +104 -0
- package/payload/tools/integrations/intercom.md +292 -0
- package/payload/tools/integrations/keywords-everywhere.md +207 -0
- package/payload/tools/integrations/kit.md +167 -0
- package/payload/tools/integrations/klaviyo.md +228 -0
- package/payload/tools/integrations/lemlist.md +110 -0
- package/payload/tools/integrations/linkedin-ads.md +164 -0
- package/payload/tools/integrations/livestorm.md +313 -0
- package/payload/tools/integrations/mailchimp.md +150 -0
- package/payload/tools/integrations/mention-me.md +160 -0
- package/payload/tools/integrations/meta-ads.md +147 -0
- package/payload/tools/integrations/mixpanel.md +137 -0
- package/payload/tools/integrations/onesignal.md +229 -0
- package/payload/tools/integrations/optimizely.md +171 -0
- package/payload/tools/integrations/paddle.md +212 -0
- package/payload/tools/integrations/partnerstack.md +222 -0
- package/payload/tools/integrations/plausible.md +177 -0
- package/payload/tools/integrations/posthog.md +151 -0
- package/payload/tools/integrations/postmark.md +234 -0
- package/payload/tools/integrations/resend.md +168 -0
- package/payload/tools/integrations/rewardful.md +147 -0
- package/payload/tools/integrations/salesforce.md +150 -0
- package/payload/tools/integrations/savvycal.md +181 -0
- package/payload/tools/integrations/segment.md +159 -0
- package/payload/tools/integrations/semrush.md +121 -0
- package/payload/tools/integrations/sendgrid.md +161 -0
- package/payload/tools/integrations/shopify.md +176 -0
- package/payload/tools/integrations/snov.md +94 -0
- package/payload/tools/integrations/stripe.md +148 -0
- package/payload/tools/integrations/tiktok-ads.md +161 -0
- package/payload/tools/integrations/tolt.md +144 -0
- package/payload/tools/integrations/trustpilot.md +191 -0
- package/payload/tools/integrations/typeform.md +190 -0
- package/payload/tools/integrations/webflow.md +198 -0
- package/payload/tools/integrations/wistia.md +164 -0
- package/payload/tools/integrations/wordpress.md +175 -0
- package/payload/tools/integrations/zapier.md +150 -0
- package/payload/tools/meta/README.md +55 -0
- package/payload/tools/meta/meta-cache-schema.md +65 -0
- package/payload/tools/meta/meta-fetch.ps1 +324 -0
- package/payload/tools/meta/meta-fetch.test.ps1 +38 -0
- package/vendor/shared-installer/manifests/claude-files.json +13 -0
- package/vendor/shared-installer/manifests/codex-files.json +13 -0
- package/vendor/shared-installer/manifests/common-files.json +13 -0
- package/vendor/shared-installer/package.json +15 -0
- package/vendor/shared-installer/src/bootstrap.js +12 -0
- package/vendor/shared-installer/src/cli-options.js +53 -0
- package/vendor/shared-installer/src/fs.js +105 -0
- package/vendor/shared-installer/src/index.js +44 -0
- package/vendor/shared-installer/src/install.js +157 -0
- package/vendor/shared-installer/src/manifest.js +52 -0
- package/vendor/shared-installer/templates/claude/.claude/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/claude/CLAUDE.md +27 -0
- package/vendor/shared-installer/templates/codex/.agent/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/codex/AGENTS.md +27 -0
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
# Tier Structure and Packaging
|
|
2
|
+
|
|
3
|
+
## Contents
|
|
4
|
+
- How Many Tiers?
|
|
5
|
+
- Good-Better-Best Framework
|
|
6
|
+
- Tier Differentiation Strategies
|
|
7
|
+
- Example Tier Structure
|
|
8
|
+
- Packaging for Personas (Identifying Pricing Personas, Persona-Based Packaging)
|
|
9
|
+
- Freemium vs. Free Trial (When to Use Freemium, When to Use Free Trial, Hybrid Approaches)
|
|
10
|
+
- Enterprise Pricing (When to Add Custom Pricing, Enterprise Tier Elements, Enterprise Pricing Strategies)
|
|
11
|
+
|
|
12
|
+
## How Many Tiers?
|
|
13
|
+
|
|
14
|
+
**2 tiers:** Simple, clear choice
|
|
15
|
+
- Works for: Clear SMB vs. Enterprise split
|
|
16
|
+
- Risk: May leave money on table
|
|
17
|
+
|
|
18
|
+
**3 tiers:** Industry standard
|
|
19
|
+
- Good tier = Entry point
|
|
20
|
+
- Better tier = Recommended (anchor to best)
|
|
21
|
+
- Best tier = High-value customers
|
|
22
|
+
|
|
23
|
+
**4+ tiers:** More granularity
|
|
24
|
+
- Works for: Wide range of customer sizes
|
|
25
|
+
- Risk: Decision paralysis, complexity
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## Good-Better-Best Framework
|
|
30
|
+
|
|
31
|
+
**Good tier (Entry):**
|
|
32
|
+
- Purpose: Remove barriers to entry
|
|
33
|
+
- Includes: Core features, limited usage
|
|
34
|
+
- Price: Low, accessible
|
|
35
|
+
- Target: Small teams, try before you buy
|
|
36
|
+
|
|
37
|
+
**Better tier (Recommended):**
|
|
38
|
+
- Purpose: Where most customers land
|
|
39
|
+
- Includes: Full features, reasonable limits
|
|
40
|
+
- Price: Your "anchor" price
|
|
41
|
+
- Target: Growing teams, serious users
|
|
42
|
+
|
|
43
|
+
**Best tier (Premium):**
|
|
44
|
+
- Purpose: Capture high-value customers
|
|
45
|
+
- Includes: Everything, advanced features, higher limits
|
|
46
|
+
- Price: Premium (often 2-3x "Better")
|
|
47
|
+
- Target: Larger teams, power users, enterprises
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## Tier Differentiation Strategies
|
|
52
|
+
|
|
53
|
+
**Feature gating:**
|
|
54
|
+
- Basic features in all tiers
|
|
55
|
+
- Advanced features in higher tiers
|
|
56
|
+
- Works when features have clear value differences
|
|
57
|
+
|
|
58
|
+
**Usage limits:**
|
|
59
|
+
- Same features, different limits
|
|
60
|
+
- More users, storage, API calls at higher tiers
|
|
61
|
+
- Works when value scales with usage
|
|
62
|
+
|
|
63
|
+
**Support level:**
|
|
64
|
+
- Email support → Priority support → Dedicated success
|
|
65
|
+
- Works for products with implementation complexity
|
|
66
|
+
|
|
67
|
+
**Access and customization:**
|
|
68
|
+
- API access, SSO, custom branding
|
|
69
|
+
- Works for enterprise differentiation
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
73
|
+
## Example Tier Structure
|
|
74
|
+
|
|
75
|
+
```
|
|
76
|
+
┌────────────────┬─────────────────┬─────────────────┬─────────────────┐
|
|
77
|
+
│ │ Starter │ Pro │ Business │
|
|
78
|
+
│ │ $29/mo │ $79/mo │ $199/mo │
|
|
79
|
+
├────────────────┼─────────────────┼─────────────────┼─────────────────┤
|
|
80
|
+
│ Users │ Up to 5 │ Up to 20 │ Unlimited │
|
|
81
|
+
│ Projects │ 10 │ Unlimited │ Unlimited │
|
|
82
|
+
│ Storage │ 5 GB │ 50 GB │ 500 GB │
|
|
83
|
+
│ Integrations │ 3 │ 10 │ Unlimited │
|
|
84
|
+
│ Analytics │ Basic │ Advanced │ Custom │
|
|
85
|
+
│ Support │ Email │ Priority │ Dedicated │
|
|
86
|
+
│ API Access │ ✗ │ ✓ │ ✓ │
|
|
87
|
+
│ SSO │ ✗ │ ✗ │ ✓ │
|
|
88
|
+
│ Audit logs │ ✗ │ ✗ │ ✓ │
|
|
89
|
+
└────────────────┴─────────────────┴─────────────────┴─────────────────┘
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
## Packaging for Personas
|
|
95
|
+
|
|
96
|
+
### Identifying Pricing Personas
|
|
97
|
+
|
|
98
|
+
Different customers have different:
|
|
99
|
+
- Willingness to pay
|
|
100
|
+
- Feature needs
|
|
101
|
+
- Buying processes
|
|
102
|
+
- Value perception
|
|
103
|
+
|
|
104
|
+
**Segment by:**
|
|
105
|
+
- Company size (solopreneur → SMB → enterprise)
|
|
106
|
+
- Use case (marketing vs. sales vs. support)
|
|
107
|
+
- Sophistication (beginner → power user)
|
|
108
|
+
- Industry (different budget norms)
|
|
109
|
+
|
|
110
|
+
### Persona-Based Packaging
|
|
111
|
+
|
|
112
|
+
**Step 1: Define personas**
|
|
113
|
+
|
|
114
|
+
| Persona | Size | Needs | WTP | Example |
|
|
115
|
+
|---------|------|-------|-----|---------|
|
|
116
|
+
| Freelancer | 1 person | Basic features | Low | $19/mo |
|
|
117
|
+
| Small Team | 2-10 | Collaboration | Medium | $49/mo |
|
|
118
|
+
| Growing Co | 10-50 | Scale, integrations | Higher | $149/mo |
|
|
119
|
+
| Enterprise | 50+ | Security, support | High | Custom |
|
|
120
|
+
|
|
121
|
+
**Step 2: Map features to personas**
|
|
122
|
+
|
|
123
|
+
| Feature | Freelancer | Small Team | Growing | Enterprise |
|
|
124
|
+
|---------|------------|------------|---------|------------|
|
|
125
|
+
| Core features | ✓ | ✓ | ✓ | ✓ |
|
|
126
|
+
| Collaboration | — | ✓ | ✓ | ✓ |
|
|
127
|
+
| Integrations | — | Limited | Full | Full |
|
|
128
|
+
| API access | — | — | ✓ | ✓ |
|
|
129
|
+
| SSO/SAML | — | — | — | ✓ |
|
|
130
|
+
| Audit logs | — | — | — | ✓ |
|
|
131
|
+
| Custom contract | — | — | — | ✓ |
|
|
132
|
+
|
|
133
|
+
**Step 3: Price to value for each persona**
|
|
134
|
+
- Research willingness to pay per segment
|
|
135
|
+
- Set prices that capture value without blocking adoption
|
|
136
|
+
- Consider segment-specific landing pages
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
140
|
+
## Freemium vs. Free Trial
|
|
141
|
+
|
|
142
|
+
### When to Use Freemium
|
|
143
|
+
|
|
144
|
+
**Freemium works when:**
|
|
145
|
+
- Product has viral/network effects
|
|
146
|
+
- Free users provide value (content, data, referrals)
|
|
147
|
+
- Large market where % conversion drives volume
|
|
148
|
+
- Low marginal cost to serve free users
|
|
149
|
+
- Clear feature/usage limits for upgrade trigger
|
|
150
|
+
|
|
151
|
+
**Freemium risks:**
|
|
152
|
+
- Free users may never convert
|
|
153
|
+
- Devalues product perception
|
|
154
|
+
- Support costs for non-paying users
|
|
155
|
+
- Harder to raise prices later
|
|
156
|
+
|
|
157
|
+
### When to Use Free Trial
|
|
158
|
+
|
|
159
|
+
**Free trial works when:**
|
|
160
|
+
- Product needs time to demonstrate value
|
|
161
|
+
- Onboarding/setup investment required
|
|
162
|
+
- B2B with buying committees
|
|
163
|
+
- Higher price points
|
|
164
|
+
- Product is "sticky" once configured
|
|
165
|
+
|
|
166
|
+
**Trial best practices:**
|
|
167
|
+
- 7-14 days for simple products
|
|
168
|
+
- 14-30 days for complex products
|
|
169
|
+
- Full access (not feature-limited)
|
|
170
|
+
- Clear countdown and reminders
|
|
171
|
+
- Credit card optional vs. required trade-off
|
|
172
|
+
|
|
173
|
+
**Credit card upfront:**
|
|
174
|
+
- Higher trial-to-paid conversion (40-50% vs. 15-25%)
|
|
175
|
+
- Lower trial volume
|
|
176
|
+
- Better qualified leads
|
|
177
|
+
|
|
178
|
+
### Hybrid Approaches
|
|
179
|
+
|
|
180
|
+
**Freemium + Trial:**
|
|
181
|
+
- Free tier with limited features
|
|
182
|
+
- Trial of premium features
|
|
183
|
+
- Example: Zoom (free 40-min, trial of Pro)
|
|
184
|
+
|
|
185
|
+
**Reverse trial:**
|
|
186
|
+
- Start with full access
|
|
187
|
+
- After trial, downgrade to free tier
|
|
188
|
+
- Example: See premium value, live with limitations until ready
|
|
189
|
+
|
|
190
|
+
---
|
|
191
|
+
|
|
192
|
+
## Enterprise Pricing
|
|
193
|
+
|
|
194
|
+
### When to Add Custom Pricing
|
|
195
|
+
|
|
196
|
+
Add "Contact Sales" when:
|
|
197
|
+
- Deal sizes exceed $10k+ ARR
|
|
198
|
+
- Customers need custom contracts
|
|
199
|
+
- Implementation/onboarding required
|
|
200
|
+
- Security/compliance requirements
|
|
201
|
+
- Procurement processes involved
|
|
202
|
+
|
|
203
|
+
### Enterprise Tier Elements
|
|
204
|
+
|
|
205
|
+
**Table stakes:**
|
|
206
|
+
- SSO/SAML
|
|
207
|
+
- Audit logs
|
|
208
|
+
- Admin controls
|
|
209
|
+
- Uptime SLA
|
|
210
|
+
- Security certifications
|
|
211
|
+
|
|
212
|
+
**Value-adds:**
|
|
213
|
+
- Dedicated support/success
|
|
214
|
+
- Custom onboarding
|
|
215
|
+
- Training sessions
|
|
216
|
+
- Custom integrations
|
|
217
|
+
- Priority roadmap input
|
|
218
|
+
|
|
219
|
+
### Enterprise Pricing Strategies
|
|
220
|
+
|
|
221
|
+
**Per-seat at scale:**
|
|
222
|
+
- Volume discounts for large teams
|
|
223
|
+
- Example: $15/user (standard) → $10/user (100+)
|
|
224
|
+
|
|
225
|
+
**Platform fee + usage:**
|
|
226
|
+
- Base fee for access
|
|
227
|
+
- Usage-based above thresholds
|
|
228
|
+
- Example: $500/mo base + $0.01 per API call
|
|
229
|
+
|
|
230
|
+
**Value-based contracts:**
|
|
231
|
+
- Price tied to customer's revenue/outcomes
|
|
232
|
+
- Example: % of transactions, revenue share
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: product-marketing-context
|
|
3
|
+
description: Use when a user asks for the retired product-marketing-context workflow and needs to be redirected to Maya's PRODUCT.md contract.
|
|
4
|
+
metadata:
|
|
5
|
+
version: 2.0.0
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Product Marketing Context (Retired)
|
|
9
|
+
|
|
10
|
+
This skill is retired for Maya.
|
|
11
|
+
|
|
12
|
+
Maya no longer uses `.agents/product-marketing-context.md` as a context contract. `PRODUCT.md` is Maya's only canonical brand and product context source.
|
|
13
|
+
|
|
14
|
+
## Redirect Behavior
|
|
15
|
+
|
|
16
|
+
When a user asks for the old product-marketing-context workflow:
|
|
17
|
+
1. Explain that Maya retired `.agents/product-marketing-context.md`.
|
|
18
|
+
2. Explain that `PRODUCT.md` now holds the canonical product and brand context.
|
|
19
|
+
3. Point them to `/product` if they want to create or update that context.
|
|
20
|
+
4. Do not create a compatibility copy under `.agents/`.
|
|
21
|
+
|
|
22
|
+
## Current Maya Rules
|
|
23
|
+
|
|
24
|
+
- In consult-style usage, Maya may read `PRODUCT.md` directly when it is present.
|
|
25
|
+
- In Maya task workflows, specialists stay packet-first and use approved `TASK-PACKET.md` inputs and listed brand sections before any direct file read.
|
|
26
|
+
- If `PRODUCT.md` is missing, do not imply the work is fully brand-calibrated.
|
|
27
|
+
- If the user wants old-file migration help, explain the retirement and redirect them to the current `PRODUCT.md` contract instead of reviving the deprecated file.
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skill_name": "product-marketing-context",
|
|
3
|
+
"evals": [
|
|
4
|
+
{
|
|
5
|
+
"id": 1,
|
|
6
|
+
"prompt": "I want to set up my product marketing context. We're a B2B SaaS company that sells a customer feedback platform to product teams.",
|
|
7
|
+
"expected_output": "Should explain that Maya retired the old product-marketing-context workflow. Should say PRODUCT.md is now the canonical brand and product context document. Should redirect the user to /product for creation or updates. Should not offer to create .agents/product-marketing-context.md or any compatibility bridge.",
|
|
8
|
+
"assertions": [
|
|
9
|
+
"Explains the old workflow is retired",
|
|
10
|
+
"Says PRODUCT.md is the canonical context source",
|
|
11
|
+
"Redirects the user to /product",
|
|
12
|
+
"Does not recreate .agents/product-marketing-context.md"
|
|
13
|
+
],
|
|
14
|
+
"files": []
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": 2,
|
|
18
|
+
"prompt": "Update our product marketing context. We just added a new enterprise tier and our target audience has expanded to include VP of Engineering, not just Product Managers.",
|
|
19
|
+
"expected_output": "Should explain that Maya no longer updates .agents/product-marketing-context.md. Should direct the user to refresh PRODUCT.md through /product. Should make clear that Maya's current context contract centers PRODUCT.md instead of the retired file path.",
|
|
20
|
+
"assertions": [
|
|
21
|
+
"Explains .agents/product-marketing-context.md is no longer Maya's context file",
|
|
22
|
+
"Redirects the update request to /product",
|
|
23
|
+
"Explains the PRODUCT.md contract"
|
|
24
|
+
],
|
|
25
|
+
"files": []
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"id": 3,
|
|
29
|
+
"prompt": "Do we have a product marketing context set up? I want to make sure the other marketing skills have context about our product.",
|
|
30
|
+
"expected_output": "Should explain that Maya now looks to PRODUCT.md for canonical brand and product context. Should not claim the old product-marketing-context file is still the active contract. Should explain that consult workflows may read PRODUCT.md directly, while Maya task workflows keep specialists packet-first.",
|
|
31
|
+
"assertions": [
|
|
32
|
+
"Explains PRODUCT.md is the canonical context source",
|
|
33
|
+
"Does not describe the old file as active",
|
|
34
|
+
"Explains consult direct reads",
|
|
35
|
+
"Explains task-mode packet-first specialist behavior"
|
|
36
|
+
],
|
|
37
|
+
"files": []
|
|
38
|
+
}
|
|
39
|
+
]
|
|
40
|
+
}
|
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: programmatic-seo
|
|
3
|
+
description: When the user wants to create SEO-driven pages at scale using templates and data. Also use when the user mentions "programmatic SEO," "template pages," "pages at scale," "directory pages," "location pages," "[keyword] + [city] pages," "comparison pages," "integration pages," "building many pages for SEO," "pSEO," "generate 100 pages," "data-driven pages," or "templated landing pages." Use this whenever someone wants to create many similar pages targeting different keywords or locations. For auditing existing SEO issues, see seo-audit. For content strategy planning, see content-strategy.
|
|
4
|
+
metadata:
|
|
5
|
+
version: 1.1.0
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Programmatic SEO
|
|
9
|
+
|
|
10
|
+
You are an expert in programmatic SEO—building SEO-optimized pages at scale using templates and data. Your goal is to create pages that rank, provide value, and avoid thin content penalties.
|
|
11
|
+
|
|
12
|
+
## Initial Assessment
|
|
13
|
+
|
|
14
|
+
**Use approved context inputs first:**
|
|
15
|
+
In Maya task workflows, start with the approved `TASK-PACKET.md` inputs and listed brand sections. If `PRODUCT.md` is explicitly provided or the work is being done in consult-style standalone usage, read `PRODUCT.md` before asking questions. If `PRODUCT.md` is missing, do not pretend the output is fully brand-calibrated.
|
|
16
|
+
|
|
17
|
+
Before designing a programmatic SEO strategy, understand:
|
|
18
|
+
|
|
19
|
+
1. **Business Context**
|
|
20
|
+
- What's the product/service?
|
|
21
|
+
- Who is the target audience?
|
|
22
|
+
- What's the conversion goal for these pages?
|
|
23
|
+
|
|
24
|
+
2. **Opportunity Assessment**
|
|
25
|
+
- What search patterns exist?
|
|
26
|
+
- How many potential pages?
|
|
27
|
+
- What's the search volume distribution?
|
|
28
|
+
|
|
29
|
+
3. **Competitive Landscape**
|
|
30
|
+
- Who ranks for these terms now?
|
|
31
|
+
- What do their pages look like?
|
|
32
|
+
- Can you realistically compete?
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## Core Principles
|
|
37
|
+
|
|
38
|
+
### 1. Unique Value Per Page
|
|
39
|
+
- Every page must provide value specific to that page
|
|
40
|
+
- Not just swapped variables in a template
|
|
41
|
+
- Maximize unique content—the more differentiated, the better
|
|
42
|
+
|
|
43
|
+
### 2. Proprietary Data Wins
|
|
44
|
+
Hierarchy of data defensibility:
|
|
45
|
+
1. Proprietary (you created it)
|
|
46
|
+
2. Product-derived (from your users)
|
|
47
|
+
3. User-generated (your community)
|
|
48
|
+
4. Licensed (exclusive access)
|
|
49
|
+
5. Public (anyone can use—weakest)
|
|
50
|
+
|
|
51
|
+
### 3. Clean URL Structure
|
|
52
|
+
**Use subfolders, not subdomains** — subfolders consolidate domain authority while subdomains split it:
|
|
53
|
+
- Good: `yoursite.com/templates/resume/`
|
|
54
|
+
- Bad: `templates.yoursite.com/resume/`
|
|
55
|
+
|
|
56
|
+
### 4. Genuine Search Intent Match
|
|
57
|
+
Pages must actually answer what people are searching for.
|
|
58
|
+
|
|
59
|
+
### 5. Quality Over Quantity
|
|
60
|
+
Better to have 100 great pages than 10,000 thin ones.
|
|
61
|
+
|
|
62
|
+
### 6. Avoid Google Penalties
|
|
63
|
+
- No doorway pages
|
|
64
|
+
- No keyword stuffing
|
|
65
|
+
- No duplicate content
|
|
66
|
+
- Genuine utility for users
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## The 12 Playbooks (Overview)
|
|
71
|
+
|
|
72
|
+
| Playbook | Pattern | Example |
|
|
73
|
+
|----------|---------|---------|
|
|
74
|
+
| Templates | "[Type] template" | "resume template" |
|
|
75
|
+
| Curation | "best [category]" | "best website builders" |
|
|
76
|
+
| Conversions | "[X] to [Y]" | "$10 USD to GBP" |
|
|
77
|
+
| Comparisons | "[X] vs [Y]" | "webflow vs wordpress" |
|
|
78
|
+
| Examples | "[type] examples" | "landing page examples" |
|
|
79
|
+
| Locations | "[service] in [location]" | "dentists in austin" |
|
|
80
|
+
| Personas | "[product] for [audience]" | "crm for real estate" |
|
|
81
|
+
| Integrations | "[product A] [product B] integration" | "slack asana integration" |
|
|
82
|
+
| Glossary | "what is [term]" | "what is pSEO" |
|
|
83
|
+
| Translations | Content in multiple languages | Localized content |
|
|
84
|
+
| Directory | "[category] tools" | "ai copywriting tools" |
|
|
85
|
+
| Profiles | "[entity name]" | "stripe ceo" |
|
|
86
|
+
|
|
87
|
+
**For detailed playbook implementation**: See [references/playbooks.md](references/playbooks.md)
|
|
88
|
+
|
|
89
|
+
---
|
|
90
|
+
|
|
91
|
+
## Choosing Your Playbook
|
|
92
|
+
|
|
93
|
+
| If you have... | Consider... |
|
|
94
|
+
|----------------|-------------|
|
|
95
|
+
| Proprietary data | Directories, Profiles |
|
|
96
|
+
| Product with integrations | Integrations |
|
|
97
|
+
| Design/creative product | Templates, Examples |
|
|
98
|
+
| Multi-segment audience | Personas |
|
|
99
|
+
| Local presence | Locations |
|
|
100
|
+
| Tool or utility product | Conversions |
|
|
101
|
+
| Content/expertise | Glossary, Curation |
|
|
102
|
+
| Competitor landscape | Comparisons |
|
|
103
|
+
|
|
104
|
+
You can layer multiple playbooks (e.g., "Best coworking spaces in San Diego").
|
|
105
|
+
|
|
106
|
+
---
|
|
107
|
+
|
|
108
|
+
## Implementation Framework
|
|
109
|
+
|
|
110
|
+
### 1. Keyword Pattern Research
|
|
111
|
+
|
|
112
|
+
**Identify the pattern:**
|
|
113
|
+
- What's the repeating structure?
|
|
114
|
+
- What are the variables?
|
|
115
|
+
- How many unique combinations exist?
|
|
116
|
+
|
|
117
|
+
**Validate demand:**
|
|
118
|
+
- Aggregate search volume
|
|
119
|
+
- Volume distribution (head vs. long tail)
|
|
120
|
+
- Trend direction
|
|
121
|
+
|
|
122
|
+
### 2. Data Requirements
|
|
123
|
+
|
|
124
|
+
**Identify data sources:**
|
|
125
|
+
- What data populates each page?
|
|
126
|
+
- Is it first-party, scraped, licensed, public?
|
|
127
|
+
- How is it updated?
|
|
128
|
+
|
|
129
|
+
### 3. Template Design
|
|
130
|
+
|
|
131
|
+
**Page structure:**
|
|
132
|
+
- Header with target keyword
|
|
133
|
+
- Unique intro (not just variables swapped)
|
|
134
|
+
- Data-driven sections
|
|
135
|
+
- Related pages / internal links
|
|
136
|
+
- CTAs appropriate to intent
|
|
137
|
+
|
|
138
|
+
**Ensuring uniqueness:**
|
|
139
|
+
- Each page needs unique value
|
|
140
|
+
- Conditional content based on data
|
|
141
|
+
- Original insights/analysis per page
|
|
142
|
+
|
|
143
|
+
### 4. Internal Linking Architecture
|
|
144
|
+
|
|
145
|
+
**Hub and spoke model:**
|
|
146
|
+
- Hub: Main category page
|
|
147
|
+
- Spokes: Individual programmatic pages
|
|
148
|
+
- Cross-links between related spokes
|
|
149
|
+
|
|
150
|
+
**Avoid orphan pages:**
|
|
151
|
+
- Every page reachable from main site
|
|
152
|
+
- XML sitemap for all pages
|
|
153
|
+
- Breadcrumbs with structured data
|
|
154
|
+
|
|
155
|
+
### 5. Indexation Strategy
|
|
156
|
+
|
|
157
|
+
- Prioritize high-volume patterns
|
|
158
|
+
- Noindex very thin variations
|
|
159
|
+
- Manage crawl budget thoughtfully
|
|
160
|
+
- Separate sitemaps by page type
|
|
161
|
+
|
|
162
|
+
---
|
|
163
|
+
|
|
164
|
+
## Quality Checks
|
|
165
|
+
|
|
166
|
+
### Pre-Launch Checklist
|
|
167
|
+
|
|
168
|
+
**Content quality:**
|
|
169
|
+
- [ ] Each page provides unique value
|
|
170
|
+
- [ ] Answers search intent
|
|
171
|
+
- [ ] Readable and useful
|
|
172
|
+
|
|
173
|
+
**Technical SEO:**
|
|
174
|
+
- [ ] Unique titles and meta descriptions
|
|
175
|
+
- [ ] Proper heading structure
|
|
176
|
+
- [ ] Schema markup implemented
|
|
177
|
+
- [ ] Page speed acceptable
|
|
178
|
+
|
|
179
|
+
**Internal linking:**
|
|
180
|
+
- [ ] Connected to site architecture
|
|
181
|
+
- [ ] Related pages linked
|
|
182
|
+
- [ ] No orphan pages
|
|
183
|
+
|
|
184
|
+
**Indexation:**
|
|
185
|
+
- [ ] In XML sitemap
|
|
186
|
+
- [ ] Crawlable
|
|
187
|
+
- [ ] No conflicting noindex
|
|
188
|
+
|
|
189
|
+
### Post-Launch Monitoring
|
|
190
|
+
|
|
191
|
+
Track: Indexation rate, Rankings, Traffic, Engagement, Conversion
|
|
192
|
+
|
|
193
|
+
Watch for: Thin content warnings, Ranking drops, Manual actions, Crawl errors
|
|
194
|
+
|
|
195
|
+
---
|
|
196
|
+
|
|
197
|
+
## Common Mistakes
|
|
198
|
+
|
|
199
|
+
- **Thin content**: Just swapping city names in identical content
|
|
200
|
+
- **Keyword cannibalization**: Multiple pages targeting same keyword
|
|
201
|
+
- **Over-generation**: Creating pages with no search demand
|
|
202
|
+
- **Poor data quality**: Outdated or incorrect information
|
|
203
|
+
- **Ignoring UX**: Pages exist for Google, not users
|
|
204
|
+
|
|
205
|
+
---
|
|
206
|
+
|
|
207
|
+
## Output Format
|
|
208
|
+
|
|
209
|
+
### Strategy Document
|
|
210
|
+
- Opportunity analysis
|
|
211
|
+
- Implementation plan
|
|
212
|
+
- Content guidelines
|
|
213
|
+
|
|
214
|
+
### Page Template
|
|
215
|
+
- URL structure
|
|
216
|
+
- Title/meta templates
|
|
217
|
+
- Content outline
|
|
218
|
+
- Schema markup
|
|
219
|
+
|
|
220
|
+
---
|
|
221
|
+
|
|
222
|
+
## Task-Specific Questions
|
|
223
|
+
|
|
224
|
+
1. What keyword patterns are you targeting?
|
|
225
|
+
2. What data do you have (or can acquire)?
|
|
226
|
+
3. How many pages are you planning?
|
|
227
|
+
4. What does your site authority look like?
|
|
228
|
+
5. Who currently ranks for these terms?
|
|
229
|
+
6. What's your technical stack?
|
|
230
|
+
|
|
231
|
+
---
|
|
232
|
+
|
|
233
|
+
## Related Skills
|
|
234
|
+
|
|
235
|
+
- **seo-audit**: For auditing programmatic pages after launch
|
|
236
|
+
- **schema-markup**: For adding structured data
|
|
237
|
+
- **site-architecture**: For page hierarchy, URL structure, and internal linking
|
|
238
|
+
- **competitor-alternatives**: For comparison page frameworks
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skill_name": "programmatic-seo",
|
|
3
|
+
"evals": [
|
|
4
|
+
{
|
|
5
|
+
"id": 1,
|
|
6
|
+
"prompt": "We want to create programmatic SEO pages for our CRM. We're thinking of 'CRM for [industry]' pages — like 'CRM for Real Estate,' 'CRM for Healthcare,' etc. How should we approach this?",
|
|
7
|
+
"expected_output": "Should use approved TASK-PACKET.md inputs first in Maya task workflows, and read PRODUCT.md directly when it is explicitly provided or when the work is consult-style standalone. Should identify this as the Personas playbook (industry-specific pages). Should apply the core principles: unique value per page (not just swapping the industry name), proprietary data or insights per industry, clean URL structure. Should recommend the implementation framework: keyword research for each industry variation, data requirements (what industry-specific content makes each page unique), template design, internal linking strategy between industry pages and main pages, and indexation strategy. Should warn against thin content (just template + keyword swap).",
|
|
8
|
+
"assertions": [
|
|
9
|
+
"Uses approved TASK-PACKET.md inputs or PRODUCT.md context first",
|
|
10
|
+
"Identifies as Personas playbook",
|
|
11
|
+
"Applies core principles (unique value, proprietary data, clean URLs)",
|
|
12
|
+
"Recommends keyword research per variation",
|
|
13
|
+
"Addresses data requirements for unique content",
|
|
14
|
+
"Provides template design guidance",
|
|
15
|
+
"Includes internal linking strategy",
|
|
16
|
+
"Warns against thin content"
|
|
17
|
+
],
|
|
18
|
+
"files": []
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"id": 2,
|
|
22
|
+
"prompt": "Create a comparison page strategy. We want pages like 'Notion vs Asana', 'Notion vs Monday', etc. for all our competitors. We have 15 competitors.",
|
|
23
|
+
"expected_output": "Should identify this as the Comparisons playbook. Should apply the programmatic approach for competitor comparison pages at scale. Should recommend: template structure for comparison pages, unique data per comparison (not just the same template with names swapped), keyword research for each '[competitor A] vs [competitor B]' variation, URL structure (/compare/notion-vs-asana), internal linking between comparison pages, and quality checks. Should cross-reference the competitor-alternatives skill for page content structure.",
|
|
24
|
+
"assertions": [
|
|
25
|
+
"Identifies as Comparisons playbook",
|
|
26
|
+
"Recommends template structure for scale",
|
|
27
|
+
"Addresses unique data per comparison",
|
|
28
|
+
"Includes keyword research for variations",
|
|
29
|
+
"Provides URL structure recommendation",
|
|
30
|
+
"Includes internal linking strategy",
|
|
31
|
+
"Cross-references competitor-alternatives skill",
|
|
32
|
+
"Applies quality checks"
|
|
33
|
+
],
|
|
34
|
+
"files": []
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"id": 3,
|
|
38
|
+
"prompt": "we want to rank for '[tool name] integration' keywords. we integrate with 50+ tools and want a page for each. like 'Slack integration', 'Salesforce integration' etc.",
|
|
39
|
+
"expected_output": "Should trigger on casual phrasing. Should identify this as the Integrations playbook. Should recommend: template design for integration pages (what it does, how to set up, use cases), unique content per integration (specific workflows, screenshots, setup steps), keyword research for '[tool] + [your product] integration', URL structure (/integrations/slack), hub page linking to all integration pages, and schema markup considerations. Should emphasize that each page needs genuine unique value, not just 'we integrate with [tool].'",
|
|
40
|
+
"assertions": [
|
|
41
|
+
"Triggers on casual phrasing",
|
|
42
|
+
"Identifies as Integrations playbook",
|
|
43
|
+
"Recommends template with unique content per integration",
|
|
44
|
+
"Includes setup steps and use cases per page",
|
|
45
|
+
"Provides URL structure recommendation",
|
|
46
|
+
"Recommends hub page for all integrations",
|
|
47
|
+
"Emphasizes genuine unique value per page"
|
|
48
|
+
],
|
|
49
|
+
"files": []
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"id": 4,
|
|
53
|
+
"prompt": "We built 500 programmatic pages but Google isn't indexing most of them. Only 80 are in the index. What's going wrong?",
|
|
54
|
+
"expected_output": "Should diagnose the indexation problem. Should apply the quality checks and indexation strategy guidance. Should investigate: thin content (are pages providing unique value or just template + keyword?), crawl budget (500 pages may be fine but depends on site authority), internal linking (are the pages discoverable?), XML sitemap inclusion, duplicate/near-duplicate content issues. Should recommend specific fixes: improve content uniqueness, strengthen internal linking, submit sitemap, check robots.txt, use Search Console for indexation requests. Should warn that Google may choose not to index thin pages regardless.",
|
|
55
|
+
"assertions": [
|
|
56
|
+
"Diagnoses indexation problem",
|
|
57
|
+
"Investigates thin content as likely cause",
|
|
58
|
+
"Checks crawl budget considerations",
|
|
59
|
+
"Checks internal linking to programmatic pages",
|
|
60
|
+
"Checks XML sitemap and robots.txt",
|
|
61
|
+
"Recommends specific fixes for indexation",
|
|
62
|
+
"Warns about Google's thin content policies"
|
|
63
|
+
],
|
|
64
|
+
"files": []
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"id": 5,
|
|
68
|
+
"prompt": "Help me create a glossary section for our marketing automation platform. We want to define 200+ marketing terms and rank for '[term] definition' keywords.",
|
|
69
|
+
"expected_output": "Should identify this as the Glossary playbook. Should apply the template design: term definition page template (definition, examples, related terms, how it applies to the user's product), hub/index page linking to all terms, URL structure (/glossary/[term]), alphabetical and categorical navigation. Should address quality: each definition should provide genuine value beyond a dictionary definition. Should include internal linking strategy and schema markup (DefinedTerm schema). Should recommend starting with highest-volume terms.",
|
|
70
|
+
"assertions": [
|
|
71
|
+
"Identifies as Glossary playbook",
|
|
72
|
+
"Provides template design for term pages",
|
|
73
|
+
"Recommends hub/index page",
|
|
74
|
+
"Provides URL structure",
|
|
75
|
+
"Addresses content quality beyond dictionary definitions",
|
|
76
|
+
"Includes internal linking strategy",
|
|
77
|
+
"Recommends starting with highest-volume terms"
|
|
78
|
+
],
|
|
79
|
+
"files": []
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"id": 6,
|
|
83
|
+
"prompt": "Can you audit our existing programmatic SEO pages for technical issues? We have crawl errors and some pages return 404s.",
|
|
84
|
+
"expected_output": "Should recognize this is a technical SEO audit task, not a programmatic SEO strategy task. Should defer to or cross-reference the seo-audit skill, which handles crawlability, indexation, and technical SEO issues. Programmatic-seo focuses on strategy, template design, and content planning for scaled pages.",
|
|
85
|
+
"assertions": [
|
|
86
|
+
"Recognizes this as technical SEO audit task",
|
|
87
|
+
"References or defers to seo-audit skill",
|
|
88
|
+
"Explains that programmatic-seo is for strategy and template design",
|
|
89
|
+
"Does not attempt full technical SEO audit"
|
|
90
|
+
],
|
|
91
|
+
"files": []
|
|
92
|
+
}
|
|
93
|
+
]
|
|
94
|
+
}
|