What problem does it solve?
This Skill solves the problem of turning workflow ideas into reliable, multi-phase skill packages by enforcing a consistent orchestrator-plus-phases structure.
Core Features & Use Cases
- Workflow-to-skill packaging: Produces a complete skill directory with a coordinator SKILL.md and phase execution documents that follow the orchestrator + phases pattern.
- Progressive phase loading + on-demand references: Ensures SKILL.md contains Ref markers and a phase reference table so phase contents are loaded only when needed.
- Preference-safe and execution-safe design: Collects interactive workflow preferences in SKILL.md (AskUserQuestion) and keeps phase files free from argument flag parsing and inter-phase routing.
- Validation-oriented structure: Supports a full validation phase that checks structural integrity, reference integrity, data-flow consistency, and phase hygiene.
Quick Start
Tell the designer to create a 4-phase workflow skill with phases, preferences collected up front, and proper Ref links for on-demand loading.