workflow-skill-designer

Solid

Meta-skill for designing orchestrator+phases structured workflow skills. Creates SKILL.md coordinator with progressive phase loading, TodoWrite patterns, and data flow. Triggers on "design workflow skill", "create workflow skill", "workflow skill designer".

AI & Automation 483 stars 62 forks Updated yesterday

Install

View on GitHub

Quality Score: 87/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

# Workflow Skill Designer Meta-skill for creating structured workflow skills following the orchestrator + phases pattern. Generates complete skill packages with SKILL.md as coordinator and phases/ folder for execution details. ## Architecture Overview ``` ┌─────────────────────────────────────────────────────────────────┐ │ Workflow Skill Designer │ │ → Analyze requirements → Design orchestrator → Generate phases │ └───────────────┬─────────────────────────────────────────────────┘ │ ┌───────────┼───────────┬───────────┐ ↓ ↓ ↓ ↓ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ │ Phase 1 │ │ Phase 2 │ │ Phase 3 │ │ Phase 4 │ │ Require │ │ Orch │ │ Phases │ │ Valid │ │ Analysis│ │ Design │ │ Design │ │ & Integ │ └─────────┘ └─────────┘ └───────���─┘ └─────────┘ ↓ ↓ ↓ ↓ workflow SKILL.md phases/ Complete config generated 0N-*.md skill pkg ``` ## Target Output Structure The skill this meta-skill produces follows this structure: ``` .claude/skills/{skill-name}/ ├── SKILL.md # Orchestrator: coordination, data flow, TodoWrite ├── phases/ │ ├── 01-{phase-name}.md # Phase execution detail (full content) │ ├── 02-{phase-name}.md │ ├── ... │ └── 0N-{phase-name}.md ├── specs/ # [Optional] Domain specifications └── templates/ # [Optional] Reusable templa...

Details

Author
catlog22
Repository
catlog22/maestro-flow
Created
4 months ago
Last Updated
yesterday
Language
TypeScript
License
None

Similar Skills

Semantically similar based on skill content — not just same category