From 4939f38e9dd003729c04b09187621a07585ca58f Mon Sep 17 00:00:00 2001 From: Richard Abrich Date: Wed, 4 Mar 2026 11:03:50 -0500 Subject: [PATCH] fix: condense multilevel demo PLAN from 13 to 5 phases Research (ShowUI-Aloha) recommends 3-7 high-level phases in the PLAN section. The rule-based generator produced 13 granular steps (one per demo action), which defeats the purpose of having an abstract plan. Condensed to 5 phases: create sheet, headers, years, formulas+fill, format as percentage. Co-Authored-By: Claude Opus 4.6 --- ...d-4024-bedb-e10e6f00eb7f-WOS_multilevel.txt | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/demo_prompts_vlm/04d9aeaf-7bed-4024-bedb-e10e6f00eb7f-WOS_multilevel.txt b/demo_prompts_vlm/04d9aeaf-7bed-4024-bedb-e10e6f00eb7f-WOS_multilevel.txt index e7849c6..847d9b8 100644 --- a/demo_prompts_vlm/04d9aeaf-7bed-4024-bedb-e10e6f00eb7f-WOS_multilevel.txt +++ b/demo_prompts_vlm/04d9aeaf-7bed-4024-bedb-e10e6f00eb7f-WOS_multilevel.txt @@ -1,19 +1,11 @@ GOAL: In a new sheet with 4 headers "Year", "CA changes", "FA changes", and "OA changes", calculate the annual changes for the Current Assets, Fixed Assets, and Other Assets columns PLAN: -1. Create a new sheet for calculating and displaying annual changes in asset categories -2. Create a header row for organizing annual asset changes -3. Begin entering annual data by specifying the first year in the "Year" column -4. Calculate the annual percentage change for Current Assets using data from Sheet1 -5. Confirm and apply the formula entered in cell B2 for calculating annual changes in Current Assets -6. Copy the formula in B2 down the column so that annual changes for "CA changes" are calculated for each year -7. Calculate the annual change for Fixed Assets as a percentage using data from Sheet1 -8. Confirm or complete the entry of a formula or value in the spreadsheet -9. Apply the formula in C2 to the rest of the rows in the "CA changes" column for consistent annual change calculations -10. Calculate the annual percentage change for the "OA changes" column using data from Sheet1 -11. Compute the annual percentage change for Other Assets in the new sheet -12. Copy the formula in D2 down the "OA changes" column for all relevant rows -13. Select the range of calculated annual changes and their corresponding years for further formatting or analysis +1. Create a new sheet in the workbook for annual asset changes +2. Set up headers in row 1 (Year, CA changes, FA changes, OA changes) +3. Enter years 2015-2019 in column A +4. For each asset column (B=CA, C=FA, D=OA), enter the percentage-change formula and drag-fill down for all years +5. Select the data range and format as percentage REFERENCE TRAJECTORY (for disambiguation -- adapt actions to your actual screen):