meow:workflow-orchestrator

Coordinate a 7-phase feature workflow with approval gates and TDD.

14|2|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/ngocsangyem/MeowKit --skill meow-workflow-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meow:workflow-orchestrator
Source: https://github.com/ngocsangyem/MeowKit/tree/main/.claude/skills/meow%3Aworkflow-orchestrator
Command: npx skills add https://github.com/ngocsangyem/MeowKit --skill meow-workflow-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The MeowKit Workflow Orchestrator guides teams through a robust, seven-stage process to implement complex features—from plan through reflection—ensuring proper gates, TDD, and documentation.

Core Features & Use Cases

  • Enforces a plan-first workflow with two human approval gates.
  • Supports fast-track mode for pre-approved specs and auto-execution of phases 2-5.
  • Manages phase transitions, memory, and state with token-budget awareness.
  • Use Case: When delivering a major feature spanning multiple files and teams, activate this orchestrator to coordinate planning, tests, build, review, and deployment with traceable gating.

Quick Start

To begin, instruct the orchestrator to execute a complex feature from the provided specs.

Frequently Asked Questions about meow:workflow-orchestrator

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

FAQPage Schema
How do I orchestrate complex feature development across multiple files with TDD?

Orchestrate complex feature development by executing a 7-phase workflow that enforces plan-first gating, TDD, and dual human approval gates. This coordinates planning, testing, building, reviewing, and deployment with memory management and token budgeting.

What is a phase-driven workflow for feature delivery?

A phase-driven workflow for feature delivery breaks large tasks into seven structured stages, from initial planning to reflection, enforcing gates and automated progression between phases to ensure traceable implementation.

Can I automate workflow phases for pre-approved feature specs?

Yes, you can automate workflow phases for pre-approved specs using the fast-track mode, which automatically executes phases 2 through 5 without stopping for manual gates, accelerating feature delivery.

How do I enforce plan-first gating in automated software engineering?

Enforce plan-first gating in software engineering by requiring an initial human approval gate before any execution begins, ensuring the proposed plan satisfies all specifications before transitioning to the build phases.

Does this workflow orchestrator handle token budgeting and memory management?

Yes, the workflow orchestrator handles token budgeting and memory management by actively tracking token usage and maintaining state across phase transitions to ensure efficient execution of large feature tasks.

When should I use a multi-phase orchestration workflow instead of direct coding?

Use multi-phase orchestration instead of direct coding when delivering major features that span multiple files and require strict planning, TDD enforcement, dual approval gates, and traceable deployment documentation.