Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Genpark Product Launch Planner Skill

FreeNot checked

GenPark AI Skill - Generate structured product launch plans with phased timelines, task checklists and budget allocation

GitHubEmbed

About

GenPark AI Skill - Generate structured product launch plans with phased timelines, task checklists and budget allocation

README

GenPark AI Agent Skill -- Generate structured product launch plans with phased timelines, task checklists, and budget allocations.

Features

  • 4 launch phases: Pre-Launch (60d), Soft Launch (7d), Launch Day, Post-Launch (30d)
  • 33 pre-built tasks with priorities, owners, and due dates
  • Budget allocation by primary sales channel
  • 12-item pre-launch checklist
  • Multi-channel support: Shopify, Amazon, Instagram, TikTok, Email

Quick Start

from client import ProductLaunchClient

client = ProductLaunchClient()
plan = client.plan(
    product_name="My New Product",
    launch_date="2026-09-01",
    channels=["shopify", "instagram", "email"],
    budget_usd=10000,
)
print(plan["summary"])
for phase in plan["phases"]:
    print(f"{phase['phase']}: {phase['task_count']} tasks")

Installation

python example_usage.py  # No external dependencies

Built by GenPark | alphaparkinc

from github.com/alphaparkinc/genpark-product-launch-planner-skill

Installing Genpark Product Launch Planner Skill

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/alphaparkinc/genpark-product-launch-planner-skill

FAQ

Is Genpark Product Launch Planner Skill MCP free?

Yes, Genpark Product Launch Planner Skill MCP is free — one-click install via Unyly at no cost.

Does Genpark Product Launch Planner Skill need an API key?

No, Genpark Product Launch Planner Skill runs without API keys or environment variables.

Is Genpark Product Launch Planner Skill hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Genpark Product Launch Planner Skill in Claude Desktop, Claude Code or Cursor?

Open Genpark Product Launch Planner Skill on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Genpark Product Launch Planner Skill with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All productivity MCPs