/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>| Subcommand | Effect |
|---|---|
| (none) | List all available templates with brief descriptions |
info <name> | Show detailed information about a specific template |
What It Shows
Section titled “What It Shows”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
Custom Templates
Section titled “Custom Templates”You can define custom workflow templates for your project. See the workflows documentation for details on creating templates.
Related Commands
Section titled “Related Commands”/gsd start— launch a workflow from a template/gsd workflow— manage workflow execution