workflow-skill-designer

Design structured multi-phase workflow skills with orchestrator and phase files.

76|5|Updated Jul 7, 2026
One-click install
npx skills add https://github.com/catlog22/pi-maestro-flow --skill workflow-skill-designer-catlog22
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-skill-designer
Source: https://github.com/catlog22/pi-maestro-flow/tree/main/.pi/skills/workflow-skill-designer
Command: npx skills add https://github.com/catlog22/pi-maestro-flow --skill workflow-skill-designer-catlog22

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you turn a workflow idea or existing command set into a production-ready multi-phase skill package, with a clear orchestrator, phase files, and validation structure.

Core Features & Use Cases

  • Workflow Analysis: Detects the source type, extracts requirements, and builds a unified workflow configuration.
  • Orchestrator Generation: Creates a coordinator SKILL.md with progressive loading, data flow, TodoWrite patterns, and phase references.
  • Phase File Design: Produces detailed phase documents that preserve execution steps, agent prompts, and validation logic.
  • Validation & Integration: Checks file structure, references, content quality, and hygiene before completing the skill package.
  • Use Case: Convert an existing .claude command workflow into a phased skill that can be loaded safely and executed consistently.

Quick Start

Ask the workflow skill designer to convert your existing command set or workflow description into a structured skill package.

Frequently Asked Questions about workflow-skill-designer

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

FAQPage Schema
How do I convert an existing command workflow into a structured skill package?

To convert a command workflow into a structured skill package, the workflow skill designer analyzes your source commands and generates an orchestrator SKILL.md with progressive loading, phase files, and validation gates.

What is progressive loading in multi-phase workflow orchestration?

Progressive loading in multi-phase workflow orchestration is a mechanism that sequentially loads phase files and inter-phase data flow only when needed, ensuring safe execution and preserving reference integrity across the skill package.

Can I use TodoWrite tracking and validation gates with custom workflow skills?

Yes, you can use TodoWrite tracking and validation gates with custom workflow skills. The designer integrates these patterns directly into the orchestrator and phase documents to monitor progress and check content hygiene.

Does the workflow skill designer require specific dependencies to generate phase files?

No, the workflow skill designer requires no specific dependencies to generate phase files. It operates independently to extract requirements from your source and build a unified workflow configuration with validation logic.

What's the best way to ensure reference integrity and phase hygiene in skill generation?

The best way to ensure reference integrity and phase hygiene during skill generation is to apply validation checks on file structure and content quality, which the designer performs before completing the final skill package.

When should I not use phased orchestration for workflow skill design?

You should not use phased orchestration for workflow skill design if your task is a single-step execution or lacks inter-phase data flow requirements, as the overhead of generating phase files and validation gates provides no benefit.