What problem does it solve?
This Skill helps you turn analysis ideas into reproducible Snakemake workflows by guiding how to structure rules, dependencies (DAGs), inputs/outputs, logging, and provenance without guessing.
Core Features & Use Cases
- Workflow planning & safety-first guidance: Draft rule structure and execution plans while emphasizing guardrails (e.g., inspect before running heavy jobs).
- Reproducibility building blocks: Support for container-aware and provenance-conscious pipeline design (configs, logs, and deterministic planning).
- Common neuro research workflow fit: Useful when building end-to-end pipelines around BIDS-style inputs/derivatives, or when orchestrating multi-tool neuroimaging steps.
Quick Start
Use this skill to plan a workflow by asking: “Given my BIDS-like input/output targets and desired processing steps, propose Snakemake rules with a clear DAG, logs, configs, and safe command suggestions (no automatic execution).”