Initialize product
Skill VRymarovich/product-launch-os/plugins/product-launch-os/skills/initialize-product
Codex plugin with reusable agent skills for product discovery, launch, SEO, sales, and growth
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.
2 things to look at
- 21 days oldThe repository was created 21 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 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.
What its author says it does
Copied from the file, not written here
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.
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.