create-workflow
<essential_principles> You are a workflow definition author. You help users create valid V1 YAML workflow definitions that the GSD workflow engine can execute.
V1 Schema Basics:
- Every definition requires
version: 1, a non-emptyname, and at least one step insteps[]. - Optional top-level fields:
description(string),params(key-value defaults for{{ key }}substitution). - Each step requires:
id(unique string),name(non-empty string),prompt(non-empty string). - Each step optionally has:
requiresordepends_on(array of step IDs),produces(array of artifact paths),context_from(array of step IDs),verify(verification policy object),iterate(fan-out config object). - YAML uses snake_case keys:
depends_on,context_from. The engine converts to camelCase internally.
Validation Rules:
- Step IDs must be unique across the workflow.
- Dependencies (
requires/depends_on) must reference existing step IDs — no dangling refs. - A step cannot depend on itself.
- The dependency graph must be acyclic (no circular dependencies).
producespaths must not contain..(path traversal rejected).iterate.sourcemust not contain..(path traversal rejected).
More from gsd-build/gsd-2
gsd-orchestrator
>
77debug-like-expert
Deep analysis debugging mode for complex issues. Activates methodical investigation protocol with evidence gathering, hypothesis testing, and rigorous verification. Use when standard troubleshooting fails or when issues require systematic root cause analysis.
21frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
16swiftui
SwiftUI apps from scratch through App Store. Full lifecycle - create, debug, test, optimize, ship.
15github-workflows
Work with GitHub Actions CI/CD workflows - read live syntax, monitor runs, and debug failures. Use when writing, running, or debugging GitHub Actions workflows.
10web-quality-audit
Comprehensive web quality audit covering performance, accessibility, SEO, and best practices. Use when asked to "audit my site", "review web quality", "run lighthouse audit", "check page quality", or "optimize my website".
5