empirical-new

Scaffold an empirical-ratchet run in a dedicated git worktree and branch.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Elijah-J/InfoScraper --skill empirical-new
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: empirical-new
Source: https://github.com/Elijah-J/InfoScraper/tree/main/.agents/skills/empirical-new
Command: npx skills add https://github.com/Elijah-J/InfoScraper --skill empirical-new

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill scaffolds a dedicated git worktree and branch to isolate empirical-ratchet experiments from the host repository, ensuring reproducible workflows without impacting the main codebase.

Core Features & Use Cases

  • Isolated workspace: creates a separate worktree and an empirical branch to run experiments.
  • Reproducible scaffolding: sets up the run layout and configuration required to start an empirical-ratchet workflow.
  • Safety and recoverability: aligns with preflight validations and isolated environment to prevent cross-run contamination.

Quick Start

Provide a seed question and slug to scaffold a new empirical run in a dedicated worktree.

Frequently Asked Questions about empirical-new

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

FAQPage Schema
How do I isolate git experiments from my main repository?▼

To isolate git experiments from your main repository, this skill scaffolds a dedicated git worktree and branch, separating empirical-ratchet runs from the host codebase to ensure reproducible workflows without cross-run contamination.

What is a git worktree and when do I need it for running experiments?▼

A git worktree creates an isolated working directory linked to a dedicated branch. You need it for running empirical-ratchet experiments when you must test seed questions and run slugs without impacting the main codebase.

How do I scaffold a new empirical-ratchet run using a worktree and branch?▼

To scaffold an empirical-ratchet run, provide a seed question and run slug. The skill handles preflight validations, worktree creation, run layout generation, and local configuration to start the workflow.

Do I need a seed question and slug to set up a dedicated empirical run?▼

Yes, you need a seed question and run slug to set up a dedicated empirical run. These inputs organize experiments and are required to scaffold the isolated worktree and branch layout correctly.

Can I run empirical-ratchet workflows without affecting my main git branch?▼

Yes, you can run empirical-ratchet workflows without affecting your main git branch. The skill creates an isolated worktree and empirical branch, preventing cross-run contamination and keeping the host repository safe.

What limitations exist when scaffolding experiments in separate git worktrees?▼

Limitations when scaffolding experiments in separate git worktrees include preflight validation requirements and the need to manage isolated branches carefully to maintain reproducible configurations and prevent cross-run contamination.