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.
Strategic Canvas — Blue Ocean Value Curve Analysis
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, and paste it into a session invoking the parent skill. The parent will consume that YAML, write the approved intermediate, and recalculate whether another framework or synthesis is next.
## Invoke With YAML
/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: strategic-canvas
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 ## Invoke With YAML, 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/competitive-analysis.md (or research/{slug}/competitive-analysis.md) must exist. If not, tell the user to run /competitive-analysis first and stop.
- Soft:
research/icp.md (or research/{slug}/icp.md) — recommended for understanding which factors matter most to the target customer. If this context is missing and customer value factors cannot be assessed, recommend /customer-discovery first.
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/competitive-analysis.md — competitor landscape, strengths/weaknesses, feature comparisons, market gaps
- Read
research/icp.md if it exists — which factors matter most to the target customer
- Read CLAUDE.md, README, and key source files for product context
2. Extract Competing Factors
Identify the dimensions on which the industry competes. These are the factors that competitors invest in, market on, and that buyers evaluate:
- Price / cost
- Feature breadth / depth
- Speed / performance
- Ease of use / simplicity
- Support / service quality
- Integrations / ecosystem
- Customization / flexibility
- Brand / trust / reputation
- Security / compliance
- Community / network effects
Extract 6-12 factors that are most relevant to this specific market. Factors must come from actual competitive evidence in research/competitive-analysis.md, not invented dimensions.
3. Score Competitors
For each competing factor, score each competitor (including the user's product) on a scale:
- High — industry-leading investment/performance on this factor
- Medium — at or near industry standard
- Low — below industry standard or deliberately de-emphasized
Build the value curve table showing where each player sits on each factor.
4. Build Value Curve
Construct the value curve visualization as a table showing the relative positioning of each competitor across all factors. Identify:
- Where the user's product diverges from the industry norm
- Where all competitors cluster (red ocean — competing on the same dimensions)
- Where gaps exist (potential blue ocean)
5. Apply Four Actions Framework
For the user's product, determine strategic moves:
- Eliminate: Which factors taken for granted by the industry can be eliminated entirely? These are factors the industry competes on out of habit, not because customers truly need them.
- Reduce: Which factors can be reduced well below the industry standard? These are over-served dimensions where the industry over-invests relative to customer value.
- Raise: Which factors can be raised well above the industry standard? These are under-served dimensions where customers want more than anyone provides.
- Create: Which factors can be created that the industry has never offered? These are entirely new dimensions of value that redefine competition.
For each move, provide:
- The specific factor
- The rationale (why this move creates value)
- The evidence (from competitive analysis or ICP)
- The risk (what could go wrong)
6. Validate with User
Use AskUserQuestion to present the canvas and four actions:
- "Are these competing factors accurate? Am I missing any dimensions that matter in your market?"
- "Are these moves accurate? Which feel wrong or need stronger evidence?"
Output
research/positioning-strategic-canvas.md (or research/{slug}/positioning-strategic-canvas.md)
# Strategic Canvas — Blue Ocean Analysis
> Based on: research/competitive-analysis.md[, research/icp.md]
> Date: [current date]
> Methodology: Blue Ocean Strategy (Kim & Mauborgne)
## Competing Factors
| Factor | Description | Why It Matters |
|--------|-------------|----------------|
| [factor] | [what it means in this market] | [why buyers care] |
## Value Curve Table
| Factor | [Competitor 1] | [Competitor 2] | [Competitor N] | [Product] |
|--------|----------------|----------------|----------------|-----------|
| [factor] | High/Med/Low | High/Med/Low | High/Med/Low | High/Med/Low |
### Value Curve Observations
- **Cluster zones**: [where all competitors are similar — red ocean]
- **Divergence points**: [where the product breaks from the pack]
- **Gaps**: [factors where no one invests — potential blue ocean]
## Four Actions Framework
### Eliminate
| Factor | Rationale | Evidence | Risk |
|--------|-----------|----------|------|
| [factor] | [why eliminate] | [source] | [what could go wrong] |
### Reduce
| Factor | Current Industry Level | Proposed Level | Rationale | Evidence |
|--------|----------------------|----------------|-----------|----------|
| [factor] | High | Low/Med | [why reduce] | [source] |
### Raise
| Factor | Current Industry Level | Proposed Level | Rationale | Evidence |
|--------|----------------------|----------------|-----------|----------|
| [factor] | Low/Med | High | [why raise] | [source] |
### Create
| Factor | Description | Customer Value | Evidence | Risk |
|--------|-------------|----------------|----------|------|
| [new factor] | [what it is] | [why customers want it] | [source] | [what could go wrong] |
## Strategic Implications
### New Value Curve
[Description of the target value curve after applying the four actions]
### Category Impact
[Does this canvas suggest the product should be in an existing category, subcategory, or new category?]
### Positioning Direction
[What positioning angle does this canvas support?]
## Evidence Matrix
| Claim | Evidence Source | Evidence Type | Confidence |
|-------|---------------|---------------|------------|
| [claim about a factor or move] | [source file/section] | Observed/Inferred/Hypothesized | 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
- Factors must come from actual competitive evidence. Do not invent dimensions — extract them from the competitive analysis.
- Score honestly. If the user's product is Low on a factor, say so. The canvas is diagnostic, not aspirational.
- Eliminate means eliminate, not reduce. Only put factors in Eliminate if they can truly be dropped entirely without losing the target customer.
- Create requires novelty. A factor in Create must be something genuinely new to the industry, not just something the user does better.
- Present before writing. Never write output files until the canvas has been presented and validated.
- Do not overwrite existing
research/positioning-strategic-canvas.md without asking the user first.
Alignment Page
Follow the shared alignment-page convention via the packaged convention resolver; output path is alignment/strategic-canvas-{topic}.html.
Default Shipping Contract
Follow the shared shipping contract convention in CLAUDE.md.
1---2name: strategic-canvas-173description: Blue Ocean strategic canvas — extract competing factors, build value curves, identify eliminate/reduce/raise/create moves4---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# Strategic Canvas — Blue Ocean Value Curve Analysis
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, and paste it into a session invoking the parent skill. The parent will consume that YAML, write the approved intermediate, and recalculate whether another framework or synthesis is next.
25
26## Invoke With YAML
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: strategic-canvas
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 `## Invoke With YAML`, 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/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**: `research/icp.md` (or `research/{slug}/icp.md`) — recommended for understanding which factors matter most to the target customer. If this context is missing and customer value factors cannot be assessed, recommend `/customer-discovery` first.
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/competitive-analysis.md` — competitor landscape, strengths/weaknesses, feature comparisons, market gaps
103- Read `research/icp.md` if it exists — which factors matter most to the target customer
104- Read CLAUDE.md, README, and key source files for product context
105
106### 2. Extract Competing Factors
107
108Identify the dimensions on which the industry competes. These are the factors that competitors invest in, market on, and that buyers evaluate:
109
110- Price / cost
111- Feature breadth / depth
112- Speed / performance
113- Ease of use / simplicity
114- Support / service quality
115- Integrations / ecosystem
116- Customization / flexibility
117- Brand / trust / reputation
118- Security / compliance
119- Community / network effects
120
121Extract 6-12 factors that are most relevant to this specific market. Factors must come from actual competitive evidence in `research/competitive-analysis.md`, not invented dimensions.
122
123### 3. Score Competitors
124
125For each competing factor, score each competitor (including the user's product) on a scale:
126- **High** — industry-leading investment/performance on this factor
127- **Medium** — at or near industry standard
128- **Low** — below industry standard or deliberately de-emphasized
129
130Build the value curve table showing where each player sits on each factor.
131
132### 4. Build Value Curve
133
134Construct the value curve visualization as a table showing the relative positioning of each competitor across all factors. Identify:
135- Where the user's product diverges from the industry norm
136- Where all competitors cluster (red ocean — competing on the same dimensions)
137- Where gaps exist (potential blue ocean)
138
139### 5. Apply Four Actions Framework
140
141For the user's product, determine strategic moves:
142
143- **Eliminate**: Which factors taken for granted by the industry can be eliminated entirely? These are factors the industry competes on out of habit, not because customers truly need them.
144- **Reduce**: Which factors can be reduced well below the industry standard? These are over-served dimensions where the industry over-invests relative to customer value.
145- **Raise**: Which factors can be raised well above the industry standard? These are under-served dimensions where customers want more than anyone provides.
146- **Create**: Which factors can be created that the industry has never offered? These are entirely new dimensions of value that redefine competition.
147
148For each move, provide:
149- The specific factor
150- The rationale (why this move creates value)
151- The evidence (from competitive analysis or ICP)
152- The risk (what could go wrong)
153
154### 6. Validate with User
155
156Use AskUserQuestion to present the canvas and four actions:
157- "Are these competing factors accurate? Am I missing any dimensions that matter in your market?"
158- "Are these moves accurate? Which feel wrong or need stronger evidence?"
159
160## Output
161
162### `research/positioning-strategic-canvas.md` (or `research/{slug}/positioning-strategic-canvas.md`)
163
164```markdown
165# Strategic Canvas — Blue Ocean Analysis
166
167> Based on: research/competitive-analysis.md[, research/icp.md]
168> Date: [current date]
169> Methodology: Blue Ocean Strategy (Kim & Mauborgne)
170
171## Competing Factors
172
173| Factor | Description | Why It Matters |
174|--------|-------------|----------------|
175| [factor] | [what it means in this market] | [why buyers care] |
176
177## Value Curve Table
178
179| Factor | [Competitor 1] | [Competitor 2] | [Competitor N] | [Product] |
180|--------|----------------|----------------|----------------|-----------|
181| [factor] | High/Med/Low | High/Med/Low | High/Med/Low | High/Med/Low |
182
183### Value Curve Observations
184- **Cluster zones**: [where all competitors are similar — red ocean]
185- **Divergence points**: [where the product breaks from the pack]
186- **Gaps**: [factors where no one invests — potential blue ocean]
187
188## Four Actions Framework
189
190### Eliminate
191| Factor | Rationale | Evidence | Risk |
192|--------|-----------|----------|------|
193| [factor] | [why eliminate] | [source] | [what could go wrong] |
194
195### Reduce
196| Factor | Current Industry Level | Proposed Level | Rationale | Evidence |
197|--------|----------------------|----------------|-----------|----------|
198| [factor] | High | Low/Med | [why reduce] | [source] |
199
200### Raise
201| Factor | Current Industry Level | Proposed Level | Rationale | Evidence |
202|--------|----------------------|----------------|-----------|----------|
203| [factor] | Low/Med | High | [why raise] | [source] |
204
205### Create
206| Factor | Description | Customer Value | Evidence | Risk |
207|--------|-------------|----------------|----------|------|
208| [new factor] | [what it is] | [why customers want it] | [source] | [what could go wrong] |
209
210## Strategic Implications
211
212### New Value Curve
213[Description of the target value curve after applying the four actions]
214
215### Category Impact
216[Does this canvas suggest the product should be in an existing category, subcategory, or new category?]
217
218### Positioning Direction
219[What positioning angle does this canvas support?]
220
221## Evidence Matrix
222
223| Claim | Evidence Source | Evidence Type | Confidence |
224|-------|---------------|---------------|------------|
225| [claim about a factor or move] | [source file/section] | Observed/Inferred/Hypothesized | High/Medium/Low |
226```
227
228Create the `research/` directory if it doesn't exist.
229
230## Task Classification
231
232When this skill produces follow-up work, file it by execution semantics:
233
234- Immediately actionable implementation or documentation work goes in `tasks/todo.md`.
235- 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`.
236- 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.
237- 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.
238- Do not put non-blocking records or recurring obligations in `tasks/todo.md` unless they have been explicitly promoted into current execution work.
239
240## Constraints
241
242- **Factors must come from actual competitive evidence.** Do not invent dimensions — extract them from the competitive analysis.
243- **Score honestly.** If the user's product is Low on a factor, say so. The canvas is diagnostic, not aspirational.
244- **Eliminate means eliminate, not reduce.** Only put factors in Eliminate if they can truly be dropped entirely without losing the target customer.
245- **Create requires novelty.** A factor in Create must be something genuinely new to the industry, not just something the user does better.
246- **Present before writing.** Never write output files until the canvas has been presented and validated.
247- **Do not overwrite existing `research/positioning-strategic-canvas.md`** without asking the user first.
248
249## Alignment Page
250
251Follow the shared alignment-page convention via the packaged convention resolver; output path is `alignment/strategic-canvas-{topic}.html`.
252
253## Default Shipping Contract
254
255Follow the shared shipping contract convention in CLAUDE.md.