workflow-create

Scaffold standardized workflow markdown files with YAML frontmatter.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/hollis-labs/volon --skill workflow-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-create
Source: https://github.com/hollis-labs/volon/tree/main/plugins/workflow-author/skills/workflow-create
Command: npx skills add https://github.com/hollis-labs/volon --skill workflow-create

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about workflow-create

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

FAQPage Schema
How do I scaffold a new workflow template with YAML frontmatter?

To scaffold a workflow template, use this Skill to generate a draft markdown file with complete YAML frontmatter, tags, and intent sections. It populates the boilerplate automatically so authors can focus on workflow steps rather than manual file setup.

What's the best way to create standardized workflow definition files?

The best way to create standardized workflow files is using a guided template that enforces consistent structure. This Skill generates versioned frontmatter and dated metadata, ensuring every workflow starts from a uniform baseline without manual formatting errors.

Does workflow scaffolding validate kebab-case names and check for existing files?

Yes, workflow scaffolding validates kebab-case naming conventions and domains. This Skill checks for existing workflow files and their status, warning or erroring on conflicts to prevent accidental overwrites of previously authored workflow definitions.

Can I initialize draft workflows under specific directory paths like workflows/user or workflows/volon?

Yes, you can initialize draft workflows under workflows/user or workflows/volon. This Skill accepts an optional domain parameter and generates the workflow markdown file in the corresponding repository directory path for immediate authoring.

Why does my workflow creation fail when the file name isn't kebab-case?

Workflow creation fails because the system validates file names against kebab-case formatting rules. This enforcement prevents inconsistent naming conventions across workflow definitions, ensuring repository-wide standardization before the template file is generated.

What do I need to start authoring a new workflow in a Volon repository?

To start authoring a workflow in a Volon repository, you need a kebab-case name and an optional domain. This Skill checks existing workflow status, validates inputs, and writes a draft markdown file with sections for Steps, Artifacts, and Invariants ready for editing.