ds-executing-plans

Execute analysis plans in verified batches with checkpointed evidence.

6|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Khodzitcky-Vl/data-science-ai-superpowers --skill ds-executing-plans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ds-executing-plans
Source: https://github.com/Khodzitcky-Vl/data-science-ai-superpowers/tree/main/ds-executing-plans
Command: npx skills add https://github.com/Khodzitcky-Vl/data-science-ai-superpowers --skill ds-executing-plans

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents broken or unreproducible analyses by executing an approved analysis plan in small, checkpointed batches with review-ready evidence between runs.

Core Features & Use Cases

  • Batch execution with checkpoints: Runs tasks in controlled chunks and pauses for methodological review after each batch.
  • Validation-level enforcement: Uses the plan’s validation level (light, standard, strict) to scale diagnostics and decision-protecting checks appropriately.
  • Rerun-based evidence & reader-facing verification: Produces reproducible artifacts (tables/manifests/diagnostic cells) with compact pass/fail evidence instead of noisy or scattered fail-fast errors.
  • Runtime observability: Ensures long SQL/notebook work is not silent by adding stage messages, timings, row-count signals, and coarse progress without log spam.

Quick Start

Use the ds-executing-plans skill to execute a previously written analysis plan in small verified batches and report review-ready artifacts after each batch.

Frequently Asked Questions about ds-executing-plans

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

FAQPage Schema
How do I execute an analysis plan in verified batches for SQL and notebooks?

Executing an analysis plan in verified batches involves running SQL and notebook tasks in controlled chunks, pausing for methodological review after each batch. This checkpointed execution produces reproducible artifacts with reader-facing pass/fail verification between runs.

What is checkpointing and how does it prevent unreproducible notebook workflows?

Checkpointing prevents unreproducible notebook workflows by executing approved plans in small batches and producing review-ready evidence like manifests and diagnostic cells. It stops execution on methodological red flags instead of failing fast with scattered, noisy errors.

How do I add runtime observability to long SQL queries without log spam?

Adding runtime observability to long SQL queries requires inserting stage messages, timings, and row-count signals during batch execution. This coarse progress tracking ensures analytical work is not silent while avoiding noisy log spam during validation checks.

Can I scale validation checks and diagnostics for experiment analytics?

Scaling validation checks for experiment analytics is supported by applying the plan’s validation level—light, standard, or strict. This scales decision-protecting diagnostics appropriately to match the required rigor of the analytical artifacts being produced.

What is the best way to generate rerun evidence for analysis execution?

Generating rerun evidence for analysis execution is best handled by producing compact pass/fail artifacts like tables and manifests during checkpointed batches. This reader-facing verification replaces scattered fail-fast errors with reproducible diagnostic cells.