wizz-method 1.0.3 → 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/package.json +4 -2
- package/skills-registry.yaml +352 -0
- package/src/bmm-skills/4-implementation/wizz-quick-dev/SKILL.md +7 -0
- package/src/core-skills/wizz-editorial-review-prose/SKILL.md +20 -45
- package/src/core-skills/wizz-party-mode/customize.toml +894 -0
- package/src/core-skills/wizz-party-mode/scripts/__pycache__/resolve_party.cpython-314.pyc +0 -0
- package/src/core-skills/wizz-review-adversarial-general/SKILL.md +23 -12
- package/src/modules/wizz/agents/wizz-maestro/SKILL.md +48 -23
- package/src/skills-lib/ab-test-setup/SKILL.md +266 -0
- package/src/skills-lib/ab-test-setup/evals/evals.json +105 -0
- package/src/skills-lib/ab-test-setup/references/sample-size-guide.md +263 -0
- package/src/skills-lib/ab-test-setup/references/test-templates.md +277 -0
- package/src/skills-lib/ad-creative/SKILL.md +362 -0
- package/src/skills-lib/ad-creative/evals/evals.json +90 -0
- package/src/skills-lib/ad-creative/references/generative-tools.md +637 -0
- package/src/skills-lib/ad-creative/references/platform-specs.md +213 -0
- package/src/skills-lib/adversarial-reviewer/SKILL.md +122 -0
- package/src/skills-lib/agent-browser/SKILL.md +139 -0
- package/src/skills-lib/ai-seo/SKILL.md +398 -0
- package/src/skills-lib/ai-seo/evals/evals.json +90 -0
- package/src/skills-lib/ai-seo/references/content-patterns.md +285 -0
- package/src/skills-lib/ai-seo/references/platform-ranking-factors.md +152 -0
- package/src/skills-lib/analytics-tracking/SKILL.md +309 -0
- package/src/skills-lib/analytics-tracking/evals/evals.json +90 -0
- package/src/skills-lib/analytics-tracking/references/event-library.md +260 -0
- package/src/skills-lib/analytics-tracking/references/ga4-implementation.md +300 -0
- package/src/skills-lib/analytics-tracking/references/gtm-implementation.md +390 -0
- package/src/skills-lib/auth-and-secrets/SKILL.md +82 -0
- package/src/skills-lib/caching-and-queues/SKILL.md +58 -0
- package/src/skills-lib/cerebro/SKILL.md +368 -0
- package/src/skills-lib/churn-prevention/SKILL.md +424 -0
- package/src/skills-lib/churn-prevention/evals/evals.json +93 -0
- package/src/skills-lib/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/src/skills-lib/churn-prevention/references/dunning-playbook.md +408 -0
- package/src/skills-lib/cloud-and-infra/SKILL.md +36 -0
- package/src/skills-lib/cold-email/SKILL.md +158 -0
- package/src/skills-lib/cold-email/evals/evals.json +94 -0
- package/src/skills-lib/cold-email/references/benchmarks.md +83 -0
- package/src/skills-lib/cold-email/references/follow-up-sequences.md +81 -0
- package/src/skills-lib/cold-email/references/frameworks.md +90 -0
- package/src/skills-lib/cold-email/references/personalization.md +79 -0
- package/src/skills-lib/cold-email/references/subject-lines.md +53 -0
- package/src/skills-lib/competitor-alternatives/SKILL.md +256 -0
- package/src/skills-lib/competitor-alternatives/evals/evals.json +93 -0
- package/src/skills-lib/competitor-alternatives/references/content-architecture.md +271 -0
- package/src/skills-lib/competitor-alternatives/references/templates.md +223 -0
- package/src/skills-lib/content-strategy/SKILL.md +359 -0
- package/src/skills-lib/content-strategy/evals/evals.json +90 -0
- package/src/skills-lib/copy-editing/SKILL.md +447 -0
- package/src/skills-lib/copy-editing/evals/evals.json +89 -0
- package/src/skills-lib/copy-editing/references/plain-english-alternatives.md +394 -0
- package/src/skills-lib/copywriting/SKILL.md +252 -0
- package/src/skills-lib/copywriting/evals/evals.json +111 -0
- package/src/skills-lib/copywriting/references/copy-frameworks.md +344 -0
- package/src/skills-lib/copywriting/references/natural-transitions.md +272 -0
- package/src/skills-lib/database-and-deps/SKILL.md +80 -0
- package/src/skills-lib/database-scaling/SKILL.md +44 -0
- package/src/skills-lib/decision-maker/SKILL.md +534 -0
- package/src/skills-lib/desktop-security/SKILL.md +43 -0
- package/src/skills-lib/email-sequence/SKILL.md +309 -0
- package/src/skills-lib/email-sequence/evals/evals.json +93 -0
- package/src/skills-lib/email-sequence/references/copy-guidelines.md +113 -0
- package/src/skills-lib/email-sequence/references/email-types.md +515 -0
- package/src/skills-lib/email-sequence/references/sequence-templates.md +168 -0
- package/src/skills-lib/enhance-prompt/README.md +34 -0
- package/src/skills-lib/enhance-prompt/SKILL.md +204 -0
- package/src/skills-lib/enhance-prompt/references/KEYWORDS.md +114 -0
- package/src/skills-lib/find-skills/SKILL.md +181 -0
- package/src/skills-lib/form-cro/SKILL.md +429 -0
- package/src/skills-lib/form-cro/evals/evals.json +90 -0
- package/src/skills-lib/free-tool-strategy/SKILL.md +178 -0
- package/src/skills-lib/free-tool-strategy/evals/evals.json +90 -0
- package/src/skills-lib/free-tool-strategy/references/tool-types.md +217 -0
- package/src/skills-lib/graphify/.graphify_version +1 -0
- package/src/skills-lib/graphify/SKILL.md +1217 -0
- package/src/skills-lib/huashu-design/LICENSE +21 -0
- package/src/skills-lib/huashu-design/README.en.md +309 -0
- package/src/skills-lib/huashu-design/README.md +348 -0
- package/src/skills-lib/huashu-design/SKILL.md +631 -0
- package/src/skills-lib/huashu-design/assets/android_frame.jsx +175 -0
- package/src/skills-lib/huashu-design/assets/animations.jsx +348 -0
- package/src/skills-lib/huashu-design/assets/banner.svg +198 -0
- package/src/skills-lib/huashu-design/assets/bgm-ad.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/bgm-educational-alt.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/bgm-educational.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/bgm-tech.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/bgm-tutorial-alt.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/bgm-tutorial.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/browser_window.jsx +166 -0
- package/src/skills-lib/huashu-design/assets/deck_index.html +348 -0
- package/src/skills-lib/huashu-design/assets/deck_stage.js +420 -0
- package/src/skills-lib/huashu-design/assets/design_canvas.jsx +205 -0
- package/src/skills-lib/huashu-design/assets/director-notes-samples/launch-film-30s-sample.md +1713 -0
- package/src/skills-lib/huashu-design/assets/ios_frame.jsx +192 -0
- package/src/skills-lib/huashu-design/assets/macos_window.jsx +96 -0
- package/src/skills-lib/huashu-design/assets/narration_stage.jsx +476 -0
- package/src/skills-lib/huashu-design/assets/personal-asset-index.example.json +71 -0
- package/src/skills-lib/huashu-design/assets/sfx/container/card-flip.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/container/card-snap.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/container/modal-open.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/container/stack-collapse.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/feedback/achievement.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/feedback/error-tone.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/feedback/notification-pop.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/feedback/success-chime.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/impact/brand-stamp.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/impact/drop-thud.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/impact/logo-reveal-v2.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/impact/logo-reveal.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/keyboard/delete-key.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/keyboard/enter.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/keyboard/space-tap.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/keyboard/type-fast.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/keyboard/type.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/magic/ai-process.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/magic/sparkle.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/magic/transform.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/progress/complete-done.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/progress/generate-start.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/progress/loading-tick.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/terminal/command-execute.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/terminal/cursor-blink.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/terminal/output-appear.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/transition/dissolve.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/transition/slide-in.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/transition/swipe-horizontal.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/transition/whoosh-fast.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/transition/whoosh.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/ui/click-soft.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/ui/click.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/ui/focus.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/ui/hover-subtle.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/ui/tap-finger.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/sfx/ui/toggle-on.mp3 +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/INDEX.md +115 -0
- package/src/skills-lib/huashu-design/assets/showcases/cover/cover-build.html +235 -0
- package/src/skills-lib/huashu-design/assets/showcases/cover/cover-build.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/cover/cover-pentagram.html +229 -0
- package/src/skills-lib/huashu-design/assets/showcases/cover/cover-pentagram.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/cover/cover-takram.html +288 -0
- package/src/skills-lib/huashu-design/assets/showcases/cover/cover-takram.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/infographic/infographic-build.html +503 -0
- package/src/skills-lib/huashu-design/assets/showcases/infographic/infographic-build.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/infographic/infographic-pentagram.html +600 -0
- package/src/skills-lib/huashu-design/assets/showcases/infographic/infographic-pentagram.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/infographic/infographic-takram.html +670 -0
- package/src/skills-lib/huashu-design/assets/showcases/infographic/infographic-takram.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/ppt/ppt-build.html +382 -0
- package/src/skills-lib/huashu-design/assets/showcases/ppt/ppt-build.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/ppt/ppt-pentagram.html +536 -0
- package/src/skills-lib/huashu-design/assets/showcases/ppt/ppt-pentagram.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/ppt/ppt-takram.html +497 -0
- package/src/skills-lib/huashu-design/assets/showcases/ppt/ppt-takram.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-ai-nav/ainav-build.html +385 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-ai-nav/ainav-build.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-ai-nav/ainav-pentagram.html +422 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-ai-nav/ainav-pentagram.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-ai-nav/ainav-takram.html +499 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-ai-nav/ainav-takram.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-ai-writing/aiwriting-build.html +562 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-ai-writing/aiwriting-build.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-ai-writing/aiwriting-pentagram.html +548 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-ai-writing/aiwriting-pentagram.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-ai-writing/aiwriting-takram.html +696 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-ai-writing/aiwriting-takram.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-devdocs/devdocs-build.html +372 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-devdocs/devdocs-build.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-devdocs/devdocs-pentagram.html +460 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-devdocs/devdocs-pentagram.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-devdocs/devdocs-takram.html +494 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-devdocs/devdocs-takram.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-homepage/homepage-build.html +367 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-homepage/homepage-build.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-homepage/homepage-pentagram.html +368 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-homepage/homepage-pentagram.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-homepage/homepage-takram.html +459 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-homepage/homepage-takram.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-saas/saas-build.html +493 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-saas/saas-build.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-saas/saas-pentagram.html +556 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-saas/saas-pentagram.png +0 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-saas/saas-takram.html +604 -0
- package/src/skills-lib/huashu-design/assets/showcases/website-saas/saas-takram.png +0 -0
- package/src/skills-lib/huashu-design/demos/c1-ios-prototype-en.html +1145 -0
- package/src/skills-lib/huashu-design/demos/c1-ios-prototype.html +1142 -0
- package/src/skills-lib/huashu-design/demos/c2-slides-pptx-en.html +1055 -0
- package/src/skills-lib/huashu-design/demos/c2-slides-pptx.html +1055 -0
- package/src/skills-lib/huashu-design/demos/c3-motion-design-en.html +1134 -0
- package/src/skills-lib/huashu-design/demos/c3-motion-design.html +1134 -0
- package/src/skills-lib/huashu-design/demos/c4-tweaks-en.html +989 -0
- package/src/skills-lib/huashu-design/demos/c4-tweaks.html +989 -0
- package/src/skills-lib/huashu-design/demos/c5-infographic-en.html +816 -0
- package/src/skills-lib/huashu-design/demos/c5-infographic.html +813 -0
- package/src/skills-lib/huashu-design/demos/c6-expert-review-en.html +885 -0
- package/src/skills-lib/huashu-design/demos/c6-expert-review.html +894 -0
- package/src/skills-lib/huashu-design/demos/hero-animation-v10-en.html +1498 -0
- package/src/skills-lib/huashu-design/demos/md-html-narration/md-html-demo.html +615 -0
- package/src/skills-lib/huashu-design/demos/md-html-narration/script.md +69 -0
- package/src/skills-lib/huashu-design/demos/voiceover-demo/script.md +17 -0
- package/src/skills-lib/huashu-design/demos/voiceover-demo//344/273/200/344/271/210/346/230/257token.html +201 -0
- package/src/skills-lib/huashu-design/demos/w1-brand-protocol-en.html +684 -0
- package/src/skills-lib/huashu-design/demos/w1-brand-protocol.html +696 -0
- package/src/skills-lib/huashu-design/demos/w2-junior-designer-en.html +983 -0
- package/src/skills-lib/huashu-design/demos/w2-junior-designer.html +994 -0
- package/src/skills-lib/huashu-design/demos/w3-fallback-advisor-en.html +647 -0
- package/src/skills-lib/huashu-design/demos/w3-fallback-advisor.html +704 -0
- package/src/skills-lib/huashu-design/package-lock.json +846 -0
- package/src/skills-lib/huashu-design/package.json +8 -0
- package/src/skills-lib/huashu-design/references/animation-best-practices.md +506 -0
- package/src/skills-lib/huashu-design/references/animation-pitfalls.md +402 -0
- package/src/skills-lib/huashu-design/references/animations.md +249 -0
- package/src/skills-lib/huashu-design/references/apple-gallery-showcase.md +338 -0
- package/src/skills-lib/huashu-design/references/audio-design-rules.md +260 -0
- package/src/skills-lib/huashu-design/references/brand-asset-protocol.md +250 -0
- package/src/skills-lib/huashu-design/references/cinematic-patterns.md +264 -0
- package/src/skills-lib/huashu-design/references/content-guidelines.md +260 -0
- package/src/skills-lib/huashu-design/references/critique-guide.md +199 -0
- package/src/skills-lib/huashu-design/references/design-context.md +213 -0
- package/src/skills-lib/huashu-design/references/design-styles.md +370 -0
- package/src/skills-lib/huashu-design/references/editable-pptx.md +334 -0
- package/src/skills-lib/huashu-design/references/hero-animation-case-study.md +250 -0
- package/src/skills-lib/huashu-design/references/launch-film-director-notes.md +293 -0
- package/src/skills-lib/huashu-design/references/multi-perspective-parallel-case-study.md +267 -0
- package/src/skills-lib/huashu-design/references/react-setup.md +276 -0
- package/src/skills-lib/huashu-design/references/scene-templates.md +262 -0
- package/src/skills-lib/huashu-design/references/sfx-library.md +226 -0
- package/src/skills-lib/huashu-design/references/slide-decks.md +745 -0
- package/src/skills-lib/huashu-design/references/tweaks-system.md +313 -0
- package/src/skills-lib/huashu-design/references/verification.md +183 -0
- package/src/skills-lib/huashu-design/references/video-export.md +232 -0
- package/src/skills-lib/huashu-design/references/voiceover-pipeline.md +397 -0
- package/src/skills-lib/huashu-design/references/workflow.md +216 -0
- package/src/skills-lib/huashu-design/scripts/add-music.sh +108 -0
- package/src/skills-lib/huashu-design/scripts/convert-formats.sh +83 -0
- package/src/skills-lib/huashu-design/scripts/export_deck_pdf.mjs +98 -0
- package/src/skills-lib/huashu-design/scripts/export_deck_pptx.mjs +107 -0
- package/src/skills-lib/huashu-design/scripts/export_deck_stage_pdf.mjs +130 -0
- package/src/skills-lib/huashu-design/scripts/fetch_images.py +94 -0
- package/src/skills-lib/huashu-design/scripts/gen_deck_thumbs.mjs +55 -0
- package/src/skills-lib/huashu-design/scripts/html2pptx.js +1178 -0
- package/src/skills-lib/huashu-design/scripts/mix-voiceover.sh +127 -0
- package/src/skills-lib/huashu-design/scripts/narrate-pipeline.mjs +315 -0
- package/src/skills-lib/huashu-design/scripts/render-narration.sh +151 -0
- package/src/skills-lib/huashu-design/scripts/render-video-seek.js +238 -0
- package/src/skills-lib/huashu-design/scripts/render-video.js +289 -0
- package/src/skills-lib/huashu-design/scripts/tts-doubao.mjs +184 -0
- package/src/skills-lib/huashu-design/scripts/verify.py +154 -0
- package/src/skills-lib/huashu-design/test-prompts.json +38 -0
- package/src/skills-lib/humanizer/LICENSE +21 -0
- package/src/skills-lib/humanizer/README.md +145 -0
- package/src/skills-lib/humanizer/SKILL.md +474 -0
- package/src/skills-lib/humanizer/WARP.md +53 -0
- package/src/skills-lib/impeccable/SKILL.md +186 -0
- package/src/skills-lib/implementation-planner/SKILL.md +630 -0
- package/src/skills-lib/infrastructure/SKILL.md +34 -0
- package/src/skills-lib/inicio-de-projeto/SKILL.md +313 -0
- package/src/skills-lib/launch-strategy/SKILL.md +353 -0
- package/src/skills-lib/launch-strategy/evals/evals.json +91 -0
- package/src/skills-lib/marketing-ideas/SKILL.md +167 -0
- package/src/skills-lib/marketing-ideas/evals/evals.json +90 -0
- package/src/skills-lib/marketing-ideas/references/ideas-by-category.md +366 -0
- package/src/skills-lib/marketing-psychology/SKILL.md +455 -0
- package/src/skills-lib/marketing-psychology/evals/evals.json +88 -0
- package/src/skills-lib/motion-3d-director/SKILL.md +485 -0
- package/src/skills-lib/onboarding-cro/SKILL.md +220 -0
- package/src/skills-lib/onboarding-cro/evals/evals.json +92 -0
- package/src/skills-lib/onboarding-cro/references/experiments.md +258 -0
- package/src/skills-lib/page-cro/SKILL.md +182 -0
- package/src/skills-lib/page-cro/evals/evals.json +111 -0
- package/src/skills-lib/page-cro/references/experiments.md +248 -0
- package/src/skills-lib/paid-ads/SKILL.md +315 -0
- package/src/skills-lib/paid-ads/evals/evals.json +90 -0
- package/src/skills-lib/paid-ads/references/ad-copy-templates.md +207 -0
- package/src/skills-lib/paid-ads/references/audience-targeting.md +243 -0
- package/src/skills-lib/paid-ads/references/platform-setup-checklists.md +277 -0
- package/src/skills-lib/paywall-upgrade-cro/SKILL.md +227 -0
- package/src/skills-lib/paywall-upgrade-cro/evals/evals.json +93 -0
- package/src/skills-lib/paywall-upgrade-cro/references/experiments.md +164 -0
- package/src/skills-lib/popup-cro/SKILL.md +453 -0
- package/src/skills-lib/popup-cro/evals/evals.json +94 -0
- package/src/skills-lib/premium-landing-ui-researcher/SKILL.md +2090 -0
- package/src/skills-lib/pricing-strategy/SKILL.md +231 -0
- package/src/skills-lib/pricing-strategy/evals/evals.json +90 -0
- package/src/skills-lib/pricing-strategy/references/research-methods.md +152 -0
- package/src/skills-lib/pricing-strategy/references/tier-structure.md +232 -0
- package/src/skills-lib/product-marketing-context/SKILL.md +241 -0
- package/src/skills-lib/product-marketing-context/evals/evals.json +85 -0
- package/src/skills-lib/programmatic-seo/SKILL.md +238 -0
- package/src/skills-lib/programmatic-seo/evals/evals.json +94 -0
- package/src/skills-lib/programmatic-seo/references/playbooks.md +308 -0
- package/src/skills-lib/react-components/README.md +36 -0
- package/src/skills-lib/react-components/SKILL.md +51 -0
- package/src/skills-lib/react-components/examples/gold-standard-card.tsx +80 -0
- package/src/skills-lib/react-components/package-lock.json +231 -0
- package/src/skills-lib/react-components/package.json +16 -0
- package/src/skills-lib/react-components/resources/architecture-checklist.md +15 -0
- package/src/skills-lib/react-components/resources/component-template.tsx +37 -0
- package/src/skills-lib/react-components/resources/stitch-api-reference.md +14 -0
- package/src/skills-lib/react-components/resources/style-guide.json +27 -0
- package/src/skills-lib/react-components/scripts/fetch-stitch.sh +30 -0
- package/src/skills-lib/react-components/scripts/validate.js +70 -0
- package/src/skills-lib/references/premium-agency-rules.md +79 -0
- package/src/skills-lib/referral-program/SKILL.md +255 -0
- package/src/skills-lib/referral-program/evals/evals.json +89 -0
- package/src/skills-lib/referral-program/references/affiliate-programs.md +164 -0
- package/src/skills-lib/referral-program/references/program-examples.md +143 -0
- package/src/skills-lib/remotion-best-practices/SKILL.md +61 -0
- package/src/skills-lib/remotion-best-practices/rules/3d.md +86 -0
- package/src/skills-lib/remotion-best-practices/rules/animations.md +27 -0
- package/src/skills-lib/remotion-best-practices/rules/assets/charts-bar-chart.tsx +173 -0
- package/src/skills-lib/remotion-best-practices/rules/assets/text-animations-typewriter.tsx +100 -0
- package/src/skills-lib/remotion-best-practices/rules/assets/text-animations-word-highlight.tsx +103 -0
- package/src/skills-lib/remotion-best-practices/rules/assets.md +78 -0
- package/src/skills-lib/remotion-best-practices/rules/audio-visualization.md +198 -0
- package/src/skills-lib/remotion-best-practices/rules/audio.md +169 -0
- package/src/skills-lib/remotion-best-practices/rules/calculate-metadata.md +134 -0
- package/src/skills-lib/remotion-best-practices/rules/can-decode.md +75 -0
- package/src/skills-lib/remotion-best-practices/rules/charts.md +120 -0
- package/src/skills-lib/remotion-best-practices/rules/compositions.md +154 -0
- package/src/skills-lib/remotion-best-practices/rules/display-captions.md +184 -0
- package/src/skills-lib/remotion-best-practices/rules/extract-frames.md +229 -0
- package/src/skills-lib/remotion-best-practices/rules/ffmpeg.md +38 -0
- package/src/skills-lib/remotion-best-practices/rules/fonts.md +152 -0
- package/src/skills-lib/remotion-best-practices/rules/get-audio-duration.md +58 -0
- package/src/skills-lib/remotion-best-practices/rules/get-video-dimensions.md +68 -0
- package/src/skills-lib/remotion-best-practices/rules/get-video-duration.md +60 -0
- package/src/skills-lib/remotion-best-practices/rules/gifs.md +141 -0
- package/src/skills-lib/remotion-best-practices/rules/images.md +134 -0
- package/src/skills-lib/remotion-best-practices/rules/import-srt-captions.md +69 -0
- package/src/skills-lib/remotion-best-practices/rules/light-leaks.md +73 -0
- package/src/skills-lib/remotion-best-practices/rules/lottie.md +70 -0
- package/src/skills-lib/remotion-best-practices/rules/maps.md +412 -0
- package/src/skills-lib/remotion-best-practices/rules/measuring-dom-nodes.md +34 -0
- package/src/skills-lib/remotion-best-practices/rules/measuring-text.md +140 -0
- package/src/skills-lib/remotion-best-practices/rules/parameters.md +109 -0
- package/src/skills-lib/remotion-best-practices/rules/sequencing.md +118 -0
- package/src/skills-lib/remotion-best-practices/rules/sfx.md +26 -0
- package/src/skills-lib/remotion-best-practices/rules/subtitles.md +36 -0
- package/src/skills-lib/remotion-best-practices/rules/tailwind.md +11 -0
- package/src/skills-lib/remotion-best-practices/rules/text-animations.md +20 -0
- package/src/skills-lib/remotion-best-practices/rules/timing.md +179 -0
- package/src/skills-lib/remotion-best-practices/rules/transcribe-captions.md +70 -0
- package/src/skills-lib/remotion-best-practices/rules/transitions.md +197 -0
- package/src/skills-lib/remotion-best-practices/rules/transparent-videos.md +106 -0
- package/src/skills-lib/remotion-best-practices/rules/trimming.md +51 -0
- package/src/skills-lib/remotion-best-practices/rules/videos.md +171 -0
- package/src/skills-lib/remotion-best-practices/rules/voiceover.md +99 -0
- package/src/skills-lib/revops/SKILL.md +343 -0
- package/src/skills-lib/revops/evals/evals.json +91 -0
- package/src/skills-lib/revops/references/automation-playbooks.md +290 -0
- package/src/skills-lib/revops/references/lifecycle-definitions.md +278 -0
- package/src/skills-lib/revops/references/routing-rules.md +203 -0
- package/src/skills-lib/revops/references/scoring-models.md +247 -0
- package/src/skills-lib/sales-enablement/SKILL.md +349 -0
- package/src/skills-lib/sales-enablement/evals/evals.json +91 -0
- package/src/skills-lib/sales-enablement/references/deck-frameworks.md +263 -0
- package/src/skills-lib/sales-enablement/references/demo-scripts.md +355 -0
- package/src/skills-lib/sales-enablement/references/objection-library.md +270 -0
- package/src/skills-lib/sales-enablement/references/one-pager-templates.md +208 -0
- package/src/skills-lib/schema-markup/SKILL.md +179 -0
- package/src/skills-lib/schema-markup/evals/evals.json +87 -0
- package/src/skills-lib/schema-markup/references/schema-examples.md +398 -0
- package/src/skills-lib/seo-audit/SKILL.md +412 -0
- package/src/skills-lib/seo-audit/evals/evals.json +136 -0
- package/src/skills-lib/seo-audit/references/ai-writing-detection.md +200 -0
- package/src/skills-lib/signup-flow-cro/SKILL.md +359 -0
- package/src/skills-lib/signup-flow-cro/evals/evals.json +88 -0
- package/src/skills-lib/site-architecture/SKILL.md +357 -0
- package/src/skills-lib/site-architecture/evals/evals.json +88 -0
- package/src/skills-lib/site-architecture/references/mermaid-templates.md +216 -0
- package/src/skills-lib/site-architecture/references/navigation-patterns.md +305 -0
- package/src/skills-lib/site-architecture/references/site-type-templates.md +293 -0
- package/src/skills-lib/social-content/SKILL.md +278 -0
- package/src/skills-lib/social-content/evals/evals.json +92 -0
- package/src/skills-lib/social-content/references/platforms.md +170 -0
- package/src/skills-lib/social-content/references/post-templates.md +177 -0
- package/src/skills-lib/social-content/references/reverse-engineering.md +195 -0
- package/src/skills-lib/supabase-postgres-best-practices/AGENTS.md +68 -0
- package/src/skills-lib/supabase-postgres-best-practices/CLAUDE.md +68 -0
- package/src/skills-lib/supabase-postgres-best-practices/README.md +116 -0
- package/src/skills-lib/supabase-postgres-best-practices/SKILL.md +64 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/_contributing.md +171 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/_sections.md +39 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/_template.md +34 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/advanced-full-text-search.md +55 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/advanced-jsonb-indexing.md +49 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/conn-idle-timeout.md +46 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/conn-limits.md +44 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/conn-pooling.md +41 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/conn-prepared-statements.md +46 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/data-batch-inserts.md +54 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/data-n-plus-one.md +53 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/data-pagination.md +50 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/data-upsert.md +50 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/lock-advisory.md +56 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/lock-deadlock-prevention.md +68 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/lock-short-transactions.md +50 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/lock-skip-locked.md +54 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/monitor-explain-analyze.md +45 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/monitor-pg-stat-statements.md +55 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/monitor-vacuum-analyze.md +55 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/query-composite-indexes.md +44 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/query-covering-indexes.md +40 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/query-index-types.md +48 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/query-missing-indexes.md +43 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/query-partial-indexes.md +45 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/schema-constraints.md +80 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/schema-data-types.md +46 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/schema-foreign-key-indexes.md +59 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/schema-lowercase-identifiers.md +55 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/schema-partitioning.md +55 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/schema-primary-keys.md +61 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/security-privileges.md +54 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/security-rls-basics.md +50 -0
- package/src/skills-lib/supabase-postgres-best-practices/references/security-rls-performance.md +57 -0
- package/src/skills-lib/taste-redesign/SKILL.md +178 -0
- package/src/skills-lib/taste-skill/SKILL.md +1206 -0
- package/src/skills-lib/ui-component-curator/SKILL.md +102 -0
- package/src/skills-lib/ui-ux-pro-max/SKILL.md +377 -0
- package/src/skills-lib/ui-ux-pro-max/data/charts.csv +26 -0
- package/src/skills-lib/ui-ux-pro-max/data/colors.csv +97 -0
- package/src/skills-lib/ui-ux-pro-max/data/icons.csv +101 -0
- package/src/skills-lib/ui-ux-pro-max/data/landing.csv +31 -0
- package/src/skills-lib/ui-ux-pro-max/data/products.csv +97 -0
- package/src/skills-lib/ui-ux-pro-max/data/react-performance.csv +45 -0
- package/src/skills-lib/ui-ux-pro-max/data/stacks/astro.csv +54 -0
- package/src/skills-lib/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
- package/src/skills-lib/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
- package/src/skills-lib/ui-ux-pro-max/data/stacks/jetpack-compose.csv +53 -0
- package/src/skills-lib/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
- package/src/skills-lib/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
- package/src/skills-lib/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
- package/src/skills-lib/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
- package/src/skills-lib/ui-ux-pro-max/data/stacks/react.csv +54 -0
- package/src/skills-lib/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
- package/src/skills-lib/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
- package/src/skills-lib/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
- package/src/skills-lib/ui-ux-pro-max/data/stacks/vue.csv +50 -0
- package/src/skills-lib/ui-ux-pro-max/data/styles.csv +68 -0
- package/src/skills-lib/ui-ux-pro-max/data/typography.csv +58 -0
- package/src/skills-lib/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
- package/src/skills-lib/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
- package/src/skills-lib/ui-ux-pro-max/data/web-interface.csv +31 -0
- package/src/skills-lib/ui-ux-pro-max/scripts/__pycache__/core.cpython-314.pyc +0 -0
- package/src/skills-lib/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-314.pyc +0 -0
- package/src/skills-lib/ui-ux-pro-max/scripts/__pycache__/search.cpython-314.pyc +0 -0
- package/src/skills-lib/ui-ux-pro-max/scripts/core.py +253 -0
- package/src/skills-lib/ui-ux-pro-max/scripts/design_system.py +1067 -0
- package/src/skills-lib/ui-ux-pro-max/scripts/graphify-out/cache/0964cef300f753b5cee0cc49777ca97035c85d45c212099405d9ee4da36e523f.json +1 -0
- package/src/skills-lib/ui-ux-pro-max/scripts/graphify-out/cache/21a40f6810c3a6f17acc3580f106171daf78c7b41bbd066bc80448a821ea0adf.json +1 -0
- package/src/skills-lib/ui-ux-pro-max/scripts/graphify-out/cache/69ea15a020ac81b8459e37ef63654398a50c1035fc01c43d8069df217389f7f3.json +1 -0
- package/src/skills-lib/ui-ux-pro-max/scripts/search.py +114 -0
- package/src/skills-lib/web-security/SKILL.md +147 -0
- package/src/skills-lib/wizz-router/SKILL.md +262 -0
- package/src/squads/README.md +39 -0
- package/src/squads/advisory-board/README.md +34 -0
- package/src/squads/advisory-board/agents/board-chair.md +161 -0
- package/src/squads/advisory-board/agents/brene-brown.md +296 -0
- package/src/squads/advisory-board/agents/charlie-munger.md +590 -0
- package/src/squads/advisory-board/agents/derek-sivers.md +268 -0
- package/src/squads/advisory-board/agents/naval-ravikant.md +251 -0
- package/src/squads/advisory-board/agents/patrick-lencioni.md +394 -0
- package/src/squads/advisory-board/agents/peter-thiel.md +269 -0
- package/src/squads/advisory-board/agents/ray-dalio.md +587 -0
- package/src/squads/advisory-board/agents/reid-hoffman.md +278 -0
- package/src/squads/advisory-board/agents/simon-sinek.md +291 -0
- package/src/squads/advisory-board/agents/yvon-chouinard.md +275 -0
- package/src/squads/advisory-board/squad.yaml +50 -0
- package/src/squads/brand-squad/README.md +60 -0
- package/src/squads/brand-squad/agents/al-ries.md +175 -0
- package/src/squads/brand-squad/agents/alina-wheeler.md +184 -0
- package/src/squads/brand-squad/agents/archetype-consultant.md +215 -0
- package/src/squads/brand-squad/agents/brand-chief.md +158 -0
- package/src/squads/brand-squad/agents/byron-sharp.md +169 -0
- package/src/squads/brand-squad/agents/david-aaker.md +166 -0
- package/src/squads/brand-squad/agents/denise-yohn.md +172 -0
- package/src/squads/brand-squad/agents/domain-scout.md +135 -0
- package/src/squads/brand-squad/agents/donald-miller.md +179 -0
- package/src/squads/brand-squad/agents/emily-heyward.md +147 -0
- package/src/squads/brand-squad/agents/jean-noel-kapferer.md +189 -0
- package/src/squads/brand-squad/agents/kevin-keller.md +199 -0
- package/src/squads/brand-squad/agents/marty-neumeier.md +170 -0
- package/src/squads/brand-squad/agents/miller-sticky-brand.md +180 -0
- package/src/squads/brand-squad/agents/naming-strategist.md +171 -0
- package/src/squads/brand-squad/squad.yaml +117 -0
- package/src/squads/c-level-squad/README.md +29 -0
- package/src/squads/c-level-squad/agents/caio-architect.md +235 -0
- package/src/squads/c-level-squad/agents/cio-engineer.md +209 -0
- package/src/squads/c-level-squad/agents/cmo-architect.md +208 -0
- package/src/squads/c-level-squad/agents/coo-orchestrator.md +193 -0
- package/src/squads/c-level-squad/agents/cto-architect.md +194 -0
- package/src/squads/c-level-squad/agents/vision-chief.md +201 -0
- package/src/squads/c-level-squad/squad.yaml +45 -0
- package/src/squads/claude-code-mastery/README.md +146 -0
- package/src/squads/claude-code-mastery/agents/claude-mastery-chief.md +554 -0
- package/src/squads/claude-code-mastery/agents/config-engineer.md +865 -0
- package/src/squads/claude-code-mastery/agents/hooks-architect.md +1013 -0
- package/src/squads/claude-code-mastery/agents/mcp-integrator.md +791 -0
- package/src/squads/claude-code-mastery/agents/project-integrator.md +1196 -0
- package/src/squads/claude-code-mastery/agents/roadmap-sentinel.md +931 -0
- package/src/squads/claude-code-mastery/agents/skill-craftsman.md +1250 -0
- package/src/squads/claude-code-mastery/agents/swarm-orchestrator.md +1008 -0
- package/src/squads/copy-squad/README.md +65 -0
- package/src/squads/copy-squad/agents/andre-chaperon.md +206 -0
- package/src/squads/copy-squad/agents/ben-settle.md +194 -0
- package/src/squads/copy-squad/agents/claude-hopkins.md +182 -0
- package/src/squads/copy-squad/agents/clayton-makepeace.md +225 -0
- package/src/squads/copy-squad/agents/copy-chief.md +166 -0
- package/src/squads/copy-squad/agents/dan-kennedy.md +202 -0
- package/src/squads/copy-squad/agents/dan-koe.md +223 -0
- package/src/squads/copy-squad/agents/david-deutsch.md +197 -0
- package/src/squads/copy-squad/agents/david-ogilvy.md +198 -0
- package/src/squads/copy-squad/agents/eugene-schwartz.md +238 -0
- package/src/squads/copy-squad/agents/frank-kern.md +195 -0
- package/src/squads/copy-squad/agents/gary-bencivenga.md +197 -0
- package/src/squads/copy-squad/agents/gary-halbert.md +219 -0
- package/src/squads/copy-squad/agents/jim-rutz.md +193 -0
- package/src/squads/copy-squad/agents/joe-sugarman.md +234 -0
- package/src/squads/copy-squad/agents/john-carlton.md +203 -0
- package/src/squads/copy-squad/agents/jon-benson.md +196 -0
- package/src/squads/copy-squad/agents/parris-lampropoulos.md +188 -0
- package/src/squads/copy-squad/agents/robert-collier.md +183 -0
- package/src/squads/copy-squad/agents/russell-brunson.md +229 -0
- package/src/squads/copy-squad/agents/ry-schwartz.md +185 -0
- package/src/squads/copy-squad/agents/stefan-georgi.md +188 -0
- package/src/squads/copy-squad/agents/todd-brown.md +171 -0
- package/src/squads/copy-squad/squad.yaml +87 -0
- package/src/squads/cybersecurity/README.md +38 -0
- package/src/squads/cybersecurity/agents/busterer.md +108 -0
- package/src/squads/cybersecurity/agents/cartographer.md +114 -0
- package/src/squads/cybersecurity/agents/chris-sanders.md +205 -0
- package/src/squads/cybersecurity/agents/command-generator.md +121 -0
- package/src/squads/cybersecurity/agents/cyber-chief.md +120 -0
- package/src/squads/cybersecurity/agents/dirber.md +111 -0
- package/src/squads/cybersecurity/agents/fuzzer.md +121 -0
- package/src/squads/cybersecurity/agents/georgia-weidman.md +178 -0
- package/src/squads/cybersecurity/agents/jim-manico.md +182 -0
- package/src/squads/cybersecurity/agents/marcus-carey.md +200 -0
- package/src/squads/cybersecurity/agents/omar-santos.md +206 -0
- package/src/squads/cybersecurity/agents/peter-kim.md +179 -0
- package/src/squads/cybersecurity/agents/ripper.md +121 -0
- package/src/squads/cybersecurity/agents/rogue.md +116 -0
- package/src/squads/cybersecurity/agents/shannon-runner.md +108 -0
- package/src/squads/cybersecurity/squad.yaml +56 -0
- package/src/squads/data-squad/README.md +30 -0
- package/src/squads/data-squad/agents/avinash-kaushik.md +268 -0
- package/src/squads/data-squad/agents/data-chief.md +167 -0
- package/src/squads/data-squad/agents/david-spinks.md +277 -0
- package/src/squads/data-squad/agents/nick-mehta.md +294 -0
- package/src/squads/data-squad/agents/peter-fader.md +246 -0
- package/src/squads/data-squad/agents/sean-ellis.md +303 -0
- package/src/squads/data-squad/agents/wes-kao.md +268 -0
- package/src/squads/data-squad/squad.yaml +46 -0
- package/src/squads/design-squad/README.md +31 -0
- package/src/squads/design-squad/agents/brad-frost.md +185 -0
- package/src/squads/design-squad/agents/dan-mall.md +178 -0
- package/src/squads/design-squad/agents/dave-malouf.md +198 -0
- package/src/squads/design-squad/agents/design-chief.md +109 -0
- package/src/squads/design-squad/agents/design-system-architect.md +109 -0
- package/src/squads/design-squad/agents/ui-engineer.md +102 -0
- package/src/squads/design-squad/agents/ux-designer.md +105 -0
- package/src/squads/design-squad/agents/visual-generator.md +108 -0
- package/src/squads/design-squad/squad.yaml +48 -0
- package/src/squads/hormozi-squad/README.md +39 -0
- package/src/squads/hormozi-squad/agents/hormozi-ads.md +159 -0
- package/src/squads/hormozi-squad/agents/hormozi-advisor.md +178 -0
- package/src/squads/hormozi-squad/agents/hormozi-audit.md +178 -0
- package/src/squads/hormozi-squad/agents/hormozi-chief.md +111 -0
- package/src/squads/hormozi-squad/agents/hormozi-closer.md +179 -0
- package/src/squads/hormozi-squad/agents/hormozi-content.md +166 -0
- package/src/squads/hormozi-squad/agents/hormozi-copy.md +152 -0
- package/src/squads/hormozi-squad/agents/hormozi-hooks.md +177 -0
- package/src/squads/hormozi-squad/agents/hormozi-launch.md +160 -0
- package/src/squads/hormozi-squad/agents/hormozi-leads.md +198 -0
- package/src/squads/hormozi-squad/agents/hormozi-models.md +191 -0
- package/src/squads/hormozi-squad/agents/hormozi-offers.md +197 -0
- package/src/squads/hormozi-squad/agents/hormozi-pricing.md +151 -0
- package/src/squads/hormozi-squad/agents/hormozi-retention.md +166 -0
- package/src/squads/hormozi-squad/agents/hormozi-scale.md +175 -0
- package/src/squads/hormozi-squad/agents/hormozi-workshop.md +160 -0
- package/src/squads/hormozi-squad/squad.yaml +60 -0
- package/src/squads/movement/README.md +29 -0
- package/src/squads/movement/agents/analista-de-impacto.md +350 -0
- package/src/squads/movement/agents/estrategista-de-ciclo.md +301 -0
- package/src/squads/movement/agents/fenomenologo.md +169 -0
- package/src/squads/movement/agents/identitario.md +265 -0
- package/src/squads/movement/agents/manifestador.md +279 -0
- package/src/squads/movement/agents/movement-architect.md +210 -0
- package/src/squads/movement/agents/movement-chief.md +135 -0
- package/src/squads/movement/squad.yaml +45 -0
- package/src/squads/storytelling/README.md +35 -0
- package/src/squads/storytelling/agents/blake-snyder.md +225 -0
- package/src/squads/storytelling/agents/dan-harmon.md +167 -0
- package/src/squads/storytelling/agents/joseph-campbell.md +184 -0
- package/src/squads/storytelling/agents/keith-johnstone.md +157 -0
- package/src/squads/storytelling/agents/kindra-hall.md +162 -0
- package/src/squads/storytelling/agents/marshall-ganz.md +167 -0
- package/src/squads/storytelling/agents/matthew-dicks.md +152 -0
- package/src/squads/storytelling/agents/nancy-duarte.md +154 -0
- package/src/squads/storytelling/agents/oren-klaff.md +166 -0
- package/src/squads/storytelling/agents/park-howell.md +152 -0
- package/src/squads/storytelling/agents/shawn-coyne.md +208 -0
- package/src/squads/storytelling/agents/story-chief.md +155 -0
- package/src/squads/storytelling/squad.yaml +52 -0
- package/src/squads/traffic-masters/README.md +39 -0
- package/src/squads/traffic-masters/agents/ad-midas.md +149 -0
- package/src/squads/traffic-masters/agents/ads-analyst.md +135 -0
- package/src/squads/traffic-masters/agents/creative-analyst.md +142 -0
- package/src/squads/traffic-masters/agents/depesh-mandalia.md +174 -0
- package/src/squads/traffic-masters/agents/fiscal.md +144 -0
- package/src/squads/traffic-masters/agents/kasim-aslam.md +158 -0
- package/src/squads/traffic-masters/agents/media-buyer.md +159 -0
- package/src/squads/traffic-masters/agents/molly-pittman.md +185 -0
- package/src/squads/traffic-masters/agents/nicholas-kusmich.md +157 -0
- package/src/squads/traffic-masters/agents/pedro-sobral.md +158 -0
- package/src/squads/traffic-masters/agents/performance-analyst.md +135 -0
- package/src/squads/traffic-masters/agents/pixel-specialist.md +144 -0
- package/src/squads/traffic-masters/agents/ralph-burns.md +163 -0
- package/src/squads/traffic-masters/agents/scale-optimizer.md +144 -0
- package/src/squads/traffic-masters/agents/tom-breeze.md +175 -0
- package/src/squads/traffic-masters/agents/traffic-chief.md +97 -0
- package/src/squads/traffic-masters/squad.yaml +59 -0
- package/tools/installer/commands/install.js +12 -0
- package/tools/installer/core/config.js +20 -0
- package/tools/installer/core/installer.js +100 -0
- package/tools/installer/core/manifest-generator.js +14 -3
- package/tools/installer/modules/cli-config.js +175 -0
- package/tools/installer/modules/mcp-config.js +137 -0
- package/tools/installer/modules/skills-lib.js +135 -0
- package/tools/installer/ui.js +210 -0
|
@@ -0,0 +1,408 @@
|
|
|
1
|
+
# Dunning Playbook
|
|
2
|
+
|
|
3
|
+
Complete guide to recovering failed payments and reducing involuntary churn.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Why Dunning Matters
|
|
8
|
+
|
|
9
|
+
- Failed payments cause 30-50% of all subscription churn
|
|
10
|
+
- Most failed payments are recoverable with the right strategy
|
|
11
|
+
- Subscription businesses lose an estimated $129 billion annually to involuntary churn
|
|
12
|
+
- Effective dunning recovers 50-60% of failed payments
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## The Dunning Timeline
|
|
17
|
+
|
|
18
|
+
```
|
|
19
|
+
Day -30 to -7: Pre-dunning (prevent failures)
|
|
20
|
+
Day 0: Payment fails → Smart retry #1 + Email #1
|
|
21
|
+
Day 1-3: Smart retry #2 + Email #2
|
|
22
|
+
Day 3-5: Smart retry #3
|
|
23
|
+
Day 5-7: Smart retry #4 + Email #3
|
|
24
|
+
Day 7-10: Final retry + Email #4 (final warning)
|
|
25
|
+
Day 10-14: Grace period ends → Account paused/cancelled
|
|
26
|
+
Day 14+: Win-back sequence begins
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## Pre-Dunning: Prevent Failures Before They Happen
|
|
32
|
+
|
|
33
|
+
### Card Expiry Management
|
|
34
|
+
|
|
35
|
+
| Timing | Action |
|
|
36
|
+
|--------|--------|
|
|
37
|
+
| 30 days before expiry | Email: "Your card ending in 4242 expires next month" |
|
|
38
|
+
| 15 days before expiry | Email: "Update your payment method to avoid interruption" |
|
|
39
|
+
| 7 days before expiry | Email: "Your card expires in 7 days — update now" |
|
|
40
|
+
| 3 days before expiry | In-app banner: "Payment method expiring soon" |
|
|
41
|
+
|
|
42
|
+
**Email template — Card expiring:**
|
|
43
|
+
```
|
|
44
|
+
Subject: Your card ending in 4242 expires soon
|
|
45
|
+
|
|
46
|
+
Hi [Name],
|
|
47
|
+
|
|
48
|
+
The card on file for your [Product] subscription expires on [date].
|
|
49
|
+
|
|
50
|
+
Update your payment method now to avoid any interruption:
|
|
51
|
+
|
|
52
|
+
[Update Payment Method →]
|
|
53
|
+
|
|
54
|
+
This takes less than 30 seconds.
|
|
55
|
+
|
|
56
|
+
— [Product] Team
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
### Card Updater Services
|
|
60
|
+
|
|
61
|
+
Major card networks offer automatic card update programs:
|
|
62
|
+
|
|
63
|
+
| Service | Network | What It Does |
|
|
64
|
+
|---------|---------|--------------|
|
|
65
|
+
| Visa Account Updater (VAU) | Visa | Auto-updates stored card numbers and expiry dates |
|
|
66
|
+
| Mastercard Automatic Billing Updater (ABU) | Mastercard | Same for Mastercard |
|
|
67
|
+
| Amex Cardrefresher | American Express | Same for Amex |
|
|
68
|
+
|
|
69
|
+
**Impact:** Reduces hard declines from expired/replaced cards by 30-50%.
|
|
70
|
+
|
|
71
|
+
**How to enable:**
|
|
72
|
+
- **Stripe**: Automatic — enabled by default
|
|
73
|
+
- **Chargebee**: Enabled through gateway settings
|
|
74
|
+
- **Recurly**: Built-in, enabled by default
|
|
75
|
+
- **Braintree**: Contact processor to enable
|
|
76
|
+
|
|
77
|
+
### Backup Payment Methods
|
|
78
|
+
|
|
79
|
+
Prompt for a second payment method:
|
|
80
|
+
- During signup: "Add a backup payment method" (low conversion)
|
|
81
|
+
- After first successful payment: "Protect your account with a backup card" (better timing)
|
|
82
|
+
- After a failed payment is recovered: "Add a backup to prevent future interruptions" (best timing — they felt the pain)
|
|
83
|
+
|
|
84
|
+
### Pre-Billing Notifications
|
|
85
|
+
|
|
86
|
+
For annual plans or high-value subscriptions:
|
|
87
|
+
- Email 7 days before renewal with amount and date
|
|
88
|
+
- Include link to update payment method
|
|
89
|
+
- Show what's included in the renewal
|
|
90
|
+
- Required by some regulations for auto-renewals
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
## Smart Retry Strategy
|
|
95
|
+
|
|
96
|
+
### Decline Type Classification
|
|
97
|
+
|
|
98
|
+
| Code | Type | Meaning | Retry? |
|
|
99
|
+
|------|------|---------|--------|
|
|
100
|
+
| `insufficient_funds` | Soft | Temporarily low balance | Yes — retry in 2-3 days |
|
|
101
|
+
| `card_declined` (generic) | Soft | Various temporary reasons | Yes — retry 3-4 times |
|
|
102
|
+
| `processing_error` | Soft | Gateway/network issue | Yes — retry within 24h |
|
|
103
|
+
| `expired_card` | Hard | Card is expired | No — request new card |
|
|
104
|
+
| `stolen_card` | Hard | Card reported stolen | No — request new card |
|
|
105
|
+
| `do_not_honor` | Soft/Hard | Bank refused (ambiguous) | Try once more, then ask for new card |
|
|
106
|
+
| `authentication_required` | Auth | SCA/3DS needed | Send customer to authenticate |
|
|
107
|
+
|
|
108
|
+
### Retry Schedule by Provider
|
|
109
|
+
|
|
110
|
+
**Stripe (Smart Retries — recommended):**
|
|
111
|
+
- Enable "Smart Retries" in Stripe Dashboard → Billing → Settings
|
|
112
|
+
- Stripe's ML model picks optimal retry timing based on billions of transactions
|
|
113
|
+
- Typically 4-8 retry attempts over 3-4 weeks
|
|
114
|
+
- Recovers ~15% more than fixed-schedule retries
|
|
115
|
+
|
|
116
|
+
**Manual retry schedule (if no smart retries):**
|
|
117
|
+
|
|
118
|
+
| Retry | Timing | Best Day/Time |
|
|
119
|
+
|-------|--------|--------------|
|
|
120
|
+
| 1 | Day 1 (24h after failure) | Morning, same day of week as original |
|
|
121
|
+
| 2 | Day 3 | Try a different time of day |
|
|
122
|
+
| 3 | Day 5 | After typical payday (1st, 15th) |
|
|
123
|
+
| 4 | Day 7 | Morning of the next business day |
|
|
124
|
+
| 5 (final) | Day 10 | Last attempt before grace period ends |
|
|
125
|
+
|
|
126
|
+
**Retry timing insights:**
|
|
127
|
+
- Retry on the same day of month the original payment succeeded
|
|
128
|
+
- Retry after common paydays (1st and 15th of the month)
|
|
129
|
+
- Avoid retrying on weekends (lower approval rates)
|
|
130
|
+
- Morning retries (8-10am local time) perform slightly better
|
|
131
|
+
|
|
132
|
+
---
|
|
133
|
+
|
|
134
|
+
## Dunning Email Sequence
|
|
135
|
+
|
|
136
|
+
### Email 1: Payment Failed (Day 0)
|
|
137
|
+
|
|
138
|
+
**Tone:** Friendly, matter-of-fact. No alarm.
|
|
139
|
+
|
|
140
|
+
```
|
|
141
|
+
Subject: Action needed — your payment didn't go through
|
|
142
|
+
|
|
143
|
+
Hi [Name],
|
|
144
|
+
|
|
145
|
+
We tried to charge your [card type] ending in [last 4] for your
|
|
146
|
+
[Product] subscription ($[amount]), but it didn't go through.
|
|
147
|
+
|
|
148
|
+
This happens sometimes — usually a quick card update fixes it.
|
|
149
|
+
|
|
150
|
+
[Update Payment Method →]
|
|
151
|
+
|
|
152
|
+
Your access isn't affected yet. We'll retry automatically, but
|
|
153
|
+
updating your card is the fastest fix.
|
|
154
|
+
|
|
155
|
+
Need help? Just reply to this email.
|
|
156
|
+
|
|
157
|
+
— [Product] Team
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
### Email 2: Reminder (Day 3)
|
|
161
|
+
|
|
162
|
+
**Tone:** Helpful, slightly more urgent.
|
|
163
|
+
|
|
164
|
+
```
|
|
165
|
+
Subject: Quick reminder — update your payment for [Product]
|
|
166
|
+
|
|
167
|
+
Hi [Name],
|
|
168
|
+
|
|
169
|
+
Just a heads-up — we still haven't been able to process your
|
|
170
|
+
$[amount] payment for [Product].
|
|
171
|
+
|
|
172
|
+
[Update Payment Method →]
|
|
173
|
+
|
|
174
|
+
Takes less than 30 seconds. Your [data/projects/team access]
|
|
175
|
+
is safe, but we'll need a valid payment method to keep your
|
|
176
|
+
account active.
|
|
177
|
+
|
|
178
|
+
Questions? Reply here and we'll help.
|
|
179
|
+
|
|
180
|
+
— [Product] Team
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
### Email 3: Urgency (Day 7)
|
|
184
|
+
|
|
185
|
+
**Tone:** Direct, clear consequences.
|
|
186
|
+
|
|
187
|
+
```
|
|
188
|
+
Subject: Your [Product] account will be paused in 3 days
|
|
189
|
+
|
|
190
|
+
Hi [Name],
|
|
191
|
+
|
|
192
|
+
We've tried to process your payment several times, but your
|
|
193
|
+
[card type] ending in [last 4] keeps getting declined.
|
|
194
|
+
|
|
195
|
+
If we don't receive payment by [date], your account will be
|
|
196
|
+
paused and you'll lose access to:
|
|
197
|
+
|
|
198
|
+
• [Key feature/data they use]
|
|
199
|
+
• [Their projects/workspace]
|
|
200
|
+
• [Team access for X members]
|
|
201
|
+
|
|
202
|
+
[Update Payment Method Now →]
|
|
203
|
+
|
|
204
|
+
Your data won't be deleted — you can reactivate anytime by
|
|
205
|
+
updating your payment method.
|
|
206
|
+
|
|
207
|
+
— [Product] Team
|
|
208
|
+
```
|
|
209
|
+
|
|
210
|
+
### Email 4: Final Warning (Day 10)
|
|
211
|
+
|
|
212
|
+
**Tone:** Final, clear, no guilt.
|
|
213
|
+
|
|
214
|
+
```
|
|
215
|
+
Subject: Last chance to keep your [Product] account active
|
|
216
|
+
|
|
217
|
+
Hi [Name],
|
|
218
|
+
|
|
219
|
+
This is our last reminder. Your payment of $[amount] is past
|
|
220
|
+
due, and your account will be paused tomorrow ([date]).
|
|
221
|
+
|
|
222
|
+
[Update Payment Method →]
|
|
223
|
+
|
|
224
|
+
After pausing:
|
|
225
|
+
• Your data is saved for [90 days]
|
|
226
|
+
• You can reactivate anytime
|
|
227
|
+
• Just update your card to restore access
|
|
228
|
+
|
|
229
|
+
If you intended to cancel, no action needed — your account
|
|
230
|
+
will be paused automatically.
|
|
231
|
+
|
|
232
|
+
— [Product] Team
|
|
233
|
+
```
|
|
234
|
+
|
|
235
|
+
---
|
|
236
|
+
|
|
237
|
+
## Grace Period Management
|
|
238
|
+
|
|
239
|
+
### What Happens During Grace Period
|
|
240
|
+
|
|
241
|
+
| Setting | Recommendation |
|
|
242
|
+
|---------|---------------|
|
|
243
|
+
| Duration | 7-14 days after final retry |
|
|
244
|
+
| Access | Degraded (read-only) or full access |
|
|
245
|
+
| Visibility | In-app banner: "Payment past due — update to continue" |
|
|
246
|
+
| Retry | Continue background retries during grace |
|
|
247
|
+
| Communication | Dunning emails continue |
|
|
248
|
+
|
|
249
|
+
### Access Degradation Options
|
|
250
|
+
|
|
251
|
+
**Option A: Full access during grace (recommended for B2B)**
|
|
252
|
+
- Lower friction, customer feels respected
|
|
253
|
+
- Higher recovery rate (they still see value)
|
|
254
|
+
- Risk: some customers exploit the grace period
|
|
255
|
+
|
|
256
|
+
**Option B: Read-only access (recommended for B2C)**
|
|
257
|
+
- Can view but not create/edit
|
|
258
|
+
- Creates urgency without data loss fear
|
|
259
|
+
- Clear message: "Update payment to resume full access"
|
|
260
|
+
|
|
261
|
+
**Option C: Immediate lockout (not recommended)**
|
|
262
|
+
- Aggressive, damages relationship
|
|
263
|
+
- Lower recovery rate
|
|
264
|
+
- Only appropriate for very low-cost plans
|
|
265
|
+
|
|
266
|
+
### Post-Grace Period
|
|
267
|
+
|
|
268
|
+
| Timing | Action |
|
|
269
|
+
|--------|--------|
|
|
270
|
+
| Grace period ends | Pause account (not delete) |
|
|
271
|
+
| Day 1 post-pause | "Your account has been paused" email |
|
|
272
|
+
| Day 7 post-pause | "Your data is still here" reminder |
|
|
273
|
+
| Day 30 post-pause | Win-back attempt with new offer |
|
|
274
|
+
| Day 60 post-pause | Final win-back |
|
|
275
|
+
| Day 90 post-pause | Data deletion warning (if applicable) |
|
|
276
|
+
|
|
277
|
+
---
|
|
278
|
+
|
|
279
|
+
## Provider-Specific Setup
|
|
280
|
+
|
|
281
|
+
### Stripe
|
|
282
|
+
|
|
283
|
+
**Enable Smart Retries:**
|
|
284
|
+
1. Dashboard → Settings → Billing → Subscriptions and emails
|
|
285
|
+
2. Enable "Smart Retries" under retry rules
|
|
286
|
+
3. Set failed payment emails in Dashboard → Settings → Emails
|
|
287
|
+
|
|
288
|
+
**Custom retry rules (if not using Smart Retries):**
|
|
289
|
+
```
|
|
290
|
+
Retry 1: 3 days after failure
|
|
291
|
+
Retry 2: 5 days after failure
|
|
292
|
+
Retry 3: 7 days after failure
|
|
293
|
+
Final: Mark subscription as unpaid after last retry
|
|
294
|
+
```
|
|
295
|
+
|
|
296
|
+
**Webhook events to handle:**
|
|
297
|
+
- `invoice.payment_failed` — trigger dunning
|
|
298
|
+
- `invoice.paid` — cancel dunning, restore access
|
|
299
|
+
- `customer.subscription.updated` — status changes
|
|
300
|
+
- `customer.subscription.deleted` — final cancellation
|
|
301
|
+
|
|
302
|
+
### Chargebee
|
|
303
|
+
|
|
304
|
+
**Built-in dunning:**
|
|
305
|
+
1. Settings → Configure Chargebee → Retry Settings
|
|
306
|
+
2. Configure retry attempts and intervals
|
|
307
|
+
3. Settings → Configure Chargebee → Email Notifications → Dunning
|
|
308
|
+
|
|
309
|
+
**Dunning options:**
|
|
310
|
+
- Automatic retries with configurable schedule
|
|
311
|
+
- Built-in dunning emails (customizable templates)
|
|
312
|
+
- Grace period configuration per plan
|
|
313
|
+
|
|
314
|
+
### Paddle
|
|
315
|
+
|
|
316
|
+
**Managed dunning:**
|
|
317
|
+
- Paddle handles retries and dunning automatically
|
|
318
|
+
- Limited customization (Paddle manages the relationship)
|
|
319
|
+
- Webhook: `subscription.payment_failed`, `subscription.cancelled`
|
|
320
|
+
- Best for hands-off approach
|
|
321
|
+
|
|
322
|
+
### Recurly
|
|
323
|
+
|
|
324
|
+
**Revenue Recovery:**
|
|
325
|
+
1. Configuration → Dunning Management
|
|
326
|
+
2. Set retry schedule per plan
|
|
327
|
+
3. Configure grace period and final action (pause vs cancel)
|
|
328
|
+
|
|
329
|
+
**Advanced features:**
|
|
330
|
+
- Machine-learning retry optimization
|
|
331
|
+
- Per-plan dunning schedules
|
|
332
|
+
- Built-in Account Updater
|
|
333
|
+
|
|
334
|
+
---
|
|
335
|
+
|
|
336
|
+
## In-App Dunning
|
|
337
|
+
|
|
338
|
+
Don't rely on email alone. Show payment failures in the app:
|
|
339
|
+
|
|
340
|
+
### Banner Pattern
|
|
341
|
+
```
|
|
342
|
+
┌──────────────────────────────────────────────────────┐
|
|
343
|
+
│ ⚠ Your payment of $29 failed. Update your card to │
|
|
344
|
+
│ avoid losing access. [Update Payment →] [Dismiss] │
|
|
345
|
+
└──────────────────────────────────────────────────────┘
|
|
346
|
+
```
|
|
347
|
+
|
|
348
|
+
**Rules:**
|
|
349
|
+
- Show on every page load during dunning period
|
|
350
|
+
- Allow dismiss (but show again next session)
|
|
351
|
+
- Direct link to payment update (fewest clicks possible)
|
|
352
|
+
- Don't block the product — let them continue using it
|
|
353
|
+
|
|
354
|
+
### Modal Pattern (for final warning)
|
|
355
|
+
```
|
|
356
|
+
┌─────────────────────────────────────┐
|
|
357
|
+
│ │
|
|
358
|
+
│ Your account will be paused │
|
|
359
|
+
│ on [date] │
|
|
360
|
+
│ │
|
|
361
|
+
│ Update your payment method to │
|
|
362
|
+
│ keep access to your [X] projects │
|
|
363
|
+
│ and [Y] team members. │
|
|
364
|
+
│ │
|
|
365
|
+
│ [Update Payment Method] │
|
|
366
|
+
│ [Remind Me Later] │
|
|
367
|
+
│ │
|
|
368
|
+
└─────────────────────────────────────┘
|
|
369
|
+
```
|
|
370
|
+
|
|
371
|
+
---
|
|
372
|
+
|
|
373
|
+
## Measuring Dunning Performance
|
|
374
|
+
|
|
375
|
+
### Key Metrics
|
|
376
|
+
|
|
377
|
+
| Metric | How to Calculate | Target |
|
|
378
|
+
|--------|-----------------|--------|
|
|
379
|
+
| Recovery rate | Recovered payments / Total failed | 50-60% |
|
|
380
|
+
| Recovery rate by decline type | Recovered / Failed per type | Soft: 70%+, Hard: 40%+ |
|
|
381
|
+
| Time to recovery | Days from failure to successful payment | <5 days |
|
|
382
|
+
| Pre-dunning prevention rate | Prevented failures / Expected failures | 20-30% |
|
|
383
|
+
| Dunning email open rate | Opens / Sent per email | 60%+ |
|
|
384
|
+
| Dunning email click rate | Clicks / Opens per email | 30%+ |
|
|
385
|
+
| Revenue recovered (monthly) | Sum of recovered payment amounts | Track trend |
|
|
386
|
+
| Revenue lost to involuntary churn | Sum of failed + unrecovered amounts | Track trend |
|
|
387
|
+
|
|
388
|
+
### Benchmarking
|
|
389
|
+
|
|
390
|
+
**By company stage:**
|
|
391
|
+
|
|
392
|
+
| Stage | Typical Involuntary Churn | Target After Optimization |
|
|
393
|
+
|-------|--------------------------|--------------------------|
|
|
394
|
+
| Early (< $1M ARR) | 3-5% of MRR/month | 1-2% |
|
|
395
|
+
| Growth ($1-10M ARR) | 2-4% of MRR/month | 0.5-1.5% |
|
|
396
|
+
| Scale ($10M+ ARR) | 1-3% of MRR/month | 0.3-0.8% |
|
|
397
|
+
|
|
398
|
+
### ROI Calculation
|
|
399
|
+
|
|
400
|
+
```
|
|
401
|
+
Monthly failed payment MRR: $10,000
|
|
402
|
+
Current recovery rate: 30% ($3,000 recovered)
|
|
403
|
+
Target recovery rate: 60% ($6,000 recovered)
|
|
404
|
+
Monthly improvement: $3,000/month
|
|
405
|
+
Annual improvement: $36,000/year
|
|
406
|
+
Cost of dunning optimization: ~$200-500/month (tooling)
|
|
407
|
+
ROI: 6-15x
|
|
408
|
+
```
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cloud-and-infra
|
|
3
|
+
description: Otimização de custo de cloud — right-sizing, spot instances, reserved instances, S3 lifecycle, auto-scaling, auditoria de custo AWS/GCP. Use quando o pedido envolver redução de custo de infra, cloud spend, billing de cloud.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Cloud and Infrastructure Cost Optimization
|
|
7
|
+
|
|
8
|
+
## Principais alavancas de economia em cloud
|
|
9
|
+
|
|
10
|
+
### Compute (EC2, VPS, Cloud Run)
|
|
11
|
+
- **Right-sizing**: instâncias superdimensionadas são o erro mais comum. Use métricas de CPU/RAM dos últimos 30 dias para dimensionar corretamente
|
|
12
|
+
- **Spot/Preemptible instances**: para workloads tolerantes a interrupção, economia de 60-90%
|
|
13
|
+
- **Reserved instances**: compromisso de 1 ano = ~40% de desconto frente ao on-demand
|
|
14
|
+
- **Auto-scaling**: nunca deixe instâncias fixas onde há variação de tráfego
|
|
15
|
+
|
|
16
|
+
### Storage
|
|
17
|
+
- **S3/Object Storage lifecycle policies**: mova arquivos antigos para tiers mais baratos (Glacier, Nearline) automaticamente
|
|
18
|
+
- **Snapshots desnecessários**: audite snapshots de discos que já foram deletados
|
|
19
|
+
- **Egress**: tráfego de saída é caro. CDN resolve a maioria dos casos
|
|
20
|
+
|
|
21
|
+
### Banco de dados
|
|
22
|
+
- **Leitura vs escrita**: separe réplicas de leitura. RDS Multi-AZ só vale para produção crítica
|
|
23
|
+
- **Connection pooling**: PgBouncer/RDS Proxy evita custos de instâncias maiores só por conexões
|
|
24
|
+
- **Backups automáticos**: defina retention period adequado, não deixe no padrão infinito
|
|
25
|
+
|
|
26
|
+
### Kubernetes / Containers
|
|
27
|
+
- **Namespace resource limits**: sem limits definidos, pods consomem tudo
|
|
28
|
+
- **Idle pods**: use HPA (Horizontal Pod Autoscaler) para zerar réplicas fora do horário
|
|
29
|
+
- **Container registry**: limpe imagens antigas, cobranças por GB armazenado
|
|
30
|
+
|
|
31
|
+
## Checklist rápido de auditoria
|
|
32
|
+
- [ ] CPU médio > 20% nas instâncias principais?
|
|
33
|
+
- [ ] Algum serviço sem auto-scaling em produção?
|
|
34
|
+
- [ ] Snapshots/backups com retenção indefinida?
|
|
35
|
+
- [ ] Egress sem CDN em assets estáticos?
|
|
36
|
+
- [ ] Banco de dados em instância maior que o necessário?
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cold-email
|
|
3
|
+
description: Write B2B cold emails and follow-up sequences that get replies. Use when the user wants to write cold outreach emails, prospecting emails, cold email campaigns, sales development emails, or SDR emails. Also use when the user mentions "cold outreach," "prospecting email," "outbound email," "email to leads," "reach out to prospects," "sales email," "follow-up email sequence," "nobody's replying to my emails," or "how do I write a cold email." Covers subject lines, opening lines, body copy, CTAs, personalization, and multi-touch follow-up sequences. For warm/lifecycle email sequences, see email-sequence. For sales collateral beyond emails, see sales-enablement.
|
|
4
|
+
metadata:
|
|
5
|
+
version: 1.1.0
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Cold Email Writing
|
|
9
|
+
|
|
10
|
+
You are an expert cold email writer. Your goal is to write emails that sound like they came from a sharp, thoughtful human — not a sales machine following a template.
|
|
11
|
+
|
|
12
|
+
## Before Writing
|
|
13
|
+
|
|
14
|
+
**Check for product marketing context first:**
|
|
15
|
+
If `.agents/product-marketing-context.md` exists (or `.claude/product-marketing-context.md` in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.
|
|
16
|
+
|
|
17
|
+
Understand the situation (ask if not provided):
|
|
18
|
+
|
|
19
|
+
1. **Who are you writing to?** — Role, company, why them specifically
|
|
20
|
+
2. **What do you want?** — The outcome (meeting, reply, intro, demo)
|
|
21
|
+
3. **What's the value?** — The specific problem you solve for people like them
|
|
22
|
+
4. **What's your proof?** — A result, case study, or credibility signal
|
|
23
|
+
5. **Any research signals?** — Funding, hiring, LinkedIn posts, company news, tech stack changes
|
|
24
|
+
|
|
25
|
+
Work with whatever the user gives you. If they have a strong signal and a clear value prop, that's enough to write. Don't block on missing inputs — use what you have and note what would make it stronger.
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## Writing Principles
|
|
30
|
+
|
|
31
|
+
### Write like a peer, not a vendor
|
|
32
|
+
|
|
33
|
+
The email should read like it came from someone who understands their world — not someone trying to sell them something. Use contractions. Read it aloud. If it sounds like marketing copy, rewrite it.
|
|
34
|
+
|
|
35
|
+
### Every sentence must earn its place
|
|
36
|
+
|
|
37
|
+
Cold email is ruthlessly short. If a sentence doesn't move the reader toward replying, cut it. The best cold emails feel like they could have been shorter, not longer.
|
|
38
|
+
|
|
39
|
+
### Personalization must connect to the problem
|
|
40
|
+
|
|
41
|
+
If you remove the personalized opening and the email still makes sense, the personalization isn't working. The observation should naturally lead into why you're reaching out.
|
|
42
|
+
|
|
43
|
+
See [personalization.md](references/personalization.md) for the 4-level system and research signals.
|
|
44
|
+
|
|
45
|
+
### Lead with their world, not yours
|
|
46
|
+
|
|
47
|
+
The reader should see their own situation reflected back. "You/your" should dominate over "I/we." Don't open with who you are or what your company does.
|
|
48
|
+
|
|
49
|
+
### One ask, low friction
|
|
50
|
+
|
|
51
|
+
Interest-based CTAs ("Worth exploring?" / "Would this be useful?") beat meeting requests. One CTA per email. Make it easy to say yes with a one-line reply.
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## Voice & Tone
|
|
56
|
+
|
|
57
|
+
**The target voice:** A smart colleague who noticed something relevant and is sharing it. Conversational but not sloppy. Confident but not pushy.
|
|
58
|
+
|
|
59
|
+
**Calibrate to the audience:**
|
|
60
|
+
|
|
61
|
+
- C-suite: ultra-brief, peer-level, understated
|
|
62
|
+
- Mid-level: more specific value, slightly more detail
|
|
63
|
+
- Technical: precise, no fluff, respect their intelligence
|
|
64
|
+
|
|
65
|
+
**What it should NOT sound like:**
|
|
66
|
+
|
|
67
|
+
- A template with fields swapped in
|
|
68
|
+
- A pitch deck compressed into paragraph form
|
|
69
|
+
- A LinkedIn DM from someone you've never met
|
|
70
|
+
- An AI-generated email (avoid the telltale patterns: "I hope this email finds you well," "I came across your profile," "leverage," "synergy," "best-in-class")
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
## Structure
|
|
75
|
+
|
|
76
|
+
There's no single right structure. Choose a framework that fits the situation, or write freeform if the email flows naturally without one.
|
|
77
|
+
|
|
78
|
+
**Common shapes that work:**
|
|
79
|
+
|
|
80
|
+
- **Observation → Problem → Proof → Ask** — You noticed X, which usually means Y challenge. We helped Z with that. Interested?
|
|
81
|
+
- **Question → Value → Ask** — Struggling with X? We do Y. Company Z saw [result]. Worth a look?
|
|
82
|
+
- **Trigger → Insight → Ask** — Congrats on X. That usually creates Y challenge. We've helped similar companies with that. Curious?
|
|
83
|
+
- **Story → Bridge → Ask** — [Similar company] had [problem]. They [solved it this way]. Relevant to you?
|
|
84
|
+
|
|
85
|
+
For the full catalog of frameworks with examples, see [frameworks.md](references/frameworks.md).
|
|
86
|
+
|
|
87
|
+
---
|
|
88
|
+
|
|
89
|
+
## Subject Lines
|
|
90
|
+
|
|
91
|
+
Short, boring, internal-looking. The subject line's only job is to get the email opened — not to sell.
|
|
92
|
+
|
|
93
|
+
- 2-4 words, lowercase, no punctuation tricks
|
|
94
|
+
- Should look like it came from a colleague ("reply rates," "hiring ops," "Q2 forecast")
|
|
95
|
+
- No product pitches, no urgency, no emojis, no prospect's first name
|
|
96
|
+
|
|
97
|
+
See [subject-lines.md](references/subject-lines.md) for the full data.
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
|
|
101
|
+
## Follow-Up Sequences
|
|
102
|
+
|
|
103
|
+
Each follow-up should add something new — a different angle, fresh proof, a useful resource. "Just checking in" gives the reader no reason to respond.
|
|
104
|
+
|
|
105
|
+
- 3-5 total emails, increasing gaps between them
|
|
106
|
+
- Each email should stand alone (they may not have read the previous ones)
|
|
107
|
+
- The breakup email is your last touch — honor it
|
|
108
|
+
|
|
109
|
+
See [follow-up-sequences.md](references/follow-up-sequences.md) for cadence, angle rotation, and breakup email templates.
|
|
110
|
+
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
## Quality Check
|
|
114
|
+
|
|
115
|
+
Before presenting, gut-check:
|
|
116
|
+
|
|
117
|
+
- Does it sound like a human wrote it? (Read it aloud)
|
|
118
|
+
- Would YOU reply to this if you received it?
|
|
119
|
+
- Does every sentence serve the reader, not the sender?
|
|
120
|
+
- Is the personalization connected to the problem?
|
|
121
|
+
- Is there one clear, low-friction ask?
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
## What to Avoid
|
|
126
|
+
|
|
127
|
+
- Opening with "I hope this email finds you well" or "My name is X and I work at Y"
|
|
128
|
+
- Jargon: "synergy," "leverage," "circle back," "best-in-class," "leading provider"
|
|
129
|
+
- Feature dumps — one proof point beats ten features
|
|
130
|
+
- HTML, images, or multiple links
|
|
131
|
+
- Fake "Re:" or "Fwd:" subject lines
|
|
132
|
+
- Identical templates with only {{FirstName}} swapped
|
|
133
|
+
- Asking for 30-minute calls in first touch
|
|
134
|
+
- "Just checking in" follow-ups
|
|
135
|
+
|
|
136
|
+
---
|
|
137
|
+
|
|
138
|
+
## Data & Benchmarks
|
|
139
|
+
|
|
140
|
+
The references contain performance data if you need to make informed choices:
|
|
141
|
+
|
|
142
|
+
- [benchmarks.md](references/benchmarks.md) — Reply rates, conversion funnels, expert methods, common mistakes
|
|
143
|
+
- [personalization.md](references/personalization.md) — 4-level personalization system, research signals
|
|
144
|
+
- [subject-lines.md](references/subject-lines.md) — Subject line data and optimization
|
|
145
|
+
- [follow-up-sequences.md](references/follow-up-sequences.md) — Cadence, angles, breakup emails
|
|
146
|
+
- [frameworks.md](references/frameworks.md) — All copywriting frameworks with examples
|
|
147
|
+
|
|
148
|
+
Use this data to inform your writing — not as a checklist to satisfy.
|
|
149
|
+
|
|
150
|
+
---
|
|
151
|
+
|
|
152
|
+
## Related Skills
|
|
153
|
+
|
|
154
|
+
- **copywriting**: For landing pages and web copy
|
|
155
|
+
- **email-sequence**: For lifecycle/nurture email sequences (not cold outreach)
|
|
156
|
+
- **social-content**: For LinkedIn and social posts
|
|
157
|
+
- **product-marketing-context**: For establishing foundational positioning
|
|
158
|
+
- **revops**: For lead scoring, routing, and pipeline management
|