What problem does it solve?
This Skill prevents wasted compute and broken experiment workflows by enforcing a consistent experiment lifecycle, state tracking, and artifact validation whenever users discuss experiments.
Core Features & Use Cases
- Automatic experiment folder provisioning: Creates and maintains the full experiment directory structure under notes/experiments/<experiment-name>/, including flow state, logs, and readmes.
- Lifecycle hard gates for safety and correctness: Enforces red-team completion before compute runs, and requires post-artifact validation before analysis proceeds.
- Artifact pipeline with dashboard synchronization: Uploads artifacts to HuggingFace, verifies and validates them, updates HUGGINGFACE_REPOS.md, and triggers dashboard sync so progress is visible as it happens.
- Works with parallel design skills: Coordinates with any concurrent design/brainstorming skill by handling infrastructure and lifecycle steps while the design skill drives the creative/conversational side.
Quick Start
Ask the agent to set up and manage an experiment for a model comparison, and it will create the experiment folder, sync the dashboard, run the required red-team preflight, and manage validated artifact uploads.