一键导入
migrate
Run migrations to keep workflow files in sync with the current system design. This skill is mandatory before running any workflow skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run migrations to keep workflow files in sync with the current system design. This skill is mandatory before running any workflow skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Bridge skill for the feature pipeline. Runs pre-flight checks for implementation and invokes the technical-implementation skill. Called by continue-feature — not directly by users.
Bridge skill for the feature pipeline. Runs pre-flight checks for planning and invokes the technical-planning skill. Called by continue-feature — not directly by users.
Bridge skill for the feature pipeline. Runs pre-flight checks for review and invokes the technical-review skill. Called by continue-feature — not directly by users.
Continue a feature through the pipeline. Routes to the next phase (specification, planning, or implementation) based on artifact state. Can be invoked manually or from plan mode bridges.
Scan all plans and wire up cross-topic dependencies. Finds unresolved external dependencies, matches them to tasks in other plans, and updates both the plan index and output format.
Start a technical discussion. Discovers research and existing discussions, offers multiple entry paths, and invokes the technical-discussion skill.
| name | migrate |
| description | Run migrations to keep workflow files in sync with the current system design. This skill is mandatory before running any workflow skill. |
| allowed-tools | Bash(.claude/skills/migrate/scripts/migrate.sh) |
Keeps your workflow files up to date with how the system is designed to work. Runs all pending migrations automatically.
Run the migration script:
.claude/skills/migrate/scripts/migrate.sh
The script will list which files were updated. Present this to the user:
{list from script output}
Review changes with `git diff`, then proceed when ready.
Wait for user acknowledgment before returning control to the calling skill.
All documents up to date.
Return control silently - no user interaction needed.
.workflows/.state/migrations (one migration ID per line)