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 `