Upgrade in a modal
Keep people in context while explaining the plan required for the action they selected.
Attach the opener to any element
const openUpgradeModal = () => setUpgradeModalOpen(true);
<Button onClick={openUpgradeModal}>
Manage organisers
</Button>A coding agent can use the Supacharger MCP for repository context and its installed skills to apply this pattern to the right element.

