Package Exports
- @blurtopian/pulse-latent-demand
- @blurtopian/pulse-latent-demand/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@blurtopian/pulse-latent-demand) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
pulse-latent-demand
Claude skill for discovering, directing, and injecting latent demand to projects.
What is Latent Demand?
Latent demand is market demand that exists but isn't being fulfilled because:
- Awareness gap: People don't know the solution exists
- Language gap: People search using different terms
- Context gap: The product isn't positioned for their use case
- Access gap: The product isn't available where they look
This skill helps identify these gaps and recommends strategies to capture hidden demand.
Installation
Via pulse-skills (recommended)
npx @blurtopian/pulse-skills add pulse-latent-demandDirect installation
npx @blurtopian/pulse-latent-demand installManual installation
Copy the skill/ and command/ directories to your project's .claude/ directory.
Usage
In Claude Code
/pulse:latent-demandOptions
/pulse:latent-demand --depth quick # Fast analysis
/pulse:latent-demand --depth comprehensive # Deep analysis
/pulse:latent-demand --focus seo,communities
/pulse:latent-demand --industry fintechCLI (template generation)
# Generate a template LATENT_DEMAND.md
npx @blurtopian/pulse-latent-demand analyze
# With options
npx @blurtopian/pulse-latent-demand analyze --industry web3 --depth comprehensiveOutput
The skill generates a LATENT_DEMAND.md file containing:
- Executive Summary - Key findings and opportunities
- Project Analysis - What it does and current positioning
- Audience Segments - Prioritized potential user groups
- Search Intent Mapping - Keywords and content opportunities
- Community Mapping - Where potential users gather
- Competitive Gaps - What competitors miss
- Positioning Strategies - Segment-specific messaging
- Action Items - Prioritized next steps
Workflow
The skill follows a structured process with user checkpoints:
- Project Understanding - Analyze docs and understand value prop
- Demand Discovery - Research audiences, search behavior, communities
- Segment Prioritization - Score and rank audience segments
- Strategy Development - Create positioning and channel strategies
- Output Generation - Compile findings into LATENT_DEMAND.md
Industry Presets
Available presets with pre-configured focus areas:
fintech- Banking, payments, lendingweb3- DeFi, NFT, DAO, gamingsaas- SMB to enterprisedevtools- Developer tools and librariesai- ML/AI productshealthcare- HealthTechecommerce- Online retaileducation- EdTechgaming- Game developmentmedia- Publishing and streaming
TypeScript Support
import type {
DemandConfig,
AudienceSegment,
SearchIntentMap,
CommunityMap,
CompetitiveLandscape,
ActionItem
} from '@blurtopian/pulse-latent-demand';
import { industryPresets, getIndustryPreset } from '@blurtopian/pulse-latent-demand';Related Skills
pulse-pitch- Create pitch materials for identified segmentspulse-demo-skill- Create demo videos targeting specific audiences
License
MIT