Move a tested Playground feature into the production app with Two-Gate safety
Usage: /integrate [feature name from Playground]
Purpose: Move a user-approved Playground feature into the production app. This is the highest-risk workflow — it modifies the real app that users interact with.
Before starting, the feature MUST have:
/featureIf any prerequisite is missing, STOP and tell the user.
Goal: Map out exactly how Playground code becomes production code, and get user approval.
Steps:
Audit Playground Feature
get_symbols_overview, find_symbol) to catalog:
playgroundUtils.ts, PlaygroundUtils.swift)Create Integration Plan
GATE 1: User Approves Integration Plan (MANDATORY)
Goal: Move the feature into production on both platforms.
Steps:
Create Branch
feature/integrate-[feature-name]Integrate on Both Platforms
cross-platform-coordinator to orchestrate if complexApp.tsx if new pages are neededContentView.swift if new screens are neededClean Up Playground
Verify (MANDATORY)
superpowers:verification-before-completionGoal: User verifies the feature works in the production app.
Steps:
/feature request./refactor first.If anything goes wrong: