plugins marketplace
← All plugins

wondelai-blue-ocean-strategy

v1.0.0

Blue Ocean Strategy framework for creating uncontested market space

Claude Code1 skill

by Wondel.aiMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/business-tools/wondelai-blue-ocean-strategy/ inside the repository.

Layout

plugins/business-tools/wondelai-blue-ocean-strategy/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

blue-ocean-strategySKILL.md

Create uncontested market space using value innovation instead of competing head-to-head. Use when the user mentions "blue ocean", "red ocean", "strategy canvas", "ERRC framework", "value innovation", "non-customers", "buyer utility map", "the market is too crowded", "how do we stand out", or "escape the price war". Also trigger when exploring a new market category, or finding underserved or non-customers. Covers the Four Actions Framework, Six Paths, buyer utility map, and value-cost trade-offs. For real strategy formulation and bad-strategy detection, see good-strategy-bad-strategy. For tech adoption strategy, see crossing-the-chasm. For product positioning, see obviously-awesome.

Manifests1

plugins/business-tools/wondelai-blue-ocean-strategy/.claude-plugin/plugin.json
{
  "name": "wondelai-blue-ocean-strategy",
  "version": "1.0.0",
  "description": "Blue Ocean Strategy framework for creating uncontested market space",
  "author": {
    "name": "Wondel.ai"
  },
  "license": "MIT",
  "repository": "https://github.com/wondelai/skills",
  "keywords": [
    "business-tools",
    "wondelai",
    "skills"
  ]
}