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.
Obviously Awesome — Customer-Grounded Positioning
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 and compile YAML. The parent will consume that YAML, write the approved intermediate, and recalculate whether another framework or synthesis is next.
## Continue In A Fresh Session
/positioning
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: obviously-awesome
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 the parent command shown under ## Continue In A Fresh Session, 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/customer-feedback.md (or research/{slug}/customer-feedback.md) must exist AND must contain real post-launch customer evidence (not hypothetical personas or pre-launch assumptions). If missing or hypothetical, STOP and tell user: "The Obviously Awesome methodology requires real customer data — what customers actually say and do post-launch. Run /customer-feedback with real interview/survey/support data first."
- 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.
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 and Verify Customer Evidence
- Read
research/customer-feedback.md — verify it contains real customer data (quotes, behaviors, support tickets, interview transcripts, survey responses, usage patterns)
- STOP CHECK: If customer-feedback.md contains only hypothetical personas, pre-launch assumptions, or lacks real customer quotes/behaviors, STOP and inform the user this framework requires post-launch customer evidence.
- Read
research/icp.md — ICP segments, pain points, value props
- Read
research/competitive-analysis.md — competitor landscape, alternatives
- Read CLAUDE.md, README, and key source files for product context
2. Step 1 — Competitive Alternatives
Identify what customers would ACTUALLY use if this product disappeared tomorrow. This is not a competitive analysis exercise — it is grounded in real customer behavior:
- Direct competitors — products customers explicitly considered or switched from
- Adjacent solutions — tools customers repurpose to solve the same problem
- DIY/manual workarounds — spreadsheets, scripts, manual processes customers build
- Do nothing — the status quo (often the real competitor)
- Hire someone — outsourcing, consultants, agencies
Source from customer-feedback.md: What did customers use before? What do they compare this product to? What would they go back to?
3. Step 2 — Unique Attributes
For each competitive alternative, identify what this product has that alternatives genuinely don't:
- Features alternatives lack entirely
- Approach or philosophy that's fundamentally different
- Technical advantages (speed, accuracy, simplicity, reliability)
- Business model advantages (pricing, no lock-in, transparency)
- Experience advantages (UX, onboarding, community)
Be ruthless. Only include attributes that are truly unique:
- If competitors also have it, it's table stakes — exclude it
- If it's on the roadmap but not shipped, it's not an attribute — exclude it
- If customers don't notice or mention it, question whether it's actually unique
4. Step 3 — Value Mapping
Map each unique attribute to the customer value it creates. Use evidence from customer-feedback.md:
| Unique Attribute |
Customer Value |
Value Type |
Evidence |
| [attribute] |
[what it enables for the customer] |
Time/Money/Risk/Capability/Quality |
[customer quote or behavior] |
Value types:
- Saves time — enables faster outcomes, reduces manual work
- Saves money — reduces cost vs. alternatives
- Reduces risk — prevents failures, compliance issues, errors
- Unlocks capability — enables something previously impossible
- Improves quality — better outcomes, fewer mistakes, higher standards
Use AskUserQuestion:
- "Is this value actually experienced by customers, or is it hoped-for value? Which rows have the strongest customer evidence?"
5. Step 4 — Target Segment
From the value mapping, identify who cares MOST about the unique value. This is not the broadest market — it is the best-fit segment:
- Who experiences the unique value most acutely?
- Who would be most disappointed if the product disappeared?
- Who gets the most value from what makes this product different (not just from the category)?
- Who has the shortest time-to-value?
- Who tells other people about the product?
Cross-reference with customer-feedback.md: Which segment provides the most enthusiastic feedback? Which has the highest retention/engagement?
6. Step 5 — Market Category
Determine what category makes the unique value obvious to the best-fit segment. The category must:
- Set correct buyer expectations
- Make the unique attributes feel like natural advantages (not weird edge features)
- Put the product alongside the right comparisons
- Help buyers find the product through familiar search terms
Three options:
- Existing category: Known category where the product can win on the unique dimensions
- Subcategory: Niche within an existing category that the product owns
- New category: Entirely new frame (expensive — only if existing categories actively mislead)
Use WebSearch to research:
- How do customers describe the product to others?
- What category do they put it in mentally?
- What search terms would the best-fit segment use?
7. Synthesize Positioning Statement
Combine all five steps into a complete positioning statement:
For [target segment from Step 4]
who [need/pain the unique value addresses]
[product name] is a [market category from Step 5]
that [primary value from Step 3]
Unlike [primary competitive alternative from Step 1]
[product name] [key differentiator from Step 2]
8. Final Validation
Use AskUserQuestion for final validation:
- "Does this positioning match what your best customers actually experience?"
- "Would your most enthusiastic customers recognize themselves in this statement?"
- "Is there anything here that feels aspirational rather than grounded in reality?"
Output
research/positioning-obviously-awesome.md (or research/{slug}/positioning-obviously-awesome.md)
# Obviously Awesome Positioning
> Based on: research/customer-feedback.md, research/icp.md, research/competitive-analysis.md
> Date: [current date]
> Methodology: "Obviously Awesome" (April Dunford) — 5-Step Customer-Grounded Positioning
## Positioning Statement
**For** [target segment]
**who** [need/pain]
**[product name] is a** [market category]
**that** [primary value]
**Unlike** [primary competitive alternative]
**[product name]** [key differentiator]
## Step 1: Competitive Alternatives
What customers would actually use if this product didn't exist:
| Alternative | Type | Customer Evidence | Strengths | Weaknesses |
|------------|------|-------------------|-----------|------------|
| [alternative] | Direct/Adjacent/DIY/Status quo/Hire | [quote or behavior] | [strengths] | [weaknesses] |
**Primary competitive alternative**: [the one most customers would default to]
**Evidence**: [customer quote or behavior demonstrating this]
## Step 2: Unique Attributes
What this product has that alternatives genuinely don't:
| Attribute | Why It's Unique | Customer Evidence | Table Stakes? |
|-----------|----------------|-------------------|---------------|
| [attribute] | [explanation] | [quote or behavior] | No — alternatives lack this |
**Attributes explicitly excluded** (table stakes):
- [feature] — [which alternatives also have this]
**Honesty check**: [If nothing is truly unique, state that clearly here — that is a critical finding]
## Step 3: Value Mapping
| Unique Attribute | Customer Value | Value Type | Customer Evidence |
|-----------------|----------------|------------|-------------------|
| [attribute] | [what it enables] | Time/Money/Risk/Capability/Quality | [quote or behavior] |
**Primary value**: [the single most important value customers get from what's unique]
**Evidence strength**: [how many customers independently confirm this value]
## Step 4: Best-Fit Target Segment
**Segment**: [specific description]
**Why they care most**: [why this segment values the unique attributes more than others]
**Customer evidence**: [what feedback/behavior demonstrates this is the best-fit segment]
### Characteristics of Best-Fit Customers
- [characteristic with evidence]
- [characteristic with evidence]
- [characteristic with evidence]
### Who This Is NOT For
- [segment that's a bad fit and why — with evidence if available]
## Step 5: Market Category
**Category**: [chosen category]
**Strategy**: Existing category / Subcategory / New category
**Why**: [rationale grounded in how best-fit customers think and search]
### How Customers Describe It
[What language do customers actually use when describing this product to others?]
### Categories Considered & Rejected
| Category | Why Considered | Why Rejected |
|----------|---------------|-------------|
| [category] | [reason] | [reason — with customer evidence if available] |
## Evidence Matrix
| Claim | Evidence Source | Evidence Type | Confidence |
|-------|---------------|---------------|------------|
| [positioning claim] | [customer-feedback.md section/quote] | Customer-reported/Observed behavior/Inferred | High/Medium/Low |
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
- REQUIRES real customer evidence. If
customer-feedback.md is hypothetical, pre-launch, or missing real customer quotes/behaviors, STOP and tell the user. This framework does not work with assumptions.
- Customer-grounded: every decision must connect to real customer behavior. If a positioning element cannot be connected to customer evidence, label it as hypothesized and flag it for validation.
- Be honest about uniqueness. If nothing is truly unique, say so — that is a critical strategic finding, not a failure of the analysis.
- Value must be experienced, not hoped for. Only include value that customers report or demonstrate, not value the team wishes customers experienced.
- Best-fit is not broadest. The target segment is the segment that cares MOST, not the segment that's largest.
- Present before writing. Never write output files until positioning has been presented and validated.
- Do not overwrite existing
research/positioning-obviously-awesome.md without asking the user first.
Alignment Page
When this skill produces durable deliverables (research, specs, plans, reports, prototypes, or any document output), build a full-depth HTML alignment page following ALIGNMENT-PAGE.md in this skill's directory. Output: alignment/obviously-awesome-{topic}.html.
Default Shipping Contract
Follow the shared shipping contract convention in CLAUDE.md.
1---2name: obviously-awesome-153description: April Dunford Obviously Awesome methodology — competitive alternatives, unique attributes, value mapping, target segment, market category4---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# Obviously Awesome — Customer-Grounded Positioning
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 and compile YAML. The parent will consume that YAML, write the approved intermediate, and recalculate whether another framework or synthesis is next.
25
26## Continue In A Fresh Session
27/positioning
28```
29
30Use 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.
31
32The findings `review` page must also include `agent_routing` in bottom compiled YAML with this parent-owned shape:
33
34```yaml
35agent_routing:
36 workflow: pattern-a-research-loop
37 parent_skill: positioning
38 command: "/positioning research/{slug}"
39 product_path: research/{slug}
40 gate_owner: parent-orchestrator
41 gate_type: framework-findings
42 framework_slug: obviously-awesome
43 framework_mode: inline-subskill
44 run_manifest: research/{slug}/_working/positioning-run.yaml
45 next_resolution: parent-resolves-from-yaml-and-filesystem
46```
47
48Omit `product_path` in flat mode, keep `command` identical to the parent command shown under `## Continue In A Fresh Session`, 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.
49
50## Report-First Approval Gate
51
52Default 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.
53
54Do 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.
55
56After 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.
57
58Do 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.
59
60## Staged Research Workflow
61
62Use this staged workflow for synthesized research or report outputs that would create or update canonical research, spec, or task files.
63
641. **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.
652. **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.
663. **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.
67
68Canonical output paths remain unchanged. Search logs and other supporting evidence remain allowed only where this skill's output contract already requires them.
69
70## Evidence And Feedback Handling
71
72Treat user feedback as input to evaluate, not as automatic ground truth.
73
74- 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.
75- 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.
76- When feedback mixes facts and preference, separate them explicitly: correct the factual part, then incorporate the preference where it is a legitimate judgment call.
77- When uncertain, say what is known, what is inferred, and what would change the conclusion.
78
79## Prerequisites
80
81- **Hard**: `research/customer-feedback.md` (or `research/{slug}/customer-feedback.md`) must exist AND must contain real post-launch customer evidence (not hypothetical personas or pre-launch assumptions). If missing or hypothetical, STOP and tell user: "The Obviously Awesome methodology requires real customer data — what customers actually say and do post-launch. Run `/customer-feedback` with real interview/survey/support data first."
82- **Hard**: `research/icp.md` (or `research/{slug}/icp.md`) must exist. If not, tell the user to run `/customer-discovery` first and stop.
83- **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.
84
85## Process
86
87### 0. Product-Path Scope Resolution
88
89Resolve research scope by product path before using code or app structure as a hint:
90
911. 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.
922. 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.
933. 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.
944. 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.
955. 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.
966. If no product directories exist, use flat `research/` single-product mode.
977. 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}/`.
98
99When 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.
100
101### 1. Load Context and Verify Customer Evidence
102
103- Read `research/customer-feedback.md` — verify it contains real customer data (quotes, behaviors, support tickets, interview transcripts, survey responses, usage patterns)
104- **STOP CHECK**: If customer-feedback.md contains only hypothetical personas, pre-launch assumptions, or lacks real customer quotes/behaviors, STOP and inform the user this framework requires post-launch customer evidence.
105- Read `research/icp.md` — ICP segments, pain points, value props
106- Read `research/competitive-analysis.md` — competitor landscape, alternatives
107- Read CLAUDE.md, README, and key source files for product context
108
109### 2. Step 1 — Competitive Alternatives
110
111Identify what customers would ACTUALLY use if this product disappeared tomorrow. This is not a competitive analysis exercise — it is grounded in real customer behavior:
112
113- **Direct competitors** — products customers explicitly considered or switched from
114- **Adjacent solutions** — tools customers repurpose to solve the same problem
115- **DIY/manual workarounds** — spreadsheets, scripts, manual processes customers build
116- **Do nothing** — the status quo (often the real competitor)
117- **Hire someone** — outsourcing, consultants, agencies
118
119Source from customer-feedback.md: What did customers use before? What do they compare this product to? What would they go back to?
120
121### 3. Step 2 — Unique Attributes
122
123For each competitive alternative, identify what this product has that alternatives genuinely don't:
124
125- Features alternatives lack entirely
126- Approach or philosophy that's fundamentally different
127- Technical advantages (speed, accuracy, simplicity, reliability)
128- Business model advantages (pricing, no lock-in, transparency)
129- Experience advantages (UX, onboarding, community)
130
131**Be ruthless.** Only include attributes that are truly unique:
132- If competitors also have it, it's table stakes — exclude it
133- If it's on the roadmap but not shipped, it's not an attribute — exclude it
134- If customers don't notice or mention it, question whether it's actually unique
135
136### 4. Step 3 — Value Mapping
137
138Map each unique attribute to the customer value it creates. Use evidence from customer-feedback.md:
139
140| Unique Attribute | Customer Value | Value Type | Evidence |
141|-----------------|----------------|------------|----------|
142| [attribute] | [what it enables for the customer] | Time/Money/Risk/Capability/Quality | [customer quote or behavior] |
143
144Value types:
145- **Saves time** — enables faster outcomes, reduces manual work
146- **Saves money** — reduces cost vs. alternatives
147- **Reduces risk** — prevents failures, compliance issues, errors
148- **Unlocks capability** — enables something previously impossible
149- **Improves quality** — better outcomes, fewer mistakes, higher standards
150
151Use AskUserQuestion:
152- "Is this value actually experienced by customers, or is it hoped-for value? Which rows have the strongest customer evidence?"
153
154### 5. Step 4 — Target Segment
155
156From the value mapping, identify who cares MOST about the unique value. This is not the broadest market — it is the best-fit segment:
157
158- Who experiences the unique value most acutely?
159- Who would be most disappointed if the product disappeared?
160- Who gets the most value from what makes this product different (not just from the category)?
161- Who has the shortest time-to-value?
162- Who tells other people about the product?
163
164Cross-reference with customer-feedback.md: Which segment provides the most enthusiastic feedback? Which has the highest retention/engagement?
165
166### 6. Step 5 — Market Category
167
168Determine what category makes the unique value obvious to the best-fit segment. The category must:
169- Set correct buyer expectations
170- Make the unique attributes feel like natural advantages (not weird edge features)
171- Put the product alongside the right comparisons
172- Help buyers find the product through familiar search terms
173
174Three options:
175- **Existing category**: Known category where the product can win on the unique dimensions
176- **Subcategory**: Niche within an existing category that the product owns
177- **New category**: Entirely new frame (expensive — only if existing categories actively mislead)
178
179Use WebSearch to research:
180- How do customers describe the product to others?
181- What category do they put it in mentally?
182- What search terms would the best-fit segment use?
183
184### 7. Synthesize Positioning Statement
185
186Combine all five steps into a complete positioning statement:
187
188**For** [target segment from Step 4]
189**who** [need/pain the unique value addresses]
190**[product name] is a** [market category from Step 5]
191**that** [primary value from Step 3]
192**Unlike** [primary competitive alternative from Step 1]
193**[product name]** [key differentiator from Step 2]
194
195### 8. Final Validation
196
197Use AskUserQuestion for final validation:
198- "Does this positioning match what your best customers actually experience?"
199- "Would your most enthusiastic customers recognize themselves in this statement?"
200- "Is there anything here that feels aspirational rather than grounded in reality?"
201
202## Output
203
204### `research/positioning-obviously-awesome.md` (or `research/{slug}/positioning-obviously-awesome.md`)
205
206```markdown
207# Obviously Awesome Positioning
208
209> Based on: research/customer-feedback.md, research/icp.md, research/competitive-analysis.md
210> Date: [current date]
211> Methodology: "Obviously Awesome" (April Dunford) — 5-Step Customer-Grounded Positioning
212
213## Positioning Statement
214
215**For** [target segment]
216**who** [need/pain]
217**[product name] is a** [market category]
218**that** [primary value]
219**Unlike** [primary competitive alternative]
220**[product name]** [key differentiator]
221
222## Step 1: Competitive Alternatives
223
224What customers would actually use if this product didn't exist:
225
226| Alternative | Type | Customer Evidence | Strengths | Weaknesses |
227|------------|------|-------------------|-----------|------------|
228| [alternative] | Direct/Adjacent/DIY/Status quo/Hire | [quote or behavior] | [strengths] | [weaknesses] |
229
230**Primary competitive alternative**: [the one most customers would default to]
231**Evidence**: [customer quote or behavior demonstrating this]
232
233## Step 2: Unique Attributes
234
235What this product has that alternatives genuinely don't:
236
237| Attribute | Why It's Unique | Customer Evidence | Table Stakes? |
238|-----------|----------------|-------------------|---------------|
239| [attribute] | [explanation] | [quote or behavior] | No — alternatives lack this |
240
241**Attributes explicitly excluded** (table stakes):
242- [feature] — [which alternatives also have this]
243
244**Honesty check**: [If nothing is truly unique, state that clearly here — that is a critical finding]
245
246## Step 3: Value Mapping
247
248| Unique Attribute | Customer Value | Value Type | Customer Evidence |
249|-----------------|----------------|------------|-------------------|
250| [attribute] | [what it enables] | Time/Money/Risk/Capability/Quality | [quote or behavior] |
251
252**Primary value**: [the single most important value customers get from what's unique]
253**Evidence strength**: [how many customers independently confirm this value]
254
255## Step 4: Best-Fit Target Segment
256
257**Segment**: [specific description]
258**Why they care most**: [why this segment values the unique attributes more than others]
259**Customer evidence**: [what feedback/behavior demonstrates this is the best-fit segment]
260
261### Characteristics of Best-Fit Customers
262- [characteristic with evidence]
263- [characteristic with evidence]
264- [characteristic with evidence]
265
266### Who This Is NOT For
267- [segment that's a bad fit and why — with evidence if available]
268
269## Step 5: Market Category
270
271**Category**: [chosen category]
272**Strategy**: Existing category / Subcategory / New category
273**Why**: [rationale grounded in how best-fit customers think and search]
274
275### How Customers Describe It
276[What language do customers actually use when describing this product to others?]
277
278### Categories Considered & Rejected
279| Category | Why Considered | Why Rejected |
280|----------|---------------|-------------|
281| [category] | [reason] | [reason — with customer evidence if available] |
282
283## Evidence Matrix
284
285| Claim | Evidence Source | Evidence Type | Confidence |
286|-------|---------------|---------------|------------|
287| [positioning claim] | [customer-feedback.md section/quote] | Customer-reported/Observed behavior/Inferred | High/Medium/Low |
288```
289
290Create the `research/` directory if it doesn't exist.
291
292## Task Classification
293
294When this skill produces follow-up work, file it by execution semantics:
295
296- Immediately actionable implementation or documentation work goes in `tasks/todo.md`.
297- 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`.
298- 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.
299- 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.
300- Do not put non-blocking records or recurring obligations in `tasks/todo.md` unless they have been explicitly promoted into current execution work.
301
302## Constraints
303
304- **REQUIRES real customer evidence.** If `customer-feedback.md` is hypothetical, pre-launch, or missing real customer quotes/behaviors, STOP and tell the user. This framework does not work with assumptions.
305- **Customer-grounded: every decision must connect to real customer behavior.** If a positioning element cannot be connected to customer evidence, label it as hypothesized and flag it for validation.
306- **Be honest about uniqueness.** If nothing is truly unique, say so — that is a critical strategic finding, not a failure of the analysis.
307- **Value must be experienced, not hoped for.** Only include value that customers report or demonstrate, not value the team wishes customers experienced.
308- **Best-fit is not broadest.** The target segment is the segment that cares MOST, not the segment that's largest.
309- **Present before writing.** Never write output files until positioning has been presented and validated.
310- **Do not overwrite existing `research/positioning-obviously-awesome.md`** without asking the user first.
311
312## Alignment Page
313
314When this skill produces durable deliverables (research, specs, plans, reports, prototypes, or any document output), build a full-depth HTML alignment page following `ALIGNMENT-PAGE.md` in this skill's directory. Output: `alignment/obviously-awesome-{topic}.html`.
315
316## Default Shipping Contract
317
318Follow the shared shipping contract convention in CLAUDE.md.