Agent skill
gsd-restore-milestone
Archives are now permanent in history. This command is no longer needed. Shows deprecation notice and exits.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/gsd-restore-milestone
SKILL.md
Restore Milestone (DEPRECATED)
This command is no longer needed.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
GSD ► DEPRECATED
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
This command is no longer needed.
**Old workflow (deprecated):**
1. {{COMMAND_PREFIX}}complete-milestone # Mark complete
2. {{COMMAND_PREFIX}}archive-milestone # Move to milestones/
3. {{COMMAND_PREFIX}}restore-milestone # Retrieve from milestones/ ← YOU ARE HERE
**New approach:**
Archives in `.planning/history/v{X.Y}/` are permanent and git-tracked.
There is no need to restore — simply reference files directly or use
git to view historical versions.
───────────────────────────────────────────────────────────────
## Accessing Archived Milestones
**View milestone history:**
```bash
ls .planning/history/
Read archived files:
cat .planning/history/v1.0/ROADMAP.md
View at specific git tag:
git show v1.0:ROADMAP.md
List all milestones: {{COMMAND_PREFIX}}list-milestones
───────────────────────────────────────────────────────────────
Why No Restore?
The new workflow archives to permanent history/ with mirrored directory structure. Files are git-tracked and always accessible. Restoring would conflict with the current active milestone.
If you need to reference old planning artifacts, use bash commands to read them directly from history/ or use git commands to view historical commits.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Exit immediately without executing any operations.
</step>
</process>
<success_criteria>
- [ ] Deprecation message displayed with branded banner
- [ ] Explains why restore is no longer needed
- [ ] Shows alternative approaches (ls, cat, git show)
- [ ] No file operations executed
- [ ] Template variables ({{COMMAND_PREFIX}}) used for cross-platform support
</success_criteria>
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?