create-launch-modal
Installation
SKILL.md
create-launch-modal
Create a one-time launch modal — the feature-announcement design used for launches like "Orchestrate any agent, anywhere" or "Warp is now open-source."
Reference implementation
app/src/workspace/view/orchestration_launch_modal/ — the canonical, most up-to-date example of this pattern.
Checklist
- Feature flag in
warp_features/src/lib.rs - Settings field in
app/src/settings/ai.rs - Trigger logic in
app/src/workspace/one_time_modal_model.rs - View files under
app/src/workspace/view/<name>_launch_modal/ - Workspace wiring in
app/src/workspace/view.rsandapp/src/workspace/mod.rs - Debug actions in
app/src/workspace/action.rs - Hero image at
app/assets/async/png/onboarding/<name>_launch_banner.png - Any custom icons added to
crates/warp_core/src/ui/icons.rs+ SVG inapp/assets/bundled/svg/