agentsclimarketplace

Product ops

Skill IrvanFza/product-ops/.agents/skills/product-ops

AI-powered product-creation pipeline for solo founders. Use when the user wants to take a product from idea to operating business: ideation, customer/competitor research, naming & brand, business plan, pricing & packaging, marketing plan, launch, growth/operations, or when they paste an idea/competitor URL for a full evaluation. Routes to marketingskills (product-marketing, pricing, offers, revops, launch, customer-research, competitor-profiling, churn-prevention, ab-testing, etc.) and to product-ops modes (ideate, brand, plan, market, operate, evaluate, scan, tracker, deep, batch). Runs on any agent-skill-standard CLI. Local-first, human-in-the-loop — never auto-publishes or auto-spends.From its SKILL.md

Install
npx -y skills add IrvanFza/product-ops --skill product-ops

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 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

3.7 KB, 768 tokens by cl100k_base, as published. Nobody here has run it

Product-Ops — product-creation pipeline

You drive a product from idea to operating business across 5 stages. The brain lives in modes/ (read modes/_shared.md first for the product-fit scoring system and Sources-of-Truth rule). Skill-level marketing/ops capability comes from the vendored marketingskills skills under .agents/skills/; the product-creation orchestrator skill routes stage → skills.

Slash-command menu

If the user...Mode
Pastes idea or competitor URLauto-pipeline (research + eval + brand/plan PDFs + tracker)
Wants to generate/refine an ideaideate
Wants naming, positioning, brandbrand
Wants a business plan / pricingplan
Wants a marketing plan / launchmarket
Wants growth / regular operationsoperate
Asks to evaluate one idea/opportunityevaluate
Asks to compare ideasevaluate (compare)
Wants competitor/market researchdeep
Searches for new ideas/competitorsscan
Processes pending pipeline URLspipeline
Asks about product statustracker
Batch processes ideasbatch
Asks about scoring patternspatterns
Wants to update the systemupdate

Stages → marketingskills routing

  1. Ideationcustomer-research, marketing-ideas, marketing-psychology, free-tools
  2. Name & brandcompetitor-profiling, customer-research, product-marketing, offers
  3. Business plan / pricingpricing, offers, revops
  4. Marketing planproduct-marketing, marketing-plan, launch, content-strategy, seo-audit, ads
  5. Growth / operationsreferrals, free-tools, co-marketing, onboarding, signup, churn-prevention, analytics, ab-testing

product-marketing is the foundation — it writes .agents/product-marketing.md (product/audience/positioning) that every other skill reads first.

Critical rules (see AGENTS.md + modes/_shared.md)

  • Data contract: never write user data into system files. Customization → modes/_profile.md / config/product.yml, never modes/_shared.md.
  • Sources of Truth: only idea.md, config/product.yml, modes/_profile.md, .agents/product-marketing.md, brand/*, proof-points.md may generate user-facing content. "Keywords reformulated, never fabricated."
  • Human-in-the-loop: draft, evaluate, plan — but STOP before publish/spend/ launch. The user clicks.
  • Discourage low-fit: score < 4.0 → recommend against building.
  • Browser/research: SPA extraction + market-liveness use Playwright (browser_navigate + browser_snapshot), with fallback ladder Playwright → HTTP → WebFetch → WebSearch → ask user. Respect robots.txt unless scrape.aggressive is set.
  • Update check on first message: node update-system.mjs check (silent).
  • Onboarding: node doctor.mjs --json — if onboardingNeeded, run the AGENTS.md "First Run" steps before any mode.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.