10x-opportunity-map

Classify recurring friction signals into build, buy, complement, or wait decisions.

Updated May 23, 2026
One-click install
npx skills add https://github.com/BMS-kmusial/bms-stream-monitor --skill 10x-opportunity-map-bms-kmusial
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-opportunity-map
Source: https://github.com/BMS-kmusial/bms-stream-monitor/tree/main/.claude/skills/10x-opportunity-map
Command: npx skills add https://github.com/BMS-kmusial/bms-stream-monitor --skill 10x-opportunity-map-bms-kmusial

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams often jump straight to building a dashboard, agent, or automation without checking whether an existing tool already solves the problem. This Skill turns recurring friction or unmet needs into a structured opportunity map that decides whether to build, buy, complement, or wait before any code is written. ## Core Features & Use Cases - Signal Normalization and Classification: Converts raw ideas and weak signals ("build a dashboard") into observable, repeated pain points, then classifies each against existing tools, thin complements, and first useful versions. - Data Risk Assessment: Captures whether the first version runs on mock/local/read-only data or real company data, escalating access-control and auditability concerns early. - Decision Artifact: Produces a saved opportunity map (context/team/opportunity-map.md) with a comparison table, one recommended candidate, and a next-step routing to validation, shaping, or building workflows. - Use Case: A team lead notices engineers manually check which PRs block each release. The Skill classifies this signal, identifies a thin read-only complement over GitHub and CI data, and recommends a first useful version instead of a full platform build. ## Quick Start Ask the assistant to map 3-5 recurring team frictions into an opportunity map and recommend whether to build, buy, complement, or wait.

Frequently Asked Questions about 10x-opportunity-map

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I decide whether to build or buy an internal tool?

Normalize the idea into an observable, repeated friction signal, then compare what existing tools already do against a thin complement and a first useful version. The opportunity map ranks candidates by repetition, cross-source value, manual pain, and read-only testability.

How to evaluate if a dashboard or automation idea is worth building?

Treat the proposed dashboard or automation as a solution, not a signal, and ask what repeated pain or coordination cost it removes. Classify the underlying signal against existing responses before recommending any build.

What is an opportunity map in product discovery?

An opportunity map is a decision artifact that lists each friction signal alongside the existing default response, a thin complement, a first useful version, a data-risk rating, and a direction if it proves valuable. It ends with one recommended candidate, not an implementation plan.

When should I not build an internal tool?

Avoid building when the signal is weak, already solved by existing SaaS or default workflows, or not worth the maintenance attention. The Skill recommends no build and points to the existing tool or default response to try first.

How does data sensitivity affect a first prototype version?

Mock, local, read-only, or non-sensitive data allows a lightweight first version with no access control up front. Real company or customer data requires access-control and auditability thinking before any implementation begins.