Pipeline State Schema banner
ai-analyst-lab ai-analyst-lab

Pipeline State Schema

Development community

Description

# Pipeline State Schema (OR-2.0) ## Purpose Track pipeline execution state for resume capability and progress reporting. Written to `working/pipeline_state.json` during `/run-pipeline` execution. Read by `/resume-pipeline` to determine restart point. ## Schema (V2 — agent-keyed) V2 replaces numeric step keys with agent-name keys. This eliminates ambiguity for parallel agents (e.g., step 5 had three alternatives) and aligns state directly with the `registry.yaml` agent names. ```json { "sch

Installation

Installs to ~/.claude/agents/ai-analyst-lab-ai-analyst-pipeline_state_schema.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ai-analyst-lab/ai-analyst/HEAD/agents/pipeline_state_schema.md -o ~/.claude/agents/ai-analyst-lab-ai-analyst-pipeline_state_schema.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository