# North Star Metric > Define una North Star Metric y de 3 a 5 métricas de entrada que forman una constelación de métricas. Clasifica el juego de negocio (Atención, Transacción, Productividad) y valida contra 7 criterios. Fuente: https://skillsagentes.com/skills/phuryn/pm-skills/north-star-metric Markdown: https://skillsagentes.com/skills/phuryn/pm-skills/north-star-metric.md Repositorio: https://github.com/phuryn/pm-skills Autor: phuryn Licencia: MIT Actualizado: hace 5 meses Coste de contexto: 91 tok instalada, 1k tok al activarse, 1k tok con todos los archivos del bundle Bundle: 1 archivo, 4 KB Permisos que pide: ninguno declarado ## Instalación Un skill son archivos markdown: los mismos archivos valen para cualquier agente y lo único que cambia es el directorio de destino, es decir la bandera `--agent`. Añade `-g` para instalarlo en todos los proyectos de la máquina. ```bash # Claude Code npx -y skills add phuryn/pm-skills --skill north-star-metric --agent claude-code # Cursor npx -y skills add phuryn/pm-skills --skill north-star-metric --agent cursor # Codex npx -y skills add phuryn/pm-skills --skill north-star-metric --agent codex # Gemini CLI npx -y skills add phuryn/pm-skills --skill north-star-metric --agent gemini # Windsurf npx -y skills add phuryn/pm-skills --skill north-star-metric --agent windsurf # Cline npx -y skills add phuryn/pm-skills --skill north-star-metric --agent cline ``` ## Qué hace - Clasifica el negocio en uno de tres juegos: Atención, Transacción o Productividad - Propone una North Star Metric única que cumple los 7 criterios de una buena North Star (centrada en el cliente, medible, accionable, etc.) - Define de 3 a 5 métricas de entrada (input metrics) que impulsan la North Star ## Cuándo usarla - Definir el marco de métricas clave de la empresa - Configurar un sistema de seguimiento de métricas - Decidir qué medir y optimizar - Evaluar candidatas a North Star Metric ## Qué la activa - "Ayúdame a definir la North Star Metric de mi producto" - "¿Qué métricas de entrada deberían impulsar mi North Star?" - "Necesito un marco de métricas clave para mi startup" ## Archivos - SKILL.md — 4 KB ## SKILL.md Reproducido tal cual desde phuryn/pm-skills bajo MIT. Esta sección es el documento original y está en inglés. # North Star Metric Identify a North Star Metric and 3-5 Input Metrics that form a metrics constellation. Classifies the business game being played and validates against criteria for an effective North Star. Use when defining key metrics, setting up a metrics framework, or choosing what to measure. ## Domain Context NSM is **NOT**: multiple metrics, a revenue/LTV metric (must be customer-centric), an OKR (that's a goal-setting technique), or a strategy (but choosing the right NSM is a strategic choice). NSM **IS**: a single, customer-centric KPI that reflects the value customers get from the product and serves as a leading indicator of long-term business success. You can use Key Results (OKRs) to express expected change in NSM. Free resource: [The North Star Framework 101 (PDF)](https://learn.productcompass.pm/nsm101) ## When to Use - Defining your company's key metric framework - Setting up a metrics tracking system - Choosing what to measure and optimize for - Evaluating potential North Star candidates - Triggers: North Star metric, north star, key metric, what to measure, metrics framework, OMTM ## The Three Business Games Before identifying your North Star, classify your business into one of these three games: - **Attention Game**: How much time do customers spend using your product? (Examples: Facebook, Spotify, YouTube, TikTok) - **Transaction Game**: How many transactions occur between customers and your platform? (Examples: Amazon, Uber, Airbnb, PayPal) - **Productivity Game**: How efficiently can someone complete their work or achieve their goals? (Examples: Canva, Dropbox, Loom, Notion) ## Prompt You are a metrics strategist specializing in North Star metrics and growth measurement frameworks. Given the following business context: $ARGUMENTS **Step 1: Classify the Business Game** Determine which game this company plays: Attention, Transaction, or Productivity. **Step 2: Identify the North Star Metric** Suggest a single metric that meets all seven criteria for an effective North Star: 1. **Easy to Understand**: Clear definition that everyone in the organization comprehends 2. **Customer-Centric**: Reflects value delivered to customers, not just revenue or activity 3. **Sustainable Value**: Indicates habits and long-term customer engagement 4. **Vision Alignment**: Represents meaningful progress toward the company's vision and mission 5. **Quantitative**: Measurable with clear, numeric tracking 6. **Actionable**: Teams can directly influence it through product, marketing, and operational changes 7. **Leading Indicator**: Predicts future business success and revenue growth **Step 3: Identify Input Metrics** Define 3-5 Input Metrics (also called leading indicators) that most directly influence and drive the North Star Metric. Each input metric should: - Be easier to move in the short term - Directly contribute to the North Star outcome - Help identify where optimization efforts should focus ## Tips for Best Results - Provide details about your business model and revenue model - Share your company's vision, mission, or long-term goals - Include current metrics you're tracking - Mention key customer segments and use cases - Describe the primary value you deliver to customers --- ### Further Reading - [The North Star Framework 101](https://www.productcompass.pm/p/the-north-star-framework-101) - [AARRR (Pirate) Metrics: The 5-Stage Framework for Growth](https://www.productcompass.pm/p/aarrr-pirate-metrics) - [The Google HEART Framework: Your Guide to Measuring User-Centric Success](https://www.productcompass.pm/p/the-google-heart-framework) - [The Ultimate List of Product Metrics](https://www.productcompass.pm/p/the-ultimate-list-of-product-metrics) ## Dónde encaja - Categoría: [Datos y analítica](https://skillsagentes.com/categorias/datos-analitica.md) — Consulta, limpia y visualiza datos sin salir del agente. - Creador: [phuryn](https://skillsagentes.com/creators/phuryn.md) — 0 skills en el directorio - [Todas las skills](https://skillsagentes.com/skills.md) - [Ranking de instalaciones](https://skillsagentes.com/ranking.md) ## Otras skills del mismo repositorio - [Shipping Artifacts](https://skillsagentes.com/skills/phuryn/pm-skills/shipping-artifacts.md): Conjunto de documentación que hace revisable una app construida con IA antes de lanzarla: arquitectura, flujos de usuario/permisos, permisos, variables/secretos y cobertura de tests, más docs condicionales. - [Intended Vs Implemented](https://skillsagentes.com/skills/phuryn/pm-skills/intended-vs-implemented.md): Método para encontrar la brecha entre lo que un sistema debería hacer y lo que el código realmente hace, el tipo de bug que los escáneres genéricos no ven por falta de un modelo de intención. - [Strategy Red Team](https://skillsagentes.com/skills/phuryn/pm-skills/strategy-red-team.md): Hace de red-team de un PRD, roadmap o estrategia: ataca sus supuestos críticos antes de que lo haga la realidad. Defiende y ataca cada afirmación, prioriza por impacto x probabilidad x coste y da el test más barato. - [Swot Analysis](https://skillsagentes.com/skills/phuryn/pm-skills/swot-analysis.md): Realiza un análisis DAFO detallado (fortalezas, debilidades, oportunidades y amenazas) con recomendaciones accionables. - [Value Proposition](https://skillsagentes.com/skills/phuryn/pm-skills/value-proposition.md): Diseña una propuesta de valor detallada con una plantilla JTBD de 6 partes (Who, Why, What before, How, What after, Alternatives) para crear o articular por qué elegir tu producto. --- Skills Agentes · [Índice de páginas en markdown](https://skillsagentes.com/sitemap.md) · [Inicio](https://skillsagentes.com/index.md)