From f396788a5e24c2f73c5145168e86d7b2a28012a5 Mon Sep 17 00:00:00 2001 From: Luong NGUYEN Date: Fri, 30 Jan 2026 16:30:52 +0100 Subject: [PATCH] docs: Add instruction to handle existing blog post updates Skip initial steps and go directly to iteration when user requests updates to an existing blog post draft --- 03-skills/blog-draft/SKILL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/03-skills/blog-draft/SKILL.md b/03-skills/blog-draft/SKILL.md index 02adbde..ac75056 100644 --- a/03-skills/blog-draft/SKILL.md +++ b/03-skills/blog-draft/SKILL.md @@ -15,6 +15,8 @@ You **MUST** consider the user input before proceeding. User should provide: - **Target audience**: Who the blog post is for (optional) - **Tone/Style**: Formal, casual, technical, etc. (optional) +**IMPORTANT**: If the user is requesting updates to an **existing blog post**, skip steps 0-8 and start directly at **Step 9**. Read the existing draft file(s) first, then proceed with the iteration process. + ## Execution Flow Follow these steps sequentially. **Do not skip steps or proceed without user approval where indicated.**