Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计通过

data-engineering-data-driven-feature数据工程数据驱动功能

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

485

周安装

20

GitHub Stars

692

下载量

158
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:data-engineering-data-driven-feature(数据工程数据驱动功能)
来源仓库:https://github.com/rmyndharis/antigravity-skills
仓库路径:skills/data-engineering-data-driven-feature
安装命令:
npx skills add https://github.com/rmyndharis/antigravity-skills --skill data-engineering-data-driven-feature
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/rmyndharis/antigravity-skills --skill data-engineering-data-driven-feature

简介

基于数据分析与 A/B 测试驱动功能开发与验证闭环。

  • 整合测量埋点、实验部署与效果复盘全流程工具链。
  • 确保功能上线前具备完整指标监控与归因分析能力。
  • 适用于增长、推荐等需要量化验证的产品模块建设。
  • 需预先定义核心指标与成功阈值方可启动实验。data-engineering-data-driven-feature 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Data-Driven Feature Development

Build features guided by data insights, A/B testing, and continuous measurement using specialized agents for analysis, implementation, and experimentation.

[Extended thinking: This workflow orchestrates a comprehensive data-driven development process from initial data analysis and hypothesis formulation through feature implementation with integrated analytics, A/B testing infrastructure, and post-launch analysis. Each phase leverages specialized agents to ensure features are built based on data insights, properly instrumented for measurement, and validated through controlled experiments. The workflow emphasizes modern product analytics practices, statistical rigor in testing, and continuous learning from user behavior.]

Use this skill when

  • Working on data-driven feature development tasks or workflows
  • Needing guidance, best practices, or checklists for data-driven feature development

Do not use this skill when

  • The task is unrelated to data-driven feature development
  • You need a different domain or tool outside this scope

Instructions

  • Clarify goals, constraints, and required inputs.
  • Apply relevant best practices and validate outcomes.
  • Provide actionable steps and verification.
  • If detailed examples are required, open resources/implementation-playbook.md.

Phase 1: Data Analysis and Hypothesis Formation

1. Exploratory Data Analysis

  • Use Task tool with subagent_type="machine-learning-ops::data-scientist"
  • Prompt: "Perform exploratory data analysis for feature: $ARGUMENTS. Analyze existing user behavior data, identify patterns and opportunities, segment users by behavior, and calculate baseline metrics. Use modern analytics tools (Amplitude, Mixpanel, Segment) to understand current user journeys, conversion funnels, and engagement patterns."
  • Output: EDA report with visualizations, user segments, behavioral patterns, baseline metrics

2. Business Hypothesis Development

  • Use Task tool with subagent_type="business-analytics::business-analyst"
  • Context: Data scientist's EDA findings and behavioral patterns
  • Prompt: "Formulate business hypotheses for feature: $ARGUMENTS based on data analysis. Define clear success metrics, expected impact on key business KPIs, target user segments, and minimum detectable effects. Create measurable hypotheses using frameworks like ICE scoring or RICE prioritization."
  • Output: Hypothesis document, success metrics definition, expected ROI calculations

3. Statistical Experiment Design

  • Use Task tool with subagent_type="machine-learning-ops::data-scientist"
  • Context: Business hypotheses and success metrics
  • Prompt: "Design statistical experiment for feature: $ARGUMENTS. Calculate required sample size for statistical power, define control and treatment groups, specify randomization strategy, and plan for multiple testing corrections. Consider Bayesian A/B testing approaches for faster decision making. Design for both primary and guardrail metrics."
  • Output: Experiment design document, power analysis, statistical test plan

Phase 2: Feature Architecture and Analytics Design

4. Feature Architecture Planning

  • Use Task tool with subagent_type="data-engineering::backend-architect"
  • Context: Business requirements and experiment design
  • Prompt: "Design feature architecture for: $ARGUMENTS with A/B testing capability. Include feature flag integration (LaunchDarkly, Split.io, or Optimizely), gradual rollout strategy, circuit breakers for safety, and clean separation between control and treatment logic. Ensure architecture supports real-time configuration updates."
  • Output: Architecture diagrams, feature flag schema, rollout strategy

5. Analytics Instrumentation Design

  • Use Task tool with subagent_type="data-engineering::data-engineer"
  • Context: Feature architecture and success metrics
  • Prompt: "Design comprehensive analytics instrumentation for: $ARGUMENTS. Define event schemas for user interactions, specify properties for segmentation and analysis, design funnel tracking and conversion events, plan cohort analysis capabilities. Implement using modern SDKs (Segment, Amplitude, Mixpanel) with proper event taxonomy."
  • Output: Event tracking plan, analytics schema, instrumentation guide

6. Data Pipeline Architecture

  • Use Task tool with subagent_type="data-engineering::data-engineer"
  • Context: Analytics requirements and existing data infrastructure
  • Prompt: "Design data pipelines for feature: $ARGUMENTS. Include real-time streaming for live metrics (Kafka, Kinesis), batch processing for detailed analysis, data warehouse integration (Snowflake, BigQuery), and feature store for ML if applicable. Ensure proper data governance and GDPR compliance."
  • Output: Pipeline architecture, ETL/ELT specifications, data flow diagrams

Phase 3: Implementation with Instrumentation

7. Backend Implementation

  • Use Task tool with subagent_type="backend-development::backend-architect"
  • Context: Architecture design and feature requirements
  • Prompt: "Implement backend for feature: $ARGUMENTS with full instrumentation. Include feature flag checks at decision points, comprehensive event tracking for all user actions, performance metrics collection, error tracking and monitoring. Implement proper logging for experiment analysis."
  • Output: Backend code with analytics, feature flag integration, monitoring setup

8. Frontend Implementation

  • Use Task tool with subagent_type="frontend-mobile-development::frontend-developer"
  • Context: Backend APIs and analytics requirements
  • Prompt: "Build frontend for feature: $ARGUMENTS with analytics tracking. Implement event tracking for all user interactions, session recording integration if applicable, performance metrics (Core Web Vitals), and proper error boundaries. Ensure consistent experience between control and treatment groups."
  • Output: Frontend code with analytics, A/B test variants, performance monitoring

9. ML Model Integration (if applicable)

  • Use Task tool with subagent_type="machine-learning-ops::ml-engineer"
  • Context: Feature requirements and data pipelines
  • Prompt: "Integrate ML models for feature: $ARGUMENTS if needed. Implement online inference with low latency, A/B testing between model versions, model performance tracking, and automatic fallback mechanisms. Set up model monitoring for drift detection."
  • Output: ML pipeline, model serving infrastructure, monitoring setup

Phase 4: Pre-Launch Validation

10. Analytics Validation

  • Use Task tool with subagent_type="data-engineering::data-engineer"
  • Context: Implemented tracking and event schemas
  • Prompt: "Validate analytics implementation for: $ARGUMENTS. Test all event tracking in staging, verify data quality and completeness, validate funnel definitions, ensure proper user identification and session tracking. Run end-to-end tests for data pipeline."
  • Output: Validation report, data quality metrics, tracking coverage analysis

11. Experiment Setup

  • Use Task tool with subagent_type="cloud-infrastructure::deployment-engineer"
  • Context: Feature flags and experiment design
  • Prompt: "Configure experiment infrastructure for: $ARGUMENTS. Set up feature flags with proper targeting rules, configure traffic allocation (start with 5-10%), implement kill switches, set up monitoring alerts for key metrics. Test randomization and assignment logic."
  • Output: Experiment configuration, monitoring dashboards, rollout plan

Phase 5: Launch and Experimentation

12. Gradual Rollout

  • Use Task tool with subagent_type="cloud-infrastructure::deployment-engineer"
  • Context: Experiment configuration and monitoring setup
  • Prompt: "Execute gradual rollout for feature: $ARGUMENTS. Start with internal dogfooding, then beta users (1-5%), gradually increase to target traffic. Monitor error rates, performance metrics, and early indicators. Implement automated rollback on anomalies."
  • Output: Rollout execution, monitoring alerts, health metrics

13. Real-time Monitoring

  • Use Task tool with subagent_type="observability-monitoring::observability-engineer"
  • Context: Deployed feature and success metrics
  • Prompt: "Set up comprehensive monitoring for: $ARGUMENTS. Create real-time dashboards for experiment metrics, configure alerts for statistical significance, monitor guardrail metrics for negative impacts, track system performance and error rates. Use tools like Datadog, New Relic, or custom dashboards."
  • Output: Monitoring dashboards, alert configurations, SLO definitions

Phase 6: Analysis and Decision Making

14. Statistical Analysis

  • Use Task tool with subagent_type="machine-learning-ops::data-scientist"
  • Context: Experiment data and original hypotheses
  • Prompt: "Analyze A/B test results for: $ARGUMENTS. Calculate statistical significance with confidence intervals, check for segment-level effects, analyze secondary metrics impact, investigate any unexpected patterns. Use both frequentist and Bayesian approaches. Account for multiple testing if applicable."
  • Output: Statistical analysis report, significance tests, segment analysis

15. Business Impact Assessment

  • Use Task tool with subagent_type="business-analytics::business-analyst"
  • Context: Statistical analysis and business metrics
  • Prompt: "Assess business impact of feature: $ARGUMENTS. Calculate actual vs expected ROI, analyze impact on key business metrics, evaluate cost-benefit including operational overhead, project long-term value. Make recommendation on full rollout, iteration, or rollback."
  • Output: Business impact report, ROI analysis, recommendation document

16. Post-Launch Optimization

  • Use Task tool with subagent_type="machine-learning-ops::data-scientist"
  • Context: Launch results and user feedback
  • Prompt: "Identify optimization opportunities for: $ARGUMENTS based on data. Analyze user behavior patterns in treatment group, identify friction points in user journey, suggest improvements based on data, plan follow-up experiments. Use cohort analysis for long-term impact."
  • Output: Optimization recommendations, follow-up experiment plans

Configuration Options

experiment_config:
  min_sample_size: 10000
  confidence_level: 0.95
  runtime_days: 14
  traffic_allocation: "gradual"  # gradual, fixed, or adaptive

analytics_platforms:
  - amplitude
  - segment
  - mixpanel

feature_flags:
  provider: "launchdarkly"  # launchdarkly, split, optimizely, unleash

statistical_methods:
  - frequentist
  - bayesian

monitoring:
  - real_time_metrics: true
  - anomaly_detection: true
  - automatic_rollback: true

Success Criteria

  • Data Coverage: 100% of user interactions tracked with proper event schema
  • Experiment Validity: Proper randomization, sufficient statistical power, no sample ratio mismatch
  • Statistical Rigor: Clear significance testing, proper confidence intervals, multiple testing corrections
  • Business Impact: Measurable improvement in target metrics without degrading guardrail metrics
  • Technical Performance: No degradation in p95 latency, error rates below 0.1%
  • Decision Speed: Clear go/no-go decision within planned experiment runtime
  • Learning Outcomes: Documented insights for future feature development

Coordination Notes

  • Data scientists and business analysts collaborate on hypothesis formation
  • Engineers implement with analytics as first-class requirement, not afterthought
  • Feature flags enable safe experimentation without full deployments
  • Real-time monitoring allows for quick iteration and rollback if needed
  • Statistical rigor balanced with business practicality and speed to market
  • Continuous learning loop feeds back into next feature development cycle

Feature to develop with data-driven approach: $ARGUMENTS

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

31.12%
按下载量换算49

Codex

20.91%
按下载量换算33

windsurf

19.47%
按下载量换算31

trae

13.38%
按下载量换算21

Gemini CLI

6.95%
按下载量换算11

Antigravity

3.57%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills