migrate-domainlisted
Install: claude install-skill Mr-DooSun/fastapi-agent-blueprint
# Alembic Migration Management
Target: $ARGUMENTS (generate | upgrade | downgrade | status)
## Default Flow Position
- Step: `implement` + feeds `verify` (`alembic upgrade head` against clean DB + `/test-domain {name} run`)
- `approach options` upstream conditional — required for indexed-column changes, constraint alterations, or backfills
- Recursion guard: n/a (manual user invocation only — `disable-model-invocation: true`)
## Procedure Overview
1. Pre-check — verify alembic.ini, env file, Model file existence
2. Execute command — generate/upgrade/downgrade/status with appropriate options
3. Review — always review autogenerated files before applying
4. Verify — check applied revision, run integration tests
Read `docs/ai/shared/skills/migrate-domain.md` for detailed steps and command reference.