AI-Native Product Building
Builds AI-native products using OpenAI's development philosophy and modern AI UX patterns. Use when integrating AI features, designing for model improvements, implementing evals as product specs, or creating AI-first experiences. Based on Kevin Weil (OpenAI CPO) on building for future models, hybrid approaches, and cost optimization.
When to Use
- The request matches the skill description: Builds AI-native products using OpenAI's development philosophy and modern AI UX patterns. Use when integrating AI features, designing for model improvements, implementing evals as product specs, or creating AI-first experiences. Based on Kevin Weil (OpenAI CPO) on building for future models, hybrid approaches, and cost optimization.
- The task needs the implementation patterns, examples, validation checks, or edge cases listed in the topic map.
- The work would benefit from the complete guidance preserved in
references/full-guidance.md.
Core Workflow
- Confirm the request matches this skill's trigger, scope, and risk profile.
- Use the topic map to identify the relevant pattern, checklist, or example before writing detailed guidance or code.
- Load
references/full-guidance.md when implementation details, examples, anti-patterns, validation checks, or edge cases are needed.
- Apply only the relevant guidance instead of loading or repeating the entire reference by default.
- Verify the result against any validation checks, limitations, security notes, or platform constraints in the reference.
Topic Map
- When This Skill Activates
- Core Frameworks
- Build for Future Models (Source: Kevin Weil, CPO of OpenAI)
- Evals as Product Specs (Source: Kevin Weil, OpenAI)
- Hybrid Approaches (Source: Kevin Weil)
- AI UX Patterns
- Decision Tree: When to Use AI
- Action Templates
- Template 1: AI Feature Spec with Evals
- What It Does
- Evals (Product Spec)
- Success Cases
- Quality Bar
- Hybrid Approach
- Model Improvement Plan
- Template 2: AI Cost Optimization
- Cost Structure
- Optimization Strategies
Reference Map
references/full-guidance.md preserves the complete original guidance, including examples and detailed edge cases.
Progressive Loading
Keep this SKILL.md as the compact routing and workflow entrypoint. Load the reference file only when the user task requires the deeper implementation material.
1---2name: ai-product-patterns3description: Builds AI-native products using OpenAI's development philosophy and modern AI UX patterns. Use when integrating AI features, designing for model improvements, implementing evals as product specs, or creating AI-first experiences. Based on Kevin Weil (OpenAI CPO) on building for future models, hybrid approaches, and cost optimization.4license: MIT5---67# AI-Native Product Building89Builds AI-native products using OpenAI's development philosophy and modern AI UX patterns. Use when integrating AI features, designing for model improvements, implementing evals as product specs, or creating AI-first experiences. Based on Kevin Weil (OpenAI CPO) on building for future models, hybrid approaches, and cost optimization.1011## When to Use12- The request matches the skill description: Builds AI-native products using OpenAI's development philosophy and modern AI UX patterns. Use when integrating AI features, designing for model improvements, implementing evals as product specs, or creating AI-first experiences. Based on Kevin Weil (OpenAI CPO) on building for future models, hybrid approaches, and cost optimization.13- The task needs the implementation patterns, examples, validation checks, or edge cases listed in the topic map.14- The work would benefit from the complete guidance preserved in `references/full-guidance.md`.1516## Core Workflow171. Confirm the request matches this skill's trigger, scope, and risk profile.182. Use the topic map to identify the relevant pattern, checklist, or example before writing detailed guidance or code.193. Load `references/full-guidance.md` when implementation details, examples, anti-patterns, validation checks, or edge cases are needed.204. Apply only the relevant guidance instead of loading or repeating the entire reference by default.215. Verify the result against any validation checks, limitations, security notes, or platform constraints in the reference.2223## Topic Map24- When This Skill Activates25- Core Frameworks26- Build for Future Models (Source: Kevin Weil, CPO of OpenAI)27- Evals as Product Specs (Source: Kevin Weil, OpenAI)28- Hybrid Approaches (Source: Kevin Weil)29- AI UX Patterns30- Decision Tree: When to Use AI31- Action Templates32- Template 1: AI Feature Spec with Evals33- What It Does34- Evals (Product Spec)35- Success Cases36- Quality Bar37- Hybrid Approach38- Model Improvement Plan39- Template 2: AI Cost Optimization40- Cost Structure41- Optimization Strategies4243## Reference Map44- `references/full-guidance.md` preserves the complete original guidance, including examples and detailed edge cases.4546## Progressive Loading47Keep this `SKILL.md` as the compact routing and workflow entrypoint. Load the reference file only when the user task requires the deeper implementation material.