ICP — Research-Driven Customer Discovery
Invoke as $icp.
Report-First Approval Gate
Default to report-only: present findings, evidence coverage, assumptions, recommended artifact path, and proposed file changes in a pre-approval alignment page plus a concise conversation summary for user approval before creating or updating canonical research, spec, or task files.
Do not write or overwrite synthesized deliverables until the user explicitly approves, unless the user invoked an explicit write/update/fix mode or clearly asked to write files upfront. Raw evidence capture may be persisted before analysis when reproducibility requires it; report those raw paths separately and still gate synthesized research/report writes.
When stopping for approval, build and attempt to open the alignment preview page first, then ask the user to review it and approve, question, or request adjustments. Do not include Recommended next skill, Recommended next command, or downstream routing language. The approval request itself is the next action. Only emit next-skill routing after the approved artifact has been written or updated.
Automated research that identifies multiple ICP candidates, maps pain points and value props, and selects a primary ICP. Uses web search + codebase analysis instead of interviews. If research/concept-brief.md or research/{app}/concept-brief.md exists, use it as starting context for the research frame.
Default stance: assume the user has no insider knowledge of the market. Explain segments, pain signals, and tradeoffs from first principles so the recommendation is defensible without founder intuition. Ask for corrections, hard constraints, or proprietary facts only when needed.
Workflow
- App Scope Resolution (Monorepo Support): Before parsing input, determine the app scope: (a) If
$ARGUMENTSspecifies an app name matching a subdirectory ofresearch/, use it. (b) Ifresearch/contains subdirectories (excluding files), list them and ask the user which app to target; if the session is already in Plan mode and there are 2-3 concrete choices, preferrequest_user_input, otherwise ask in plain text; if only one subdirectory exists, use it automatically. (c) If no subdirectories exist, proceed with flat structure (single-product mode). When app scope{app}is active: read/write research fromresearch/{app}/instead ofresearch/, read/write specs fromspecs/{app}/instead ofspecs/, preferresearch/{app}/concept-brief.mdas concept context when present, and also readresearch/icp.md(cross-app overview) for broader context. - Parse input and gather concept context:
- Read
research/.progress.yamlwhen present. Useactive_pathto identify the current product/app/ICP focus andproduct_paths[]to preserve secondary product paths without treating them as git branches or parallel implementation lanes. - Read
$ARGUMENTSas a spec file path or concept text when provided. - Read
research/{app}/concept-brief.mdin app scope, orresearch/concept-brief.mdin flat scope, when present. Treat it as starting context and source hypotheses, not as settled truth. - If
$ARGUMENTSis empty and a concept brief exists, use the concept brief as the primary input before falling back to README, specs, or codebase inference. - If
$ARGUMENTSconflicts with the concept brief, flag the mismatch at the first checkpoint and ask which premise should guide ICP research. - Read codebase if it exists. Read existing research for background.
- Detect monorepo (
turbo.json,pnpm-workspace.yaml,lerna.json,nx.json, orpackage.jsonworkspaces) — if multiple distinct user-facing products exist, run the full ICP process per app and produceresearch/{app-name}/icp.mdper app plus a unifiedresearch/icp.md. - Migrate old convention: If
research/icp-{app}.mdfiles exist (old naming), offer to move them toresearch/{app}/icp.md(and corresponding search logs toresearch/{app}/icp-search-log.md). Create the subdirectories as needed.
- Read
- Broad market research: WebSearch with 8–12 query strategies (personas, pain points, segments, trends, competitors, forums, job postings, industry reports, business model, willingness-to-pay signals). Log all queries and findings. Classify the business model into one or more of: B2B SaaS (PLG), B2B SaaS (SLG), B2C, B2C subscription, marketplace/platform, B2B2C, D2C, open-source/open-core, API/developer-first. Document classification with evidence in search log — this gates which sub-sections appear in the Discovery & Evaluation Behavior section.
- Identify 2–5 ICP candidates from research evidence — note who they are, pain evidence, accessibility, value potential, and WTP signal strength.
- Checkpoint 1 — Present candidates to user. Show ICP candidates with rationale — cite pain evidence found, accessibility signals, and value delivery reasoning from search findings for each candidate. Ask: "Do any surprise you? Any segment I'm missing?" Incorporate feedback before proceeding.
- Deep research per ICP: Targeted WebSearch to fill the 9-section framework for each candidate:
- Customer Profile — buyer persona, budget, discovery channels. Include Geographic Focus (only if the product has regulatory, language, or market-specific constraints — initial target region, why, expansion sequence), Named Accounts (B2B: 5–10 real companies that fit, with name, size, industry, and why they fit), and Business Model & Go-to-Market Motion (model type with evidence, primary motion PLG/SLG/community/partner/hybrid, buyer-user relationship)
- User Profile(s) — daily users, sophistication, goals, frustrations
- Trigger Events — what causes them to look NOW? Job changes, growth milestones, compliance deadlines, tool sunsets, contract renewals, funding events, new regulations. Rank by frequency and urgency.
- Current State Journey — step-by-step current workflow
- Pain Map — breakdowns, severity, frequency
- Current Alternatives (User Perspective) — what users say they currently use or have tried, in their own words
- Market Sizing — TAM/SAM/SOM via bottom-up (company counts × deal size) and top-down (industry reports, competitor revenue). Flag confidence level.
- Stated Value Drivers — what customers say matters in their own language, the "aha moment" as they describe it. Include Willingness-to-Pay Signals as a bounded evidence subsection: paid alternatives, budget owner/context, current spend or time-cost proxy, switching-cost tolerance, economic urgency, and pricing sensitivity cues. Do not recommend prices, packages, or monetization strategy here.
- Customer ↔ User Dynamics — post-purchase buyer-user relationship (provisioning, onboarding, admin vs end-user dynamics). For B2B, detailed buying process and DMU live in Discovery & Evaluation Behavior; this section focuses on the post-purchase relationship.
- Discovery & Evaluation Behavior — how this persona found, evaluated, and chose solutions. Capture behavioural signals only (where they searched, who they asked, what they compared). Populate section 10.
- Checkpoint 2 — Present scoring matrix and primary ICP selection. Show Value x Accessibility scores. The value rationale must explicitly distinguish pain intensity from WTP quality: active spend on alternatives, clear budget owner/context, high cost of inaction, tolerance for switching costs, and urgency tied to measurable economic outcomes count as strong WTP evidence; verbal interest without budget, free-only behavior, unclear owner, or price sensitivity that outweighs pain count as weak WTP evidence. Ask: "Which constraints, missing segments, or weak evidence should change this ranking?" Incorporate feedback.
- Cross-ICP analysis: Shared pains, conflicts, product line recs, build sequence, lowest-hanging-fruit x most-value prioritization, discovery & evaluation comparison (how discovery and evaluation behavior differs across ICPs; do different ICPs find and choose solutions through different paths?).
- Convert secondary ICPs, product-line recommendations, and materially different Cross-ICP Analysis outcomes into
research/.progress.yamlproduct_paths[]entries when they imply a different product surface, app scope, audience-first path, or future pivot. - Manifest entries must include
id,label,source_skill: icp,scope_path,status,reason,evidence_refs,revisit_trigger,next_skill, andlast_touched. - Keep the selected primary ICP as the
active_pathby default. Mark non-selected ICP/product pathsstatus: deferredorstatus: revisit_candidate; do not run full competitive analysis, positioning, journey mapping, UX, or specs for every deferred path unless the user promotes one.
- Convert secondary ICPs, product-line recommendations, and materially different Cross-ICP Analysis outcomes into
- Checkpoint 3 — Present cross-ICP analysis and build sequence. Show shared pains with source data, conflicts with specific examples, and build sequence rationale grounded in the scoring matrix. Ask: "Does this sequencing make sense?" Incorporate feedback.
- Final review: Present complete findings summary. Ask: "Ready to write? Anything to adjust?" Only write after user confirms.
After writing is complete, repeat the Recommended next step from the generated ## Next Steps section in the final chat response.
Deliverables
research/icp.md— Primary ICP in canonical 9 top-level##sections (Customer Profile, User Profile(s), Trigger Events, Current State Journey, Pain Map, Current Alternatives (User Perspective), Market Sizing, Stated Value Drivers, Customer ↔ User Dynamics). Include WTP evidence as a subsection inside## Stated Value Drivers, not as a new top-level parser-breaking section. Then supplementary## Discovery & Evaluation Behavior(section 10: how they find solutions, how they evaluate, how they choose), then## Additional ICPs(condensed 9-section + condensed discovery & evaluation per ICP, including condensed WTP evidence), then## Cross-ICP Analysis(prioritization matrix, shared pains, conflicts, product line recs, build sequence, discovery & evaluation comparison), then## Signals for Downstream Research(unvalidated observations routed to /competitive-analysis, /positioning, /monetization, /gtm)research/icp-search-log.md— Raw research log: every query, findings, evidence, scoring rationaleresearch/.progress.yaml— product-path manifest when secondary ICPs, Cross-ICP Analysis, or product-line recommendations create parked or promotable paths. Status values includeactive,deferred,revisit_candidate,promoted, andabandoned.- Monorepo:
research/{app-name}/icp.md+research/{app-name}/icp-search-log.mdper app, plus unifiedresearch/icp.mdcross-referencing all app-level ICPs with top-level prioritization
The output file must end with a ## Next Steps section based on which files exist. Include a Recommended item (the single highest-impact next step given current project state) with a one-line reason, followed by Other options (2–4 alternatives). Use this format in the output:
Next Steps
Recommended: $competitive-analysis — maps the landscape your ICP operates in so positioning and GTM have competitive grounding
Other options:
$competitive-analysis— Map the competitive landscape for this ICP's market (if noresearch/competitive-analysis.md)- IF no
research/journey-map.md: check.agents/project.json.enabled_packsforcustomer-lifecycle— ifcustomer-lifecycleis not enabled, recommend$pack install customer-lifecyclefirst; ifcustomer-lifecycleis enabled, recommend$journey-map— map the current-state journey to find intervention points - IF codebase exists: check
.agents/project.json.enabled_packsforbusiness-ops— ifbusiness-opsis not enabled, recommend$pack install business-opsfirst; ifbusiness-opsis enabled, recommend$mvp-gap— check if the codebase delivers on the ICP's top pain point - IF
research/competitive-analysis.mdexists: check.agents/project.json.enabled_packsforproduct-design— ifproduct-designis not enabled, recommend$pack install product-designfirst; ifproduct-designis enabled, recommend$brainstorm— generate solution ideas grounded in the ICP research
Only include items whose conditions are met. The recommendation ($competitive-analysis) is always applicable.
Task Classification
When this skill produces follow-up work, file it by execution semantics:
- Immediately actionable implementation or documentation work goes in
tasks/todo.md. - Human-only external actions tied to automated steps go in
tasks/manual-todo.mdwith_(blocks: Step N.X)_or_(after: Step N.X)_; repo edits, SDK wiring, generated assets, local commands, tests, audits, and authenticated CLI/API work stay intasks/todo.md. - One-time condition-gated records, baselines, or future measurements go in
tasks/record-todo.mdwith source, condition, non-blocking reason, evidence, and promotion rule. - Cadence-based reviews, playtests, adoption checks, investor updates, retros, or docs-health checks go in
tasks/recurring-todo.mdwith cadence, owner/agent, next due, evidence path, and escalation conditions. - Do not put non-blocking records or recurring obligations in
tasks/todo.mdunless they have been explicitly promoted into current execution work.
Constraints
- Stay in problem space — do not propose features, architecture, or solutions.
- Evidence-based — every claim must trace to research logged in
research/icp-search-log.md. - Primary ICP must use canonical 9
##headers for downstream compatibility ($spec-interview,$mvp-gap,$roadmap,$journey-map). The renamed sections (Current Alternatives (User Perspective),Stated Value Drivers) replace the formerMarket LandscapeandValue Propositionheaders. Section 10 (## Discovery & Evaluation Behavior) is supplementary and does not affect downstream parsing. - Section 10 captures behavioural signals only — how personas find, evaluate, and choose solutions. Do not include GTM strategy, channel analysis, budget authority, procurement process, or pricing expectations — those belong in downstream skills (
$gtm,$monetization,$enterprise-icp). - WTP belongs in ICP only as evidence of segment fit and urgency: budget ownership, paid alternatives, current spend/time-cost proxies, switching-cost tolerance, economic urgency, and price sensitivity cues. Do not convert WTP evidence into pricing recommendations, packaging, discounting, ARPA targets, or monetization strategy; route those raw signals to
$monetization. - Minimum 8 WebSearch queries before identifying candidates, 2–3 per candidate after.
- Do not overwrite existing
research/icp.mdwithout asking. - Present before writing — never write output until findings are validated through checkpoints.
## Next Stepsmust be the final section in the output file, with a recommended next step and 2–4 other options.
Alignment Page
Follow the shared Alignment Page convention in CLAUDE.md. Output: alignment/icp-{topic}.html.
Default Shipping Contract
Follow the shared shipping contract convention in CLAUDE.md.