diff --git a/plugins/compound-engineering/skills/create-agent-skills/workflows/create-new-skill.md b/plugins/compound-engineering/skills/create-agent-skills/workflows/create-new-skill.md index 1b01bbb..6f6b991 100644 --- a/plugins/compound-engineering/skills/create-agent-skills/workflows/create-new-skill.md +++ b/plugins/compound-engineering/skills/create-agent-skills/workflows/create-new-skill.md @@ -1,3 +1,9 @@ +## Interaction Method + +If `AskUserQuestion` is available, use it for all prompts below. + +If not, present each question as a numbered list and wait for a reply before proceeding to the next step. For multiSelect questions, accept comma-separated numbers (e.g. `1, 3`). Never skip or auto-configure. + # Workflow: Create a New Skill