migrate-turboplans

Installation
SKILL.md

Migrate Plans

Current layout: unexpanded shells live in .turbo/shells/ with spec: and depends_on: frontmatter. Plans live in .turbo/plans/ with status: (required) and optional spec: for provenance. This skill migrates legacy shapes to that layout.

Task Tracking

Use TaskCreate to create a task for each step:

  1. Scan and classify existing files
  2. Migrate prompt plan indexes
  3. Process remaining files in .turbo/plans/
  4. Normalize frontmatter on remaining plans
  5. Clean up and report

Step 1: Scan and Classify Existing Files

Scan for all legacy shapes:

  • Prompt plan indexes — Glob .turbo/prompt-plans/*.md. Also check for .turbo/prompts.md (oldest legacy format). Parse each index to determine whether prompts are inline (contain ### Prompt sections with code blocks) or reference separate shell files (contain **Shell:** fields). Record the set of shell files each index references — Step 3 will skip these.
Related skills

More from tobihagemann/turbo

Installs
1
GitHub Stars
298
First Seen
Apr 18, 2026