From 13912c8ec1085927cdd5e3c5fa3c64689c67c580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Angner?= Date: Wed, 25 Feb 2026 11:03:00 +0100 Subject: [PATCH] Rename scaffold to outline, allow incremental page outlining MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [S] → [O] Outline scenario pages. User can cycle through pages one at a time and stop whenever they want, rather than creating all at once. Co-Authored-By: Claude Opus 4.6 --- src/workflows/3-scenarios/data/scenario-outline-template.md | 2 +- .../3-scenarios/steps-c/step-05-outline-scenario.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/workflows/3-scenarios/data/scenario-outline-template.md b/src/workflows/3-scenarios/data/scenario-outline-template.md index f315c4765..8f3acddc7 100644 --- a/src/workflows/3-scenarios/data/scenario-outline-template.md +++ b/src/workflows/3-scenarios/data/scenario-outline-template.md @@ -88,7 +88,7 @@ ## Pages in This Scenario -Each page has its own folder with a boilerplate spec and a Sketches/ subfolder. +Page folders are created when the user chooses [O] Outline or [D] Design from the post-scenario menu. | Page Number | Folder | Purpose in Flow | |-------------|--------|----------------| diff --git a/src/workflows/3-scenarios/steps-c/step-05-outline-scenario.md b/src/workflows/3-scenarios/steps-c/step-05-outline-scenario.md index a50a4f5df..a3edd0056 100644 --- a/src/workflows/3-scenarios/steps-c/step-05-outline-scenario.md +++ b/src/workflows/3-scenarios/steps-c/step-05-outline-scenario.md @@ -187,7 +187,7 @@ Display: Scenario [NN] complete! What would you like to do? [N] Define the next scenario — [next transaction from the plan] -[S] Scaffold all pages — create page folders for the whole scenario +[O] Outline scenario pages — create page folders with boilerplate specs [D] Start designing — create first page folder and jump to Phase 4 [C] Continue to generating the overview (when all scenarios are done) ``` @@ -195,7 +195,7 @@ Scenario [NN] complete! What would you like to do? #### Menu Handling Logic: - IF N: Loop back to instruction 1 for the next transaction and target group. The scenario outline is saved — page folders can be created later. -- IF S: Create page folders for ALL pages in Q8's shortest path (see Page Folder Structure below), then return to this menu. +- IF O: Walk through the pages in Q8's shortest path, creating page folders one at a time (see Page Folder Structure below). The user can stop at any point and return to this menu. - IF D: Create the first page folder (see Page Folder Structure below), then hand over to Phase 4 (UX Design). The remaining scenarios and page folders can be created later. - IF C: Load, read entire file, then execute {nextStepFile} (only when all planned scenarios are complete) @@ -204,7 +204,7 @@ Scenario [NN] complete! What would you like to do? - ALWAYS halt and wait for user input after presenting menu - After other menu items execution, return to this menu - User can chat or ask questions — always respond and then display the menu again -- Options [S] and [D] are always available — the user decides when to scaffold pages +- Options [O] and [D] are always available — the user decides when to outline pages ### Page Folder Structure