skills/migration-plan/SKILL.md
--- name: migration-plan description: Plan safe migrations for databases, APIs, data formats, or infrastructure with rollback strategy, validation, and staged execution. Triggers: "migration plan", "database migration", "API migration", "data migration", "schema change". argument-hint: "[what's being migrated]" effort: high --- # Migration plan ## What I'll do Produce a detailed migration plan that moves data, schemas, or systems from state A to state B safely, with rollback capability at ever
npx skillsauth add OmexIT/claude-skills-pack skills/migration-planInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Produce a detailed migration plan that moves data, schemas, or systems from state A to state B safely, with rollback capability at every stage.
/design-doc (architectural change), /adr (decision to migrate)/ticket-breakdown, /test-plan, /release-notes/runbook (execution procedures), /monitoring-plan (migration monitoring)Fill templates/migration-plan.md.
After migration plan creation completes, save:
produces:
- type: "migration-plan"
format: "markdown"
path: "claudedocs/<feature>-migration-plan.md"
sections: [strategy, steps, rollback, validation, timeline]
handoff: "Write claudedocs/handoff-migration-plan-<timestamp>.yaml — suggest: ticket-breakdown, test-plan, runbook"
tools
Use this skill to verify a completed implementation through live testing — API calls, database state checks, and UI automation with Playwright. Triggers include: "test the implementation", "verify this works", "run API tests", "check the database", "test the UI", "end-to-end verify", "smoke test", "sanity check the implementation", "manually test", or any time an implementation needs post-build validation beyond unit tests. Also triggered automatically by spec-to-impl during the integration review phase. Use this when you want real evidence the system works — not just that tests compile. Can consume a pre-generated e2e/test-plan.yaml from spec-to-impl for fully automated test execution.
development
--- name: ux-review description: Evaluate a UI/UX design or implementation using heuristic analysis, accessibility audit, and cognitive walkthrough. Triggers: "UX review", "usability review", "heuristic evaluation", "accessibility audit", "is this usable". argument-hint: "[feature / screen / URL / mockup]" effort: high --- # UX review ## What I'll do Evaluate a design or implementation for usability, accessibility, and user experience quality using established heuristic frameworks. ## Inputs
development
--- name: user-flow description: Map user journeys through a feature or product, identifying key paths, decision points, friction, error states, and edge cases. Triggers: "user flow", "user journey", "flow diagram", "happy path", "user path". argument-hint: "[feature / user goal]" effort: medium --- # User flow ## What I'll do Map the complete user journey for a feature — from entry point through completion — including happy paths, error states, edge cases, and decision points. > **user-flow
development
Use this skill to produce complete UI/UX design artifacts from a specification document or panel analysis. Triggers include: "design the UI for this spec", "create wireframes", "design this panel", "UX design from spec", "generate component specs", "design tokens", "create the UI design for", "design system for", "wireframe this feature", "design a UI", "create a design system", "design this component", "design the layout", "create a style guide", "design a screen", "UI/UX review", "typography system", "color system", "spacing system", "design this feature", "design the dashboard", "design the onboarding", "create a component library", "design review", "audit the design", "improve the UI", "redesign this", "design system documentation", "create design guidelines", "responsive design", "mobile design", "dark mode design", "design the brand", or any time a spec/panel analysis document needs to be transformed into actionable UI/UX deliverables before implementation. Also triggers for standalone design system creation, component design, design reviews, dark mode/responsive variants, and developer handoff — even before code is involved. Orchestrates a multi-agent design team (UX Lead, UI Designer, Component Architect, Accessibility Reviewer, Design System Engineer, Design Reviewer) in parallel waves. Outputs feed directly into spec-to-impl's FE agent and figma-to-code.