phase-runner

Load and execute phase-{N}.md files with precondition checks and dispatch instructions.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Vivekmano27/agent-orchestrator --skill phase-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-runner
Source: https://github.com/Vivekmano27/agent-orchestrator/tree/main/plugins/project-orchestrator/skills/phase-runner
Command: npx skills add https://github.com/Vivekmano27/agent-orchestrator --skill phase-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Phase Runner solves the burden of large, monolithic prompts by loading and executing focused phase files on demand, reducing cognitive load and keeping workflows lean.

Core Features & Use Cases

  • Just-in-time phase loading: reads phase-{N}.md files as needed during orchestration to drive the pipeline.
  • Precondition checks, content validation, and dispatch instructions executed per phase.
  • Flexible phase map: supports phase sequence 0, 0.5, 0.75, 1, 2, 2.1, 2.5, 3, 4, 5, 6, 7, 8 for varied projects.

Quick Start

Read the phase files to drive the project's progression with on-demand loading.

Frequently Asked Questions about phase-runner

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

FAQPage Schema
How do I manage multi-phase project pipelines without overloading monolithic prompts?

Automating multi-phase project pipelines with on-demand phase loading breaks large prompts into focused files, reducing cognitive load. The system reads sequential phase instructions just-in-time to drive orchestration.

What is just-in-time phase loading for workflow automation?

Just-in-time phase loading is a workflow automation mechanism that reads phase instruction files only when needed during execution. This keeps workflows lean by avoiding loading the entire pipeline context at once.

How do I set up conditional logic and retry handling for pipeline execution?

Pipeline execution conditional logic and retry handling are configured by defining preconditions, content validation, and dispatch instructions within individual phase files. The orchestrator enforces these rules during phase transitions.

Does this pipeline orchestration approach support fractional phase sequences?

Yes, pipeline orchestration supports flexible fractional phase sequences like 0, 0.5, 0.75, 1, 2, 2.1, 2.5, 3, and beyond. This allows for varied project structures and granular phase progression control.

When should I avoid using on-demand phase loading for project planning?

Avoid on-demand phase loading for simple project planning workflows that do not require multi-phase orchestration, existence checks, or conditional logic. It is designed for complex pipelines where reducing monolithic prompt overhead justifies the setup.