Seven-Phase Training Orchestrator + Reproducible Manifests + Automatic Ablations

Coordinate seven-phase training pipelines with reproducible manifests and automatic ablations.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/sovr610/refffiy --skill seven-phase-training-orchestrator-reproducible-manifests-automatic-ablations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Seven-Phase Training Orchestrator + Reproducible Manifests + Automatic Ablations
Source: https://github.com/sovr610/refffiy/tree/main/brain-ai-dev/skills/training-orchestrator
Command: npx skills add https://github.com/sovr610/refffiy --skill seven-phase-training-orchestrator-reproducible-manifests-automatic-ablations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Seven-phase training orchestration with reproducible manifests and automatic ablations for rigorous, trackable experiments.

Core Features & Use Cases

  • Phase-boundary validation, deterministic seeding, run manifests, and ablation matrix generation (full and pairwise) across seeds.
  • Manifest-driven provenance, checkpoint management, and structured reports for comparing experiments.
  • Reuse upstream phases and support for resumable runs via baseline boundaries and run directories.

Quick Start

Clone the repository and run the training orchestrator to initialize a seven-phase pipeline.

Frequently Asked Questions about Seven-Phase Training Orchestrator + Reproducible Manifests + Automatic Ablations

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

FAQPage Schema
How do I orchestrate multi-phase training pipelines with reproducible manifests?

Reproducible run manifests capture provenance, checkpoint metadata, and seed policies for each training pipeline execution, enabling you to track, resume, and compare experiments across multiple seeds and phase boundaries.

What is automatic ablation matrix generation in machine learning training?

Automatic ablation matrix generation produces structured reports comparing full and pairwise ablation matrices across multiple seeds, allowing you to systematically evaluate component contributions within your training pipeline.

How do I ensure deterministic seeding for reproducible training runs?

You ensure deterministic seeding by applying a standardized seed policy within your training orchestration pipeline, which locks random states at phase boundaries and records them in run manifests for exact replication.

Can I resume interrupted training runs using baseline phase boundaries?

Yes, you can resume interrupted training runs by leveraging baseline boundaries and run directories to reuse completed upstream phases, preventing unnecessary recomputation while maintaining manifest-driven provenance.

Does this training orchestrator work without external pipeline dependencies?

Yes, the training orchestrator operates without external pipeline dependencies, providing templated modules, artifact templates, and a public contract for manifest generation to support end-to-end reproducibility natively.