---
name: GSD Cleanup
slug: gsd-cleanup
category: Automation
description: GSD Cleanup archives phase directories from completed milestones into .planning/milestones/v{X.Y}-phases/. Use when .planning/phases/ has accumulated directories from past milestones.
github: "https://github.com/open-gsd/gsd-core/tree/next/skills/gsd-cleanup"
language: JavaScript
stars: 8257
forks: 573
install: "npx degit https://github.com/open-gsd/gsd-core/tree/next/skills/gsd-cleanup ~/.claude/skills/gsd-cleanup"
installs_to: ~/.claude/skills/gsd-cleanup
source_path: skills/gsd-cleanup/SKILL.md
collection_size: 25
category_size: 1523
collection_url: "https://dirskills.com/collections/open-gsd/gsd-core"
added: 2026-08-15T06:51:00.166Z
last_synced: 2026-08-15T06:51:00.166Z
canonical_url: "https://dirskills.com/skills/gsd-cleanup"
---

# GSD Cleanup

GSD Cleanup archives phase directories from completed milestones into .planning/milestones/v{X.Y}-phases/. Use when .planning/phases/ has accumulated directories from past milestones.

**Install:**

```bash
npx degit https://github.com/open-gsd/gsd-core/tree/next/skills/gsd-cleanup ~/.claude/skills/gsd-cleanup
```

## README

<objective>
Archive phase directories from completed milestones into `.planning/milestones/v{X.Y}-phases/`.

Use when `.planning/phases/` has accumulated directories from past milestones.
</objective>

<execution_context>
@~/.claude/gsd-core/workflows/cleanup.md
</execution_context>

<process>
Execute end-to-end.
Identify completed milestones, show a dry-run summary, and archive on confirmation.
</process>
