Initialize product
Skill VRymarovich/product-launch-os/plugins/product-launch-os/skills/initialize-product
Create or refresh a durable `docs/product` context for a software product. Use when starting Product Launch OS in a repository, when product knowledge is scattered across code and documents, when onboarding a new project, or when downstream brand, SEO, launch, sales, and growth workflows lack a shared source of truth.From its SKILL.md
npx -y skills add VRymarovich/product-launch-os --skill initialize-productAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.1 KB, 368 tokens by cl100k_base, as published. Nobody here has run it
Initialize Product
Build a compact source of truth that every other workflow can read without rediscovering the project.
Workflow
- Inspect repository guidance, package manifests, product UI, landing pages, store copy, analytics, billing, release assets, and existing strategy documents.
- Confirm
<repo-root>is the intended existing repository, then runscripts/init_product_context.py <repo-root>to create missing context files. The script never replaces existing files. - Populate the files from evidence. Mark inferred statements as
Assumptionand missing decisions asUnknown. - Keep each fact in one canonical file according to references/context-contract.md.
- Add links rather than duplicating long explanations across files.
- Record the initialization decision and known gaps in
docs/product/decisions.md.
Required context
brief.md: problem, product, capabilities, constraintsaudience.md: segments, jobs, pains, buying contextpositioning.md: category, alternatives, differentiation, claimsbrand.md: voice and visual directioncompetitors.md: alternatives and evidenceseo-strategy.md: organic acquisition directioncontent-plan.md: editorial backlog and cadencelaunch-plan.md: release channels and readinesssales.md: offer, objections, conversion assetsmetrics.md: funnel definitions and available dataroadmap.md: prioritized outcomesdecisions.md: dated decisions, assumptions, and reversals
Quality bar
- Do not expose secrets or copy environment values.
- Do not convert marketing claims into facts without evidence.
- Preserve useful existing documents and user edits.
- Match the user's language for prose while keeping filenames stable.
What ships with it: 15 files
4.7 KB alongside SKILL.md, 1 of them executable
agents/
- openai.yaml220 B
assets/
- product-context/audience.md141 B
- product-context/brand.md119 B
- product-context/brief.md138 B
- product-context/competitors.md136 B
- product-context/content-plan.md137 B
- product-context/decisions.md118 B
- product-context/launch-plan.md156 B
- product-context/metrics.md181 B
- product-context/positioning.md123 B
- product-context/roadmap.md131 B
- product-context/sales.md130 B
- product-context/seo-strategy.md121 B
references/
- context-contract.md885 B
scripts/
- init_product_context.pyruns2.1 KB