name: {{SKILL_NAME}} description: {{What it does}} Use when {{trigger conditions}}.
{{Principles that ALWAYS apply, regardless of which workflow runs}}
1. {{First principle}}
{{Explanation}}
2. {{Second principle}}
{{Explanation}}
3. {{Third principle}}
{{Explanation}}
AskUserQuestion:
header: "Task Type"
question: "What would you like to do?"
options:
- label: "{{First option}}"
description: "{{Description of first option}}"
- label: "{{Second option}}"
description: "{{Description of second option}}"
- label: "{{Third option}}"
description: "{{Description of third option}}"
multiSelect: false
After reading the workflow, follow it exactly.
{{Brief reference information always useful to have visible}}
All in references/:
- {{reference-1.md}} - {{purpose}}
- {{reference-2.md}} - {{purpose}}
All in workflows/:
| Workflow | Purpose |
|---|---|
| {{first-workflow}}.md | {{purpose}} |
| {{second-workflow}}.md | {{purpose}} |
| {{third-workflow}}.md | {{purpose}} |