create-workflow

Generate WORKFLOW.md templates and frontmatter for Jazz agent workflows.

47|8|Updated Sep 13, 2025
One-click install
npx skills add https://github.com/lvndry/jazz --skill create-workflow-lvndry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-workflow
Source: https://github.com/lvndry/jazz/tree/main/skills/create-workflow
Command: npx skills add https://github.com/lvndry/jazz --skill create-workflow-lvndry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create Jazz workflow automation files and templates to schedule agent tasks without manual setup, reducing configuration errors and repetitive toil.

Core Features & Use Cases

  • Generates WORKFLOW.md frontmatter for new agent workflows
  • Guides users through scheduling recurring tasks and auto-approval policies
  • Provides a structured template for safe, repeatable agent automation

Quick Start

  1. Run through the guided questionnaire to capture task, schedule, catch-up, auto-approval, skills, and location.
  2. Generate a WORKFLOW.md with the appropriate frontmatter and instructions.
  3. Save the file to the local project workflow directory (e.g., ./workflows/<name>/WORKFLOW.md) or global path as configured.

Frequently Asked Questions about create-workflow

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

FAQPage Schema
What is a Jazz workflow file and when do I need to schedule one?

A Jazz workflow file orchestrates agent runs through scheduled automation. You need to create a WORKFLOW.md file when you want to automate recurring tasks without manual setup, reducing configuration errors and repetitive toil.

How do I automate recurring tasks using a Jazz workflow?

To automate recurring tasks, run a guided questionnaire that captures the task, schedule, and auto-approval policies. The process generates a WORKFLOW.md file with frontmatter defining the required fields: name, description, schedule, autoApprove, and skills.

Can I configure auto-approval policies for scheduled agent runs?

Yes, you can configure auto-approval policies for scheduled agent runs. The creation process guides you through defining the autoApprove field in the WORKFLOW.md frontmatter to ensure safe, repeatable agent automation without manual intervention.

Do I need specific dependencies installed to generate WORKFLOW.md templates?

No specific dependencies are required to generate WORKFLOW.md templates. The workflow creation process operates independently to produce frontmatter and optionally links to directories for scripts, references, and assets within your local project.

Where should I save generated Jazz workflow files for project automation?

You should save generated Jazz workflow files to the local project workflow directory. The standard path is ./workflows/<name>/WORKFLOW.md, or you can save them to a global path depending on your specific configuration requirements.