One-click install
npx skills add https://github.com/Khodzitcky-Vl/data-science-ai-superpowers --skill ds-using-superpowers
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ds-using-superpowers
Source: https://github.com/Khodzitcky-Vl/data-science-ai-superpowers/tree/main/ds-using-superpowers
Command: npx skills add https://github.com/Khodzitcky-Vl/data-science-ai-superpowers --skill ds-using-superpowers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents analysts and AI assistants from jumping straight into SQL, notebook changes, or metric claims without first selecting the correct local data-science workflow and guardrails.

Core Features & Use Cases

  • Deterministic skill routing: Automatically selects the best matching ds- skill (including brainstorming, planning, experiment design, metric validation, debugging, reproducibility, and verification) based on the task context.
  • Priority-driven decision discipline: Enforces a consistent order when multiple ds- skills could apply, including mandatory early routing for the ds- workflow.
  • Checklist-first execution: When the invoked skill defines a checklist, the assistant creates tasks per checklist item and follows the skill instructions exactly.

Quick Start

Invoke the ds-using-superpowers skill for your request and let it route to the most relevant ds- skill before you ask questions, write SQL, or edit notebooks.

Frequently Asked Questions about ds-using-superpowers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route analytics notebook requests to the correct data science workflow?▼

Analytics notebook requests are routed to the correct data science workflow by evaluating the task context against a routing table and priority rules, then invoking the matching local ds-skill instructions before any analysis begins.

What is the best way to prevent jumping straight into SQL before planning an A/B experiment?▼

The best way to prevent premature SQL execution is to route experiment planning and A/B test design requests through a priority-driven workflow that enforces metric validation and systematic debugging guardrails before any queries run.

How does systematic debugging work for vague research questions in data science notebooks?▼

Systematic debugging for vague research questions works by matching the query context to a specific local ds-skill using deterministic routing, which then enforces checklist-first execution and multi-step planning to resolve the ambiguity.

Can I use this routing approach for Vertica and Spark execution paths?▼

Yes, the routing approach supports Vertica and Spark execution paths by evaluating the analytics request context and dispatching it to the appropriate local ds-skill workflow with reproducibility and readability guardrails applied.

When do I need pre-completion verification for metric definition risks?▼

Pre-completion verification for metric definition risks is needed whenever an analytics request involves metric validation, ensuring the assistant follows checklist-driven tasks from the invoked skill before finalizing any analytical response.

Does this skill routing approach require specific local dependencies?▼

Yes, it requires reading and invoking matching local ds-skill instructions stored in the `.codex/skills` directory, using the routing table and skill priority rules to enforce deterministic workflow selection.