@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,93 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skill_name": "competitor-alternatives",
|
|
3
|
+
"evals": [
|
|
4
|
+
{
|
|
5
|
+
"id": 1,
|
|
6
|
+
"prompt": "Create a 'Best Asana Alternatives' page for our project management tool. We compete mainly on price (we're $8/user vs their $24/user) and simplicity (they've become bloated). Target audience is small teams (5-20 people).",
|
|
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 plural alternatives format ([Competitor] Alternatives). Should include the essential sections: TL;DR comparison, brief paragraphs on each alternative (including the user's product positioned first or prominently), feature comparison table, pricing comparison, who each alternative is best for. Should use the modular content architecture approach. Should address SEO considerations for the target keyword 'Asana alternatives.' Should position the user's product with the stated differentiators (price, simplicity).",
|
|
8
|
+
"assertions": [
|
|
9
|
+
"Uses approved TASK-PACKET.md inputs or PRODUCT.md context first",
|
|
10
|
+
"Identifies as plural alternatives format",
|
|
11
|
+
"Includes TL;DR comparison section",
|
|
12
|
+
"Includes feature comparison table",
|
|
13
|
+
"Includes pricing comparison",
|
|
14
|
+
"Includes 'who it's best for' per alternative",
|
|
15
|
+
"Positions user's product prominently with differentiators",
|
|
16
|
+
"Addresses SEO for target keyword"
|
|
17
|
+
],
|
|
18
|
+
"files": []
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"id": 2,
|
|
22
|
+
"prompt": "Write a 'HubSpot vs Salesforce' comparison page. We're HubSpot and want to show why we're the better choice for SMBs.",
|
|
23
|
+
"expected_output": "Should identify this as the 'you vs competitor' format. Should include structured comparison sections: overview of both, feature-by-feature comparison, pricing comparison, pros/cons of each, who each is best for, and migration path. Should be factually accurate about the competitor while strategically positioning the user's product. Should include a TL;DR at the top. Should address the SMB angle throughout. Should use the centralized competitor data architecture pattern.",
|
|
24
|
+
"assertions": [
|
|
25
|
+
"Identifies as 'you vs competitor' format",
|
|
26
|
+
"Includes structured comparison sections",
|
|
27
|
+
"Includes feature-by-feature comparison",
|
|
28
|
+
"Includes pricing comparison",
|
|
29
|
+
"Includes TL;DR at the top",
|
|
30
|
+
"Factually accurate about competitor",
|
|
31
|
+
"Strategically positions user's product for SMBs",
|
|
32
|
+
"Includes migration path or switching section"
|
|
33
|
+
],
|
|
34
|
+
"files": []
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"id": 3,
|
|
38
|
+
"prompt": "we need a page targeting 'mailchimp alternative' (singular). we're an email marketing platform focused on e-commerce brands.",
|
|
39
|
+
"expected_output": "Should trigger on casual phrasing. Should identify this as the singular alternative format ([Competitor] Alternative — positioning your product as THE alternative). Should focus the entire page on why the user's product is the best Mailchimp alternative for e-commerce. Should include: why people switch from Mailchimp, what the user's product does better (e-commerce specific features), feature comparison, pricing comparison, migration guide, customer testimonials. Should optimize for the singular keyword 'Mailchimp alternative.'",
|
|
40
|
+
"assertions": [
|
|
41
|
+
"Triggers on casual phrasing",
|
|
42
|
+
"Identifies as singular alternative format",
|
|
43
|
+
"Focuses on user's product as THE alternative",
|
|
44
|
+
"Includes why people switch from Mailchimp",
|
|
45
|
+
"Highlights e-commerce-specific advantages",
|
|
46
|
+
"Includes feature and pricing comparison",
|
|
47
|
+
"Includes migration guide",
|
|
48
|
+
"Optimizes for singular keyword"
|
|
49
|
+
],
|
|
50
|
+
"files": []
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"id": 4,
|
|
54
|
+
"prompt": "Can you create a comparison page for 'Notion vs Coda'? We're a third-party review site, not affiliated with either product.",
|
|
55
|
+
"expected_output": "Should identify this as the 'competitor vs competitor' format (third-party perspective). Should maintain objectivity since the user isn't either product. Should include balanced comparison: overview of both, feature comparison, pricing, pros/cons, use case recommendations. Should use the essential page sections from the skill. Should suggest how to monetize the page (affiliate links, CTA to the user's own product if relevant). Should address SEO for the 'Notion vs Coda' keyword.",
|
|
56
|
+
"assertions": [
|
|
57
|
+
"Identifies as 'competitor vs competitor' format",
|
|
58
|
+
"Maintains objectivity (third-party perspective)",
|
|
59
|
+
"Includes balanced feature comparison",
|
|
60
|
+
"Includes pricing comparison",
|
|
61
|
+
"Includes use case recommendations",
|
|
62
|
+
"Addresses SEO considerations",
|
|
63
|
+
"Suggests monetization approach"
|
|
64
|
+
],
|
|
65
|
+
"files": []
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"id": 5,
|
|
69
|
+
"prompt": "We want to build a whole competitor comparison hub. We have 5 main competitors and want to create alternative pages for each, plus head-to-head comparisons. How should we structure this?",
|
|
70
|
+
"expected_output": "Should apply the centralized competitor data architecture. Should recommend a hub structure with: individual alternative pages for each competitor (5 singular pages), a 'best alternatives' roundup page, head-to-head comparison pages for key matchups. Should address internal linking strategy between these pages. Should recommend the research process for gathering competitive data. Should address URL structure and site architecture for the hub.",
|
|
71
|
+
"assertions": [
|
|
72
|
+
"Applies centralized competitor data architecture",
|
|
73
|
+
"Recommends hub structure with multiple page types",
|
|
74
|
+
"Suggests individual and roundup alternative pages",
|
|
75
|
+
"Addresses internal linking between comparison pages",
|
|
76
|
+
"Recommends research process for competitive data",
|
|
77
|
+
"Addresses URL structure"
|
|
78
|
+
],
|
|
79
|
+
"files": []
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"id": 6,
|
|
83
|
+
"prompt": "I need to create a battle card for our sales team comparing us to Zendesk. It should help reps handle competitive objections during sales calls.",
|
|
84
|
+
"expected_output": "Should recognize this as internal sales enablement material, not a public comparison page. Should defer to or cross-reference the sales-enablement skill, which handles battle cards, objection handling docs, and internal competitive collateral. May provide some competitive positioning advice but should make clear that sales-enablement is the right skill for internal sales materials.",
|
|
85
|
+
"assertions": [
|
|
86
|
+
"Recognizes this as internal sales enablement material",
|
|
87
|
+
"References or defers to sales-enablement skill",
|
|
88
|
+
"Does not attempt to create internal battle card using public comparison page patterns"
|
|
89
|
+
],
|
|
90
|
+
"files": []
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
}
|
|
@@ -0,0 +1,271 @@
|
|
|
1
|
+
# Content Architecture for Competitor Pages
|
|
2
|
+
|
|
3
|
+
How to structure and maintain competitor data for scalable comparison pages.
|
|
4
|
+
|
|
5
|
+
## Contents
|
|
6
|
+
- Centralized Competitor Data
|
|
7
|
+
- Competitor Data Template
|
|
8
|
+
- Your Product Data
|
|
9
|
+
- Page Generation
|
|
10
|
+
- Index Page Structure (alternatives index, vs comparisons index, index page best practices)
|
|
11
|
+
- Footer Navigation
|
|
12
|
+
|
|
13
|
+
## Centralized Competitor Data
|
|
14
|
+
|
|
15
|
+
Create a single source of truth for each competitor:
|
|
16
|
+
|
|
17
|
+
```
|
|
18
|
+
competitor_data/
|
|
19
|
+
├── notion.md
|
|
20
|
+
├── airtable.md
|
|
21
|
+
├── monday.md
|
|
22
|
+
└── ...
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## Competitor Data Template
|
|
28
|
+
|
|
29
|
+
Per competitor, document:
|
|
30
|
+
|
|
31
|
+
```yaml
|
|
32
|
+
name: Notion
|
|
33
|
+
website: notion.so
|
|
34
|
+
tagline: "The all-in-one workspace"
|
|
35
|
+
founded: 2016
|
|
36
|
+
headquarters: San Francisco
|
|
37
|
+
|
|
38
|
+
# Positioning
|
|
39
|
+
primary_use_case: "docs + light databases"
|
|
40
|
+
target_audience: "teams wanting flexible workspace"
|
|
41
|
+
market_position: "premium, feature-rich"
|
|
42
|
+
|
|
43
|
+
# Pricing
|
|
44
|
+
pricing_model: per-seat
|
|
45
|
+
free_tier: true
|
|
46
|
+
free_tier_limits: "limited blocks, 1 user"
|
|
47
|
+
starter_price: $8/user/month
|
|
48
|
+
business_price: $15/user/month
|
|
49
|
+
enterprise: custom
|
|
50
|
+
|
|
51
|
+
# Features (rate 1-5 or describe)
|
|
52
|
+
features:
|
|
53
|
+
documents: 5
|
|
54
|
+
databases: 4
|
|
55
|
+
project_management: 3
|
|
56
|
+
collaboration: 4
|
|
57
|
+
integrations: 3
|
|
58
|
+
mobile_app: 3
|
|
59
|
+
offline_mode: 2
|
|
60
|
+
api: 4
|
|
61
|
+
|
|
62
|
+
# Strengths (be honest)
|
|
63
|
+
strengths:
|
|
64
|
+
- Extremely flexible and customizable
|
|
65
|
+
- Beautiful, modern interface
|
|
66
|
+
- Strong template ecosystem
|
|
67
|
+
- Active community
|
|
68
|
+
|
|
69
|
+
# Weaknesses (be fair)
|
|
70
|
+
weaknesses:
|
|
71
|
+
- Can be slow with large databases
|
|
72
|
+
- Learning curve for advanced features
|
|
73
|
+
- Limited automations compared to dedicated tools
|
|
74
|
+
- Offline mode is limited
|
|
75
|
+
|
|
76
|
+
# Best for
|
|
77
|
+
best_for:
|
|
78
|
+
- Teams wanting all-in-one workspace
|
|
79
|
+
- Content-heavy workflows
|
|
80
|
+
- Documentation-first teams
|
|
81
|
+
- Startups and small teams
|
|
82
|
+
|
|
83
|
+
# Not ideal for
|
|
84
|
+
not_ideal_for:
|
|
85
|
+
- Complex project management needs
|
|
86
|
+
- Large databases (1000s of rows)
|
|
87
|
+
- Teams needing robust offline
|
|
88
|
+
- Enterprise with strict compliance
|
|
89
|
+
|
|
90
|
+
# Common complaints (from reviews)
|
|
91
|
+
common_complaints:
|
|
92
|
+
- "Gets slow with lots of content"
|
|
93
|
+
- "Hard to find things as workspace grows"
|
|
94
|
+
- "Mobile app is clunky"
|
|
95
|
+
|
|
96
|
+
# Migration notes
|
|
97
|
+
migration_from:
|
|
98
|
+
difficulty: medium
|
|
99
|
+
data_export: "Markdown, CSV, HTML"
|
|
100
|
+
what_transfers: "Pages, databases"
|
|
101
|
+
what_doesnt: "Automations, integrations setup"
|
|
102
|
+
time_estimate: "1-3 days for small team"
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
---
|
|
106
|
+
|
|
107
|
+
## Your Product Data
|
|
108
|
+
|
|
109
|
+
Same structure for yourself—be honest:
|
|
110
|
+
|
|
111
|
+
```yaml
|
|
112
|
+
name: [Your Product]
|
|
113
|
+
# ... same fields
|
|
114
|
+
|
|
115
|
+
strengths:
|
|
116
|
+
- [Your real strengths]
|
|
117
|
+
|
|
118
|
+
weaknesses:
|
|
119
|
+
- [Your honest weaknesses]
|
|
120
|
+
|
|
121
|
+
best_for:
|
|
122
|
+
- [Your ideal customers]
|
|
123
|
+
|
|
124
|
+
not_ideal_for:
|
|
125
|
+
- [Who should use something else]
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
---
|
|
129
|
+
|
|
130
|
+
## Page Generation
|
|
131
|
+
|
|
132
|
+
Each page pulls from centralized data:
|
|
133
|
+
|
|
134
|
+
- **[Competitor] Alternative page**: Pulls competitor data + your data
|
|
135
|
+
- **[Competitor] Alternatives page**: Pulls competitor data + your data + other alternatives
|
|
136
|
+
- **You vs [Competitor] page**: Pulls your data + competitor data
|
|
137
|
+
- **[A] vs [B] page**: Pulls both competitor data + your data
|
|
138
|
+
|
|
139
|
+
**Benefits**:
|
|
140
|
+
- Update competitor pricing once, updates everywhere
|
|
141
|
+
- Add new feature comparison once, appears on all pages
|
|
142
|
+
- Consistent accuracy across pages
|
|
143
|
+
- Easier to maintain at scale
|
|
144
|
+
|
|
145
|
+
---
|
|
146
|
+
|
|
147
|
+
## Index Page Structure
|
|
148
|
+
|
|
149
|
+
### Alternatives Index
|
|
150
|
+
|
|
151
|
+
**URL**: `/alternatives` or `/alternatives/index`
|
|
152
|
+
|
|
153
|
+
**Purpose**: Lists all "[Competitor] Alternative" pages
|
|
154
|
+
|
|
155
|
+
**Page structure**:
|
|
156
|
+
1. Headline: "[Your Product] as an Alternative"
|
|
157
|
+
2. Brief intro on why people switch to you
|
|
158
|
+
3. List of all alternative pages with:
|
|
159
|
+
- Competitor name/logo
|
|
160
|
+
- One-line summary of key differentiator vs. that competitor
|
|
161
|
+
- Link to full comparison
|
|
162
|
+
4. Common reasons people switch (aggregated)
|
|
163
|
+
5. CTA
|
|
164
|
+
|
|
165
|
+
**Example**:
|
|
166
|
+
```markdown
|
|
167
|
+
## Explore [Your Product] as an Alternative
|
|
168
|
+
|
|
169
|
+
Looking to switch? See how [Your Product] compares to the tools you're evaluating:
|
|
170
|
+
|
|
171
|
+
- **[Notion Alternative](/alternatives/notion)** — Better for teams who need [X]
|
|
172
|
+
- **[Airtable Alternative](/alternatives/airtable)** — Better for teams who need [Y]
|
|
173
|
+
- **[Monday Alternative](/alternatives/monday)** — Better for teams who need [Z]
|
|
174
|
+
```
|
|
175
|
+
|
|
176
|
+
---
|
|
177
|
+
|
|
178
|
+
### Vs Comparisons Index
|
|
179
|
+
|
|
180
|
+
**URL**: `/vs` or `/compare`
|
|
181
|
+
|
|
182
|
+
**Purpose**: Lists all "You vs [Competitor]" and "[A] vs [B]" pages
|
|
183
|
+
|
|
184
|
+
**Page structure**:
|
|
185
|
+
1. Headline: "Compare [Your Product]"
|
|
186
|
+
2. Section: "[Your Product] vs Competitors" — list of direct comparisons
|
|
187
|
+
3. Section: "Head-to-Head Comparisons" — list of [A] vs [B] pages
|
|
188
|
+
4. Brief methodology note
|
|
189
|
+
5. CTA
|
|
190
|
+
|
|
191
|
+
---
|
|
192
|
+
|
|
193
|
+
### Index Page Best Practices
|
|
194
|
+
|
|
195
|
+
**Keep them updated**: When you add a new comparison page, add it to the relevant index.
|
|
196
|
+
|
|
197
|
+
**Internal linking**:
|
|
198
|
+
- Link from index → individual pages
|
|
199
|
+
- Link from individual pages → back to index
|
|
200
|
+
- Cross-link between related comparisons
|
|
201
|
+
|
|
202
|
+
**SEO value**:
|
|
203
|
+
- Index pages can rank for broad terms like "project management tool comparisons"
|
|
204
|
+
- Pass link equity to individual comparison pages
|
|
205
|
+
- Help search engines discover all comparison content
|
|
206
|
+
|
|
207
|
+
**Sorting options**:
|
|
208
|
+
- By popularity (search volume)
|
|
209
|
+
- Alphabetically
|
|
210
|
+
- By category/use case
|
|
211
|
+
- By date added (show freshness)
|
|
212
|
+
|
|
213
|
+
**Include on index pages**:
|
|
214
|
+
- Last updated date for credibility
|
|
215
|
+
- Number of pages/comparisons available
|
|
216
|
+
- Quick filters if you have many comparisons
|
|
217
|
+
|
|
218
|
+
---
|
|
219
|
+
|
|
220
|
+
## Footer Navigation
|
|
221
|
+
|
|
222
|
+
The site footer appears on all marketing pages, making it a powerful internal linking opportunity for competitor pages.
|
|
223
|
+
|
|
224
|
+
### Option 1: Link to Index Pages (Minimum)
|
|
225
|
+
|
|
226
|
+
At minimum, add links to your comparison index pages in the footer:
|
|
227
|
+
|
|
228
|
+
```
|
|
229
|
+
Footer
|
|
230
|
+
├── Compare
|
|
231
|
+
│ ├── Alternatives → /alternatives
|
|
232
|
+
│ └── Comparisons → /vs
|
|
233
|
+
```
|
|
234
|
+
|
|
235
|
+
This ensures every marketing page passes link equity to your comparison content hub.
|
|
236
|
+
|
|
237
|
+
### Option 2: Footer Columns by Format (Recommended for SEO)
|
|
238
|
+
|
|
239
|
+
For stronger internal linking, create dedicated footer columns for each format you've built, linking directly to your top competitors:
|
|
240
|
+
|
|
241
|
+
```
|
|
242
|
+
Footer
|
|
243
|
+
├── [Product] vs ├── Alternatives to ├── Compare
|
|
244
|
+
│ ├── vs Notion │ ├── Notion Alternative │ ├── Notion vs Airtable
|
|
245
|
+
│ ├── vs Airtable │ ├── Airtable Alternative │ ├── Monday vs Asana
|
|
246
|
+
│ ├── vs Monday │ ├── Monday Alternative │ ├── Notion vs Monday
|
|
247
|
+
│ ├── vs Asana │ ├── Asana Alternative │ ├── ...
|
|
248
|
+
│ ├── vs Clickup │ ├── Clickup Alternative │ └── View all →
|
|
249
|
+
│ ├── ... │ ├── ... │
|
|
250
|
+
│ └── View all → │ └── View all → │
|
|
251
|
+
```
|
|
252
|
+
|
|
253
|
+
**Guidelines**:
|
|
254
|
+
- Include up to 8 links per column (top competitors by search volume)
|
|
255
|
+
- Add "View all" link to the full index page
|
|
256
|
+
- Only create columns for formats you've actually built pages for
|
|
257
|
+
- Prioritize competitors with highest search volume
|
|
258
|
+
|
|
259
|
+
### Why Footer Links Matter
|
|
260
|
+
|
|
261
|
+
1. **Sitewide distribution**: Footer links appear on every marketing page, passing link equity from your entire site to comparison content
|
|
262
|
+
2. **Crawl efficiency**: Search engines discover all comparison pages quickly
|
|
263
|
+
3. **User discovery**: Visitors evaluating your product can easily find comparisons
|
|
264
|
+
4. **Competitive positioning**: Signals to search engines that you're a key player in the space
|
|
265
|
+
|
|
266
|
+
### Implementation Notes
|
|
267
|
+
|
|
268
|
+
- Update footer when adding new high-priority comparison pages
|
|
269
|
+
- Keep footer clean—don't list every comparison, just the top ones
|
|
270
|
+
- Match column headers to your URL structure (e.g., "vs" column → `/vs/` URLs)
|
|
271
|
+
- Consider mobile: columns may stack, so order by priority
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
# Section Templates for Competitor Pages
|
|
2
|
+
|
|
3
|
+
Ready-to-use templates for each section of competitor comparison pages.
|
|
4
|
+
|
|
5
|
+
## Contents
|
|
6
|
+
- TL;DR Summary
|
|
7
|
+
- Paragraph Comparison (Not Just Tables)
|
|
8
|
+
- Feature Comparison Section
|
|
9
|
+
- Pricing Comparison Section
|
|
10
|
+
- Service & Support Comparison
|
|
11
|
+
- Who It's For Section
|
|
12
|
+
- Migration Section
|
|
13
|
+
- Social Proof Section
|
|
14
|
+
- Comparison Table Best Practices (beyond checkmarks, organize by category, include ratings where useful)
|
|
15
|
+
|
|
16
|
+
## TL;DR Summary
|
|
17
|
+
|
|
18
|
+
Start every page with a quick summary for scanners:
|
|
19
|
+
|
|
20
|
+
```markdown
|
|
21
|
+
**TL;DR**: [Competitor] excels at [strength] but struggles with [weakness].
|
|
22
|
+
[Your product] is built for [your focus], offering [key differentiator].
|
|
23
|
+
Choose [Competitor] if [their ideal use case]. Choose [You] if [your ideal use case].
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## Paragraph Comparison (Not Just Tables)
|
|
29
|
+
|
|
30
|
+
For each major dimension, write a paragraph:
|
|
31
|
+
|
|
32
|
+
```markdown
|
|
33
|
+
## Features
|
|
34
|
+
|
|
35
|
+
[Competitor] offers [description of their feature approach].
|
|
36
|
+
Their strength is [specific strength], which works well for [use case].
|
|
37
|
+
However, [limitation] can be challenging for [user type].
|
|
38
|
+
|
|
39
|
+
[Your product] takes a different approach with [your approach].
|
|
40
|
+
This means [benefit], though [honest tradeoff].
|
|
41
|
+
Teams who [specific need] often find this more effective.
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
46
|
+
## Feature Comparison Section
|
|
47
|
+
|
|
48
|
+
Go beyond checkmarks:
|
|
49
|
+
|
|
50
|
+
```markdown
|
|
51
|
+
## Feature Comparison
|
|
52
|
+
|
|
53
|
+
### [Feature Category]
|
|
54
|
+
|
|
55
|
+
**[Competitor]**: [2-3 sentence description of how they handle this]
|
|
56
|
+
- Strengths: [specific]
|
|
57
|
+
- Limitations: [specific]
|
|
58
|
+
|
|
59
|
+
**[Your product]**: [2-3 sentence description]
|
|
60
|
+
- Strengths: [specific]
|
|
61
|
+
- Limitations: [specific]
|
|
62
|
+
|
|
63
|
+
**Bottom line**: Choose [Competitor] if [scenario]. Choose [You] if [scenario].
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## Pricing Comparison Section
|
|
69
|
+
|
|
70
|
+
```markdown
|
|
71
|
+
## Pricing
|
|
72
|
+
|
|
73
|
+
| | [Competitor] | [Your Product] |
|
|
74
|
+
|---|---|---|
|
|
75
|
+
| Free tier | [Details] | [Details] |
|
|
76
|
+
| Starting price | $X/user/mo | $X/user/mo |
|
|
77
|
+
| Business tier | $X/user/mo | $X/user/mo |
|
|
78
|
+
| Enterprise | Custom | Custom |
|
|
79
|
+
|
|
80
|
+
**What's included**: [Competitor]'s $X plan includes [features], while
|
|
81
|
+
[Your product]'s $X plan includes [features].
|
|
82
|
+
|
|
83
|
+
**Total cost consideration**: Beyond per-seat pricing, consider [hidden costs,
|
|
84
|
+
add-ons, implementation]. [Competitor] charges extra for [X], while
|
|
85
|
+
[Your product] includes [Y] in base pricing.
|
|
86
|
+
|
|
87
|
+
**Value comparison**: For a 10-person team, [Competitor] costs approximately
|
|
88
|
+
$X/year while [Your product] costs $Y/year, with [key differences in what you get].
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
|
+
## Service & Support Comparison
|
|
94
|
+
|
|
95
|
+
```markdown
|
|
96
|
+
## Service & Support
|
|
97
|
+
|
|
98
|
+
| | [Competitor] | [Your Product] |
|
|
99
|
+
|---|---|---|
|
|
100
|
+
| Documentation | [Quality assessment] | [Quality assessment] |
|
|
101
|
+
| Response time | [SLA if known] | [Your SLA] |
|
|
102
|
+
| Support channels | [List] | [List] |
|
|
103
|
+
| Onboarding | [What they offer] | [What you offer] |
|
|
104
|
+
| CSM included | [At what tier] | [At what tier] |
|
|
105
|
+
|
|
106
|
+
**Support quality**: Based on [G2/Capterra reviews, your research],
|
|
107
|
+
[Competitor] support is described as [assessment]. Common feedback includes
|
|
108
|
+
[quotes or themes].
|
|
109
|
+
|
|
110
|
+
[Your product] offers [your support approach]. [Specific differentiator like
|
|
111
|
+
response time, dedicated CSM, implementation help].
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
---
|
|
115
|
+
|
|
116
|
+
## Who It's For Section
|
|
117
|
+
|
|
118
|
+
```markdown
|
|
119
|
+
## Who Should Choose [Competitor]
|
|
120
|
+
|
|
121
|
+
[Competitor] is the right choice if:
|
|
122
|
+
- [Specific use case or need]
|
|
123
|
+
- [Team type or size]
|
|
124
|
+
- [Workflow or requirement]
|
|
125
|
+
- [Budget or priority]
|
|
126
|
+
|
|
127
|
+
**Ideal [Competitor] customer**: [Persona description in 1-2 sentences]
|
|
128
|
+
|
|
129
|
+
## Who Should Choose [Your Product]
|
|
130
|
+
|
|
131
|
+
[Your product] is built for teams who:
|
|
132
|
+
- [Specific use case or need]
|
|
133
|
+
- [Team type or size]
|
|
134
|
+
- [Workflow or requirement]
|
|
135
|
+
- [Priority or value]
|
|
136
|
+
|
|
137
|
+
**Ideal [Your product] customer**: [Persona description in 1-2 sentences]
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
---
|
|
141
|
+
|
|
142
|
+
## Migration Section
|
|
143
|
+
|
|
144
|
+
```markdown
|
|
145
|
+
## Switching from [Competitor]
|
|
146
|
+
|
|
147
|
+
### What transfers
|
|
148
|
+
- [Data type]: [How easily, any caveats]
|
|
149
|
+
- [Data type]: [How easily, any caveats]
|
|
150
|
+
|
|
151
|
+
### What needs reconfiguration
|
|
152
|
+
- [Thing]: [Why and effort level]
|
|
153
|
+
- [Thing]: [Why and effort level]
|
|
154
|
+
|
|
155
|
+
### Migration support
|
|
156
|
+
|
|
157
|
+
We offer [migration support details]:
|
|
158
|
+
- [Free data import tool / white-glove migration]
|
|
159
|
+
- [Documentation / migration guide]
|
|
160
|
+
- [Timeline expectation]
|
|
161
|
+
- [Support during transition]
|
|
162
|
+
|
|
163
|
+
### What customers say about switching
|
|
164
|
+
|
|
165
|
+
> "[Quote from customer who switched]"
|
|
166
|
+
> — [Name], [Role] at [Company]
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
---
|
|
170
|
+
|
|
171
|
+
## Social Proof Section
|
|
172
|
+
|
|
173
|
+
Focus on switchers:
|
|
174
|
+
|
|
175
|
+
```markdown
|
|
176
|
+
## What Customers Say
|
|
177
|
+
|
|
178
|
+
### Switched from [Competitor]
|
|
179
|
+
|
|
180
|
+
> "[Specific quote about why they switched and outcome]"
|
|
181
|
+
> — [Name], [Role] at [Company]
|
|
182
|
+
|
|
183
|
+
> "[Another quote]"
|
|
184
|
+
> — [Name], [Role] at [Company]
|
|
185
|
+
|
|
186
|
+
### Results after switching
|
|
187
|
+
- [Company] saw [specific result]
|
|
188
|
+
- [Company] reduced [metric] by [amount]
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
---
|
|
192
|
+
|
|
193
|
+
## Comparison Table Best Practices
|
|
194
|
+
|
|
195
|
+
### Beyond Checkmarks
|
|
196
|
+
|
|
197
|
+
Instead of:
|
|
198
|
+
| Feature | You | Competitor |
|
|
199
|
+
|---------|-----|-----------|
|
|
200
|
+
| Feature A | ✓ | ✓ |
|
|
201
|
+
| Feature B | ✓ | ✗ |
|
|
202
|
+
|
|
203
|
+
Do this:
|
|
204
|
+
| Feature | You | Competitor |
|
|
205
|
+
|---------|-----|-----------|
|
|
206
|
+
| Feature A | Full support with [detail] | Basic support, [limitation] |
|
|
207
|
+
| Feature B | [Specific capability] | Not available |
|
|
208
|
+
|
|
209
|
+
### Organize by Category
|
|
210
|
+
|
|
211
|
+
Group features into meaningful categories:
|
|
212
|
+
- Core functionality
|
|
213
|
+
- Collaboration
|
|
214
|
+
- Integrations
|
|
215
|
+
- Security & compliance
|
|
216
|
+
- Support & service
|
|
217
|
+
|
|
218
|
+
### Include Ratings Where Useful
|
|
219
|
+
|
|
220
|
+
| Category | You | Competitor | Notes |
|
|
221
|
+
|----------|-----|-----------|-------|
|
|
222
|
+
| Ease of use | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐ | [Brief note] |
|
|
223
|
+
| Feature depth | ⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ | [Brief note] |
|