gsd-cleanup

Identify completed milestones and archive phase directories after dry-run confirmation.

1|Updated Aug 17, 2025
One-click install
npx skills add https://github.com/DuySeu/StockMind --skill gsd-cleanup-duyseu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-cleanup
Source: https://github.com/DuySeu/StockMind/tree/main/.agent/skills/gsd-cleanup
Command: npx skills add https://github.com/DuySeu/StockMind --skill gsd-cleanup-duyseu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archived phase directories from completed milestones can clutter the planning workspace. This skill automates their archival into a standardized path to keep planning data tidy and navigable.

Core Features & Use Cases

  • Identify completed milestones and generate a dry-run summary of which phase directories will be archived.
  • Archive phase directories into .planning/milestones/v{X.Y}-phases/ after user confirmation, ensuring safe changes.
  • Handle common edge cases (empty sets, missing target directories) with clear error handling and reporting.

Quick Start

Instruct the system to archive completed milestone phase directories into .planning/milestones/v{X.Y}-phases/ after a dry-run confirmation.

Frequently Asked Questions about gsd-cleanup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically archive completed milestone phase directories?

To automatically archive completed milestone phase directories, this skill identifies completed milestones and moves their phase directories into the standardized path .planning/milestones/v{X.Y}-phases/ after you confirm a dry-run summary.

What is a dry-run summary for milestone archiving?

A dry-run summary for milestone archiving is a preview report generated before any files are moved. It lists exactly which completed phase directories will be archived, ensuring safe changes before you give confirmation to proceed.

How does milestone archiving handle empty batches or missing target directories?

Milestone archiving handles empty batches or missing target directories through safe validations and clear error reporting. This prevents failed executions and ensures the workflow stops gracefully if the expected planning data is absent.

Do I need any specific dependencies to automate milestone workflow archiving?

You do not need any specific dependencies to automate milestone workflow archiving. The skill operates independently to identify completed milestones and prepare phase directory archival without requiring external components.

When should I archive completed milestones in my planning workspace?

You should archive completed milestones in your planning workspace when archived phase directories start cluttering your environment. This process keeps planning data tidy and navigable by moving old phases into standardized milestone paths.