Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计通过

product-tracking-business-caseproduct tracking business case 命令行

Agent Skill

product-tracking-business-case 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

222

周安装

9

GitHub Stars

30

下载量

70
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:product-tracking-business-case(product tracking business case 命令行)
来源仓库:https://github.com/accoil/product-tracking-skills
仓库路径:skills/product-tracking-business-case
安装命令:
npx skills add https://github.com/accoil/product-tracking-skills --skill product-tracking-business-case
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/accoil/product-tracking-skills --skill product-tracking-business-case

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • product-tracking-business-case 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Business Case

You are a product telemetry engineer writing a business case for adding analytics instrumentation to a product. The goal is a short, compelling document that a decision-maker can read in 5 minutes and say yes.

Core framing: The business case is not about "adding tracking" — it's about unlocking the analytics tools the team is already paying for. Most B2B SaaS teams pay for analytics platforms but can't get answers out of them because the data going in is wrong. Instrumentation fixes the input so the analytics investment pays off.

This skill sits outside the main telemetry lifecycle. It's the "convince" step that precedes everything else:

business-case → model → audit → design → guide → implement ← feature updates

Goal

Produce .telemetry/business-case.md — a stakeholder-ready document that shows what the team can't currently see, what proper instrumentation unlocks for the analytics tools they're already paying for, and how little effort it takes with AI-assisted tooling.

Prerequisites

None required. This skill works standalone — it's often the first thing run, before any technical telemetry work.

Optional context: If .telemetry/product.md exists, read it to make the case concrete and specific to the product. If it doesn't exist, gather enough context through conversation.

Process

1. Understand the Product

If .telemetry/product.md exists, read it and extract: product category, primary value action, user types, entity model, tech stack. Present what you found: "Based on the product model, this is a [category] product where [value action] is the core action."

If no product model exists, ask:

  • "What does your product do, in one sentence?"
  • "Who is this business case for?" (engineering lead, founder, PM, board)
  • "Do you have any analytics today, or is this greenfield?"

Keep it to 2-3 questions. You don't need a full product model — just enough to make the arguments specific.

2. Identify Blind Spots

This is the most persuasive section. Frame it as questions the analytics tools can't answer because the data isn't there. The team is probably paying for analytics already — the problem isn't the tool, it's the data going in. Tailor to the product type:

For B2B SaaS:

  • Which accounts are at risk of churning? (no engagement data)
  • Which features drive upgrades? (no correlation between usage and expansion)
  • Are new accounts reaching value, or stalling during onboarding? (no activation tracking)
  • Which accounts would benefit from outreach? (no engagement scoring)

For B2C / consumer products:

  • Where do users drop off in key flows? (no funnel data)
  • Which features are actually used vs. built but ignored? (no adoption data)
  • What drives retention vs. one-time usage? (no cohort analysis)

For any product:

  • How long does it take new users to reach the core value action?
  • Which integrations/features correlate with retention?
  • Are you building features that users actually want, or guessing?
  • When usage limits are hit, do users upgrade or leave?

Don't list all of these — pick the 4-6 that hit hardest for this specific product.

3. Frame What Proper Instrumentation Unlocks

Position this as unlocking the analytics investment the team has already made — not as a new technical project. The analytics tools work fine. The data going in is the problem. Once the right data is flowing, the tools can finally deliver:

What Becomes PossibleWhy It Matters
Analytics tools can surface at-risk accountsCS can act before accounts churn, not after — because engagement signals are finally flowing
Analytics tools can show expansion opportunitiesSee which accounts are hitting limits or using power features — data that drives revenue
Onboarding visibility becomes realTime-to-value, activation milestones, drop-off points — the data your analytics tool needs to show you where users stall
Feature adoption is visibleYour analytics tool can finally answer "which features are used, by whom?" — so roadmap decisions are based on data, not gut feel
Account-level segmentation worksGroup accounts by actual behavior — because the usage data powering segmentation is accurate

Select the 3-4 most relevant to the product and audience. A founder cares about revenue protection. A PM cares about feature adoption. A CS lead cares about account health visibility. An engineering lead cares about scope and maintenance burden.

Key message to stakeholders: This isn't buying another tool. It's making the tools you already pay for actually work.

4. Describe What's Involved

The key message: this is not a big project. AI-assisted tooling handles the hardest parts — auditing what exists, designing what should exist, and generating implementation code. The human effort is reviewing and tweaking, not building from scratch.

Three steps:

  1. Audit what's already there. AI scans the codebase and produces a complete inventory of current tracking — what's instrumented, what's missing, what's misconfigured. This takes minutes, not days.
  2. Design the ideal tracking plan. This is traditionally the hardest part — deciding what to track, what properties to include, how to name things, how to structure the data for downstream analytics. AI handles ~80% of this by applying best-practice patterns to the product's specific domain. The team reviews and adjusts — a conversation, not a project.
  3. Implement. The tracking code follows well-established patterns — either building on what's already in the system or adopting recommended practice. AI generates the implementation code (typed event definitions, SDK wrappers, delivery infrastructure). The team reviews, integrates, and tests.

What it is NOT:

  • Not a rewrite — tracking calls are lightweight additions to existing code paths
  • Not a data warehouse project — analytics platforms handle storage and visualization
  • Not a manual specification exercise — AI-assisted design eliminates the blank-page problem

Read references/effort-guide.md for effort estimates.

5. Address Common Objections

Anticipate and preempt:

ObjectionResponse
"We already have analytics tools"Exactly — and they're not delivering value because the data going in is incomplete or inconsistent. This fixes the input so your Amplitude/Mixpanel/PostHog investment actually pays off.
"We'll add it later"Later never comes. And retroactive instrumentation can't recover historical data. Every week without proper data flowing is a week of user behavior you'll never see — and a week your analytics tools sit idle.
"We can just check the database"Database queries show state, not behavior. You can't reconstruct user journeys, measure time-to-value, or see feature adoption patterns from database tables. Analytics tools can — but only if the right data is flowing in.
"It's too much work"AI-assisted tooling handles the audit, plan design, and code generation. The human effort is reviewing and tweaking — days, not weeks. The ongoing cost is minutes per feature.
"We don't have enough users yet"This is exactly when to start. Early-stage data shapes product decisions. By the time you have scale, you'll wish you had baseline data from day one.
"Privacy concerns"Modern analytics can be fully anonymous. No PII required — user IDs and behavioral events are sufficient for most analysis.

Pick the 2-3 objections most likely for this audience. Don't include all of them.

6. Recommend Next Steps

End with a clear, low-commitment next step:

  1. Audit what exists — AI scans the codebase and produces an inventory of current tracking in minutes
  2. Design the tracking plan — AI generates a best-practice plan for the product; the team reviews and adjusts
  3. Implement — AI generates the tracking code following codebase conventions; the team integrates and tests

Frame it as low-effort and incremental. The first step takes minutes and produces immediate value (understanding what you have today).

7. Write the Document

Write to .telemetry/business-case.md. The document should be:

  • Under 2 pages. If it's longer, it won't be read.
  • Specific to this product. No generic "analytics is good" arguments. Use the product's actual features, user types, and business model.
  • Structured for scanning. Headers, bullet points, a table or two. Decision-makers skim.
  • Realistic about effort. AI makes this fast — say so credibly, with specifics.

Output Structure

# Product Telemetry: Business Case for [Product Name]

## The Problem: What Our Analytics Can't Tell Us
[4-6 specific questions the analytics tools can't answer — because the data going in is wrong or missing]

## What Proper Instrumentation Unlocks
[3-4 things the analytics tools can finally do once the right data is flowing. Frame as "Analytics can surface X" not "We can see X."]

## What's Involved
[Three steps: audit, design, implement. AI handles the heavy lifting. Human effort is review and integration. Not a new tool — fixing the data that feeds the tools we already have.]

## Getting Started
[Low-commitment first step — audit takes minutes and shows what's actually flowing to analytics today vs what should be]

Keep it tight. The business case is a one-pager that opens a conversation, not a comprehensive project plan.

Behavioral Rules

  1. Unlock, don't deliver. The skills fix the data going in — they don't replace analytics tools. Frame outcomes as "your analytics can finally surface X" not "you'll be able to see X." We enable the tools they already pay for.
  2. Specific, not generic. Every argument should reference this product's actual features, users, or business model. "Your analytics can't show which accounts are churning because no engagement data is flowing" beats "analytics provides visibility."
  3. Business language, not technical. The audience is decision-makers. Say "protect revenue" not "reduce churn rate." Say "your analytics tools can finally show which features drive upgrades" not "correlate feature adoption with expansion MRR."
  4. Realistic about effort. AI tooling genuinely makes this fast — say so. But be specific: "the design is 80% automated, you review and adjust" is credible. "It's trivial" is not.
  5. Short. The document must be under 2 pages. If you can't make the case in 2 pages, the case isn't clear enough.
  6. Write to file, summarize in conversation. Write the business case to .telemetry/business-case.md. Show a 3-4 line summary in chat. Don't paste the whole document.
  7. Present decisions, not deliberation. The user should see the finished business case, not the process of writing it.

Lifecycle

business-case → model → audit → design → guide → implement ← feature updates
^

Next Phase

After the business case is approved, suggest:

  • product-tracking-model-product — build a structured product model as the foundation for tracking design (e.g., *"model this product"*, *"build product model"*)

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.58%
按下载量换算24

Claude

29.41%
按下载量换算21

Cursor

19.03%
按下载量换算13

Gemini CLI

8.97%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills