MR
Mayur Rathi
@mayurrathi
⭐ 40.7k GitHub stars

Data Engineering Data Driven Feature

Data Engineering Data Driven Feature is an code AI skill with a core value of Build features guided by data insights, A/B testing, and continuous measurement using specialized agents for analysis, implementation, and experimentation. It helps developers solve real-world problems in the code domain, boosting efficiency, automating repetitive tasks, and optimizing workflows.

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

Last verified on: 2026-07-07

Quick Facts

Category code
Works With Claude
Source sickn33/antigravity-awesome-skills
Stars ⭐ 40.7k
Last Verified 2026-07-07
Risk Level Low
mkdir -p ./skills/data-engineering-data-driven-feature && curl -sfL https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/data-engineering-data-driven-feature/SKILL.md -o ./skills/data-engineering-data-driven-feature/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# 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, spe

🎯 Best For

  • QA engineers
  • Developers writing unit tests
  • UI designers
  • Product designers
  • Claude users

💡 Use Cases

  • Generating test cases for edge conditions
  • Writing integration test suites
  • Generating component mockups
  • Creating design system tokens

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Data Engineering Data Driven Feature to Your Work

    Open your project in the AI assistant and ask it to apply the skill. Start with a small module to verify the output quality.

  4. 4

    Review and Refine

    Review AI suggestions before committing. Run tests, check for regressions, and iterate on the skill output.

❓ Frequently Asked Questions

Does this generate test mocks?

Many testing skills include mock generation. Check the install command and skill content for details.

Does this work with Figma?

Some design skills integrate with Figma plugins. Check the Works With section for supported tools.

Is Data Engineering Data Driven Feature compatible with Cursor and VS Code?

Yes — this skill works with any AI coding assistant including Cursor, VS Code with Copilot, and JetBrains IDEs.

Do I need specific dependencies for Data Engineering Data Driven Feature?

Check the install command and Works With section. Most code skills only require the AI assistant and your codebase.

How do I install Data Engineering Data Driven Feature?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/data-engineering-data-driven-feature/SKILL.md, ready to use.

⚠️ Common Mistakes to Avoid

Not testing edge cases

AI tends to generate happy-path tests. Manually review for boundary conditions.

Skipping usability testing

AI-generated designs should be validated with real users before development.

Skipping validation

Always test AI-generated code changes, even for simple refactors.

Missing dependency updates

Check if the skill requires updated dependencies or new packages.

🔗 Related Skills