ICP Evidence Analysis
Build hypotheses from evidence. Do not write persona fiction.
This skill inherits the ethical floor from skills/ETHICS.md. It enforces anti-hallucination and permission checks. Anti-spray and human-send are not applicable because this skill produces research artifacts, not outreach.
Inputs
Accept any combination of:
- a company URL and user-supplied description;
source_manifest.json;
- public product, pricing, integration, security, support, certification, filing, review, or coverage pages;
- an existing Newsjack monitor profile as unverified leads;
- target markets, exclusions, permitted-data rules, or fact-check results.
If only a URL and description are supplied, research enough independent public evidence to test the website's claims. Never treat a target's own positioning as buyer behavior.
Build the evidence perimeter
For every material claim, retain:
- source ID, canonical URL or authorized file;
- title/publisher, access or publication date, and source type;
- exact span or a faithful short paraphrase;
- whether it is
company_asserted, buyer_behavior, or independent;
- fact type, confidence, and permission status.
Keep negative and conflicting evidence. Stop if a source is private, unlawfully obtained, outside the user's permission, or contains personal data that is not needed.
Separate:
- products, capabilities, limitations, integrations, proof assets, and geographies;
- declared segments from independently supported demand;
- exact brand, product, domain, people, slogan, proprietary-category, campaign, and flattering-claim terms for the later contamination register;
- competitors named by evidence from alternatives merely guessed by the model.
Classify by publisher provenance, not by the claim's tone. A target-authored postmortem, benchmark, customer story, or technical article remains company_asserted; split it from any third-party analysis instead of blending both into one independent record.
Use fact-check when a material external claim lacks primary or independent support.
Form ICP hypotheses
Create testable contexts, not demographic biographies. Each hypothesis must include:
- organization, team, household, or user context;
- triggering condition or struggling moment;
- likely user, champion, economic buyer, approver, blocker, and post-purchase user when evidence supports them;
- constraints, disqualifiers, and geography;
- company capability that establishes standing;
- supporting evidence, counterevidence, confidence, and open questions.
A core-panel ICP needs at least one independent or behavioral source. A website-only ICP stays low confidence and hypothesis_only unless a human explicitly promotes it.
Do not:
- invent age, income, title, company size, maturity, or buying committee;
- assume current customers define the target population;
- infer market size or prevalence from source counts;
- invert product features into buyer jobs;
- erase evidence that contradicts positioning;
- decide prompt wording, weights, or funnel stages.
Confidence
high: multiple relevant sources, including direct behavior or strong independent evidence, agree.
medium: one strong source or several consistent weaker sources; material gaps remain.
low: company assertion, sparse proxy evidence, or conflict dominates.
Use null for unsupported fields. Never fill a schema slot with a plausible guess.
Output
Give the human a concise Markdown summary first:
- factual perimeter and permission status;
- supported ICPs and buying roles;
- counterevidence and exclusions;
- open research questions;
- Gate 1 decision:
ready_for_human_review, needs_research, or stop_permission_failure.
Then write icp_hypotheses.json with the shared envelope:
{
"schema_version": "1.0.0",
"artifact_id": "icp-<stable-slug>",
"created_at": "RFC3339",
"created_by": "declared agent or human",
"source_manifest_hash": null,
"warnings": ["hash_not_computed: compute source_manifest_hash before freeze"],
"gate_status": "ready_for_human_review",
"icps": [
{
"icp_id": "stable-id",
"label": "Evidence-bound context label",
"context": {},
"triggers": [{"text": "Observed trigger", "source_ids": ["source-001"]}],
"roles": [{"role": "champion", "label": "controller", "source_ids": ["source-001"]}],
"constraints": [],
"disqualifiers": [],
"standing_claim_ids": ["claim-001"],
"supporting_source_ids": ["source-001"],
"counterevidence_source_ids": [],
"confidence": "high | medium | low",
"status": "supported | hypothesis_only | excluded",
"open_questions": []
}
]
}
Every material field must trace to source IDs or be null. Preserve source spans in source_manifest.json; do not duplicate long excerpts here.
Handoff
After human Gate 1, pass approved ICP IDs, rejected IDs, permitted source IDs, target markets, and unresolved questions to buyer-job-intent-analysis. Do not silently promote hypotheses.
1---2name: icp-evidence-analysis3description: Turn a source-bound company and market dossier into testable ideal-customer-profile hypotheses, buying roles, triggers, constraints, disqualifiers, standing, counterevidence, and research gaps. Use when a URL, company description, monitor profile, or evidence manifest needs to become defensible ICP inputs for buyer research or an AI-visibility prompt panel.4---5
6# ICP Evidence Analysis
7
8Build hypotheses from evidence. Do not write persona fiction.
9
10This skill inherits the ethical floor from `skills/ETHICS.md`. It enforces anti-hallucination and permission checks. Anti-spray and human-send are not applicable because this skill produces research artifacts, not outreach.
11
12## Inputs
13
14Accept any combination of:
15
16- a company URL and user-supplied description;
17- `source_manifest.json`;
18- public product, pricing, integration, security, support, certification, filing, review, or coverage pages;
19- an existing Newsjack monitor profile as unverified leads;
20- target markets, exclusions, permitted-data rules, or fact-check results.
21
22If only a URL and description are supplied, research enough independent public evidence to test the website's claims. Never treat a target's own positioning as buyer behavior.
23
24## Build the evidence perimeter
25
26For every material claim, retain:
27
28- source ID, canonical URL or authorized file;
29- title/publisher, access or publication date, and source type;
30- exact span or a faithful short paraphrase;
31- whether it is `company_asserted`, `buyer_behavior`, or `independent`;
32- fact type, confidence, and permission status.
33
34Keep negative and conflicting evidence. Stop if a source is private, unlawfully obtained, outside the user's permission, or contains personal data that is not needed.
35
36Separate:
37
38- products, capabilities, limitations, integrations, proof assets, and geographies;
39- declared segments from independently supported demand;
40- exact brand, product, domain, people, slogan, proprietary-category, campaign, and flattering-claim terms for the later contamination register;
41- competitors named by evidence from alternatives merely guessed by the model.
42
43Classify by publisher provenance, not by the claim's tone. A target-authored postmortem, benchmark, customer story, or technical article remains `company_asserted`; split it from any third-party analysis instead of blending both into one `independent` record.
44
45Use `fact-check` when a material external claim lacks primary or independent support.
46
47## Form ICP hypotheses
48
49Create testable contexts, not demographic biographies. Each hypothesis must include:
50
51- organization, team, household, or user context;
52- triggering condition or struggling moment;
53- likely user, champion, economic buyer, approver, blocker, and post-purchase user when evidence supports them;
54- constraints, disqualifiers, and geography;
55- company capability that establishes standing;
56- supporting evidence, counterevidence, confidence, and open questions.
57
58A core-panel ICP needs at least one independent or behavioral source. A website-only ICP stays `low` confidence and `hypothesis_only` unless a human explicitly promotes it.
59
60Do not:
61
62- invent age, income, title, company size, maturity, or buying committee;
63- assume current customers define the target population;
64- infer market size or prevalence from source counts;
65- invert product features into buyer jobs;
66- erase evidence that contradicts positioning;
67- decide prompt wording, weights, or funnel stages.
68
69## Confidence
70
71- `high`: multiple relevant sources, including direct behavior or strong independent evidence, agree.
72- `medium`: one strong source or several consistent weaker sources; material gaps remain.
73- `low`: company assertion, sparse proxy evidence, or conflict dominates.
74
75Use `null` for unsupported fields. Never fill a schema slot with a plausible guess.
76
77## Output
78
79Give the human a concise Markdown summary first:
80
811. factual perimeter and permission status;
822. supported ICPs and buying roles;
833. counterevidence and exclusions;
844. open research questions;
855. Gate 1 decision: `ready_for_human_review`, `needs_research`, or `stop_permission_failure`.
86
87Then write `icp_hypotheses.json` with the shared envelope:
88
89```json
90{
91 "schema_version": "1.0.0",
92 "artifact_id": "icp-<stable-slug>",
93 "created_at": "RFC3339",
94 "created_by": "declared agent or human",
95 "source_manifest_hash": null,
96 "warnings": ["hash_not_computed: compute source_manifest_hash before freeze"],
97 "gate_status": "ready_for_human_review",
98 "icps": [
99 {
100 "icp_id": "stable-id",
101 "label": "Evidence-bound context label",
102 "context": {},
103 "triggers": [{"text": "Observed trigger", "source_ids": ["source-001"]}],
104 "roles": [{"role": "champion", "label": "controller", "source_ids": ["source-001"]}],
105 "constraints": [],
106 "disqualifiers": [],
107 "standing_claim_ids": ["claim-001"],
108 "supporting_source_ids": ["source-001"],
109 "counterevidence_source_ids": [],
110 "confidence": "high | medium | low",
111 "status": "supported | hypothesis_only | excluded",
112 "open_questions": []
113 }
114 ]
115}
116```
117
118Every material field must trace to source IDs or be `null`. Preserve source spans in `source_manifest.json`; do not duplicate long excerpts here.
119
120## Handoff
121
122After human Gate 1, pass approved ICP IDs, rejected IDs, permitted source IDs, target markets, and unresolved questions to `buyer-job-intent-analysis`. Do not silently promote hypotheses.