Agent Plugins Marketplace
All plugins

product

v1.1.0

プロダクトマネジメント・要件定義スキル群を提供するプラグイン。3個のスキル(practicing-product-management: PRD・ロードマップ・AARRR・A/Bテスト・PLG・カスタマーサクセス・writing-user-stories: ユーザーストーリー・受入基準・ストーリー分割・writing-use-cases: ユースケース記述・ゴールレベル・主成功シナリオと拡張)を含む。

CodexClaude Code3 Skills

By sumik51 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 skill or MCP entries
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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add product@agent-plugin-marketplace

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

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/sumik5/sumik-llm-plugin

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

Plugin files

plugins/product/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/practicing-product-management/SKILL.md
├── skills/writing-use-cases/SKILL.md
└── skills/writing-user-stories/SKILL.md

Included Skills3

practicing-product-managementskills/practicing-product-management/SKILL.md

プロダクトマネジメント総合ガイド(基礎・AIプロダクト・A/Bテスト・成長戦略・GPM・PLG・カスタマーサクセス・Claude Code PM活用)。 Use when practicing product management, managing AI products, designing experiments, growth product management, PLG strategy, customer success, writing PRDs/requirements docs, prioritizing roadmaps, or using Claude Code as PM tool. AARRR海賊指標、AIプロダクトライフサイクル、MLプロダクト化、AI統合戦略、オンライン実験設計、PM調査パターン、GPM実践、リテンション戦略、拡張収益、優先順位付け手法、ロードマップ(Now-Next-Later)、要件定義(PRD)、責任あるAIを含む。 For engineer-focused user story writing techniques (templates, common mistakes, splitting), use writing-user-stories instead. For writing use cases as detailed behavioral requirements, use writing-use-cases instead.

writing-use-casesskills/writing-use-cases/SKILL.md

Guides writing use cases as behavioral requirements: the stakeholder-contract model, goal levels (summary/user-goal/subfunction), functional and design scope (in/out and actor-goal lists, briefs), stakeholders and interests, actors versus job-title roles, preconditions and minimal/success guarantees and triggers, the main success scenario with action-step guidelines, extension conditions and handling, sub and extension use cases, eight write-up formats and per-project templates, the 12-step writing recipe, review reminders, pass/fail quality tests, common mistakes, and expansion into design, UI, and tests. Use when writing or reviewing use cases, specifying system behavior in detail, or choosing a detail level. For lightweight agile story cards, acceptance criteria, and splitting, use writing-user-stories instead. For PRDs, roadmaps, and prioritization, use practicing-product-management instead. For the Use Cases layer of Clean Architecture and DDD modeling, use devkit:applying-clean-architecture instead.

writing-user-storiesskills/writing-user-stories/SKILL.md

Guides effective user story creation for software projects covering story templates (As a.../I want.../So that...), common mistakes, technical requirements to story conversion, acceptance criteria writing, and story splitting techniques. Use when writing user stories, converting technical requirements to stories, or improving backlog quality. For product management practices (PRD, roadmap, prioritization), use practicing-product-management instead. For detailed behavioral requirements with stakeholder interests, goal levels, main success scenarios, and extension handling, use writing-use-cases instead.

Plugin manifests2

plugins/product/.codex-plugin/plugin.json
{
  "name": "product",
  "version": "1.1.0",
  "description": "プロダクトマネジメント・要件定義スキル群を提供するプラグイン。3個のスキル(practicing-product-management: PRD・ロードマップ・AARRR・A/Bテスト・PLG・カスタマーサクセス・writing-user-stories: ユーザーストーリー・受入基準・ストーリー分割・writing-use-cases: ユースケース記述・ゴールレベル・主成功シナリオと拡張)を含む。",
  "author": {
    "name": "sumik5"
  },
  "keywords": [
    "claude-code",
    "skills",
    "product-management",
    "requirements",
    "user-stories",
    "use-cases"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Sumik Product",
    "shortDescription": "プロダクトマネジメント・要件定義スキルを提供するプラグイン",
    "longDescription": "3個のプロダクト・要件定義スキルを提供。PRD・ロードマップ・優先順位付け・AARRR海賊指標・A/Bテスト・PLG・カスタマーサクセスと、ユーザーストーリー作成・受入基準・ストーリー分割、ユースケース記述(ゴールレベル・ステークホルダー契約・主成功シナリオと拡張・書式選択)をカバーします。",
    "developerName": "sumik5",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write",
      "Edit"
    ],
    "websiteURL": "https://github.com/sumik5/sumik-claude-plugin",
    "privacyPolicyURL": "https://example.com/privacy",
    "termsOfServiceURL": "https://example.com/terms",
    "defaultPrompt": [
      "practicing-product-management でPRDを作成",
      "writing-user-stories でユーザーストーリーを書く",
      "writing-use-cases でユースケースを記述する",
      "practicing-product-management で成長指標を分析"
    ],
    "brandColor": "#7C3AED"
  }
}
plugins/product/.claude-plugin/plugin.json
{
  "name": "product",
  "description": "sumik Claude Code Plugin (product) — プロダクトマネジメント・要件定義スキル群(PRD/ロードマップ/AARRR/PLG/ユーザーストーリー/受入基準/ユースケース記述)",
  "version": "1.1.0",
  "author": {
    "name": "sumik5"
  }
}

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

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