run-phase

Orchestrate builder and evaluator agents to execute a Gaz blueprint phase.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/danielkhigay/gaz --skill run-phase-danielkhigay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-phase
Source: https://github.com/danielkhigay/gaz/tree/main/.claude/skills/run-phase
Command: npx skills add https://github.com/danielkhigay/gaz --skill run-phase-danielkhigay

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Autonomously orchestrate and execute an entire Gaz phase by coordinating a builder and an evaluator, managing state, and reporting results to complete the phase from blueprint to finish.

Core Features & Use Cases

  • Orchestrates end-to-end phase execution by spawning and coordinating a builder and an evaluator to implement the Gaz blueprint.
  • Handles batching of steps, tracks progress via shared state files, and supports resume after crashes.
  • Provides clear finalization steps, including status updates, archival logs, and test/evaluation results.

Quick Start

Invoke run-phase with a phase number to orchestrate the complete Gaz blueprint phase.

Frequently Asked Questions about run-phase

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

FAQPage Schema
How do I automate end-to-end phase execution with a builder and evaluator workflow?

End-to-end phase execution is automated by orchestrating a two-agent workflow that coordinates a builder and an evaluator to implement the complete blueprint. It groups steps into batches, tracks progress, and provides resume-capable state management.

What is the best way to manage state and resume a workflow phase after a crash?

Workflow state management and resumption after crashes are handled by tracking progress via shared state files, specifically updating a build-eval JSON file. This resume-capable mechanism ensures the phase can recover and continue execution seamlessly.

How do I orchestrate a complete Gaz blueprint phase from start to finish?

Orchestrating a complete Gaz blueprint phase involves invoking an automation command with a phase number to coordinate the builder and evaluator. It reads phase markdown plans, executes batched steps, and finalizes with status updates and archival logs.

Does phase orchestration support batching and progress tracking for large workflows?

Phase orchestration supports large workflows by grouping implementation steps into manageable batches and tracking progress through shared state files. This ensures structured execution and reliable reporting across the entire phase.

How does phase finalization work after the builder and evaluator complete their tasks?

Phase finalization works by enforcing status updates, generating archival logs, and recording test and evaluation results. This ensures the complete workflow state is permanently documented and the phase is properly closed.