Point this agent at an Atlassian Connect app and ask it to plan the move
to Forge. It parses atlassian-connect.json, maps every module, scope,
webhook, and AP.* call site to its Forge equivalent, scaffolds the
manifest.yml and resolvers, and validates by deploying to a Forge
development environment and installing on your development site.
AP.* JavaScript API usage — each module
tiered mechanical / rework / redesign.manifest.yml module mapping, resolver
function stubs, permissions and egress declarations, and storage API
usage sketches.forge lint, deploy to the development environment,
and install on your development site; report PASS/PARTIAL/FAIL with
lint output and install evidence.FORGE_EMAIL — Atlassian account email for the Forge CLIFORGE_API_TOKEN — Atlassian API token for that accountATLASSIAN_SITE — <site>.atlassian.net development site used for
forge installThis solution migrates the app's descriptor, module surfaces, auth model, and storage strategy onto Forge. It does not migrate production tenant data out of your Connect database (it plans the strategy, including keeping data behind a Forge remote), does not publish to the Atlassian Marketplace or run the Connect-to-Forge listing transfer, and does not rewrite complex front ends wholesale — Custom UI surfaces get scaffolds and a porting checklist, not finished UIs.
Parses atlassian-connect.json, maps modules and auth surfaces to Forge, plans UI Kit vs Custom UI and storage strategy, scaffolds manifest.yml and resolvers, and validates with forge lint, deploy, and install.