From post-development
Orchestrates app launch prep: generates SEO meta tags/sitemaps/keywords, captures Playwright screenshots across viewports/modes, creates buyer personas/marketing strategies/ads/articles/landing pages.
npx claudepluginhub mwguerra/claude-code-plugins --plugin post-developmentThis skill is limited to using the following tools:
This skill enables comprehensive post-development preparation for app launches, including marketing materials, SEO, and content generation.
Generates multi-page marketing websites for web apps using captured screenshots, animated GIF workflows, and feature demos from the running app via browser tools.
Generates marketing assets for product launches including landing copy, social banners, SEO metadata, blog posts, and video scripts. Analyzes codebase for data-driven, authentic content.
Generates HiDPI marketing screenshots of web apps using Playwright for Product Hunt, social media, landing pages, and documentation.
Share bugs, ideas, or general feedback.
This skill enables comprehensive post-development preparation for app launches, including marketing materials, SEO, and content generation.
Use this skill when:
/post-development:seo)/post-development:screenshots)/post-development:personas)/post-development:ads)/post-development:articles)/post-development:landing)/post-development:run init --base-url http://localhost:3000
/post-development:run run
/post-development:run run --task seo
/post-development:run status
.post-development/
├── post-development.json # Master plan
├── seo/
│ ├── pages/ # SEO data per page
│ └── assets/ # Favicon, OG image specs
├── screenshots/
│ ├── desktop/
│ ├── tablet/
│ └── mobile/
├── personas/
│ ├── personas/ # Individual persona files
│ ├── strategies/ # Marketing strategies
│ └── cta/ # CTA collections
├── ads/
│ ├── instagram/
│ ├── facebook/
│ ├── linkedin/
│ └── twitter/
├── articles/
│ ├── article-1/
│ ├── article-2/
│ └── article-3/
└── landing-pages/
└── [persona-name]/
Tasks run in dependency order:
seo → no dependenciesscreenshots → no dependenciespersonas → depends on seoads → depends on personas, screenshotsarticles → depends on personas, screenshotslanding → depends on personas, screenshots, articlesnpm install -D playwright)# 1. Initialize project
/post-development:run init --base-url http://localhost:3000
# 2. Run everything
/post-development:run run
# 3. Or run tasks individually
/post-development:run seo
/post-development:run screenshots
/post-development:run personas
/post-development:run ads
/post-development:run articles
/post-development:run landing
# 4. Check progress anytime
/post-development:run status