clarify workflows and scripts are both part of a skill
This commit is contained in:
@@ -28,8 +28,10 @@ description: {when-to-use}
|
||||
|
||||
## When to Use Scripts vs Workflows
|
||||
|
||||
- **Scripts** — handle logic/flow that is completely fixed. When the steps are predictable and always the same, encode them in a script.
|
||||
- **Workflows** — handle flexible situations semantically. When context matters, decisions are needed, or the process is nuanced, describe it in a workflow document.
|
||||
Both scripts and workflows are parts of a skill — scripts live in `{skill-name}/scripts/`, workflows in `{skill-name}/workflows/`.
|
||||
|
||||
- **Scripts** — handle logic that is completely fixed. When the steps are predictable and always the same, encode them in a script.
|
||||
- **Workflows** — handle flexible situations. When context matters, decisions are needed, or the process is nuanced, describe it in a workflow document.
|
||||
|
||||
## Script Hint
|
||||
|
||||
|
||||
Reference in New Issue
Block a user