Agent Plugins Marketplace
All plugins

product-discovery-suite

v1.0.0

Evidence-based product opportunity evaluation before implementation.

CodexAgent Plugins1 Skill

By Lev NikolaevichLicense: MIT557 GitHub starsUpdated 3 weeks ago

Directory evidence

Runtimes
Codex and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Aug 29, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install product-discovery-suite for Codex

Installs for the current user
codex plugin marketplace add levnikolaevich/claude-code-skills
codex plugin marketplace upgrade levnikolaevich-skills-marketplace
codex plugin add product-discovery-suite@levnikolaevich-skills-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the levnikolaevich-skills-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “product-discovery-suite” remain stable.

  • Codex: product-discovery-suite@agent-plugin-marketplaceproduct-discovery-suite@levnikolaevich-skills-marketplace

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/levnikolaevich/claude-code-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/product-discovery-suite/.

Plugin files

plugins/product-discovery-suite/
├── .codex-plugin/plugin.json
├── plugin.json
└── skills/ln-51-opportunity-evaluator/SKILL.md

Included Skills1

ln-51-opportunity-evaluatorskills/ln-51-opportunity-evaluator/SKILL.md

Evaluates new product directions using current demand, acquisition, competition, economics, and validation evidence. Use before commitment; not for backlog or implementation planning.

Plugin manifests2

plugins/product-discovery-suite/.codex-plugin/plugin.json
{
  "name": "product-discovery-suite",
  "version": "1.0.0",
  "description": "Evidence-based product opportunity evaluation before implementation.",
  "author": {
    "name": "Lev Nikolaevich",
    "email": "[email protected]",
    "url": "https://github.com/levnikolaevich"
  },
  "homepage": "https://github.com/levnikolaevich/claude-code-skills",
  "repository": "https://github.com/levnikolaevich/claude-code-skills",
  "license": "MIT",
  "keywords": [
    "product-discovery",
    "market-research",
    "opportunity",
    "validation"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Product Discovery Suite",
    "shortDescription": "Evaluate product opportunities",
    "longDescription": "Compare product opportunities using current demand, reachable acquisition, competition, economics, and low-cost validation evidence.",
    "developerName": "Lev Nikolaevich",
    "websiteURL": "https://github.com/levnikolaevich/claude-code-skills",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read"
    ],
    "defaultPrompt": [
      "Evaluate these product opportunities and recommend what to validate next."
    ]
  }
}
plugins/product-discovery-suite/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "product-discovery-suite"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[product-discovery-suite on Agent Plugins Marketplace](https://pluginsmp.com/plugins/product-discovery-suite)