From 57f6cdd85e21e7eb55305c0826fff82cc588170d Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Wed, 5 Aug 2026 19:06:03 +0800 Subject: [PATCH] docs: plan AIGC upgrade image display --- .../plans/2026-08-05-aigc-upgrade-image.md | 84 +++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 docs/superpowers/plans/2026-08-05-aigc-upgrade-image.md diff --git a/docs/superpowers/plans/2026-08-05-aigc-upgrade-image.md b/docs/superpowers/plans/2026-08-05-aigc-upgrade-image.md new file mode 100644 index 0000000..4930f7e --- /dev/null +++ b/docs/superpowers/plans/2026-08-05-aigc-upgrade-image.md @@ -0,0 +1,84 @@ +# AIGC Upgrade Image Implementation Plan + +> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking. + +**Goal:** Show the already generated source image in the `useTemplate` upgrade flow while preserving the selected template copy. + +**Architecture:** Keep `upgradeTaskId` as the navigation contract. In `useTemplate.vue`, load the source generator task detail only for upgrade flows, then overlay its `imageResultUrl` onto the selected template as `templateContentUrl`. `TemplateVersionHero` remains unchanged because it already renders `templateContentUrl`. + +**Tech Stack:** Vue 3 `