create-workflow

Create compliant YAML workflow definitions for the GSD engine.

12|1|Updated May 29, 2026
One-click install
npx skills add https://github.com/qdzsh/gsd-revamp --skill create-workflow-qdzsh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-workflow
Source: https://github.com/qdzsh/gsd-revamp/tree/main/src/resources/skills/create-workflow
Command: npx skills add https://github.com/qdzsh/gsd-revamp --skill create-workflow-qdzsh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams and individuals author compliant YAML workflow definitions for the GSD engine, from scratch or by adapting templates, ensuring correctness and readiness for execution.

Core Features & Use Cases

  • Guided workflow authoring: from scratch or from templates.
  • Built-in validation: enforces unique step IDs, acyclic dependencies, and safe path handling.
  • Template-based customization: start from pre-defined templates and adapt to new goals.
  • Reference material: includes reference guidance for schema, verification policies, and feature patterns.

Quick Start

Describe your workflow goal and let the guide walk you through building a valid YAML workflow from scratch or a chosen template.

Frequently Asked Questions about create-workflow

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

FAQPage Schema
How do I create a valid YAML workflow definition from scratch?

To create a valid YAML workflow definition, you describe your workflow goal and the guide walks you through building a compliant file from scratch. It enforces schema rules, unique step IDs, acyclic dependencies, and safe path handling.

Can I customize an existing workflow template to fit new automation goals?

Yes, you can customize an existing workflow template to fit new automation goals. The guide allows template-based customization, helping you adapt pre-defined templates into a working YAML workflow.

What validation rules are enforced when authoring YAML workflows for the GSD engine?

The validation rules enforced when authoring YAML workflows for the GSD engine include schema compliance, unique step IDs, dependency acyclicity, parameter substitution, and path traversal guards to ensure safe execution.

How do I fix dependency cycles in my YAML workflow definition?

To fix dependency cycles in your YAML workflow definition, the guide enforces dependency acyclicity during authoring. It actively prevents circular dependencies to ensure the GSD engine can execute the workflow.

What is the best way to ensure path traversal safety in workflow templates?

The best way to ensure path traversal safety in workflow templates is to use built-in validation guards. The guide enforces safe path handling during parameter substitution and schema validation.

Does YAML workflow authoring require prior knowledge of verification policies?

No, YAML workflow authoring does not require prior knowledge of verification policies. The guide includes reference material for schema, verification policies, and feature patterns to assist you during the creation process.