From plan-pmf
Generates React + Vite landing page from PMF context files pmf/icp.md, value-prop.md, mvp.md. Checks prerequisites and prompts for type if unspecified.
How this command is triggered — by the user, by Claude, or both
Slash command
/plan-pmf:generate-assets <asset-type>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Generate Assets Generate marketing assets based on your PMF context layer. ## Available Asset Types - `landing` - Generate a React + Vite landing page ## Instructions The user invoked this command with: $ARGUMENTS 1. Parse asset type from arguments 2. Check that required PMF context files exist: - `pmf/icp.md` - Who your customer is - `pmf/value-prop.md` - Why they should care - `pmf/mvp.md` - MVP scope & features 3. If prerequisites missing: 4. If prerequisites met, read the PMF context files and generate assets using the landing-generator skill. ## Asset Generatio...
Generate marketing assets based on your PMF context layer.
landing - Generate a React + Vite landing pageThe user invoked this command with: $ARGUMENTS
Parse asset type from arguments
Check that required PMF context files exist:
pmf/icp.md - Who your customer ispmf/value-prop.md - Why they should carepmf/mvp.md - MVP scope & featuresIf prerequisites missing:
To generate [asset type], I need your PMF context layer.
Missing:
[ ] pmf/icp.md
[✓] pmf/value-prop.md
[ ] pmf/mvp.md
Use /plan-pmf to build your context layer first.
If prerequisites met, read the PMF context files and generate assets using the landing-generator skill.
Read:
pmf/icp.md - For targeting and languagepmf/value-prop.md - For hero copy, Callout + Magnet messagingpmf/mvp.md - For benefits and proof pointsGenerate using the landing-generator skill.
Ask the user what they'd like to generate:
What assets would you like to generate?
1. Landing page (React + Vite)
Reply with a number or asset type.
npx claudepluginhub adidacta/pmf-detective --plugin pmf-detective/landing-pageGenerates a deployable landing page from a business name or brief, producing a single self-contained HTML file with Tailwind CDN.
/landingGenerate persona-tailored landing page proposals with hero, features, testimonials, CTAs, copy, wireframes, and specs. Supports create, list, export subcommands.
/landing-pageGenerates static landing pages via guided interview: scaffolds semantic HTML/CSS/JS project with dark mode, SEO, accessibility; deploys to Cloudflare Pages.
/ux-designGenerates a premium frontend UI design or component from a brief, running a structured discovery protocol to gather brand, reference, and style direction before producing anti-AI-slop code.
/html-page-quickGenerates a branded HTML page from page category, pasted content, and name. Auto-selects components from design system and brand philosophy, saves page and components to project directories.
/design-templateGenerates a production-ready HTML/CSS page from one of 10 template categories (landing-page, dashboard, pricing, etc.), with optional brand color, style, and dark mode customization.