workflow-orchestrator

Orchestrate a five-step automated development workflow with a state machine and file system hooks.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/zphwd/bianchengbaodian --skill workflow-orchestrator-zphwd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-orchestrator
Source: https://github.com/zphwd/bianchengbaodian/tree/main/workflow/auto-dev-loop/workflow-orchestrator
Command: npx skills add https://github.com/zphwd/bianchengbaodian --skill workflow-orchestrator-zphwd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the entire software development lifecycle by orchestrating a five-step agentic workflow, ensuring tasks are executed sequentially and iteratively until completion, with built-in mechanisms for handling failures and retries.

Core Features & Use Cases

  • Automated Workflow Execution: Drives a sequence of five distinct agent steps (requirements, planning, implementation, verification, control) using a state machine and file system hooks.
  • Closed-Loop Iteration: Automatically retries failed steps by looping back to earlier stages based on verification results.
  • Minimal Dependencies: Operates using only file system events and shell commands, making it suitable for local development or CI environments without external services.
  • Use Case: Imagine a new feature request comes in. This Skill can take that request, generate a specification, create a plan, implement the code, test it, and if tests fail, loop back to refine the plan and implementation, all without manual intervention.

Quick Start

Initiate the automated development loop by running the hook script to monitor state changes.

Frequently Asked Questions about workflow-orchestrator

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

FAQPage Schema
How do I automate the software development lifecycle from requirements to verification?

Automated dev workflow orchestration drives a five-step agentic sequence using a state machine and file system hooks. It processes requirements, planning, implementation, verification, and control sequentially without manual intervention.

Can I run a CI/CD agent workflow without external orchestration services?

Yes, CI/CD agent workflow execution operates using only file system events and shell commands. It supports local development and CI environments with minimal dependencies and no external services required.

How does a state machine handle failed verification steps in automated development workflows?

State machine orchestration uses closed-loop iteration to automatically retry failed steps. Upon verification failure, it loops back to earlier planning or implementation stages to refine and correct the output.

What is the best way to orchestrate sequential agent tasks for DevOps automation?

Sequential agent task orchestration is best handled by a state machine driving file system hooks. This ensures each dev workflow phase completes before the next begins, automatically retrying upon failures.

Do I need external dependencies to run automated dev workflow orchestration in a local environment?

No, automated dev workflow orchestration has no external dependencies. It operates entirely using file system events and shell commands, making it suitable for both local development and CI environments.