/mini:import-gsd
Slash command that imports a GSD project from inside Claude Code.
Usage
/mini:import-gsd
Description
The native slash command, run inside your Claude Code session — a one-off setup you run instead of `/mini:init` when the project already exists as a GSD plan under .planning/. It checks that .planning/ exists (and stops if it does not), warns and asks for confirmation if .mini/ already holds a project (its phase history would be lost), fetches the extraction instructions via `mini import-gsd --prompt`, reads the .planning/ files itself and pipes the result into `mini import-gsd --apply` — all within your current session, with no nested Claude process. The phase statuses (done, doing, proposed, skipped) are preserved, and it finishes by reporting the imported project and pointing you to `/mini:status` and `/mini:next`. This is the in-session counterpart of the `mini import-gsd` terminal command.
Examples
# Import the GSD plan from .planning/ into mini
/mini:import-gsd