product-ops
v0.2.4
Published
One-command installer for the product-ops AI product-creation pipeline workspace.
Maintainers
Readme
product-ops (scaffolder)
The public npm entry that bootstraps a product-ops workspace. Published
separately from the main repo (the main package.json is private: true).
npx product-ops init [folder] # default: ./product-opsWhat it does:
- Resolves the latest release tag of
IrvanFza/product-ops(falls back tomain). git clone --depth 1 --branch <tag>into the target folder.npm install(postinstall installs Playwright Chromium).ensureSkillEntrypoints()— mirrors.agents/skills/*/SKILL.mdinto each per-CLI skill dir (.claude/skills,.opencode/skills, …).npx skills add coreyhaines31/marketingskills(non-fatal — prints the manual command ifnpx skillsis unavailable).- Detects installed AI CLIs to tailor the final message.
It deliberately does not pre-create idea.md / config/product.yml /
competitors.yml — their absence is what triggers the agent's conversational
onboarding on first launch (see AGENTS.md "First Run — Onboarding").
