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 /pack install <pack> instead of the target skill. Global skills are always valid. Skills from this same pack are valid because the current skill is already running from that pack.
Obviously Awesome — Customer-Grounded Positioning
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.
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 /icp 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.
Default Shipping Contract
Follow the shared shipping contract convention in CLAUDE.md.
1---2name: obviously-awesome-43description: 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 `/pack install <pack>` instead of the target skill. Global skills are always valid. Skills from this same pack are valid because the current skill is already running from that pack.
9
10# Obviously Awesome — Customer-Grounded Positioning
11
12## Report-First Approval Gate
13
14Default 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.
15
16Do 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.
17
18When 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.
19
20## Prerequisites
21
22- **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."
23- **Hard**: `research/icp.md` (or `research/{slug}/icp.md`) must exist. If not, tell the user to run `/icp` first and stop.
24- **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.
25
26## Process
27
28### 0. Product-Path Scope Resolution
29
30Resolve research scope by product path before using code or app structure as a hint:
31
321. 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.
332. 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.
343. 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.
354. 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.
365. 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.
376. If no product directories exist, use flat `research/` single-product mode.
387. 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}/`.
39
40When 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.
41
42### 1. Load Context and Verify Customer Evidence
43
44- Read `research/customer-feedback.md` — verify it contains real customer data (quotes, behaviors, support tickets, interview transcripts, survey responses, usage patterns)
45- **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.
46- Read `research/icp.md` — ICP segments, pain points, value props
47- Read `research/competitive-analysis.md` — competitor landscape, alternatives
48- Read CLAUDE.md, README, and key source files for product context
49
50### 2. Step 1 — Competitive Alternatives
51
52Identify what customers would ACTUALLY use if this product disappeared tomorrow. This is not a competitive analysis exercise — it is grounded in real customer behavior:
53
54- **Direct competitors** — products customers explicitly considered or switched from
55- **Adjacent solutions** — tools customers repurpose to solve the same problem
56- **DIY/manual workarounds** — spreadsheets, scripts, manual processes customers build
57- **Do nothing** — the status quo (often the real competitor)
58- **Hire someone** — outsourcing, consultants, agencies
59
60Source from customer-feedback.md: What did customers use before? What do they compare this product to? What would they go back to?
61
62### 3. Step 2 — Unique Attributes
63
64For each competitive alternative, identify what this product has that alternatives genuinely don't:
65
66- Features alternatives lack entirely
67- Approach or philosophy that's fundamentally different
68- Technical advantages (speed, accuracy, simplicity, reliability)
69- Business model advantages (pricing, no lock-in, transparency)
70- Experience advantages (UX, onboarding, community)
71
72**Be ruthless.** Only include attributes that are truly unique:
73- If competitors also have it, it's table stakes — exclude it
74- If it's on the roadmap but not shipped, it's not an attribute — exclude it
75- If customers don't notice or mention it, question whether it's actually unique
76
77### 4. Step 3 — Value Mapping
78
79Map each unique attribute to the customer value it creates. Use evidence from customer-feedback.md:
80
81| Unique Attribute | Customer Value | Value Type | Evidence |
82|-----------------|----------------|------------|----------|
83| [attribute] | [what it enables for the customer] | Time/Money/Risk/Capability/Quality | [customer quote or behavior] |
84
85Value types:
86- **Saves time** — enables faster outcomes, reduces manual work
87- **Saves money** — reduces cost vs. alternatives
88- **Reduces risk** — prevents failures, compliance issues, errors
89- **Unlocks capability** — enables something previously impossible
90- **Improves quality** — better outcomes, fewer mistakes, higher standards
91
92Use AskUserQuestion:
93- "Is this value actually experienced by customers, or is it hoped-for value? Which rows have the strongest customer evidence?"
94
95### 5. Step 4 — Target Segment
96
97From the value mapping, identify who cares MOST about the unique value. This is not the broadest market — it is the best-fit segment:
98
99- Who experiences the unique value most acutely?
100- Who would be most disappointed if the product disappeared?
101- Who gets the most value from what makes this product different (not just from the category)?
102- Who has the shortest time-to-value?
103- Who tells other people about the product?
104
105Cross-reference with customer-feedback.md: Which segment provides the most enthusiastic feedback? Which has the highest retention/engagement?
106
107### 6. Step 5 — Market Category
108
109Determine what category makes the unique value obvious to the best-fit segment. The category must:
110- Set correct buyer expectations
111- Make the unique attributes feel like natural advantages (not weird edge features)
112- Put the product alongside the right comparisons
113- Help buyers find the product through familiar search terms
114
115Three options:
116- **Existing category**: Known category where the product can win on the unique dimensions
117- **Subcategory**: Niche within an existing category that the product owns
118- **New category**: Entirely new frame (expensive — only if existing categories actively mislead)
119
120Use WebSearch to research:
121- How do customers describe the product to others?
122- What category do they put it in mentally?
123- What search terms would the best-fit segment use?
124
125### 7. Synthesize Positioning Statement
126
127Combine all five steps into a complete positioning statement:
128
129**For** [target segment from Step 4]
130**who** [need/pain the unique value addresses]
131**[product name] is a** [market category from Step 5]
132**that** [primary value from Step 3]
133**Unlike** [primary competitive alternative from Step 1]
134**[product name]** [key differentiator from Step 2]
135
136### 8. Final Validation
137
138Use AskUserQuestion for final validation:
139- "Does this positioning match what your best customers actually experience?"
140- "Would your most enthusiastic customers recognize themselves in this statement?"
141- "Is there anything here that feels aspirational rather than grounded in reality?"
142
143## Output
144
145### `research/positioning-obviously-awesome.md` (or `research/{slug}/positioning-obviously-awesome.md`)
146
147```markdown
148# Obviously Awesome Positioning
149
150> Based on: research/customer-feedback.md, research/icp.md, research/competitive-analysis.md
151> Date: [current date]
152> Methodology: "Obviously Awesome" (April Dunford) — 5-Step Customer-Grounded Positioning
153
154## Positioning Statement
155
156**For** [target segment]
157**who** [need/pain]
158**[product name] is a** [market category]
159**that** [primary value]
160**Unlike** [primary competitive alternative]
161**[product name]** [key differentiator]
162
163## Step 1: Competitive Alternatives
164
165What customers would actually use if this product didn't exist:
166
167| Alternative | Type | Customer Evidence | Strengths | Weaknesses |
168|------------|------|-------------------|-----------|------------|
169| [alternative] | Direct/Adjacent/DIY/Status quo/Hire | [quote or behavior] | [strengths] | [weaknesses] |
170
171**Primary competitive alternative**: [the one most customers would default to]
172**Evidence**: [customer quote or behavior demonstrating this]
173
174## Step 2: Unique Attributes
175
176What this product has that alternatives genuinely don't:
177
178| Attribute | Why It's Unique | Customer Evidence | Table Stakes? |
179|-----------|----------------|-------------------|---------------|
180| [attribute] | [explanation] | [quote or behavior] | No — alternatives lack this |
181
182**Attributes explicitly excluded** (table stakes):
183- [feature] — [which alternatives also have this]
184
185**Honesty check**: [If nothing is truly unique, state that clearly here — that is a critical finding]
186
187## Step 3: Value Mapping
188
189| Unique Attribute | Customer Value | Value Type | Customer Evidence |
190|-----------------|----------------|------------|-------------------|
191| [attribute] | [what it enables] | Time/Money/Risk/Capability/Quality | [quote or behavior] |
192
193**Primary value**: [the single most important value customers get from what's unique]
194**Evidence strength**: [how many customers independently confirm this value]
195
196## Step 4: Best-Fit Target Segment
197
198**Segment**: [specific description]
199**Why they care most**: [why this segment values the unique attributes more than others]
200**Customer evidence**: [what feedback/behavior demonstrates this is the best-fit segment]
201
202### Characteristics of Best-Fit Customers
203- [characteristic with evidence]
204- [characteristic with evidence]
205- [characteristic with evidence]
206
207### Who This Is NOT For
208- [segment that's a bad fit and why — with evidence if available]
209
210## Step 5: Market Category
211
212**Category**: [chosen category]
213**Strategy**: Existing category / Subcategory / New category
214**Why**: [rationale grounded in how best-fit customers think and search]
215
216### How Customers Describe It
217[What language do customers actually use when describing this product to others?]
218
219### Categories Considered & Rejected
220| Category | Why Considered | Why Rejected |
221|----------|---------------|-------------|
222| [category] | [reason] | [reason — with customer evidence if available] |
223
224## Evidence Matrix
225
226| Claim | Evidence Source | Evidence Type | Confidence |
227|-------|---------------|---------------|------------|
228| [positioning claim] | [customer-feedback.md section/quote] | Customer-reported/Observed behavior/Inferred | High/Medium/Low |
229```
230
231Create the `research/` directory if it doesn't exist.
232
233## Task Classification
234
235When this skill produces follow-up work, file it by execution semantics:
236
237- Immediately actionable implementation or documentation work goes in `tasks/todo.md`.
238- 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`.
239- 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.
240- 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.
241- Do not put non-blocking records or recurring obligations in `tasks/todo.md` unless they have been explicitly promoted into current execution work.
242
243## Constraints
244
245- **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.
246- **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.
247- **Be honest about uniqueness.** If nothing is truly unique, say so — that is a critical strategic finding, not a failure of the analysis.
248- **Value must be experienced, not hoped for.** Only include value that customers report or demonstrate, not value the team wishes customers experienced.
249- **Best-fit is not broadest.** The target segment is the segment that cares MOST, not the segment that's largest.
250- **Present before writing.** Never write output files until positioning has been presented and validated.
251- **Do not overwrite existing `research/positioning-obviously-awesome.md`** without asking the user first.
252
253## Alignment Page
254
255When 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`.
256
257## Default Shipping Contract
258
259Follow the shared shipping contract convention in CLAUDE.md.