ai-product-strategy
The ai-product-strategy Claude Code skill helps users make strategic decisions when building AI products, deciding where to apply AI capabilities, planning AI roadmaps, and evaluating build versus buy options. It provides frameworks from 94 product leaders covering problem definition, human-AI boundaries, architecture decisions, iteration planning, and cost structures specific to AI systems. Use this skill when designing AI product strategy, integrating AI into existing products, or navigating rapid capability changes in AI models.
git clone --depth 1 https://github.com/RefoundAI/lenny-skills /tmp/ai-product-strategy && cp -r /tmp/ai-product-strategy/skills/ai-product-strategy ~/.claude/skills/ai-product-strategySKILL.md
# AI Product Strategy Help the user make strategic decisions about AI products using frameworks from 94 product leaders and AI practitioners. ## How to Help When the user asks for help with AI product strategy: 1. **Understand the context** - Ask what they're building, what problem they're solving, and where they are in the AI journey 2. **Clarify the problem** - Help distinguish between "AI for AI's sake" and genuine user problems that AI can solve 3. **Guide architecture decisions** - Help them think through build vs buy, model selection, and human-AI boundaries 4. **Plan for iteration** - Emphasize feedback loops, evals, and building for rapid model improvements ## Core Principles ### Start with the problem, not the AI Aishwarya Naresh Reganti: "In all the advancements of AI, one slippery slope is to keep thinking about solution complexity and forget the problem you're trying to solve. Start with minimal impact use cases to gain a grip on current capabilities." ### Define the human-AI boundary Adriel Frederick: "When working on algorithmic products, your job is figuring out what the algorithm should be responsible for, what people are responsible for, and the framework for making decisions." This boundary is the core PM decision. ### AI is magical duct tape Alex Komoroske: "LLMs are magical duct tape—distilled intuition of society. They make writing 'good enough' software significantly cheaper but increase marginal inference costs." Understand the new cost structure. ### Build for the slope, not the snapshot Asha Sharma: "You have to build for the slope instead of the snapshot of where you are." AI capabilities change fast—build flexible architectures that can swap models as they improve. ### Design for squishiness Alex Komoroske: "Even at 99% accuracy, if it punches the user in the face 1% of the time, that's not a viable product. Design assuming the AI will be squishy and not fully accurate." ### Flywheels beat first-mover advantage Aishwarya Naresh Reganti: "It's not about being first to have an agent. It's about building the right flywheels to improve over time." Log human actions to create data loops for system improvement. ### Society of models, not single models Amjad Masad: "Future products will be made of many different models—it's quite a heavy engineering project." Use specialized models for different tasks (reasoning vs speed vs coding). ### Use the right tool for each task Albert Cheng: "We run chess engines for evaluations. LLMs translate that into natural language. Use the right technology for the right task." Don't use LLMs where deterministic algorithms excel. ### Humans are the bottleneck Alexander Embiricos: "The current limiting factor is human typing speed and multitasking on prompts. Build systems that are 'default useful' without constant prompting." ### Account for non-determinism Aishwarya Naresh Reganti: "Most people ignore the non-determinism. You don't know how users will behave with natural language, and you don't know how the LLM will respond." Build for variability. ### Agents need autonomy + complexity + natural interaction Aparna Chennapragada: "Effective agents have (1) increasing autonomy to handle higher-order tasks, (2) ability to handle complex multi-step workflows, and (3) natural, often asynchronous interaction." ### Rebuild your intuitions Aishwarya Naresh Reganti: "Leaders have to get hands-on—not implementing, but rebuilding intuitions. Be comfortable that your intuitions might not be right." Block time daily to stay current. ## Questions to Help Users - "What specific user problem are you solving with AI?" - "What should the AI decide vs. what should humans decide?" - "How will you handle the 5% of cases where the AI fails?" - "What feedback loops will improve the system over time?" - "Are you building for today's model capabilities or anticipating improvements?" - "Have you set up evals and observability?" ## Common Mistakes to Flag - **AI for AI's sake** - Adding AI features without clear user problems - **Single-model thinking** - Not considering specialized models for different tasks - **Ignoring the failures** - Not designing UX for when AI gets it wrong - **Static architecture** - Building systems that can't evolve with model improvements - **Skipping evals** - Not establishing measurement and observability from day one - **Over-automation** - Removing humans from loops where they add value ## Deep Dive For all 179 insights from 94 guests, see `references/guest-insights.md` ## Related Skills - Building with LLMs - AI Evals - Evaluating New Technology - Platform Strategy
Help users create and run AI evaluations. Use when someone is building evals for LLM products, measuring model quality, creating test cases, designing rubrics, or trying to systematically measure AI output quality.
Help users synthesize and act on customer feedback. Use when someone is analyzing NPS responses, processing support tickets, reviewing user research, synthesizing feedback from multiple channels, or trying to identify patterns in customer input.
Help users apply behavioral science to product design. Use when someone is designing for habit formation, reducing friction, applying psychology to UX, increasing retention through behavioral principles, or using nudges to influence user behavior.
Help users craft compelling brand narratives. Use when someone is defining brand strategy, writing company positioning, creating pitch narratives, developing messaging frameworks, or trying to make their company story more memorable.
Help users get promoted at work. Use when someone is preparing for a promotion conversation, building their case for advancement, trying to understand what's blocking their promotion, or figuring out how to get to the next level in their career.
Help users build and scale their sales organization. Use when someone is hiring their first salespeople, deciding when to bring on sales leadership, structuring sales compensation, or transitioning from founder-led sales.
Help users build and maintain strong team culture. Use when someone is defining team values, creating psychological safety, onboarding to a new team, navigating cultural change, or building distributed team norms.
Help users build effective AI applications. Use when someone is building with LLMs, writing prompts, designing AI features, implementing RAG, creating agents, running evals, or trying to improve AI output quality.