run-phase

Orchestrate build-review-fix cycles across functional spec, mock build, and integration phases.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates a complete build-review-fix workflow for a software phase, coordinating the builder and reviewer until the phase passes or user intervention.

Core Features & Use Cases

  • Orchestrates Phase 1 functional spec, Phase 2 mock build, and Phase 3 real integration with automated handoffs between agents.
  • Handles iterative review cycles with automatic re-runs and user prompts on failure.
  • Works across Flutter-based dashboard widgets, panels, and runners with phase-aware routing.

Quick Start

Run the phase by providing the phase number and the path to the spec or app to begin the cycle.

Frequently Asked Questions about run-phase

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

FAQPage Schema
How do I automate a build-review-fix cycle for a software development phase?

An automated build-review-fix cycle orchestrates builder and reviewer agents to iterate on a software phase, looping until the review passes or user intervention is required. It coordinates handoffs automatically to ensure safe, auditable progress.

What is the best way to orchestrate agents for iterative functional spec and mock build phases?

Orchestrating agents for iterative phases coordinates builder and reviewer handoffs across functional spec, mock build, and real integration scenarios. It loops through automated re-runs and user prompts on failure to enforce phase detection and auditable progress.

Can I use automated phase orchestration for Flutter dashboard widgets and panels?

Automated phase orchestration works across Flutter-based dashboard widgets, panels, and runners with phase-aware routing. It coordinates the builder and reviewer agents through the build-review-fix cycle for these specific component kinds.

How does the reviewer agent handle a failed phase review during automated orchestration?

During automated orchestration, a failed phase review triggers automatic re-runs and user prompts. The system loops the builder and reviewer agents until the phase passes, while recording logs and guardrails to ensure safe, auditable progress.

Do I need to provide a spec or app path to start an automated build-review workflow?

Yes, you need to provide the phase number and the path to the spec or app to begin the automated build-review workflow. This input initializes the cycle and routes the agents through the functional spec, mock build, or real integration phases.

When should I manually intervene in an automated build-review-fix loop?

You should manually intervene in an automated build-review-fix loop when the reviewer agent fails and prompts for user input. The orchestration stops looping and awaits your decision to ensure safe, auditable progress when automated re-runs cannot resolve the failure.