Pack Availability Guard
Before telling the user to run a skill from another project-local pack, check .agents/project.json.enabled_packs. If the target pack is not enabled, recommend npx skillpacks install <pack> from the project shell, instead of the target skill. Only the currently running skill and skills verified available in the active session or project-local install state are directly recommendable. For unavailable pack skills, recommend npx skillpacks install <pack-or-skill>; for unavailable base skills, recommend npx skillpacks init before the skill.
Moore Positioning — Crossing the Chasm Template
Parent Orchestrator Routing
Run only through the parent orchestrator /positioning as part of its Research Session Loop. If the user needs to continue pending framework work, tell them to clear context and re-invoke /positioning with the same product/research path argument when present, for example /positioning research/afps-tracker.
Do not ask users to invoke this framework directly or with a path-shaped child framework command. Do not emit downstream routing labels, child-framework commands, execution-loop commands, or downstream skill recommendations from this framework subskill.
Terminal Handoff Contract
When this framework is run inline and stops on its findings review page, the terminal response must end with:
## Next Work
Review the framework findings page, compile YAML, clear context, and paste the compiled YAML into a fresh session. The parent will consume that YAML, write the approved intermediate, and recalculate whether another framework or synthesis is next.
The compiled YAML must carry the parent command (for example, /positioning) in command and agent_routing.command.
Use the same product/research path argument when present. Do not decide from inside the framework whether the next parent run executes another framework or synthesis; the parent orchestrator recalculates that from the run manifest and canonical-intermediate files after approval.
The findings review page must also include agent_routing in bottom compiled YAML with this parent-owned shape:
agent_routing:
workflow: pattern-a-research-loop
parent_skill: positioning
command: "/positioning research/{slug}"
product_path: research/{slug}
gate_owner: parent-orchestrator
gate_type: framework-findings
framework_slug: moore-positioning
framework_mode: inline-subskill
run_manifest: research/{slug}/_working/positioning-run.yaml
next_resolution: parent-resolves-from-yaml-and-filesystem
Omit product_path in flat mode, keep command identical to agent_routing.command, and never replace it with a child framework path command. The parent consumes this YAML, writes the approved intermediate, archives the working packet/page, and recalculates the next state.
Report-First Approval Gate
Default to scope-first approval: before synthesized research, inspect only enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions in a review alignment page plus a concise conversation summary.
Do not perform synthesized research, rank candidates, make recommendations, or write working packets or canonical deliverables until final compiled YAML approves the research scope. Minimal pre-approval discovery may identify available files, source categories, and open questions; label it as scope evidence, not findings.
After approved research-scope YAML, perform the research and write only the non-canonical working packet defined in the staged workflow. Then update the review alignment page with findings and stop again for feedback-only YAML or final compiled YAML artifact approval before creating or updating canonical research, spec, or task files.
Do not include downstream routing language. While the framework findings page is in review, use only the parent-owned terminal handoff sections above. Parent synthesis owns downstream routing only after approved synthesis artifacts are written or updated.
Staged Research Workflow
Use this staged workflow for synthesized research or report outputs that would create or update canonical research, spec, or task files.
- Stage 1 - Scope discovery and approval. Inspect only enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions. Build the
review HTML alignment page before synthesized research. The page must render the proposed scope, available source categories, known context, assumptions/confidence, proposed working-packet and canonical output paths, and research-scope approval gates. Stop for final compiled YAML approval of the research scope. Do not perform synthesized research, rank candidates, make recommendations, or write working packets, canonical research, spec, or task files in Stage 1.
- Stage 2 - Research and artifact review. Only after approved research-scope YAML with no unresolved
needs-clarification, unresolved down feedback, or other unresolved negative feedback, perform the synthesized research, run required source/code checks, and write only a non-canonical working packet: flat mode uses research/_working/preliminary-<skill>-research.md; product-path mode uses research/{slug}/_working/preliminary-<skill>-research.md. Replace <skill> with this skill's name value. Raw evidence or search logs may remain as supporting evidence where this skill already requires them, but synthesized deliverables stay in the working packet. Update the review HTML alignment page so it renders the complete working-packet substance as structured HTML review UI: purpose-built sections, tables, matrices, gates, cards, and tier-appropriate charts or diagrams that preserve every packet section, finding, caveat, and decision detail without summary loss. Raw Markdown packet text may appear only as a supplemental source view after the rendered review UI; do not make a Full Preliminary Packet or Full Working Packet raw Markdown dump, giant <pre><code> block, link-only view, or source-only view the primary review surface. Include the evidence matrix, assumptions/confidence register, source coverage gaps, proposed canonical file changes, and artifact approval gates. Stop for either feedback-only YAML or final compiled YAML. Feedback-only YAML revises the working packet and page, then remains in Stage 2.
- Stage 3 - Finalize approved artifacts. Consume final compiled YAML for artifact approval only when it has no unresolved
needs-clarification, unresolved down feedback, or other unresolved negative feedback. Apply approved edits first, archive the working packet to docs/history/archive/YYYY-MM-DD/HHMMSS/<original-working-path>, remove the active working packet, write the approved canonical artifacts to the unchanged output paths below, and convert the alignment page to confirmed with the approval record preserved.
Canonical output paths remain unchanged. Search logs and other supporting evidence remain allowed only where this skill's output contract already requires them.
Evidence And Feedback Handling
Treat user feedback as input to evaluate, not as automatic ground truth.
- For factual, evidentiary, technical, or source-backed claims: verify against available evidence. If the user appears to misunderstand the evidence or states something factually incorrect, push back clearly and cite the evidence. Do not rewrite findings merely to agree.
- For taste, brand, positioning preference, risk appetite, prioritization, or other subjective judgment calls: weigh user feedback heavily and adapt the recommendation unless it conflicts with verified evidence.
- When feedback mixes facts and preference, separate them explicitly: correct the factual part, then incorporate the preference where it is a legitimate judgment call.
- When uncertain, say what is known, what is inferred, and what would change the conclusion.
Prerequisites
- Hard:
research/icp.md (or research/{slug}/icp.md) must exist. If not, tell the user to run /customer-discovery first and stop.
- Hard:
research/competitive-analysis.md (or research/{slug}/competitive-analysis.md) must exist. If not, tell the user to run /competitive-analysis first and stop.
- Soft: Any existing positioning framework outputs (
research/positioning-*.md) — read these if present to build on prior analysis rather than starting from scratch.
Process
0. Product-Path Scope Resolution
Resolve research scope by product path before using code or app structure as a hint:
- If
$ARGUMENTS names a non-archived research/{slug}/ directory or a product-path ID whose scope_path points there, use that path. Treat {slug} as the product/app name, not the ICP, audience, or segment label.
- If
$ARGUMENTS names only research/_archive/{slug}/ or a manifest entry with status: archived or legacy status: abandoned, stop and warn that the path is archived; do not write or update scoped outputs there.
- Read
research/.progress.yaml when present. Normalize legacy active_path to active_paths on read and write back active_paths on manifest updates. Treat legacy abandoned as archived; exclude archived, abandoned, deferred, revisit_candidate, promoted, and any scope_path under research/_archive/ from active target selection.
- If active product paths exist in the manifest, use those paths. If multiple active paths exist, ask which one to target unless this skill explicitly supports cross-path output.
- If no active manifest target exists, list non-archived product directories under
research/, excluding research/_archive/ and dot directories. Auto-select only when exactly one exists; ask when multiple exist.
- If no product directories exist, use flat
research/ single-product mode.
- Detect monorepo/app/package structure only as a secondary hint. Suggest creating a missing
research/{slug}/ product path when code clearly exposes an app, but do not require code or monorepo detection before using research/{slug}/.
When product path {slug} is active, read and write research under research/{slug}/, specs under specs/{slug}/, and treat top-level research/*.md files as flat-mode documents or cross-path summaries.
1. Load Context
- Read
research/icp.md — ICP segments, pain points, value props, trigger events
- Read
research/competitive-analysis.md — competitor landscape, primary alternatives, differentiation
- Read any existing
research/positioning-*.md files — prior framework outputs to build upon
- Read CLAUDE.md, README, and key source files for product context
2. Generate Positioning Hypothesis
Using the Geoffrey Moore positioning template from "Crossing the Chasm":
For [target customers]
who [statement of need/opportunity]
[product name] is a [market category]
that [key benefit]
Unlike [primary competitive alternative]
our product [primary differentiation]
Fill each element by drawing from evidence:
- Target customers: From ICP — the specific segment, not "everyone"
- Statement of need/opportunity: The pain point or trigger event that creates urgency
- Market category: The frame of reference buyers use to find and evaluate solutions
- Key benefit: The primary value — what customers get that matters most
- Primary competitive alternative: The strongest alternative the buyer would otherwise use
- Primary differentiation: What is genuinely different — not table stakes
3. Map Evidence Status
For each element of the positioning template, classify its evidence basis:
| Element |
Content |
Status |
Evidence Source |
| Target customers |
[filled in] |
Evidenced / Hypothesized / Unvalidated |
[source] |
| Statement of need |
[filled in] |
Evidenced / Hypothesized / Unvalidated |
[source] |
| Market category |
[filled in] |
Evidenced / Hypothesized / Unvalidated |
[source] |
| Key benefit |
[filled in] |
Evidenced / Hypothesized / Unvalidated |
[source] |
| Competitive alternative |
[filled in] |
Evidenced / Hypothesized / Unvalidated |
[source] |
| Primary differentiation |
[filled in] |
Evidenced / Hypothesized / Unvalidated |
[source] |
Status definitions:
- Evidenced: Directly supported by research artifacts (ICP interviews, competitive data, customer feedback)
- Hypothesized: Reasonable inference from available evidence, but not directly confirmed
- Unvalidated: Assertion without supporting evidence — needs testing
4. Identify Weakest Link
Determine which element of the positioning chain has the least evidence support:
- Which element is most likely to be wrong?
- What would change if this element were different?
- What evidence would strengthen or invalidate it?
- What is the cost of being wrong about this element?
5. Consider Alternative Hypotheses
Generate 1-2 alternative positioning hypotheses that use different elements:
- Alternative target customer
- Alternative market category
- Alternative competitive frame
- Alternative key benefit
For each alternative, note why it was considered and why the primary hypothesis was preferred.
6. Validate with User
Use AskUserQuestion to present the hypothesis and validate:
- "Does this positioning hypothesis ring true? Which elements need correction or stronger grounding?"
- Present the filled template, evidence map, weakest link, and alternatives
- Ask whether the primary hypothesis or an alternative feels more accurate
Output
research/positioning-moore.md (or research/{slug}/positioning-moore.md)
# Moore Positioning Hypothesis
> Based on: research/icp.md, research/competitive-analysis.md[, research/positioning-*.md]
> Date: [current date]
> Methodology: Geoffrey Moore — Crossing the Chasm
## Positioning Hypothesis
For **[target customers]**
who **[statement of need/opportunity]**
**[product name]** is a **[market category]**
that **[key benefit]**
Unlike **[primary competitive alternative]**
our product **[primary differentiation]**
## Evidence Mapping
| Element | Content | Status | Evidence Source | Confidence |
|---------|---------|--------|----------------|------------|
| Target customers | [content] | Evidenced/Hypothesized/Unvalidated | [source] | High/Med/Low |
| Statement of need | [content] | Evidenced/Hypothesized/Unvalidated | [source] | High/Med/Low |
| Market category | [content] | Evidenced/Hypothesized/Unvalidated | [source] | High/Med/Low |
| Key benefit | [content] | Evidenced/Hypothesized/Unvalidated | [source] | High/Med/Low |
| Competitive alternative | [content] | Evidenced/Hypothesized/Unvalidated | [source] | High/Med/Low |
| Primary differentiation | [content] | Evidenced/Hypothesized/Unvalidated | [source] | High/Med/Low |
## Weakest Link Analysis
**Weakest element**: [element name]
**Why it's weak**: [explanation]
**What would change if wrong**: [impact on positioning]
**Evidence needed**: [what would strengthen or invalidate]
**Cost of being wrong**: [consequences]
## Validation Needs
| Element | Validation Method | Priority |
|---------|-------------------|----------|
| [element] | [how to validate — customer interviews, A/B test, market research] | High/Med/Low |
## Alternative Hypotheses Considered
### Alternative 1: [brief label]
For **[target customers]**
who **[statement of need]**
**[product name]** is a **[market category]**
that **[key benefit]**
Unlike **[primary competitive alternative]**
our product **[primary differentiation]**
**Why considered**: [rationale]
**Why not preferred**: [rationale]
### Alternative 2: [brief label]
[Same format]
**Why considered**: [rationale]
**Why not preferred**: [rationale]
Create the research/ directory if it doesn't exist.
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.md with _(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 in tasks/todo.md.
- One-time condition-gated records, baselines, or future measurements go in
tasks/record-todo.md with 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.md with cadence, owner/agent, next due, evidence path, and escalation conditions.
- Do not put non-blocking records or recurring obligations in
tasks/todo.md unless they have been explicitly promoted into current execution work.
Constraints
- This is explicitly a hypothesis, not a declaration. The output is a testable positioning hypothesis, not final positioning. Label it as such.
- Clearly label hypothesized vs evidenced elements. Transparency about evidence quality is the core value of this framework.
- Do not conflate "key benefit" with feature list. The key benefit is the outcome, not the mechanism.
- Primary competitive alternative must be what customers actually use. Not what the company wishes they competed against.
- Present before writing. Never write output files until the hypothesis has been presented and validated.
- Do not overwrite existing
research/positioning-moore.md without asking the user first.
Alignment Page
Follow the shared alignment-page convention via the packaged convention resolver; output path is alignment/moore-positioning-{topic}.html.
Default Shipping Contract
Follow the shared shipping contract convention in CLAUDE.md.
1---2name: moore-positioning-23description: Geoffrey Moore positioning hypothesis — generate positioning statement using the Crossing the Chasm template4---5
6## Pack Availability Guard
7
8Before telling the user to run a skill from another project-local pack, check `.agents/project.json.enabled_packs`. If the target pack is not enabled, recommend `npx skillpacks install <pack>` from the project shell, instead of the target skill. Only the currently running skill and skills verified available in the active session or project-local install state are directly recommendable. For unavailable pack skills, recommend `npx skillpacks install <pack-or-skill>`; for unavailable base skills, recommend `npx skillpacks init` before the skill.
9
10# Moore Positioning — Crossing the Chasm Template
11
12## Parent Orchestrator Routing
13
14Run only through the parent orchestrator `/positioning` as part of its Research Session Loop. If the user needs to continue pending framework work, tell them to clear context and re-invoke `/positioning` with the same product/research path argument when present, for example `/positioning research/afps-tracker`.
15
16Do not ask users to invoke this framework directly or with a path-shaped child framework command. Do not emit downstream routing labels, child-framework commands, execution-loop commands, or downstream skill recommendations from this framework subskill.
17
18## Terminal Handoff Contract
19
20When this framework is run inline and stops on its findings `review` page, the terminal response must end with:
21
22```markdown
23## Next Work
24Review the framework findings page, compile YAML, clear context, and paste the compiled YAML into a fresh session. The parent will consume that YAML, write the approved intermediate, and recalculate whether another framework or synthesis is next.
25```
26
27The compiled YAML must carry the parent command (for example, `/positioning`) in `command` and `agent_routing.command`.
28
29Use the same product/research path argument when present. Do not decide from inside the framework whether the next parent run executes another framework or synthesis; the parent orchestrator recalculates that from the run manifest and canonical-intermediate files after approval.
30
31The findings `review` page must also include `agent_routing` in bottom compiled YAML with this parent-owned shape:
32
33```yaml
34agent_routing:
35 workflow: pattern-a-research-loop
36 parent_skill: positioning
37 command: "/positioning research/{slug}"
38 product_path: research/{slug}
39 gate_owner: parent-orchestrator
40 gate_type: framework-findings
41 framework_slug: moore-positioning
42 framework_mode: inline-subskill
43 run_manifest: research/{slug}/_working/positioning-run.yaml
44 next_resolution: parent-resolves-from-yaml-and-filesystem
45```
46
47Omit `product_path` in flat mode, keep `command` identical to `agent_routing.command`, and never replace it with a child framework path command. The parent consumes this YAML, writes the approved intermediate, archives the working packet/page, and recalculates the next state.
48
49## Report-First Approval Gate
50
51Default to scope-first approval: before synthesized research, inspect only enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions in a `review` alignment page plus a concise conversation summary.
52
53Do not perform synthesized research, rank candidates, make recommendations, or write working packets or canonical deliverables until final compiled YAML approves the research scope. Minimal pre-approval discovery may identify available files, source categories, and open questions; label it as scope evidence, not findings.
54
55After approved research-scope YAML, perform the research and write only the non-canonical working packet defined in the staged workflow. Then update the `review` alignment page with findings and stop again for feedback-only YAML or final compiled YAML artifact approval before creating or updating canonical research, spec, or task files.
56
57Do not include downstream routing language. While the framework findings page is in `review`, use only the parent-owned terminal handoff sections above. Parent synthesis owns downstream routing only after approved synthesis artifacts are written or updated.
58
59## Staged Research Workflow
60
61Use this staged workflow for synthesized research or report outputs that would create or update canonical research, spec, or task files.
62
631. **Stage 1 - Scope discovery and approval.** Inspect only enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions. Build the `review` HTML alignment page before synthesized research. The page must render the proposed scope, available source categories, known context, assumptions/confidence, proposed working-packet and canonical output paths, and research-scope approval gates. Stop for final compiled YAML approval of the research scope. Do not perform synthesized research, rank candidates, make recommendations, or write working packets, canonical research, spec, or task files in Stage 1.
642. **Stage 2 - Research and artifact review.** Only after approved research-scope YAML with no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback, perform the synthesized research, run required source/code checks, and write only a non-canonical working packet: flat mode uses `research/_working/preliminary-<skill>-research.md`; product-path mode uses `research/{slug}/_working/preliminary-<skill>-research.md`. Replace `<skill>` with this skill's `name` value. Raw evidence or search logs may remain as supporting evidence where this skill already requires them, but synthesized deliverables stay in the working packet. Update the `review` HTML alignment page so it renders the complete working-packet substance as structured HTML review UI: purpose-built sections, tables, matrices, gates, cards, and tier-appropriate charts or diagrams that preserve every packet section, finding, caveat, and decision detail without summary loss. Raw Markdown packet text may appear only as a supplemental source view after the rendered review UI; do not make a `Full Preliminary Packet` or `Full Working Packet` raw Markdown dump, giant `<pre><code>` block, link-only view, or source-only view the primary review surface. Include the evidence matrix, assumptions/confidence register, source coverage gaps, proposed canonical file changes, and artifact approval gates. Stop for either feedback-only YAML or final compiled YAML. Feedback-only YAML revises the working packet and page, then remains in Stage 2.
653. **Stage 3 - Finalize approved artifacts.** Consume final compiled YAML for artifact approval only when it has no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback. Apply approved edits first, archive the working packet to `docs/history/archive/YYYY-MM-DD/HHMMSS/<original-working-path>`, remove the active working packet, write the approved canonical artifacts to the unchanged output paths below, and convert the alignment page to `confirmed` with the approval record preserved.
66
67Canonical output paths remain unchanged. Search logs and other supporting evidence remain allowed only where this skill's output contract already requires them.
68
69## Evidence And Feedback Handling
70
71Treat user feedback as input to evaluate, not as automatic ground truth.
72
73- For factual, evidentiary, technical, or source-backed claims: verify against available evidence. If the user appears to misunderstand the evidence or states something factually incorrect, push back clearly and cite the evidence. Do not rewrite findings merely to agree.
74- For taste, brand, positioning preference, risk appetite, prioritization, or other subjective judgment calls: weigh user feedback heavily and adapt the recommendation unless it conflicts with verified evidence.
75- When feedback mixes facts and preference, separate them explicitly: correct the factual part, then incorporate the preference where it is a legitimate judgment call.
76- When uncertain, say what is known, what is inferred, and what would change the conclusion.
77
78## Prerequisites
79
80- **Hard**: `research/icp.md` (or `research/{slug}/icp.md`) must exist. If not, tell the user to run `/customer-discovery` first and stop.
81- **Hard**: `research/competitive-analysis.md` (or `research/{slug}/competitive-analysis.md`) must exist. If not, tell the user to run `/competitive-analysis` first and stop.
82- **Soft**: Any existing positioning framework outputs (`research/positioning-*.md`) — read these if present to build on prior analysis rather than starting from scratch.
83
84## Process
85
86### 0. Product-Path Scope Resolution
87
88Resolve research scope by product path before using code or app structure as a hint:
89
901. If `$ARGUMENTS` names a non-archived `research/{slug}/` directory or a product-path ID whose `scope_path` points there, use that path. Treat `{slug}` as the product/app name, not the ICP, audience, or segment label.
912. If `$ARGUMENTS` names only `research/_archive/{slug}/` or a manifest entry with `status: archived` or legacy `status: abandoned`, stop and warn that the path is archived; do not write or update scoped outputs there.
923. Read `research/.progress.yaml` when present. Normalize legacy `active_path` to `active_paths` on read and write back `active_paths` on manifest updates. Treat legacy `abandoned` as `archived`; exclude `archived`, `abandoned`, `deferred`, `revisit_candidate`, `promoted`, and any `scope_path` under `research/_archive/` from active target selection.
934. If active product paths exist in the manifest, use those paths. If multiple active paths exist, ask which one to target unless this skill explicitly supports cross-path output.
945. If no active manifest target exists, list non-archived product directories under `research/`, excluding `research/_archive/` and dot directories. Auto-select only when exactly one exists; ask when multiple exist.
956. If no product directories exist, use flat `research/` single-product mode.
967. Detect monorepo/app/package structure only as a secondary hint. Suggest creating a missing `research/{slug}/` product path when code clearly exposes an app, but do not require code or monorepo detection before using `research/{slug}/`.
97
98When product path `{slug}` is active, read and write research under `research/{slug}/`, specs under `specs/{slug}/`, and treat top-level `research/*.md` files as flat-mode documents or cross-path summaries.
99
100### 1. Load Context
101
102- Read `research/icp.md` — ICP segments, pain points, value props, trigger events
103- Read `research/competitive-analysis.md` — competitor landscape, primary alternatives, differentiation
104- Read any existing `research/positioning-*.md` files — prior framework outputs to build upon
105- Read CLAUDE.md, README, and key source files for product context
106
107### 2. Generate Positioning Hypothesis
108
109Using the Geoffrey Moore positioning template from "Crossing the Chasm":
110
111```
112For [target customers]
113who [statement of need/opportunity]
114[product name] is a [market category]
115that [key benefit]
116Unlike [primary competitive alternative]
117our product [primary differentiation]
118```
119
120Fill each element by drawing from evidence:
121- **Target customers**: From ICP — the specific segment, not "everyone"
122- **Statement of need/opportunity**: The pain point or trigger event that creates urgency
123- **Market category**: The frame of reference buyers use to find and evaluate solutions
124- **Key benefit**: The primary value — what customers get that matters most
125- **Primary competitive alternative**: The strongest alternative the buyer would otherwise use
126- **Primary differentiation**: What is genuinely different — not table stakes
127
128### 3. Map Evidence Status
129
130For each element of the positioning template, classify its evidence basis:
131
132| Element | Content | Status | Evidence Source |
133|---------|---------|--------|----------------|
134| Target customers | [filled in] | Evidenced / Hypothesized / Unvalidated | [source] |
135| Statement of need | [filled in] | Evidenced / Hypothesized / Unvalidated | [source] |
136| Market category | [filled in] | Evidenced / Hypothesized / Unvalidated | [source] |
137| Key benefit | [filled in] | Evidenced / Hypothesized / Unvalidated | [source] |
138| Competitive alternative | [filled in] | Evidenced / Hypothesized / Unvalidated | [source] |
139| Primary differentiation | [filled in] | Evidenced / Hypothesized / Unvalidated | [source] |
140
141Status definitions:
142- **Evidenced**: Directly supported by research artifacts (ICP interviews, competitive data, customer feedback)
143- **Hypothesized**: Reasonable inference from available evidence, but not directly confirmed
144- **Unvalidated**: Assertion without supporting evidence — needs testing
145
146### 4. Identify Weakest Link
147
148Determine which element of the positioning chain has the least evidence support:
149- Which element is most likely to be wrong?
150- What would change if this element were different?
151- What evidence would strengthen or invalidate it?
152- What is the cost of being wrong about this element?
153
154### 5. Consider Alternative Hypotheses
155
156Generate 1-2 alternative positioning hypotheses that use different elements:
157- Alternative target customer
158- Alternative market category
159- Alternative competitive frame
160- Alternative key benefit
161
162For each alternative, note why it was considered and why the primary hypothesis was preferred.
163
164### 6. Validate with User
165
166Use AskUserQuestion to present the hypothesis and validate:
167- "Does this positioning hypothesis ring true? Which elements need correction or stronger grounding?"
168- Present the filled template, evidence map, weakest link, and alternatives
169- Ask whether the primary hypothesis or an alternative feels more accurate
170
171## Output
172
173### `research/positioning-moore.md` (or `research/{slug}/positioning-moore.md`)
174
175```markdown
176# Moore Positioning Hypothesis
177
178> Based on: research/icp.md, research/competitive-analysis.md[, research/positioning-*.md]
179> Date: [current date]
180> Methodology: Geoffrey Moore — Crossing the Chasm
181
182## Positioning Hypothesis
183
184For **[target customers]**
185who **[statement of need/opportunity]**
186**[product name]** is a **[market category]**
187that **[key benefit]**
188Unlike **[primary competitive alternative]**
189our product **[primary differentiation]**
190
191## Evidence Mapping
192
193| Element | Content | Status | Evidence Source | Confidence |
194|---------|---------|--------|----------------|------------|
195| Target customers | [content] | Evidenced/Hypothesized/Unvalidated | [source] | High/Med/Low |
196| Statement of need | [content] | Evidenced/Hypothesized/Unvalidated | [source] | High/Med/Low |
197| Market category | [content] | Evidenced/Hypothesized/Unvalidated | [source] | High/Med/Low |
198| Key benefit | [content] | Evidenced/Hypothesized/Unvalidated | [source] | High/Med/Low |
199| Competitive alternative | [content] | Evidenced/Hypothesized/Unvalidated | [source] | High/Med/Low |
200| Primary differentiation | [content] | Evidenced/Hypothesized/Unvalidated | [source] | High/Med/Low |
201
202## Weakest Link Analysis
203
204**Weakest element**: [element name]
205**Why it's weak**: [explanation]
206**What would change if wrong**: [impact on positioning]
207**Evidence needed**: [what would strengthen or invalidate]
208**Cost of being wrong**: [consequences]
209
210## Validation Needs
211
212| Element | Validation Method | Priority |
213|---------|-------------------|----------|
214| [element] | [how to validate — customer interviews, A/B test, market research] | High/Med/Low |
215
216## Alternative Hypotheses Considered
217
218### Alternative 1: [brief label]
219
220For **[target customers]**
221who **[statement of need]**
222**[product name]** is a **[market category]**
223that **[key benefit]**
224Unlike **[primary competitive alternative]**
225our product **[primary differentiation]**
226
227**Why considered**: [rationale]
228**Why not preferred**: [rationale]
229
230### Alternative 2: [brief label]
231
232[Same format]
233
234**Why considered**: [rationale]
235**Why not preferred**: [rationale]
236```
237
238Create the `research/` directory if it doesn't exist.
239
240## Task Classification
241
242When this skill produces follow-up work, file it by execution semantics:
243
244- Immediately actionable implementation or documentation work goes in `tasks/todo.md`.
245- Human-only external actions tied to automated steps go in `tasks/manual-todo.md` with `_(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 in `tasks/todo.md`.
246- One-time condition-gated records, baselines, or future measurements go in `tasks/record-todo.md` with source, condition, non-blocking reason, evidence, and promotion rule.
247- Cadence-based reviews, playtests, adoption checks, investor updates, retros, or docs-health checks go in `tasks/recurring-todo.md` with cadence, owner/agent, next due, evidence path, and escalation conditions.
248- Do not put non-blocking records or recurring obligations in `tasks/todo.md` unless they have been explicitly promoted into current execution work.
249
250## Constraints
251
252- **This is explicitly a hypothesis, not a declaration.** The output is a testable positioning hypothesis, not final positioning. Label it as such.
253- **Clearly label hypothesized vs evidenced elements.** Transparency about evidence quality is the core value of this framework.
254- **Do not conflate "key benefit" with feature list.** The key benefit is the outcome, not the mechanism.
255- **Primary competitive alternative must be what customers actually use.** Not what the company wishes they competed against.
256- **Present before writing.** Never write output files until the hypothesis has been presented and validated.
257- **Do not overwrite existing `research/positioning-moore.md`** without asking the user first.
258
259## Alignment Page
260
261Follow the shared alignment-page convention via the packaged convention resolver; output path is `alignment/moore-positioning-{topic}.html`.
262
263## Default Shipping Contract
264
265Follow the shared shipping contract convention in CLAUDE.md.