What problem does it solve?
This Skill removes the manual, error-prone process of creating new workflow definition files by generating a standardized draft workflow markdown with complete frontmatter and template sections so authors can focus on intent and steps instead of boilerplate.
Core Features & Use Cases
- Standardized Scaffolding: Creates a workflows/<domain>/<name>.md file populated with versioned frontmatter, tags, intent, and dated metadata so each workflow starts from a consistent template.
- Conflict Detection & Validation: Verifies domain and kebab-case naming, checks for existing workflow files and their status, and warns or errors on conflicts to prevent accidental overwrites.
- Use Case: Quickly initialize a draft for a new user workflow like app-investigation or a volon maintenance workflow so the author can immediately fill Steps, Artifacts, and Invariants.
Quick Start
Run the workflow-create skill with a kebab-case name and optional domain to generate a draft workflow file in the repository's workflows directory.