/industry-truths
Define time-horizoned assumptions about your industry (today / 6mo / 12mo) that ground strategic thinking. Use when the user is making roadmap, positioning or investment calls, or says 'what am I assuming about the market'. Also use proactively before a big strategic
$ npx -y skills add davekilleen/Dex --skill industry-truths --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/industry-truths
Context preview
The summary Claude sees to decide when to auto-load this skill.
Define time-horizoned assumptions about your industry (today / 6mo / 12mo) that ground strategic thinking. Use when the user is making roadmap, positioning or investment calls, or says 'what am I assuming about the market'. Also use proactively before a big strategic
SKILL.md
industry-truths.SKILL.mdname: industry-truths
description: "Define time-horizoned assumptions about your industry (today / 6mo / 12mo) that ground strategic thinking. Use when the user is making roadmap, positioning or investment calls, or says 'what am I assuming about the market'. Also use proactively before a big strategic recommendation. Not for capturing a single decision; use `decision-log`."
context: fork
Purpose
In rapidly changing industries (especially AI/tech), strategic decisions require grounding in **what you believe to be true** at different time horizons. This skill helps you define, document, and maintain those assumptions so every ideation session and strategic conversation carries that context.
The Problem
When everything's shifting fast, it's easy to:
- Make bets that won't age well
- Forget key assumptions when ideating
- Build on quicksand instead of informed beliefs
- Lose track of what you believed vs. what actually happened
**The solution:** A structured file of industry truths across three time horizons (Today, 6 months, 12 months) that travels with your AI context.
Usage
- `/industry-truths` — Create or update your Industry Truths file
- `/industry-truths review` — Review current truths and update based on new data
- `/industry-truths validate` — Compare your truths against what actually happened
---
Interview Flow
This is an **interactive conversation**, not a form. The goal is to tease out deeply held beliefs through questions, not just capture bullet points.
Opening Context
Start by explaining the concept:
> **Building on quicksand is expensive.** > > In fast-moving industries, strategic decisions need grounding in what you believe to be true at different time horizons. This skill helps you define those assumptions so they travel with every strategic conversation. > > We'll explore three horizons: > 1. **Today** — What you believe is true right now > 2. **6 months** — Emerging certainties > 3. **12 months** — Strategic bets > > Plus: who you track for signals (your "inferred truths" sources). > > This takes about 15 minutes. Ready to start?
Section 1: Your Domain
**Ask:** What's your industry or domain? (e.g., "B2B SaaS," "Product Management," "AI/ML tooling," "Enterprise Sales")
**Why:** Context for the rest of the questions. Truths about AI tooling differ from truths about enterprise sales.
Section 2: Today's Truths
**Prompt:** Let's start with what you believe is true **today**. Not conventional wisdom—your genuine beliefs based on what you're seeing.
**Guiding questions (ask 2-3, don't interrogate):**
- What's changing faster than most people realize?
- What conventional wisdom is becoming outdated?
- What's the new moat/advantage in your space?
- What cost structure is shifting?
- What's the new bottleneck/constraint?
**Capture:** 3-5 clear statements with brief reasoning
**Example output format:**
- **Cost of intelligence → zero** — Open source models (Llama, DeepSeek) approaching frontier quality, forcing frontier labs into enterprise plays
- **Distribution is the only moat** — Technical differentiation window shrinking to weeks
Section 3: Six Months Out
**Prompt:** Now let's think **six months out**. What do you believe will be true by [specific month 6 months from now]? These are emerging certainties—things you're reasonably confident about.
**Guiding questions:**
- What complexity will be solved by then?
- What ideas that are too expensive/hard today will become viable?
- What adoption curve will cross a threshold?
- What will enterprise buyers expect as table stakes?
**Capture:** 3-5 emerging certainties with implications
**Example:**
- **Agent orchestration complexity solved** — When this happens, individual developers can out-compete established players
- **Token-expensive ideas become viable** — Local/mobile inference reaches production quality
Section 4: Twelve Months Out
**Prompt:** Finally, **12 months out**—your strategic bets. What do you believe will be true a year from now? These might be wrong, but they're shaping your decisions today.
**Guiding questions:**
- What category will dominate?
- What pricing model will be default?
- What team structure becomes normal?
- What assumptions break completely?
**Capture:** 3-5 strategic bets with reasoning
**Example:**
- **Vertical AI agents dominate horizontal tools** — Generic productivity loses to specialized, context-aware agents
- **Seat-based pricing dies** — Usage/outcome-based becomes default
Section 5: Anti-Truths (Optional but Powerful)
**Prompt:** What did you used to believe that you now think is wrong? Capturing these helps track your evolving thinking.
**Capture:** 2-3 rejected beliefs with brief explanation
**Example:**
- ~~"AI is a feature, not a product"~~ → Dead wrong. AI enables entirely new product categories.
---
File Creation
After the interview, create `04-Projects/Product_Strategy/Industry_Truths.md` (or update if it exists):
---
created: [today's date]
updated: [today's date]
domain: [user's domain]
tags: [strategy, assumptions, industry-truths]
---
# Industry Truths — [Domain]
A living document of what I believe to be true about [domain] at different time horizons. These ground all strategic thinking, ideation, and investment decisions.
**Purpose:** In a world where we're building on quicksand, this file ensures I'm not forgetting key assumptions when ideating. These truths travel with the AI so we're always thinking within this context.
---
## Today (Current Reality)
[User's "today" truths with brief reasoning for each]
---
## 6 Months Out (Emerging Certainties)
[User's 6-month truths with implications]
---
## 12 Months Out (Strategic Bets)
[User's 12-month truths with reasoning]
---
## Anti-Truths (What I Used to Believe, Now Reject)
[User's rejected beliefs with brief explanation]
---
## How I Use This
1. **Before Ideation:** Review truths relevant to the p
Read more
name: industry-truths description: "Define time-horizoned assumptions about your industry (today / 6mo / 12mo) that ground strategic thinking. Use when the user is making roadmap, positioning or investment calls, or says 'what am I assuming about the market'. Also use proactively before a big strategic recommendation. Not for capturing a single decision; use `decision-log`." context: fork
Purpose
In rapidly changing industries (especially AI/tech), strategic decisions require grounding in **what you believe to be true** at different time horizons. This skill helps you define, document, and maintain those assumptions so every ideation session and strategic conversation carries that context.
The Problem
When everything's shifting fast, it's easy to:
- Make bets that won't age well
- Forget key assumptions when ideating
- Build on quicksand instead of informed beliefs
- Lose track of what you believed vs. what actually happened
**The solution:** A structured file of industry truths across three time horizons (Today, 6 months, 12 months) that travels with your AI context.
Usage
- `/industry-truths` — Create or update your Industry Truths file
- `/industry-truths review` — Review current truths and update based on new data
- `/industry-truths validate` — Compare your truths against what actually happened
---
Interview Flow
This is an **interactive conversation**, not a form. The goal is to tease out deeply held beliefs through questions, not just capture bullet points.
Opening Context
Start by explaining the concept:
> **Building on quicksand is expensive.** > > In fast-moving industries, strategic decisions need grounding in what you believe to be true at different time horizons. This skill helps you define those assumptions so they travel with every strategic conversation. > > We'll explore three horizons: > 1. **Today** — What you believe is true right now > 2. **6 months** — Emerging certainties > 3. **12 months** — Strategic bets > > Plus: who you track for signals (your "inferred truths" sources). > > This takes about 15 minutes. Ready to start?
Section 1: Your Domain
**Ask:** What's your industry or domain? (e.g., "B2B SaaS," "Product Management," "AI/ML tooling," "Enterprise Sales")
**Why:** Context for the rest of the questions. Truths about AI tooling differ from truths about enterprise sales.
Section 2: Today's Truths
**Prompt:** Let's start with what you believe is true **today**. Not conventional wisdom—your genuine beliefs based on what you're seeing.
**Guiding questions (ask 2-3, don't interrogate):**
- What's changing faster than most people realize?
- What conventional wisdom is becoming outdated?
- What's the new moat/advantage in your space?
- What cost structure is shifting?
- What's the new bottleneck/constraint?
**Capture:** 3-5 clear statements with brief reasoning
**Example output format:**
- **Cost of intelligence → zero** — Open source models (Llama, DeepSeek) approaching frontier quality, forcing frontier labs into enterprise plays
- **Distribution is the only moat** — Technical differentiation window shrinking to weeks
Section 3: Six Months Out
**Prompt:** Now let's think **six months out**. What do you believe will be true by [specific month 6 months from now]? These are emerging certainties—things you're reasonably confident about.
**Guiding questions:**
- What complexity will be solved by then?
- What ideas that are too expensive/hard today will become viable?
- What adoption curve will cross a threshold?
- What will enterprise buyers expect as table stakes?
**Capture:** 3-5 emerging certainties with implications
**Example:**
- **Agent orchestration complexity solved** — When this happens, individual developers can out-compete established players
- **Token-expensive ideas become viable** — Local/mobile inference reaches production quality
Section 4: Twelve Months Out
**Prompt:** Finally, **12 months out**—your strategic bets. What do you believe will be true a year from now? These might be wrong, but they're shaping your decisions today.
**Guiding questions:**
- What category will dominate?
- What pricing model will be default?
- What team structure becomes normal?
- What assumptions break completely?
**Capture:** 3-5 strategic bets with reasoning
**Example:**
- **Vertical AI agents dominate horizontal tools** — Generic productivity loses to specialized, context-aware agents
- **Seat-based pricing dies** — Usage/outcome-based becomes default
Section 5: Anti-Truths (Optional but Powerful)
**Prompt:** What did you used to believe that you now think is wrong? Capturing these helps track your evolving thinking.
**Capture:** 2-3 rejected beliefs with brief explanation
**Example:**
- ~~"AI is a feature, not a product"~~ → Dead wrong. AI enables entirely new product categories.
---
File Creation
After the interview, create `04-Projects/Product_Strategy/Industry_Truths.md` (or update if it exists):
--- created: [today's date] updated: [today's date] domain: [user's domain] tags: [strategy, assumptions, industry-truths] --- # Industry Truths — [Domain] A living document of what I believe to be true about [domain] at different time horizons. These ground all strategic thinking, ideation, and investment decisions. **Purpose:** In a world where we're building on quicksand, this file ensures I'm not forgetting key assumptions when ideating. These truths travel with the AI so we're always thinking within this context. --- ## Today (Current Reality) [User's "today" truths with brief reasoning for each] --- ## 6 Months Out (Emerging Certainties) [User's 6-month truths with implications] --- ## 12 Months Out (Strategic Bets) [User's 12-month truths with reasoning] --- ## Anti-Truths (What I Used to Believe, Now Reject) [User's rejected beliefs with brief explanation] --- ## How I Use This 1. **Before Ideation:** Review truths relevant to the p
A personal operating system powered by Claude. Strategic work management, meeting intelligence, relationship tracking, daily planning — all configured for your specific role. No coding required.
Repo: davekilleen/Dex
Other skills on davekilleen-dex.
- /agent-browser
Browser automation using Vercel's agent-browser CLI. Use when you need to interact with web pages, fill forms, take screenshots, or scrape data. Alternative to Playwright MCP - uses Bash commands with ref-based element selection. Triggers on "browse website", "fill form", "click
Open skill - /agent-native-architecture
Build applications where agents are first-class citizens. Use this skill when designing autonomous agents, creating MCP tools, implementing self-modifying systems, or building apps where features are outcomes achieved by agents operating in a loop.
Open skill - /andrew-kane-gem-writer
This skill should be used when writing Ruby gems following Andrew Kane's proven patterns and philosophy. It applies when creating new Ruby gems, refactoring existing gems, designing gem APIs, or when clean, minimal, production-ready Ruby library code is needed. Triggers on
Open skill - /brainstorming
This skill should be used before implementing features, building components, or making changes. It guides exploring user intent, approaches, and design decisions before planning. Triggers on "let's brainstorm", "help me think through", "what should we build", "explore
Open skill - /compound-docs
Capture solved problems as categorized documentation with YAML frontmatter for fast lookup
Open skill - /create-agent-skills
Expert guidance for creating, writing, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill structure and best practices.
Open skill

