Skip to content

Commit 7a63fa1

Browse files
abrichrclaude
andauthored
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 <noreply@anthropic.com>
1 parent dea0b27 commit 7a63fa1

1 file changed

Lines changed: 5 additions & 13 deletions

File tree

demo_prompts_vlm/04d9aeaf-7bed-4024-bedb-e10e6f00eb7f-WOS_multilevel.txt

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
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
22

33
PLAN:
4-
1. Create a new sheet for calculating and displaying annual changes in asset categories
5-
2. Create a header row for organizing annual asset changes
6-
3. Begin entering annual data by specifying the first year in the "Year" column
7-
4. Calculate the annual percentage change for Current Assets using data from Sheet1
8-
5. Confirm and apply the formula entered in cell B2 for calculating annual changes in Current Assets
9-
6. Copy the formula in B2 down the column so that annual changes for "CA changes" are calculated for each year
10-
7. Calculate the annual change for Fixed Assets as a percentage using data from Sheet1
11-
8. Confirm or complete the entry of a formula or value in the spreadsheet
12-
9. Apply the formula in C2 to the rest of the rows in the "CA changes" column for consistent annual change calculations
13-
10. Calculate the annual percentage change for the "OA changes" column using data from Sheet1
14-
11. Compute the annual percentage change for Other Assets in the new sheet
15-
12. Copy the formula in D2 down the "OA changes" column for all relevant rows
16-
13. Select the range of calculated annual changes and their corresponding years for further formatting or analysis
4+
1. Create a new sheet in the workbook for annual asset changes
5+
2. Set up headers in row 1 (Year, CA changes, FA changes, OA changes)
6+
3. Enter years 2015-2019 in column A
7+
4. For each asset column (B=CA, C=FA, D=OA), enter the percentage-change formula and drag-fill down for all years
8+
5. Select the data range and format as percentage
179

1810
REFERENCE TRAJECTORY (for disambiguation -- adapt actions to your actual screen):
1911

0 commit comments

Comments
 (0)