Skip to content

/gsd templates

Shows all available workflow templates — both built-in and custom. Each template defines a reusable workflow for a common development task.

/gsd templates
/gsd templates info <name>
SubcommandEffect
(none)List all available templates with brief descriptions
info <name>Show detailed information about a specific template

For each template:

  • Name — the identifier used with /gsd start
  • Description — what the workflow does
  • Phases — the sequence of phases the template defines
  • Source — whether it’s built-in or custom

You can define custom workflow templates for your project. See the workflows documentation for details on creating templates.