From aidlc
Migrates AI-DLC environment from v1 to v2, running preflight verification (uncommitted changes, v1 detection), data migration, and post-migration checks. Triggers on 'start migrate', 'aidlc migrate', 'マイグレーション'.
npx claudepluginhub ikeisuke/ai-dlc-starter-kit --plugin aidlcThis skill uses the workspace's default tool permissions.
v1からv2への環境移行フローを実行する。以下のステップファイルを順に読み込んで実行すること。
config/known-hashes.jsonscripts/migrate-apply-config.shscripts/migrate-apply-data.shscripts/migrate-cleanup.shscripts/migrate-detect.shscripts/migrate-verify.shscripts/tests/test_migrate_detect_hashes.shscripts/tests/test_migrate_version_update.shsteps/01-preflight.mdsteps/02-execute.mdsteps/03-verify.mdOrchestrates full migration workflows from current state analysis through planning, incremental implementation, and verification for technologies, platforms, and architecture patterns with rollback planning.
Orchestrates AI-Driven Development Lifecycle (AI-DLC) phases—inception (requirements), construction (implementation), operations (deployment)—plus setup, express mode, feedback, and migration. Use /aidlc for commands like 'start inception' or branch-based triggers.
Orchestrates complete migration workflows for frameworks (e.g., Vue 2→3, Express→Fastify), databases (MySQL→PostgreSQL), and architectures (REST→GraphQL, monolith→microservices) with analysis, incremental execution, and rollback.
Share bugs, ideas, or general feedback.
v1からv2への環境移行フローを実行する。以下のステップファイルを順に読み込んで実行すること。
steps/01-preflight.md を読み込んで実行 — プリフライト検証(未コミット変更チェック、v1環境検出)steps/02-execute.md を読み込んで実行 — 移行実行(config移行、データ移行、クリーンアップ)steps/03-verify.md を読み込んで実行 — 移行後検証(移行成功確認)steps/ および scripts/ で始まるパスはスキルのベースディレクトリ(このSKILL.mdと同じディレクトリ)からの相対パスとして解決するscripts/ 配下のスクリプトを実行する場合は、解決した絶対パスを使用すること