What problem does it solve?
Migrating React design system components to Svelte 5 one at a time is slow and error-prone, especially when multiple components must be converted with consistent planning, verification, and PR hygiene. This Skill coordinates the entire pipeline so each component gets an isolated worktree, a structured plan, automated verification, and its own pull request.
Core Features & Use Cases
- Parallel Agent Orchestration: Spawns Plan, Execute, and Verify agents concurrently, one per component, each scoped to an isolated git worktree with its own branch and Storybook port.
- Dependency Resolution: Reads discovery reports to detect unmigrated dependencies, applies documented workarounds (Box, Icons, blade-core), and defers or blocks components accordingly.
- Human Gates and Failure Isolation: Enforces plan-approval and final-review gates per component while ensuring one component's failure never blocks the rest of the batch.
- Use Case: Run the pipeline on
Alert, Card, Checkbox to produce three verified Svelte 5 components, each with a changeset and an open PR titled feat(blade-svelte): {Name} component.
Quick Start
Ask the AI to migrate the Alert and Card components to Svelte using the migrate-to-svelte pipeline.