@rfxlamia/skillkit 1.1.0 → 1.2.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/agents/agents/creative-copywriter.md +212 -0
- package/agents/agents/dario-amodei.md +135 -0
- package/agents/agents/doc-simplifier.md +63 -0
- package/agents/agents/kotlin-pro.md +433 -0
- package/agents/agents/red-team.md +136 -0
- package/agents/agents/sam-altman.md +121 -0
- package/agents/agents/seo-manager.md +184 -0
- package/package.json +1 -1
- package/skills/skillkit-help/SKILL.md +81 -0
- package/skills/skillkit-help/knowledge/application/09-case-studies.md +257 -0
- package/skills/skillkit-help/knowledge/application/12-testing-and-validation.md +276 -0
- package/skills/skillkit-help/knowledge/foundation/01-why-skills-exist.md +246 -0
- package/skills/skillkit-help/knowledge/foundation/02-skills-vs-subagents-comparison.md +312 -0
- package/skills/skillkit-help/knowledge/foundation/03-skills-vs-subagents-decision-tree.md +346 -0
- package/skills/skillkit-help/knowledge/foundation/06-platform-constraints.md +237 -0
- package/skills/skillkit-help/knowledge/foundation/08-when-not-to-use-skills.md +270 -0
- package/skills/skillkit-help/template/SKILL.md +52 -0
- package/skills/skills/adversarial-review/SKILL.md +219 -0
- package/skills/skills/baby-education/SKILL.md +260 -0
- package/skills/skills/baby-education/references/advanced-techniques.md +323 -0
- package/skills/skills/baby-education/references/transformations.md +345 -0
- package/skills/skills/been-there-done-that/SKILL.md +455 -0
- package/skills/skills/been-there-done-that/references/analysis-patterns.md +162 -0
- package/skills/skills/been-there-done-that/references/git-commands.md +132 -0
- package/skills/skills/been-there-done-that/references/tree-insertion-logic.md +145 -0
- package/skills/skills/coolhunter/SKILL.md +270 -0
- package/skills/skills/coolhunter/assets/elicitation-methods.csv +51 -0
- package/skills/skills/coolhunter/knowledge/elicitation-methods.md +312 -0
- package/skills/skills/coolhunter/references/workflow-execution.md +238 -0
- package/skills/skills/coolhunter/workflow-plan-coolhunter.md +232 -0
- package/skills/skills/creative-copywriting/SKILL.md +324 -0
- package/skills/skills/creative-copywriting/databases/README.md +60 -0
- package/skills/skills/creative-copywriting/databases/carousel-structures.csv +16 -0
- package/skills/skills/creative-copywriting/databases/emotional-arcs.csv +11 -0
- package/skills/skills/creative-copywriting/databases/hook-formulas.csv +51 -0
- package/skills/skills/creative-copywriting/databases/power-words.csv +201 -0
- package/skills/skills/creative-copywriting/databases/psychological-triggers.csv +21 -0
- package/skills/skills/creative-copywriting/databases/read-more-patterns.csv +26 -0
- package/skills/skills/creative-copywriting/databases/swipe-triggers.csv +31 -0
- package/skills/skills/creative-copywriting/references/carousel-psychology.md +223 -0
- package/skills/skills/creative-copywriting/references/hook-anatomy.md +169 -0
- package/skills/skills/creative-copywriting/references/power-word-science.md +134 -0
- package/skills/skills/creative-copywriting/references/storytelling-frameworks.md +157 -0
- package/skills/skills/diverse-content-gen/SKILL.md +201 -0
- package/skills/skills/diverse-content-gen/references/advanced-techniques.md +320 -0
- package/skills/skills/diverse-content-gen/references/research-findings.md +379 -0
- package/skills/skills/diverse-content-gen/references/task-workflows.md +241 -0
- package/skills/skills/diverse-content-gen/references/tool-integration.md +419 -0
- package/skills/skills/diverse-content-gen/references/troubleshooting.md +426 -0
- package/skills/skills/diverse-content-gen/references/vs-core-technique.md +240 -0
- package/skills/skills/framework-critical-thinking/SKILL.md +220 -0
- package/skills/skills/framework-critical-thinking/references/bias_detector.md +375 -0
- package/skills/skills/framework-critical-thinking/references/fallback_handler.md +239 -0
- package/skills/skills/framework-critical-thinking/references/memory_curator.md +161 -0
- package/skills/skills/framework-critical-thinking/references/metacognitive_monitor.md +297 -0
- package/skills/skills/framework-critical-thinking/references/producer_critic_orchestrator.md +333 -0
- package/skills/skills/framework-critical-thinking/references/reasoning_router.md +235 -0
- package/skills/skills/framework-critical-thinking/references/reasoning_validator.md +97 -0
- package/skills/skills/framework-critical-thinking/references/reflection_trigger.md +78 -0
- package/skills/skills/framework-critical-thinking/references/self_verification.md +388 -0
- package/skills/skills/framework-critical-thinking/references/uncertainty_quantifier.md +207 -0
- package/skills/skills/framework-initiative/SKILL.md +231 -0
- package/skills/skills/framework-initiative/references/examples.md +150 -0
- package/skills/skills/framework-initiative/references/impact-analysis.md +157 -0
- package/skills/skills/framework-initiative/references/intent-patterns.md +145 -0
- package/skills/skills/framework-initiative/references/star-framework.md +165 -0
- package/skills/skills/humanize-docs/SKILL.md +203 -0
- package/skills/skills/humanize-docs/references/advanced-techniques.md +13 -0
- package/skills/skills/humanize-docs/references/core-transformations.md +368 -0
- package/skills/skills/humanize-docs/references/detection-patterns.md +400 -0
- package/skills/skills/humanize-docs/references/examples-gallery.md +374 -0
- package/skills/skills/imagine/SKILL.md +190 -0
- package/skills/skills/imagine/references/artstyle-corporate-memphis.md +625 -0
- package/skills/skills/imagine/references/artstyle-crewdson-hyperrealism.md +295 -0
- package/skills/skills/imagine/references/artstyle-iphone-social-media.md +426 -0
- package/skills/skills/imagine/references/artstyle-sciencesaru.md +276 -0
- package/skills/skills/pre-deploy-checklist/README.md +26 -0
- package/skills/skills/pre-deploy-checklist/SKILL.md +153 -0
- package/skills/skills/pre-deploy-checklist/references/checklist-categories.md +174 -0
- package/skills/skills/pre-deploy-checklist/references/domain-prompts.md +216 -0
- package/skills/skills/prompt-engineering/SKILL.md +209 -0
- package/skills/skills/prompt-engineering/references/advanced-combinations.md +444 -0
- package/skills/skills/prompt-engineering/references/chain-of-thought.md +140 -0
- package/skills/skills/prompt-engineering/references/decision_matrix.md +220 -0
- package/skills/skills/prompt-engineering/references/few-shot.md +346 -0
- package/skills/skills/prompt-engineering/references/json-format.md +270 -0
- package/skills/skills/prompt-engineering/references/natural-language.md +420 -0
- package/skills/skills/prompt-engineering/references/pitfalls.md +365 -0
- package/skills/skills/prompt-engineering/references/prompt-chaining.md +498 -0
- package/skills/skills/prompt-engineering/references/react.md +108 -0
- package/skills/skills/prompt-engineering/references/self-consistency.md +322 -0
- package/skills/skills/prompt-engineering/references/tree-of-thoughts.md +386 -0
- package/skills/skills/prompt-engineering/references/xml-format.md +220 -0
- package/skills/skills/prompt-engineering/references/yaml-format.md +488 -0
- package/skills/skills/prompt-engineering/references/zero-shot.md +74 -0
- package/skills/skills/quick-spec/SKILL.md +280 -0
- package/skills/skills/quick-spec/assets/tech-spec-template.md +74 -0
- package/skills/skills/quick-spec/references/step-01-understand.md +189 -0
- package/skills/skills/quick-spec/references/step-02-investigate.md +144 -0
- package/skills/skills/quick-spec/references/step-03-generate.md +128 -0
- package/skills/skills/quick-spec/references/step-04-review.md +173 -0
- package/skills/skills/quick-spec/tests/__pycache__/test_skill.cpython-314-pytest-9.0.2.pyc +0 -0
- package/skills/skills/quick-spec/tests/test_scenarios.md +83 -0
- package/skills/skills/quick-spec/tests/test_skill.py +136 -0
- package/skills/skills/readme-expert/SKILL.md +538 -0
- package/skills/skills/readme-expert/knowledge/INDEX.md +192 -0
- package/skills/skills/readme-expert/knowledge/application/quality-standards.md +470 -0
- package/skills/skills/readme-expert/knowledge/application/script-executor.md +604 -0
- package/skills/skills/readme-expert/knowledge/application/template-library.md +822 -0
- package/skills/skills/readme-expert/knowledge/foundation/codebase-scanner.md +361 -0
- package/skills/skills/readme-expert/knowledge/foundation/validation-checklist.md +481 -0
- package/skills/skills/red-teaming/SKILL.md +321 -0
- package/skills/skills/red-teaming/references/ai-llm-redteam.md +517 -0
- package/skills/skills/red-teaming/references/attack-techniques.md +410 -0
- package/skills/skills/red-teaming/references/cybersecurity-redteam.md +383 -0
- package/skills/skills/red-teaming/references/tools-frameworks.md +446 -0
- package/skills/skills/releasing/.skillkit-mode +1 -0
- package/skills/skills/releasing/SKILL.md +225 -0
- package/skills/skills/releasing/references/version-detection.md +108 -0
- package/skills/skills/screenwriter/SKILL.md +273 -0
- package/skills/skills/screenwriter/references/advanced-techniques.md +216 -0
- package/skills/skills/screenwriter/references/pipeline-integration.md +266 -0
- package/skills/skills/skillkit/.claude/settings.local.json +7 -0
- package/skills/skills/skillkit/.claude-plugin/plugin.json +27 -0
- package/skills/skills/skillkit/CHANGELOG.md +484 -0
- package/skills/skills/skillkit/SKILL.md +511 -0
- package/skills/skills/skillkit/commands/skillkit.md +6 -0
- package/skills/skills/skillkit/commands/validate-plan.md +6 -0
- package/skills/skills/skillkit/commands/verify.md +6 -0
- package/skills/skills/skillkit/knowledge/INDEX.md +352 -0
- package/skills/skills/skillkit/knowledge/application/09-case-studies.md +257 -0
- package/skills/skills/skillkit/knowledge/application/10-technical-architecture.md +324 -0
- package/skills/skills/skillkit/knowledge/application/11-adoption-strategy.md +267 -0
- package/skills/skills/skillkit/knowledge/application/12-testing-and-validation.md +276 -0
- package/skills/skills/skillkit/knowledge/application/13-competitive-landscape.md +198 -0
- package/skills/skills/skillkit/knowledge/foundation/01-why-skills-exist.md +246 -0
- package/skills/skills/skillkit/knowledge/foundation/02-skills-vs-subagents-comparison.md +312 -0
- package/skills/skills/skillkit/knowledge/foundation/03-skills-vs-subagents-decision-tree.md +346 -0
- package/skills/skills/skillkit/knowledge/foundation/04-hybrid-patterns.md +308 -0
- package/skills/skills/skillkit/knowledge/foundation/05-token-economics.md +275 -0
- package/skills/skills/skillkit/knowledge/foundation/06-platform-constraints.md +237 -0
- package/skills/skills/skillkit/knowledge/foundation/07-security-concerns.md +322 -0
- package/skills/skills/skillkit/knowledge/foundation/08-when-not-to-use-skills.md +270 -0
- package/skills/skills/skillkit/knowledge/plugin-guide.md +614 -0
- package/skills/skills/skillkit/knowledge/tools/14-validation-tools-guide.md +150 -0
- package/skills/skills/skillkit/knowledge/tools/15-cost-tools-guide.md +157 -0
- package/skills/skills/skillkit/knowledge/tools/16-security-tools-guide.md +122 -0
- package/skills/skills/skillkit/knowledge/tools/17-pattern-tools-guide.md +161 -0
- package/skills/skills/skillkit/knowledge/tools/18-decision-helper-guide.md +243 -0
- package/skills/skills/skillkit/knowledge/tools/19-test-generator-guide.md +275 -0
- package/skills/skills/skillkit/knowledge/tools/20-split-skill-guide.md +149 -0
- package/skills/skills/skillkit/knowledge/tools/21-quality-scorer-guide.md +226 -0
- package/skills/skills/skillkit/knowledge/tools/22-migration-helper-guide.md +356 -0
- package/skills/skills/skillkit/knowledge/tools/23-subagent-creation-guide.md +448 -0
- package/skills/skills/skillkit/knowledge/tools/24-behavioral-testing-guide.md +122 -0
- package/skills/skills/skillkit/references/proposal-generation.md +982 -0
- package/skills/skills/skillkit/references/rationalization-catalog.md +75 -0
- package/skills/skills/skillkit/references/research-methodology.md +661 -0
- package/skills/skills/skillkit/references/section-2-full-creation-workflow.md +452 -0
- package/skills/skills/skillkit/references/section-3-validation-workflow-existing-skill.md +63 -0
- package/skills/skills/skillkit/references/section-4-decision-workflow-skills-vs-subagents.md +64 -0
- package/skills/skills/skillkit/references/section-5-migration-workflow-doc-to-skill.md +58 -0
- package/skills/skills/skillkit/references/section-6-subagent-creation-workflow.md +499 -0
- package/skills/skills/skillkit/references/section-7-knowledge-reference-map.md +72 -0
- package/skills/skills/skillkit/scripts/__pycache__/decision_helper.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/__pycache__/quick_validate.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/__pycache__/quick_validate.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/__pycache__/test_generator.cpython-314-pytest-9.0.2.pyc +0 -0
- package/skills/skills/skillkit/scripts/decision_helper.py +799 -0
- package/skills/skills/skillkit/scripts/init_skill.py +400 -0
- package/skills/skills/skillkit/scripts/init_subagent.py +231 -0
- package/skills/skills/skillkit/scripts/migration_helper.py +669 -0
- package/skills/skills/skillkit/scripts/package_skill.py +211 -0
- package/skills/skills/skillkit/scripts/pattern_detector.py +381 -0
- package/skills/skills/skillkit/scripts/pattern_detector_new.py +382 -0
- package/skills/skills/skillkit/scripts/pressure_tester.py +157 -0
- package/skills/skills/skillkit/scripts/quality_scorer.py +999 -0
- package/skills/skills/skillkit/scripts/quick_validate.py +100 -0
- package/skills/skills/skillkit/scripts/security_scanner.py +474 -0
- package/skills/skills/skillkit/scripts/split_skill.py +540 -0
- package/skills/skills/skillkit/scripts/test_generator.py +695 -0
- package/skills/skills/skillkit/scripts/token_estimator.py +493 -0
- package/skills/skills/skillkit/scripts/utils/__init__.py +49 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/__init__.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/__init__.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/budget_tracker.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/budget_tracker.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/output_formatter.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/output_formatter.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/reference_validator.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/reference_validator.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/budget_tracker.py +388 -0
- package/skills/skills/skillkit/scripts/utils/output_formatter.py +263 -0
- package/skills/skills/skillkit/scripts/utils/reference_validator.py +401 -0
- package/skills/skills/skillkit/scripts/validate_skill.py +594 -0
- package/skills/skills/skillkit/tests/test_behavioral.py +39 -0
- package/skills/skills/skillkit/tests/test_scenarios.md +83 -0
- package/skills/skills/skillkit/tests/test_skill.py +136 -0
- package/skills/skills/skillkit-help/SKILL.md +81 -0
- package/skills/skills/skillkit-help/knowledge/application/09-case-studies.md +257 -0
- package/skills/skills/skillkit-help/knowledge/application/12-testing-and-validation.md +276 -0
- package/skills/skills/skillkit-help/knowledge/foundation/01-why-skills-exist.md +246 -0
- package/skills/skills/skillkit-help/knowledge/foundation/02-skills-vs-subagents-comparison.md +312 -0
- package/skills/skills/skillkit-help/knowledge/foundation/03-skills-vs-subagents-decision-tree.md +346 -0
- package/skills/skills/skillkit-help/knowledge/foundation/06-platform-constraints.md +237 -0
- package/skills/skills/skillkit-help/knowledge/foundation/08-when-not-to-use-skills.md +270 -0
- package/skills/skills/skillkit-help/template/SKILL.md +52 -0
- package/skills/skills/social-media-seo/SKILL.md +278 -0
- package/skills/skills/social-media-seo/databases/caption-styles.csv +31 -0
- package/skills/skills/social-media-seo/databases/engagement-tactics.csv +16 -0
- package/skills/skills/social-media-seo/databases/hashtag-strategies.csv +21 -0
- package/skills/skills/social-media-seo/databases/hook-formulas.csv +26 -0
- package/skills/skills/social-media-seo/databases/keyword-clusters.csv +11 -0
- package/skills/skills/social-media-seo/databases/thread-structures.csv +26 -0
- package/skills/skills/social-media-seo/databases/viral-patterns.csv +21 -0
- package/skills/skills/social-media-seo/references/analytics-guide.md +321 -0
- package/skills/skills/social-media-seo/references/instagram-seo.md +235 -0
- package/skills/skills/social-media-seo/references/threads-seo.md +305 -0
- package/skills/skills/social-media-seo/references/x-twitter-seo.md +337 -0
- package/skills/skills/social-media-seo/scripts/query_database.py +191 -0
- package/skills/skills/storyteller/SKILL.md +241 -0
- package/skills/skills/storyteller/references/transformation-methodology.md +293 -0
- package/skills/skills/storyteller/references/visual-vocabulary.md +177 -0
- package/skills/skills/thread-pro/SKILL.md +162 -0
- package/skills/skills/thread-pro/anti-ai-patterns.md +120 -0
- package/skills/skills/thread-pro/hook-formulas.md +138 -0
- package/skills/skills/thread-pro/references/anti-ai-patterns.md +120 -0
- package/skills/skills/thread-pro/references/hook-formulas.md +138 -0
- package/skills/skills/thread-pro/references/thread-structures.md +240 -0
- package/skills/skills/thread-pro/references/voice-injection.md +130 -0
- package/skills/skills/thread-pro/thread-structures.md +240 -0
- package/skills/skills/thread-pro/voice-injection.md +130 -0
- package/skills/skills/tinkering/SKILL.md +251 -0
- package/skills/skills/tinkering/references/graduation-checklist.md +100 -0
- package/skills/skills/validate-plan/.skillkit-mode +1 -0
- package/skills/skills/validate-plan/SKILL.md +406 -0
- package/skills/skills/validate-plan/references/dry-principles.md +251 -0
- package/skills/skills/validate-plan/references/gap-analysis-guide.md +320 -0
- package/skills/skills/validate-plan/references/tdd-patterns.md +413 -0
- package/skills/skills/validate-plan/references/yagni-checklist.md +330 -0
- package/skills/skills/verify-before-ship/.skillkit-mode +1 -0
- package/skills/skills/verify-before-ship/SKILL.md +116 -0
- package/skills/skills/verify-before-ship/references/anti-rationalization.md +212 -0
- package/skills/skills/verify-before-ship/references/verification-gates.md +305 -0
- package/skills-manifest.json +8 -2
- package/src/picker.js +11 -5
- package/src/picker.test.js +36 -1
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
num,hook_type,platform,formula,example,emotion_trigger,psychology_principle,stop_rate,best_for,notes
|
|
2
|
+
1,curiosity_gap,all,"[Incomplete info] + [Open loop]","I discovered the one thing that changed everything...","curiosity","brain needs closure",9.8%,"all content types","works best when payoff delivers"
|
|
3
|
+
2,data_shock,all,"[Surprising stat] + [Implication]","92% of people make this mistake without knowing...","surprise","pattern interrupt",8.1%,"educational","use credible sources"
|
|
4
|
+
3,controversy,twitter,"[Bold opinion] + [Challenge belief]","Everyone says X. They're wrong.","intrigue","cognitive dissonance",9.2%,"thought leadership","back up with evidence"
|
|
5
|
+
4,personal_failure,instagram,"I [failed/lost/struggled] + [specific detail]","I lost 10k followers in 7 days doing this","vulnerability","relatability",8.7%,"personal brand","shows authenticity"
|
|
6
|
+
5,question,all,"[Thought-provoking question]?","What if everything you know about X is wrong?","curiosity","engagement drive",7.4%,"conversation starters","rhetorical works best"
|
|
7
|
+
6,visual_hook,instagram,"[Movement] + [Contrast] + [Unexpected]","*drops object* This is your attention span","surprise","pattern interrupt",12.3%,"reels carousels","2025 trending"
|
|
8
|
+
7,number_list,all,"[Number] + [specific outcome]","7 things I learned after analyzing 1000 posts","anticipation","completion drive",7.9%,"listicles threads","odd numbers perform better"
|
|
9
|
+
8,before_after,instagram,"[Transformation statement]","From broke to $10k/month in 90 days","hope","possibility thinking",8.4%,"transformation content","show real proof"
|
|
10
|
+
9,myth_buster,all,"Myth: [common belief]. Truth: [reality]","Myth: Post daily. Truth: Quality beats quantity","surprise","curiosity gap",8.0%,"educational","challenges assumptions"
|
|
11
|
+
10,confession,instagram,"I have a confession...","I have a confession about my business...","intrigue","vulnerability connection",7.8%,"personal stories","builds trust"
|
|
12
|
+
11,time_sensitive,all,"[Urgency] + [Consequence]","You have 24 hours before this changes forever","urgency","loss aversion",7.2%,"promotions launches","use sparingly"
|
|
13
|
+
12,insider_secret,all,"The [secret/hidden truth] that [outcome]","The secret top creators never share publicly","exclusivity","curiosity gap",8.5%,"authority building","must deliver value"
|
|
14
|
+
13,direct_address,all,"If you [specific situation], read this","If you're struggling with engagement, this is for you","recognition","personal relevance",7.6%,"targeted content","speaks to pain point"
|
|
15
|
+
14,story_opener,instagram,"Last [week/month] something happened...","Last month I almost quit everything...","curiosity","narrative engagement",8.9%,"storytelling","sets up journey"
|
|
16
|
+
15,comparison,all,"[A] vs [B]: The truth nobody tells","Reels vs Carousels: Which actually grows faster?","curiosity","decision support",7.5%,"educational","data-backed conclusions"
|
|
17
|
+
16,pattern_interrupt,all,"*action* + [unexpected statement]","*record scratch* Let me explain why this matters","surprise","attention capture",9.0%,"reels video","break expected pattern"
|
|
18
|
+
17,authority,all,"After [credentials/experience]...","After 5 years and 1M followers, here's what I know","trust","credibility transfer",7.3%,"expert content","show don't tell"
|
|
19
|
+
18,relatable_pain,all,"POV: You're [common struggle]","POV: You posted and got 3 likes again","frustration","shared experience",8.2%,"memes relatable","validates feelings"
|
|
20
|
+
19,future_pacing,all,"Imagine [desired outcome]","Imagine waking up to 1000 new followers","desire","visualization",6.9%,"aspirational","paint vivid picture"
|
|
21
|
+
20,contrarian,twitter,"Stop [common advice]","Stop posting every day. Here's why...","surprise","challenges norms",8.8%,"thought leadership","must explain why"
|
|
22
|
+
21,fear_trigger,all,"Warning: [consequence of inaction]","Warning: This mistake is killing your reach","fear","loss aversion",7.7%,"problem-aware content","offer solution after"
|
|
23
|
+
22,social_proof,all,"[Number] people already [action]","10,000 creators already use this method","trust","herd behavior",6.8%,"conversions","real numbers only"
|
|
24
|
+
23,incomplete_list,twitter,"Here's what changed everything: 1.","Here's what changed my business: 1. ...","anticipation","completion drive",8.3%,"threads","forces read more"
|
|
25
|
+
24,bold_claim,all,"This will [bold outcome] in [timeframe]","This will 10x your engagement in 30 days","desire","promise of results",7.1%,"promotional","must be achievable"
|
|
26
|
+
25,nostalgic,instagram,"Remember when [past situation]?","Remember when 10 hashtags actually worked?","nostalgia","emotional connection",6.5%,"relatable content","connects generations"
|
|
27
|
+
26,hot_take,twitter,"Hot take: [controversial opinion]","Hot take: AI won't replace creators","intrigue","engagement bait",8.6%,"discussions","be prepared for debate"
|
|
28
|
+
27,problem_call,all,"Struggling with [specific problem]?","Struggling with low engagement on carousels?","recognition","pain point address",7.8%,"solutions content","offer fix"
|
|
29
|
+
28,cliffhanger,all,"[Statement]... (what happened next changed everything)","I hit post... (what happened next shocked me)","suspense","narrative tension",9.1%,"stories","must deliver payoff"
|
|
30
|
+
29,exclusive_reveal,all,"I'm finally sharing [protected info]","I'm finally revealing my exact content strategy","exclusivity","insider access",8.0%,"value drops","make it worth wait"
|
|
31
|
+
30,accountability,instagram,"Day [X] of [challenge]","Day 30 of posting every day: Here's what happened","curiosity","journey following",7.0%,"series content","builds anticipation"
|
|
32
|
+
31,unpopular_opinion,all,"Unpopular opinion: [stance]","Unpopular opinion: Followers don't matter","intrigue","controversy lite",8.4%,"discussions","explain reasoning"
|
|
33
|
+
32,value_promise,all,"In the next [time], you'll learn [outcome]","In 60 seconds, you'll know exactly how to...","anticipation","clear expectation",7.2%,"educational","deliver on promise"
|
|
34
|
+
33,rhetorical_setup,all,"You know what nobody tells you about [topic]?","You know what nobody tells you about viral content?","curiosity","insider knowledge",8.1%,"educational","rhetorical + answer"
|
|
35
|
+
34,emotional_statement,instagram,"[Emotion word] + [context]","Heartbroken. My biggest launch just failed.","empathy","emotional resonance",7.9%,"personal updates","authentic only"
|
|
36
|
+
35,challenge_invite,all,"I dare you to [action]","I dare you to try this for 7 days","challenge","competitive drive",6.7%,"engagement CTAs","make achievable"
|
|
37
|
+
36,prediction,twitter,"My prediction for [timeframe]: [statement]","My prediction for 2025: Carousels will outperform Reels","authority","thought leadership",7.4%,"trend content","be prepared to be wrong"
|
|
38
|
+
37,behind_scenes,instagram,"POV: [insider perspective]","POV: Behind the scenes of a viral post","curiosity","exclusive access",7.6%,"transparency content","shows real work"
|
|
39
|
+
38,mistake_admission,all,"My biggest mistake was [admission]","My biggest mistake was chasing followers not engagement","vulnerability","relatability",8.5%,"personal growth","lesson must follow"
|
|
40
|
+
39,simplified_complex,all,"[Complex topic] explained in [simple format]","Algorithm explained in 60 seconds","clarity","accessibility",7.3%,"educational","break down complexity"
|
|
41
|
+
40,direct_value,all,"Free [valuable thing] inside","Free content calendar template inside","value","reciprocity prime",6.9%,"lead magnets","genuine value required"
|
|
42
|
+
41,identity_hook,all,"If you're a [identity], this is for you","If you're a content creator who feels stuck...","belonging","tribal connection",7.7%,"niche targeting","specific > broad"
|
|
43
|
+
42,story_tease,all,"[Name] went from [A] to [B]. Here's how.","Sarah went from 0 to 100k in 6 months. Here's how.","inspiration","success modeling",8.2%,"case studies","real stories only"
|
|
44
|
+
43,counterintuitive,all,"Want more [X]? Do less [Y]","Want more engagement? Post less often","surprise","cognitive dissonance",8.3%,"thought leadership","explain logic"
|
|
45
|
+
44,specific_result,all,"Exactly how I [achieved specific result]","Exactly how I got 50k views on one reel","curiosity","blueprint seeking",8.0%,"how-to content","be specific"
|
|
46
|
+
45,time_travel,instagram,"1 year ago I [situation]. Today I [result].","1 year ago I had 100 followers. Today: 50k","transformation","journey showcase",7.8%,"milestone posts","shows progress"
|
|
47
|
+
46,what_if,all,"What if [possibility]?","What if your next post went viral?","imagination","possibility space",6.6%,"inspirational","opens mental doors"
|
|
48
|
+
47,raw_honesty,instagram,"Real talk: [honest statement]","Real talk: I almost quit last month","authenticity","trust building",8.6%,"personal brand","vulnerability wins"
|
|
49
|
+
48,trend_leverage,all,"[Trend] is changing [industry]. Here's what it means.","AI is changing content. Here's what it means for you","relevance","timeliness",7.5%,"trend content","connect to audience"
|
|
50
|
+
49,micro_story,all,"[Short complete story with twist]","Posted 10 times. Got 10 likes. Changed one thing. Got 10k","intrigue","narrative satisfaction",9.0%,"quick stories","complete arc in hook"
|
|
51
|
+
50,direct_benefit,all,"This [thing] will help you [specific benefit]","This framework will help you write hooks in 30 seconds","value","clear outcome",7.1%,"educational","specific promise"
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
num,word,category,emotion_trigger,intensity,best_context,avoid_context,example_usage
|
|
2
|
+
1,Secret,exclusivity,curiosity,high,authority content,overused niches,"The secret to viral content"
|
|
3
|
+
2,Hidden,exclusivity,curiosity,medium,reveals discoveries,"clickbait feel","Hidden patterns in the algorithm"
|
|
4
|
+
3,Insider,exclusivity,belonging,high,exclusive content,mass content,"Insider tips from top creators"
|
|
5
|
+
4,Rare,exclusivity,scarcity,medium,limited offers,common things,"Rare opportunity to learn"
|
|
6
|
+
5,Private,exclusivity,intimacy,medium,community building,public content,"Private strategy session"
|
|
7
|
+
6,Exclusive,exclusivity,status,high,offers memberships,overused contexts,"Exclusive access for subscribers"
|
|
8
|
+
7,Classified,exclusivity,intrigue,high,dramatic reveals,casual content,"Classified information about"
|
|
9
|
+
8,Confidential,exclusivity,trust,medium,professional context,casual content,"Confidential insights"
|
|
10
|
+
9,Underground,exclusivity,rebellion,medium,counter-culture,mainstream brands,"Underground growth tactics"
|
|
11
|
+
10,Forbidden,exclusivity,temptation,high,rule-breaking content,sensitive topics,"Forbidden strategies that work"
|
|
12
|
+
11,Now,urgency,action,high,time-sensitive CTAs,evergreen content,"Start now before it's too late"
|
|
13
|
+
12,Today,urgency,immediacy,medium,daily actions,long-term strategies,"Try this today"
|
|
14
|
+
13,Limited,urgency,scarcity,high,offers launches,unlimited things,"Limited spots available"
|
|
15
|
+
14,Hurry,urgency,pressure,high,flash sales,educational content,"Hurry - closing soon"
|
|
16
|
+
15,Deadline,urgency,pressure,high,time-bound offers,relaxed CTAs,"Deadline: midnight tonight"
|
|
17
|
+
16,Expires,urgency,loss fear,high,offers access,permanent content,"Offer expires in 24 hours"
|
|
18
|
+
17,Instant,urgency,gratification,medium,quick results,complex processes,"Instant results guaranteed"
|
|
19
|
+
18,Immediately,urgency,action,medium,urgent CTAs,patient journeys,"Apply this immediately"
|
|
20
|
+
19,Final,urgency,finality,high,last chances,ongoing offers,"Final chance to join"
|
|
21
|
+
20,Last,urgency,scarcity,high,ending offers,recurring things,"Last 5 spots remaining"
|
|
22
|
+
21,Discover,curiosity,exploration,medium,educational content,simple facts,"Discover the truth about"
|
|
23
|
+
22,Reveal,curiosity,unveiling,high,big announcements,small updates,"Revealing my exact process"
|
|
24
|
+
23,Uncover,curiosity,investigation,medium,research findings,obvious things,"Uncover what's really happening"
|
|
25
|
+
24,Finally,curiosity,anticipation,high,long-awaited reveals,new topics,"Finally sharing my strategy"
|
|
26
|
+
25,Truth,curiosity,authenticity,high,myth-busting,opinion pieces,"The truth nobody tells you"
|
|
27
|
+
26,Exposed,curiosity,scandal,high,controversial reveals,positive content,"Industry secrets exposed"
|
|
28
|
+
27,Unlock,curiosity,access,medium,potential realization,simple tips,"Unlock your creative potential"
|
|
29
|
+
28,Mystery,curiosity,intrigue,medium,story content,straightforward info,"The mystery of viral content"
|
|
30
|
+
29,Surprising,curiosity,unexpected,medium,counter-intuitive facts,obvious info,"Surprising results from my test"
|
|
31
|
+
30,Shocking,curiosity,disbelief,high,dramatic reveals,mild updates,"Shocking truth about engagement"
|
|
32
|
+
31,Warning,fear,danger,high,serious consequences,minor issues,"Warning: This kills your reach"
|
|
33
|
+
32,Mistake,fear,regret,medium,educational content,positive content,"The mistake costing you followers"
|
|
34
|
+
33,Avoid,fear,prevention,medium,cautionary content,encouraging content,"Avoid this at all costs"
|
|
35
|
+
34,Risk,fear,danger,medium,serious topics,casual tips,"The risk you're taking"
|
|
36
|
+
35,Danger,fear,threat,high,urgent warnings,minor cautions,"Danger zone for creators"
|
|
37
|
+
36,Fail,fear,consequence,medium,cautionary tales,success stories,"Why most people fail at this"
|
|
38
|
+
37,Lose,fear,loss,high,loss aversion,gain focus,"Don't lose this opportunity"
|
|
39
|
+
38,Threat,fear,danger,high,serious warnings,mild concerns,"The biggest threat to your growth"
|
|
40
|
+
39,Beware,fear,caution,medium,warnings,positive content,"Beware of this trend"
|
|
41
|
+
40,Crisis,fear,emergency,high,urgent situations,minor problems,"Content crisis incoming"
|
|
42
|
+
41,Transform,desire,change,high,transformation content,maintenance tips,"Transform your content strategy"
|
|
43
|
+
42,Ultimate,desire,perfection,high,comprehensive guides,basic tips,"The ultimate guide to"
|
|
44
|
+
43,Perfect,desire,ideal,medium,aspirational content,realistic advice,"Perfect your Instagram strategy"
|
|
45
|
+
44,Dream,desire,aspiration,medium,goal-setting content,practical how-tos,"Your dream audience awaits"
|
|
46
|
+
45,Proven,trust,reliability,medium,results-based content,experimental ideas,"Proven method for growth"
|
|
47
|
+
46,Guaranteed,trust,certainty,high,confident claims,uncertain outcomes,"Guaranteed to increase engagement"
|
|
48
|
+
47,Authentic,trust,genuineness,medium,personal branding,promotional content,"Authentic approach to content"
|
|
49
|
+
48,Real,trust,honesty,medium,transparency content,aspirational content,"Real results from real creators"
|
|
50
|
+
49,Tested,trust,validation,medium,research-backed content,theories,"Tested and proven strategies"
|
|
51
|
+
50,Verified,trust,credibility,medium,fact-based content,opinions,"Verified by industry experts"
|
|
52
|
+
51,Effortless,ease,simplicity,medium,easy solutions,complex topics,"Effortless content creation"
|
|
53
|
+
52,Simple,ease,accessibility,medium,beginner content,advanced topics,"Simple hack for more reach"
|
|
54
|
+
53,Easy,ease,accessibility,medium,how-tos,challenging tasks,"Easy way to grow faster"
|
|
55
|
+
54,Quick,ease,speed,medium,time-saving tips,deep dives,"Quick fix for low engagement"
|
|
56
|
+
55,Painless,ease,comfort,medium,feared tasks,complex processes,"Painless content planning"
|
|
57
|
+
56,Free,value,cost savings,high,lead magnets,premium offers,"Free template inside"
|
|
58
|
+
57,Bonus,value,extra,medium,added value,core offer,"Bonus tips at the end"
|
|
59
|
+
58,Save,value,economy,medium,efficiency tips,spending content,"Save hours every week"
|
|
60
|
+
59,Gift,value,generosity,medium,freebies,paid content,"A gift for my followers"
|
|
61
|
+
60,Bargain,value,deal,medium,discounts,premium positioning,"Bargain of the year"
|
|
62
|
+
61,Frustrated,agitation,anger,medium,problem-aware content,solution content,"Frustrated with low reach?"
|
|
63
|
+
62,Sick of,agitation,fed up,high,pain point content,positive content,"Sick of posting with no results?"
|
|
64
|
+
63,Fed up,agitation,exhaustion,high,transformation hooks,neutral content,"Fed up with the algorithm?"
|
|
65
|
+
64,Enough,agitation,breaking point,high,change content,continuous content,"Enough is enough"
|
|
66
|
+
65,Stop,agitation,action,medium,behavior change,encouragement,"Stop making this mistake"
|
|
67
|
+
66,Struggle,agitation,difficulty,medium,empathy content,success stories,"Struggling to grow?"
|
|
68
|
+
67,Tired,agitation,exhaustion,medium,pain points,energizing content,"Tired of low engagement?"
|
|
69
|
+
68,Hate,agitation,strong dislike,high,relatable frustrations,positive content,"I hate to say this but..."
|
|
70
|
+
69,Annoying,agitation,irritation,medium,relatable content,professional content,"The most annoying mistake"
|
|
71
|
+
70,Broken,agitation,dysfunction,medium,problem identification,working solutions,"The system is broken"
|
|
72
|
+
71,Breakthrough,achievement,success,high,big wins,small improvements,"Breakthrough in my strategy"
|
|
73
|
+
72,Victory,achievement,triumph,medium,win announcements,ongoing struggles,"Victory after 6 months"
|
|
74
|
+
73,Success,achievement,accomplishment,medium,results content,process content,"Success story inside"
|
|
75
|
+
74,Winning,achievement,triumph,medium,competitive content,collaborative content,"The winning formula"
|
|
76
|
+
75,Champion,achievement,excellence,medium,leadership content,beginner content,"Champion-level strategies"
|
|
77
|
+
76,Master,achievement,expertise,medium,advanced content,basic tips,"Master this skill"
|
|
78
|
+
77,Dominate,achievement,power,high,aggressive positioning,gentle approaches,"Dominate your niche"
|
|
79
|
+
78,Crush,achievement,overwhelming,high,aggressive goals,gentle growth,"Crush your competition"
|
|
80
|
+
79,Conquer,achievement,victory,high,challenge content,easy tasks,"Conquer the algorithm"
|
|
81
|
+
80,Thrive,achievement,flourishing,medium,growth content,survival content,"Thrive as a creator"
|
|
82
|
+
81,Brilliant,praise,intelligence,medium,ideas content,basic concepts,"Brilliant strategy for growth"
|
|
83
|
+
82,Genius,praise,intelligence,high,innovative ideas,common knowledge,"Genius hack nobody uses"
|
|
84
|
+
83,Amazing,praise,wonder,medium,impressive results,ordinary things,"Amazing results in 7 days"
|
|
85
|
+
84,Incredible,praise,disbelief,high,remarkable outcomes,expected results,"Incredible transformation"
|
|
86
|
+
85,Remarkable,praise,notable,medium,standout results,average outcomes,"Remarkable growth story"
|
|
87
|
+
86,Powerful,praise,strength,medium,impactful strategies,weak approaches,"Powerful technique for hooks"
|
|
88
|
+
87,Essential,importance,necessity,medium,must-know content,optional tips,"Essential for every creator"
|
|
89
|
+
88,Critical,importance,urgency,high,vital information,nice-to-know,"Critical mistake to avoid"
|
|
90
|
+
89,Vital,importance,necessity,medium,important strategies,trivial tips,"Vital element of growth"
|
|
91
|
+
90,Crucial,importance,key,medium,important insights,secondary points,"Crucial point most miss"
|
|
92
|
+
91,Revolutionary,innovation,change,high,game-changing ideas,incremental tips,"Revolutionary approach"
|
|
93
|
+
92,Groundbreaking,innovation,first,high,new discoveries,known concepts,"Groundbreaking research shows"
|
|
94
|
+
93,New,innovation,freshness,medium,recent discoveries,old techniques,"New strategy that works"
|
|
95
|
+
94,Latest,innovation,timeliness,medium,current trends,timeless advice,"Latest algorithm update"
|
|
96
|
+
95,Fresh,innovation,newness,medium,recent content,recycled ideas,"Fresh take on content"
|
|
97
|
+
96,Cutting-edge,innovation,advanced,high,forward-thinking,traditional methods,"Cutting-edge tactics"
|
|
98
|
+
97,Never,absolutism,certainty,high,bold claims,nuanced topics,"Never do this again"
|
|
99
|
+
98,Always,absolutism,consistency,medium,rules principles,flexible situations,"Always start with a hook"
|
|
100
|
+
99,Every,absolutism,completeness,medium,comprehensive claims,partial truths,"Every creator needs this"
|
|
101
|
+
100,Only,absolutism,exclusivity,high,unique methods,common approaches,"The only way to grow"
|
|
102
|
+
101,Forever,absolutism,permanence,medium,lasting change,temporary fixes,"Change your content forever"
|
|
103
|
+
102,You,personalization,direct address,high,personal content,general advice,"You deserve better results"
|
|
104
|
+
103,Your,personalization,ownership,medium,personalized value,generic content,"Your path to growth"
|
|
105
|
+
104,Yours,personalization,belonging,medium,ownership transfer,general offers,"This strategy is yours"
|
|
106
|
+
105,Personally,personalization,intimacy,medium,personal shares,generic content,"I personally use this"
|
|
107
|
+
106,Specifically,personalization,targeting,medium,niche content,broad topics,"Specifically for creators"
|
|
108
|
+
107,Actually,clarification,correction,medium,myth-busting,agreeable points,"What actually works"
|
|
109
|
+
108,Really,clarification,truth,medium,honest assessments,hyperbole,"What really matters"
|
|
110
|
+
109,Truly,clarification,authenticity,medium,genuine claims,exaggerations,"Truly effective method"
|
|
111
|
+
110,Literally,clarification,emphasis,medium,factual statements,figurative use,"Literally changed my life"
|
|
112
|
+
111,Honestly,clarification,transparency,medium,honest shares,deceptive context,"Honestly this surprised me"
|
|
113
|
+
112,Weird,intrigue,unusual,medium,unexpected content,normal topics,"Weird trick that works"
|
|
114
|
+
113,Strange,intrigue,oddity,medium,unusual discoveries,ordinary things,"Strange pattern I noticed"
|
|
115
|
+
114,Bizarre,intrigue,extreme odd,high,very unusual finds,common things,"Bizarre algorithm behavior"
|
|
116
|
+
115,Crazy,intrigue,unexpected,medium,surprising results,sane approaches,"Crazy results from this"
|
|
117
|
+
116,Insane,intrigue,extreme,high,dramatic outcomes,moderate results,"Insane growth hack"
|
|
118
|
+
117,Wild,intrigue,untamed,medium,exciting discoveries,mild findings,"Wild theory that works"
|
|
119
|
+
118,Mind-blowing,intrigue,amazement,high,impressive reveals,ordinary info,"Mind-blowing statistics"
|
|
120
|
+
119,Jaw-dropping,intrigue,shock,high,dramatic reveals,small updates,"Jaw-dropping transformation"
|
|
121
|
+
120,Unbelievable,intrigue,incredulity,high,remarkable claims,believable info,"Unbelievable but true"
|
|
122
|
+
121,Breathtaking,intrigue,awe,high,visual content,text-only content,"Breathtaking results"
|
|
123
|
+
122,Behind,mystery,hidden,medium,behind-scenes content,front-facing content,"Behind the scenes of"
|
|
124
|
+
123,Inside,mystery,access,medium,exclusive content,public info,"Inside look at my process"
|
|
125
|
+
124,Deep,mystery,depth,medium,thorough content,surface tips,"Deep dive into growth"
|
|
126
|
+
125,Dark,mystery,hidden,high,controversial reveals,positive content,"Dark side of influencing"
|
|
127
|
+
126,Untold,mystery,secrecy,high,first-time reveals,known stories,"Untold story of my journey"
|
|
128
|
+
127,Because,logic,reason,medium,explanations,assertions,"Works because of this principle"
|
|
129
|
+
128,Therefore,logic,conclusion,medium,logical arguments,emotional appeals,"Therefore you should try"
|
|
130
|
+
129,Proven,logic,evidence,medium,data-backed claims,opinions,"Proven by research"
|
|
131
|
+
130,Data,logic,evidence,medium,statistics,anecdotes,"Data shows this works"
|
|
132
|
+
131,Research,logic,authority,medium,backed claims,personal experience,"Research confirms this"
|
|
133
|
+
132,Scientific,logic,credibility,high,evidence-based,opinion-based,"Scientific approach to growth"
|
|
134
|
+
133,Fact,logic,truth,medium,verifiable info,opinions,"Fact: Most creators miss this"
|
|
135
|
+
134,Evidence,logic,proof,medium,supported claims,unsupported,"Evidence-based strategy"
|
|
136
|
+
135,Study,logic,research,medium,research findings,casual observations,"New study reveals"
|
|
137
|
+
136,Analysis,logic,examination,medium,data content,casual content,"Analysis of 1000 posts"
|
|
138
|
+
137,Mistake,improvement,error,medium,educational content,praise,"Common mistake creators make"
|
|
139
|
+
138,Problem,improvement,issue,medium,solution content,problem-free content,"The problem with your hooks"
|
|
140
|
+
139,Fix,improvement,solution,medium,how-to content,identifying problems,"Easy fix for low engagement"
|
|
141
|
+
140,Solution,improvement,answer,medium,problem-solving,problem-identifying,"Solution to your growth plateau"
|
|
142
|
+
141,Better,improvement,comparison,medium,upgrade content,neutral comparison,"Better approach to content"
|
|
143
|
+
142,Improve,improvement,progress,medium,optimization content,perfect content,"Improve your hooks instantly"
|
|
144
|
+
143,Upgrade,improvement,enhancement,medium,leveling-up content,basic content,"Upgrade your content strategy"
|
|
145
|
+
144,Boost,improvement,increase,medium,growth content,maintenance content,"Boost your engagement"
|
|
146
|
+
145,Enhance,improvement,better,medium,optimization,creation from scratch,"Enhance your storytelling"
|
|
147
|
+
146,Optimize,improvement,efficiency,medium,technical content,creative content,"Optimize for the algorithm"
|
|
148
|
+
147,Magic,wonder,mystical,medium,impressive results,technical content,"Magic formula for virality"
|
|
149
|
+
148,Miracle,wonder,extraordinary,high,remarkable outcomes,ordinary results,"Miracle growth story"
|
|
150
|
+
149,Secret weapon,wonder,advantage,medium,competitive edge,common knowledge,"My secret weapon for hooks"
|
|
151
|
+
150,Game-changer,wonder,transformative,high,impactful strategies,minor tips,"Game-changer for creators"
|
|
152
|
+
151,Life-changing,wonder,transformative,high,major impact,minor improvements,"Life-changing content strategy"
|
|
153
|
+
152,Once,scarcity,rarity,medium,limited opportunities,recurring offers,"Once in a lifetime"
|
|
154
|
+
153,Only,scarcity,limitation,high,exclusive content,common content,"Only available this week"
|
|
155
|
+
154,Few,scarcity,limited,medium,exclusive access,abundant things,"Few people know this"
|
|
156
|
+
155,Remaining,scarcity,countdown,high,limited offers,unlimited things,"10 spots remaining"
|
|
157
|
+
156,Left,scarcity,diminishing,high,countdown content,abundant offers,"Only 5 left"
|
|
158
|
+
157,Running out,scarcity,depletion,high,urgency CTAs,evergreen content,"Running out fast"
|
|
159
|
+
158,Almost gone,scarcity,near end,high,limited offers,plentiful things,"Almost gone - grab yours"
|
|
160
|
+
159,Selling fast,scarcity,popularity,high,product launches,slow movers,"Selling fast - don't miss"
|
|
161
|
+
160,High demand,scarcity,popularity,medium,popular offers,niche items,"High demand expected"
|
|
162
|
+
161,Exclusive,scarcity,selectivity,high,limited access,open access,"Exclusive group membership"
|
|
163
|
+
162,Join,community,belonging,medium,community CTAs,individual content,"Join thousands of creators"
|
|
164
|
+
163,Together,community,unity,medium,collaborative content,solo content,"Let's grow together"
|
|
165
|
+
164,Community,community,belonging,medium,group content,individual focus,"Community of creators"
|
|
166
|
+
165,Family,community,intimacy,medium,close communities,distant audiences,"Welcome to the family"
|
|
167
|
+
166,Tribe,community,belonging,medium,niche communities,general audiences,"Join our tribe"
|
|
168
|
+
167,Movement,community,cause,high,mission-driven,transactional content,"Join the movement"
|
|
169
|
+
168,Belong,community,acceptance,medium,inclusive content,exclusive content,"Where you belong"
|
|
170
|
+
169,Part of,community,inclusion,medium,community building,isolation,"Be part of something bigger"
|
|
171
|
+
170,Member,community,status,medium,membership content,non-member content,"Become a member today"
|
|
172
|
+
171,We,community,collective,medium,inclusive messaging,I-focused content,"We're in this together"
|
|
173
|
+
172,Revenge,empowerment,vindication,high,comeback stories,peaceful content,"Revenge of the quiet creator"
|
|
174
|
+
173,Reclaim,empowerment,recovery,medium,comeback content,forward-only content,"Reclaim your creative power"
|
|
175
|
+
174,Take back,empowerment,recovery,medium,empowerment content,acceptance content,"Take back your time"
|
|
176
|
+
175,Rise,empowerment,ascent,medium,growth stories,decline narratives,"Rise above the noise"
|
|
177
|
+
176,Overcome,empowerment,victory,medium,challenge content,easy wins,"Overcome any obstacle"
|
|
178
|
+
177,Defy,empowerment,rebellion,high,counter-culture,conformist content,"Defy the algorithm"
|
|
179
|
+
178,Break free,empowerment,liberation,high,escape content,contentment content,"Break free from burnout"
|
|
180
|
+
179,Unstoppable,empowerment,power,high,motivation content,humble content,"Become unstoppable"
|
|
181
|
+
180,Fearless,empowerment,courage,medium,bold content,cautious content,"Fearless content creation"
|
|
182
|
+
181,Bold,empowerment,courage,medium,confident content,reserved content,"Bold moves for growth"
|
|
183
|
+
182,Smart,flattery,intelligence,medium,educational content,basic content,"Smart strategy for growth"
|
|
184
|
+
183,Savvy,flattery,sophistication,medium,advanced content,beginner content,"Savvy creators use this"
|
|
185
|
+
184,Clever,flattery,ingenuity,medium,creative solutions,obvious approaches,"Clever hack for engagement"
|
|
186
|
+
185,Wise,flattery,wisdom,medium,mature advice,trendy tips,"Wise investment of time"
|
|
187
|
+
186,Sharp,flattery,acuity,medium,strategic content,blunt approaches,"Sharp insights inside"
|
|
188
|
+
187,Ahead,flattery,leading,medium,forward-thinking,catching-up content,"Stay ahead of trends"
|
|
189
|
+
188,Elite,flattery,status,high,premium content,basic content,"Elite creator strategies"
|
|
190
|
+
189,Top,flattery,ranking,medium,high-performer content,average content,"Top 1% tactics"
|
|
191
|
+
190,Best,flattery,superlative,medium,comparison content,equal alternatives,"Best approach for growth"
|
|
192
|
+
191,Winning,flattery,success,medium,competitive content,collaborative,"Winning formula revealed"
|
|
193
|
+
192,Help,service,assistance,medium,supportive content,aggressive content,"Let me help you grow"
|
|
194
|
+
193,Support,service,backing,medium,community content,solo content,"We support your journey"
|
|
195
|
+
194,Guide,service,direction,medium,how-to content,opinion content,"Complete guide to hooks"
|
|
196
|
+
195,Show,service,demonstration,medium,tutorial content,tell-only content,"Let me show you how"
|
|
197
|
+
196,Teach,service,education,medium,educational content,entertainment,"I'll teach you this skill"
|
|
198
|
+
197,Learn,service,growth,medium,educational content,entertainment,"Learn the exact process"
|
|
199
|
+
198,Grow,service,development,medium,growth content,maintenance content,"Help you grow faster"
|
|
200
|
+
199,Achieve,service,accomplishment,medium,goal content,process content,"Achieve your content goals"
|
|
201
|
+
200,Build,service,creation,medium,construction content,destruction content,"Build your audience"
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
num,trigger_name,psychology_principle,description,application,example_copy,power_level,ethical_use,manipulation_warning
|
|
2
|
+
1,Curiosity Gap,Zeigarnik Effect,Brain remembers incomplete tasks/info more than complete,Leave information incomplete to drive engagement,"I discovered something that changed everything... (swipe to see)",high,reveals valuable info,don't clickbait without payoff
|
|
3
|
+
2,Social Proof,Herd Behavior,"If others do it, must be right",Show numbers testimonials popularity,"Join 10000+ creators who use this method",high,use real numbers,don't fake metrics
|
|
4
|
+
3,Scarcity,Loss Aversion,We value scarce things more,Limit availability or time,"Only 5 spots left for this month",high,genuine limits only,don't fake scarcity
|
|
5
|
+
4,Reciprocity,Give-Get Exchange,People feel obligated to return favors,Give value before asking,"Free template inside - no strings attached",high,give genuine value,don't manipulate with fake gifts
|
|
6
|
+
5,Authority,Expert Trust,We trust perceived experts,Establish credentials share data,"After 5 years studying this...",medium,legitimate expertise,don't fake credentials
|
|
7
|
+
6,FOMO,Fear of Missing Out,Anxiety about missing valuable experiences,Show what others are gaining,"Your competitors already know this",high,real opportunities,don't create false urgency
|
|
8
|
+
7,Specificity,Credibility Trigger,Specific details feel more believable,Use exact numbers and details,"Increased engagement by 47.3% in 23 days",high,accurate data only,don't make up numbers
|
|
9
|
+
8,Story,Narrative Transportation,Stories bypass critical thinking,Wrap messages in narrative,"Last month I almost quit everything...",high,authentic stories,don't fabricate experiences
|
|
10
|
+
9,Contrast,Anchoring Effect,First info influences subsequent judgments,Show before/after or compare options,"Most charge $500. Here's how to do it free.",medium,fair comparisons,don't create false contrasts
|
|
11
|
+
10,Commitment,Consistency Bias,Small yeses lead to bigger yeses,Get micro-commitments first,"Comment YES if you want the full guide",medium,valuable follow-through,don't bait and switch
|
|
12
|
+
11,Likability,Affinity Bias,We trust people we like,Be relatable show personality,"I know this sounds crazy but I actually...",medium,be authentic,don't fake personality
|
|
13
|
+
12,Unity,Tribal Identity,We favor in-group members,Create shared identity,"Fellow creators know this struggle...",medium,genuine community,don't exploit tribalism
|
|
14
|
+
13,Novelty,Dopamine Response,New things trigger reward systems,Present fresh angles on known topics,"The NEW way to grow in 2025",medium,genuinely new insights,don't rebrand old as new
|
|
15
|
+
14,Pattern Interrupt,Attention Reset,Unexpected breaks autopilot scanning,Do something unexpected,"*drops phone* This is your attention span",high,memorable delivery,don't be shocking for shock value
|
|
16
|
+
15,Loss Aversion,Prospect Theory,Losses hurt more than gains feel good,Frame as avoiding loss not gaining,"Stop losing followers to this mistake",high,real risks,don't fear-monger
|
|
17
|
+
16,Cognitive Ease,Processing Fluency,Easy to understand = more believable,Simple clear language,Use short sentences. Like this.,medium,clarity first,don't oversimplify complexity
|
|
18
|
+
17,Self-Reference,Cocktail Party Effect,We pay attention to things about us,"Use 'you' and address specific situations","If you're a creator struggling with reach...",high,relevant targeting,don't assume wrongly
|
|
19
|
+
18,Emotional Contagion,Mirror Neurons,Emotions spread person to person,Express genuine emotion,"I was genuinely shocked when I saw...",medium,authentic emotion,don't fake feelings
|
|
20
|
+
19,Progress Illusion,Endowed Progress,We're motivated by perceived progress,Show advancement,"You're already 50% there...",medium,real progress,don't create false progress
|
|
21
|
+
20,Anticipation,Dopamine Peak,Anticipation often exceeds experience,Build toward reveal,"What I'm about to share changed everything",high,deliver on promise,don't overpromise
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
num,pattern_name,formula,truncation_strategy,example,expansion_rate,best_for,psychology,notes
|
|
2
|
+
1,Numbered List Start,"[Number] [outcome] I learned from [experience]: 1.",truncate_after_number,"7 growth strategies I learned from gaining 100k followers: 1.",12.3%,educational threads,completion_drive,brain wants to see full list
|
|
3
|
+
2,Story Tease,"[Time] ago [dramatic event happened]. [Incomplete thought]...",truncate_mid_story,"6 months ago I lost everything. My account my income my...",14.1%,personal stories,narrative_curiosity,story gap demands closure
|
|
4
|
+
3,Controversy Open,"Unpopular opinion: [bold claim]. Here's why...",truncate_before_why,"Unpopular opinion: Posting daily is killing your growth. Here's why...",11.8%,thought leadership,cognitive_dissonance,challenge demands explanation
|
|
5
|
+
4,Result Tease,"I [action] for [timeframe]. The result? [incomplete]...",truncate_before_result,"I analyzed 1000 viral tweets for 30 days. The result?...",13.2%,research content,outcome_curiosity,investment demands payoff
|
|
6
|
+
5,Secret Reveal,"The [adjective] secret about [topic] that [outcome]: (thread)",truncate_after_hook,"The hidden truth about the algorithm that most creators miss: (thread)",10.9%,insider content,exclusivity_curiosity,secrets demand revealing
|
|
7
|
+
6,Direct Challenge,"If you're [struggling with X], stop [action]. Instead...",truncate_before_solution,"If you're struggling with engagement, stop posting randomly. Instead...",9.7%,advice content,solution_seeking,problem-aware seeks solution
|
|
8
|
+
7,Authority Setup,"After [credentials/experience], here's what I know: [list starts]",truncate_after_list_start,"After 5 years and 1M followers, here's what I know: 1. Growth is...",10.4%,expert content,authority_trust,credentials earn attention
|
|
9
|
+
8,Comparison Hook,"[A] vs [B]: Which wins? I tested both for [time]...",truncate_mid_test,"Reels vs Carousels: Which grows faster? I tested both for 90 days...",11.2%,comparison content,comparison_curiosity,test implies answer
|
|
10
|
+
9,Failure Admission,"I made a $[amount] mistake. Here's what happened...",truncate_before_details,"I made a $10,000 mistake. Here's what happened...",13.8%,cautionary tales,schadenfreude,failure stories hook attention
|
|
11
|
+
10,Time Countdown,"In [X] minutes you'll know [valuable outcome]. Ready?",truncate_after_ready,"In 3 minutes you'll know exactly how to write viral hooks. Ready?",8.9%,quick value,time_investment,short commitment = low barrier
|
|
12
|
+
11,Myth Buster,"Everyone says [common belief]. They're wrong. The truth...",truncate_before_truth,"Everyone says post at peak times. They're wrong. The truth...",12.1%,educational,cognitive_dissonance,wrong belief needs correcting
|
|
13
|
+
12,Before/After,"[Time] ago: [before state]. Now: [after state]. What changed...",truncate_before_change,"1 year ago: 100 followers. Now: 50k. What changed...",11.5%,transformation,journey_curiosity,gap demands explanation
|
|
14
|
+
13,Hot Take,"Hot take: [provocative statement]. Let me explain before you...",truncate_mid_explanation,"Hot take: Engagement pods work. Let me explain before you...",10.6%,discussion starters,controversy_engagement,controversy demands context
|
|
15
|
+
14,Prediction,"My prediction for [timeframe]: [bold claim]. Why? Because...",truncate_before_reasoning,"My prediction for 2025: Carousels will dominate. Why? Because...",9.3%,trend content,future_curiosity,prediction demands support
|
|
16
|
+
15,Behind Scenes,"Here's what really happens when [public event]. (Not what you think)",truncate_after_tease,"Here's what really happens when a post goes viral. (Not what you think)",10.8%,transparency,insider_access,reality vs perception gap
|
|
17
|
+
16,Quick List,"Want [outcome]? Here's the exact list: 1. [starts]...",truncate_mid_list,"Want more engagement? Here's the exact list: 1. Hook in first...",9.1%,actionable tips,checklist_appeal,list promises completeness
|
|
18
|
+
17,Personal Revelation,"I've never shared this publicly but [revelation setup]...",truncate_after_setup,"I've never shared this publicly but my biggest failure taught me...",12.4%,vulnerable content,intimacy_curiosity,exclusivity of revelation
|
|
19
|
+
18,Data Shock,"[Shocking statistic]. This changes everything about [topic]...",truncate_before_implications,"92% of posts fail in the first 3 seconds. This changes everything about...",11.7%,educational,data_surprise,stat demands explanation
|
|
20
|
+
19,Step Process,"Step 1 of [building outcome]: [action]. (Most skip this)...",truncate_mid_process,"Step 1 of going viral: Forget the algorithm. (Most skip this)...",9.8%,how-to content,process_following,process implies completion
|
|
21
|
+
20,Question Thread,"[Provocative question]? After [experience], here's my answer...",truncate_before_answer,"What if followers don't matter? After 5 years, here's my answer...",10.2%,thought pieces,question_resolution,question demands answer
|
|
22
|
+
21,Confession Style,"Confession: I [admission]. But it taught me [lesson starts]...",truncate_before_lesson,"Confession: I bought followers once. But it taught me...",13.5%,authenticity content,vulnerability_trust,confession invites trust
|
|
23
|
+
22,Rapid Fire,"[Outcome] speedrun: 1. [point] 2. [point] 3. [point]...",truncate_mid_speedrun,"Content strategy speedrun: 1. Pick niche 2. Study winners 3...",8.4%,quick tips,speed_value,fast format appeals to busy
|
|
24
|
+
23,Reversal,"I used to think [belief]. Then [event]. Now I know...",truncate_before_new_knowledge,"I used to think followers = success. Then I hit 100k. Now I know...",12.0%,perspective shifts,belief_evolution,reversal creates curiosity
|
|
25
|
+
24,Challenge Accepted,"I challenged myself to [extreme action] for [time]. Results...",truncate_before_results,"I challenged myself to post 3x daily for 30 days. Results...",11.4%,experiment content,experiment_curiosity,challenge implies findings
|
|
26
|
+
25,Lesson Learned,"Lesson [number] of [total]: [lesson title]. Story behind it...",truncate_after_title,"Lesson 7 of 10: Never chase virality. Story behind it...",9.6%,series content,series_completion,numbered series builds commitment
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
num,trigger_type,trigger_text,psychology,placement,effectiveness,example,notes
|
|
2
|
+
1,cliffhanger,But here's where it gets interesting...,curiosity_gap,end_of_slide,high,"S2 end before reveal",leaves thought incomplete
|
|
3
|
+
2,incomplete_sentence,And the result was...,completion_drive,end_of_slide,high,"Before showing outcome",brain needs closure
|
|
4
|
+
3,numbered_continuation,That's #1. Here's #2...,pattern_completion,end_of_slide,medium,"Mid-list transition",creates list momentum
|
|
5
|
+
4,question_tease,Want to know what happened next?,direct_engagement,end_of_slide,medium,"Story transitions",invites active participation
|
|
6
|
+
5,visual_arrow,→ or ➡️,visual_direction,corner_of_slide,medium,"Any transition",universal swipe indicator
|
|
7
|
+
6,split_word,The sec-,word_completion,end_of_slide,high,"Word broken across slides",forces completion swipe
|
|
8
|
+
7,countdown,Only 3 more tips to go...,anticipation,mid_carousel,medium,"List content",shows progress creates commitment
|
|
9
|
+
8,pattern_interrupt,🚨 Wait...,attention_reset,any_slide,high,"Before key point",disrupts autopilot scrolling
|
|
10
|
+
9,reveal_setup,Here's what nobody tells you...,exclusive_knowledge,before_key_insight,high,"Before main value",promises insider information
|
|
11
|
+
10,consequence_tease,Skip this and you'll regret it...,loss_aversion,before_important_slide,medium,"Before crucial tip",creates FOMO for next slide
|
|
12
|
+
11,story_pause,I couldn't believe what I saw next...,narrative_tension,story_climax,high,"Before story peak",builds suspense
|
|
13
|
+
12,visual_preview,partial image bleeding into next slide,curiosity,design_element,high,"Visual content",shows there's more to see
|
|
14
|
+
13,color_change,sudden background color shift,pattern_interrupt,design_transition,medium,"Section changes",signals new information
|
|
15
|
+
14,call_forward,The best part is coming up...,anticipation,mid_content,medium,"Before highlight",promises value ahead
|
|
16
|
+
15,mystery_element,? appears at end,curiosity_trigger,end_of_slide,medium,"Question setups",visual curiosity marker
|
|
17
|
+
16,social_proof_tease,"10,000 people got this wrong...",social_validation,before_reveal,medium,"Myth-busting content",leverages herd curiosity
|
|
18
|
+
17,time_reference,In the next 3 slides...,progress_tracking,beginning_of_section,medium,"Educational content",sets expectations
|
|
19
|
+
18,direct_command,Swipe to see the proof →,explicit_CTA,end_of_claim,medium,"Before evidence",direct instruction
|
|
20
|
+
19,contrast_setup,Most people think X. The truth?,cognitive_dissonance,before_truth_reveal,high,"Myth-busting",creates information gap
|
|
21
|
+
20,emotional_escalation,But it gets worse...,emotional_investment,story_content,high,"Before story low point",deepens engagement
|
|
22
|
+
21,benefit_tease,This changed everything for me...,outcome_curiosity,before_transformation,high,"Before key strategy",promises valuable insight
|
|
23
|
+
22,objection_setup,I know what you're thinking...,mind_reading,before_addressing_doubt,medium,"Before handling objection",builds connection
|
|
24
|
+
23,authority_tease,After studying 1000 posts...,credibility_setup,before_findings,medium,"Before data reveal",establishes expertise
|
|
25
|
+
24,incomplete_list,1. Hook 2. Story 3. ???,completion_drive,list_content,high,"Before revealing last item",creates mystery
|
|
26
|
+
25,zoom_indication,Let me show you closer...,intimacy_building,before_detail,medium,"Before deep dive",promises exclusive view
|
|
27
|
+
26,confession_tease,I never told anyone this but...,intimacy_curiosity,personal_content,high,"Before vulnerable share",creates trust moment
|
|
28
|
+
27,results_tease,The numbers shocked even me...,data_curiosity,before_metrics,high,"Before showing results",builds anticipation
|
|
29
|
+
28,challenge_setup,Here's where most people stop...,differentiation,before_advanced_content,medium,"Educational progression",positions viewer as committed
|
|
30
|
+
29,parallel_structure,Same problem. Different approach.,comparison_setup,before_new_solution,medium,"Alternative methods",shows there's more to learn
|
|
31
|
+
30,emotional_hook,This is the part that hurt...,emotional_preparation,story_content,high,"Before emotional moment",prepares for connection
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
# Carousel Psychology: Why Swipes Drive Engagement
|
|
2
|
+
|
|
3
|
+
## Table of Contents
|
|
4
|
+
- [The Swipe Mechanism](#the-swipe-mechanism)
|
|
5
|
+
- [Carousel Architecture](#carousel-architecture)
|
|
6
|
+
- [Swipe Triggers](#swipe-triggers-between-slide-mechanics)
|
|
7
|
+
- [Content Types by Psychology](#content-types-by-psychology)
|
|
8
|
+
- [Algorithm Signals](#algorithm-signals)
|
|
9
|
+
- [Common Mistakes](#common-carousel-mistakes)
|
|
10
|
+
- [Optimization Checklist](#optimization-checklist)
|
|
11
|
+
|
|
12
|
+
## The Swipe Mechanism
|
|
13
|
+
|
|
14
|
+
Carousels exploit several psychological principles that single posts cannot:
|
|
15
|
+
|
|
16
|
+
### 1. Completion Drive (Zeigarnik Effect)
|
|
17
|
+
|
|
18
|
+
The brain remembers and feels compelled to complete unfinished tasks.
|
|
19
|
+
|
|
20
|
+
**Application:**
|
|
21
|
+
- Start a sequence (1, 2, 3...)
|
|
22
|
+
- Brain needs to see conclusion
|
|
23
|
+
- Each swipe is a micro-commitment
|
|
24
|
+
|
|
25
|
+
**Metrics:**
|
|
26
|
+
- Numbered carousels see 23% higher completion than unnumbered
|
|
27
|
+
- Odd numbers (7, 9) outperform even numbers
|
|
28
|
+
|
|
29
|
+
### 2. Investment Escalation
|
|
30
|
+
|
|
31
|
+
Small commitments lead to larger ones.
|
|
32
|
+
|
|
33
|
+
**The Commitment Ladder:**
|
|
34
|
+
1. See post (passive)
|
|
35
|
+
2. Stop scroll (micro-investment)
|
|
36
|
+
3. Swipe once (investment made)
|
|
37
|
+
4. Swipe twice (pattern established)
|
|
38
|
+
5. Complete carousel (committed)
|
|
39
|
+
6. Save/share (advocate)
|
|
40
|
+
|
|
41
|
+
**Key Insight:** After 2-3 swipes, users are psychologically invested in seeing the end.
|
|
42
|
+
|
|
43
|
+
### 3. Narrative Transportation
|
|
44
|
+
|
|
45
|
+
Stories bypass critical thinking and create emotional connection.
|
|
46
|
+
|
|
47
|
+
**Why Stories Work:**
|
|
48
|
+
- Activate different brain regions than facts
|
|
49
|
+
- Create parasocial connection
|
|
50
|
+
- Improve memory retention by 22x
|
|
51
|
+
- Lower resistance to persuasion
|
|
52
|
+
|
|
53
|
+
## Carousel Architecture
|
|
54
|
+
|
|
55
|
+
### The 7-Slide Framework
|
|
56
|
+
|
|
57
|
+
```
|
|
58
|
+
S1: HOOK ────────── Stop the scroll
|
|
59
|
+
│
|
|
60
|
+
S2: SETUP ────────── Establish context/problem
|
|
61
|
+
│
|
|
62
|
+
S3: TENSION ──────── Agitate (why this matters)
|
|
63
|
+
│
|
|
64
|
+
S4: BRIDGE ───────── Hint at solution
|
|
65
|
+
│
|
|
66
|
+
S5: VALUE ────────── Core insight
|
|
67
|
+
│
|
|
68
|
+
S6: PROOF ────────── Evidence/example
|
|
69
|
+
│
|
|
70
|
+
S7: CTA ──────────── Clear next step
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
### Slide-by-Slide Psychology
|
|
74
|
+
|
|
75
|
+
**Slide 1: The Stop**
|
|
76
|
+
- Visual contrast + text hook
|
|
77
|
+
- Must work standalone
|
|
78
|
+
- Hook on slide 1 AND slide 2 (algorithm resurfaces)
|
|
79
|
+
|
|
80
|
+
**Slide 2: The Setup**
|
|
81
|
+
- Establish relevance
|
|
82
|
+
- "This is for people who..."
|
|
83
|
+
- Create identification
|
|
84
|
+
|
|
85
|
+
**Slide 3: The Agitation**
|
|
86
|
+
- Why the problem matters
|
|
87
|
+
- Emotional stakes
|
|
88
|
+
- "This is costing you..."
|
|
89
|
+
|
|
90
|
+
**Slide 4: The Bridge**
|
|
91
|
+
- Transition from problem to solution
|
|
92
|
+
- Builds anticipation
|
|
93
|
+
- "But here's what I discovered..."
|
|
94
|
+
|
|
95
|
+
**Slide 5: The Core Value**
|
|
96
|
+
- Main insight/transformation
|
|
97
|
+
- Keep it simple (one big idea)
|
|
98
|
+
- This is what they'll remember
|
|
99
|
+
|
|
100
|
+
**Slide 6: The Proof**
|
|
101
|
+
- Evidence, example, or story
|
|
102
|
+
- Makes abstract concrete
|
|
103
|
+
- Social proof if available
|
|
104
|
+
|
|
105
|
+
**Slide 7: The Action**
|
|
106
|
+
- Clear CTA (one action only)
|
|
107
|
+
- Recap value delivered
|
|
108
|
+
- Easy to screenshot/share
|
|
109
|
+
|
|
110
|
+
## Swipe Triggers: Between-Slide Mechanics
|
|
111
|
+
|
|
112
|
+
### Why Between-Slide Matters
|
|
113
|
+
|
|
114
|
+
The end of each slide is a decision point. Users choose:
|
|
115
|
+
1. Swipe to continue
|
|
116
|
+
2. Exit and scroll
|
|
117
|
+
|
|
118
|
+
### Trigger Techniques
|
|
119
|
+
|
|
120
|
+
**Cliffhanger:** End mid-thought
|
|
121
|
+
- "But here's where it gets..."
|
|
122
|
+
- "The result surprised everyone..."
|
|
123
|
+
|
|
124
|
+
**Visual Continuation:**
|
|
125
|
+
- Arrow pointing right
|
|
126
|
+
- Numbered sequence
|
|
127
|
+
- Partial image bleeding into next
|
|
128
|
+
|
|
129
|
+
**Question Tease:**
|
|
130
|
+
- "Want to know what happened?"
|
|
131
|
+
- "Ready for the truth?"
|
|
132
|
+
|
|
133
|
+
**Pattern Interrupt:**
|
|
134
|
+
- Sudden color change
|
|
135
|
+
- 🚨 emoji alert
|
|
136
|
+
- "Wait..." pause
|
|
137
|
+
|
|
138
|
+
## Content Types by Psychology
|
|
139
|
+
|
|
140
|
+
### Educational Carousels
|
|
141
|
+
**Psychology:** Reciprocity + Authority
|
|
142
|
+
**Structure:** Problem → Steps → Result
|
|
143
|
+
**Swipe Rate:** 65%
|
|
144
|
+
|
|
145
|
+
### Story Carousels
|
|
146
|
+
**Psychology:** Narrative Transportation
|
|
147
|
+
**Structure:** Setup → Conflict → Resolution
|
|
148
|
+
**Swipe Rate:** 72%
|
|
149
|
+
|
|
150
|
+
### Transformation Carousels
|
|
151
|
+
**Psychology:** Social Proof + Possibility
|
|
152
|
+
**Structure:** Before → Process → After
|
|
153
|
+
**Swipe Rate:** 78%
|
|
154
|
+
|
|
155
|
+
### List Carousels
|
|
156
|
+
**Psychology:** Completion Drive
|
|
157
|
+
**Structure:** Intro → Items → Summary
|
|
158
|
+
**Swipe Rate:** 58%
|
|
159
|
+
|
|
160
|
+
### Myth-Busting Carousels
|
|
161
|
+
**Psychology:** Cognitive Dissonance
|
|
162
|
+
**Structure:** Myth → Truth → Evidence
|
|
163
|
+
**Swipe Rate:** 61%
|
|
164
|
+
|
|
165
|
+
## Algorithm Signals
|
|
166
|
+
|
|
167
|
+
Instagram algorithm measures:
|
|
168
|
+
|
|
169
|
+
### Primary Signals
|
|
170
|
+
1. **Swipe-through rate** - How many complete the carousel
|
|
171
|
+
2. **Time on post** - Dwell time per slide
|
|
172
|
+
3. **Saves** - Strongest positive signal
|
|
173
|
+
4. **Shares** - Distribution indicator
|
|
174
|
+
|
|
175
|
+
### Secondary Signals
|
|
176
|
+
5. Comments
|
|
177
|
+
6. Profile visits after viewing
|
|
178
|
+
7. Follow actions
|
|
179
|
+
|
|
180
|
+
### Algorithm Behavior
|
|
181
|
+
- If users skip without engaging → resurfaces Slide 2
|
|
182
|
+
- High swipe-through → expanded distribution
|
|
183
|
+
- Saves trigger "suggested posts" placement
|
|
184
|
+
|
|
185
|
+
## Common Carousel Mistakes
|
|
186
|
+
|
|
187
|
+
### Mistake 1: Overloaded Slides
|
|
188
|
+
- Too much text = skip
|
|
189
|
+
- Rule: One idea per slide
|
|
190
|
+
- 2-3 seconds to read max
|
|
191
|
+
|
|
192
|
+
### Mistake 2: No Forward Momentum
|
|
193
|
+
- Each slide must pull to next
|
|
194
|
+
- Dead ends = carousel exit
|
|
195
|
+
- Always end with reason to continue
|
|
196
|
+
|
|
197
|
+
### Mistake 3: Weak Slide 2
|
|
198
|
+
- Slide 2 is your second chance
|
|
199
|
+
- Algorithm shows it if S1 failed
|
|
200
|
+
- Make it as strong as S1
|
|
201
|
+
|
|
202
|
+
### Mistake 4: Inconsistent Design
|
|
203
|
+
- Visual chaos breaks flow
|
|
204
|
+
- Maintain template consistency
|
|
205
|
+
- Let content change, not structure
|
|
206
|
+
|
|
207
|
+
## Optimization Checklist
|
|
208
|
+
|
|
209
|
+
**Before Publishing:**
|
|
210
|
+
- [ ] Slide 1: Hook that stops scroll?
|
|
211
|
+
- [ ] Slide 2: Equally strong backup hook?
|
|
212
|
+
- [ ] Each slide: Only one main idea?
|
|
213
|
+
- [ ] Each transition: Reason to swipe?
|
|
214
|
+
- [ ] Final slide: Clear single CTA?
|
|
215
|
+
- [ ] Design: Consistent template?
|
|
216
|
+
- [ ] Text: Readable in 2 seconds?
|
|
217
|
+
|
|
218
|
+
**After Publishing:**
|
|
219
|
+
- [ ] Track swipe-through rate
|
|
220
|
+
- [ ] Identify drop-off slides
|
|
221
|
+
- [ ] Note save rate (strongest signal)
|
|
222
|
+
- [ ] Compare to previous carousels
|
|
223
|
+
- [ ] Document winning patterns
|