From c8ebc5b2d516f4dfbd8e293ef08da4f38234aa96 Mon Sep 17 00:00:00 2001 From: Kieran Klaassen Date: Sun, 1 Mar 2026 15:47:04 -0800 Subject: [PATCH] fix: Fix preamble placement and extend to add-workflow.md - Move Interaction Method preamble to after H1 in create-new-skill.md (was incorrectly placed before the # heading) - Add same preamble to add-workflow.md which also references AskUserQuestion in Step 3 without a fallback instruction Co-Authored-By: Claude Sonnet 4.6 --- .../skills/create-agent-skills/workflows/add-workflow.md | 6 ++++++ .../create-agent-skills/workflows/create-new-skill.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/plugins/compound-engineering/skills/create-agent-skills/workflows/add-workflow.md b/plugins/compound-engineering/skills/create-agent-skills/workflows/add-workflow.md index f53e9cf..cfad9f8 100644 --- a/plugins/compound-engineering/skills/create-agent-skills/workflows/add-workflow.md +++ b/plugins/compound-engineering/skills/create-agent-skills/workflows/add-workflow.md @@ -1,5 +1,11 @@ # Workflow: Add a Workflow to Existing Skill +## 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. Never skip or auto-configure. + **Read these reference files NOW:** 1. references/recommended-structure.md 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 6f6b991..3ef8b4a 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,11 +1,11 @@ +# Workflow: Create a New Skill + ## 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 - **Read these reference files NOW:** 1. references/recommended-structure.md