ds-delegate

Delegate data analysis steps to specialized subagents with output verification.

19|5|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/edwinhu/workflows --skill ds-delegate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ds-delegate
Source: https://github.com/edwinhu/workflows/tree/main/lib/skills/ds-delegate
Command: npx skills add https://github.com/edwinhu/workflows --skill ds-delegate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that all data analysis steps are rigorously delegated to specialized Task agents, preventing direct coding by the orchestrator and enforcing an output-first verification protocol for reliable results.

Core Features & Use Cases

  • Mandatory Delegation: Every analysis step MUST be routed through a Task agent.
  • Output-First Verification: Each subagent's output is checked for presence and reasonableness before proceeding.
  • Methodology Review: For complex tasks, a dedicated reviewer ensures statistical soundness.
  • Use Case: When tasked with analyzing customer churn data, this Skill would dispatch an analyst agent to perform specific steps like data cleaning, feature engineering, and model training, with each step's output being verified before the next is initiated.

Quick Start

Use the ds-delegate skill to dispatch an analyst subagent for the task 'Analyze customer demographics'.

Frequently Asked Questions about ds-delegate

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

FAQPage Schema
How do I ensure reliable data analysis when delegating tasks to subagents?

You can ensure reliable data analysis by enforcing an output-first verification protocol that checks each subagent's output for presence and reasonableness before proceeding to the next step.

What is the best way to prevent direct coding during data science workflows?

The best way to prevent direct coding is to mandate that every analysis step is routed through a specialized Task agent, keeping the orchestrator focused on workflow management and output validation.

How do I verify statistical methodology in complex data analysis projects?

You can verify statistical methodology by implementing a dedicated methodology review step, ensuring a reviewer agent checks the statistical soundness of complex analytical workflows before finalizing results.

Can I break down customer churn analysis into verifiable subagent steps?

Yes, you can break down customer churn analysis by dispatching analyst subagents for sequential steps like data cleaning, feature engineering, and model training, verifying each output before initiating the next.

When do I need output-first verification for data analysis delegation?

You need output-first verification for data analysis delegation when handling complex data science projects that require high accuracy and reproducibility, preventing unreliable intermediate results from cascading.

Does ds-delegate support reproducible data science projects?

Yes, ds-delegate supports reproducible data science projects by breaking complex analytical workflows into verifiable steps and enforcing output validation to maintain high accuracy across all delegated tasks.