Applies conversion UX patterns to sales funnel pages: above-the-fold heroes, CTA rules and placement, social proof elements, urgency tactics, and form friction reduction.
npx claudepluginhub ominou5/funnel-architect-pluginThis skill uses the workspace's default tool permissions.
Apply these patterns to every funnel page. These are not suggestions — they are requirements for high-converting funnels.
Guides CTA button design, optimization, and auditing for conversions. Covers copy, visual hierarchy, placement, accessibility, technical implementation, and A/B testing.
Designs high-converting landing pages using CRO science, persuasive psychology, patterns, and A/B testing principles. Activates on landing page, lead gen, signup, pricing page queries.
Optimizes SaaS/web app conversion funnels: page CRO, forms, signups, onboarding, popups/modals, paywalls. Use for improving visitor-to-paid-customer journeys.
Share bugs, ideas, or general feedback.
Apply these patterns to every funnel page. These are not suggestions — they are requirements for high-converting funnels.
Every page must have these 3 elements visible without scrolling:
<!-- Pattern: Hero Section -->
<section class="hero">
<h1>Headline: Desired Outcome</h1>
<p class="subtitle">Sub-headline: How you'll get there</p>
<a href="#action" class="cta-primary">Action-Oriented CTA Text →</a>
</section>
| Rule | Good ✅ | Bad ❌ |
|---|---|---|
| Action-oriented | "Get My Free Guide" | "Submit" |
| First-person | "Start My Trial" | "Start Your Trial" |
| Benefit-focused | "Unlock 50% More Sales" | "Click Here" |
| Urgency | "Claim My Spot (Only 12 Left)" | "Register" |
| Specificity | "Download the 7-Step Checklist" | "Download" |
<div class="testimonial">
<img src="avatar.jpg" alt="Customer Name" class="testimonial-avatar">
<blockquote>
<p>"Specific result they achieved with your product."</p>
<cite>
<strong>Full Name</strong>
<span>Title, Company</span>
</cite>
</blockquote>
</div>
<div class="trust-bar">
<span>As featured in:</span>
<img src="logo1.svg" alt="Publication 1">
<img src="logo2.svg" alt="Publication 2">
<img src="logo3.svg" alt="Publication 3">
</div>
<div class="stats-row">
<div class="stat"><strong>10,000+</strong><span>Customers Served</span></div>
<div class="stat"><strong>4.9/5</strong><span>Average Rating</span></div>
<div class="stat"><strong>30-Day</strong><span>Money-Back Guarantee</span></div>
</div>