silvermigratelisted
Install: claude install-skill alo-exp/silver-bullet
# silver:migrate
Migrates an older mid-milestone project to the current composed-workflow tracker.
The legacy `.planning/WORKFLOW.md` file is retired. Do not create or update it.
## When to Use
- `.planning/` exists with GSD state artifacts.
- The project was started before per-instance workflow tracking.
- The user explicitly runs `/silver:migrate` or asks to migrate workflow tracking.
## Prerequisites
- `.planning/STATE.md` must exist.
- `scripts/workflows.sh` must be available from the project root or plugin install.
- If `.planning/workflows/*.md` already contains an active workflow, report the active id and stop; migration is unnecessary.
## Steps
### Step 1: Scan Existing Artifacts
Read `.planning/STATE.md` to identify the current milestone, phase, and status.
Then scan for artifacts that indicate flow completion:
| Flow | Artifacts to Check | Inference Rule |
|------|--------------------|----------------|
| BOOTSTRAP | `.planning/PROJECT.md`, `.planning/ROADMAP.md`, `.planning/REQUIREMENTS.md`, `.planning/STATE.md` | Complete if all four exist |
| ORIENT | `.planning/intel/*.md`, `.planning/codebase/*.md` | Complete if any exists |
| CLARIFY | `.planning/phases/*/*-CONTEXT.md` | Complete if context exists; otherwise pending or skipped based on current phase |
| DECIDE | `.planning/research/*.md`, `.planning/ADR-*.md`, `docs/superpowers/specs/*.md` | Complete if any exists |
| SPECIFY | `.planning/SPEC.md` | Complete if exists |
| PLAN | `.planning/phases/*/*