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 <noreply@anthropic.com>
This commit is contained in:
Kieran Klaassen
2026-03-01 15:47:04 -08:00
parent 98e0a169cb
commit c8ebc5b2d5
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Workflow: Add a Workflow to Existing Skill # 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.
<required_reading> <required_reading>
**Read these reference files NOW:** **Read these reference files NOW:**
1. references/recommended-structure.md 1. references/recommended-structure.md

View File

@@ -1,11 +1,11 @@
# Workflow: Create a New Skill
## Interaction Method ## Interaction Method
If `AskUserQuestion` is available, use it for all prompts below. 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. 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
<required_reading> <required_reading>
**Read these reference files NOW:** **Read these reference files NOW:**
1. references/recommended-structure.md 1. references/recommended-structure.md