Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Conversational guide for creating valid YAML workflow definitions. Use when asked to "create a workflow", "new workflow definition", "build a workflow", "workflow YAML", "define workflow steps", or "workflow from template".
<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:
version: 1, a non-empty name, and at least one step in steps[].description (string), params (key-value defaults for {{ key }} substitution).id (unique string), name (non-empty string), prompt (non-empty string).requires or depends_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).depends_on, context_from. The engine converts to camelCase internally.Validation Rules:
requires/depends_on) must reference existing step IDs — no dangling refs.produces paths must not contain .. (path traversal rejected).npx skills add gsd-build/gsd-2 --skill create-workflowHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.