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
This commit is contained in:
Luong NGUYEN
2026-01-30 16:30:52 +01:00
parent 3b6852bf86
commit f396788a5e
+2
View File
@@ -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.**