From Golden Hoop Spell
Force archive ALL sprints regardless of status, including incomplete ones. Destructive — always confirms with the user first. For routine archiving of completed sprints, use /ghs:archive instead.
How this skill is triggered — by the user, by Claude, or both
Slash command
/golden-hoop-spell:ghs-force-archiveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Archive **all** sprints, including those that are in-progress, planning, or on-hold. This is a destructive operation — always confirm with the user first.
Archive all sprints, including those that are in-progress, planning, or on-hold. This is a destructive operation — always confirm with the user first.
Resolve the project directory:
python3 ${CLAUDE_PLUGIN_ROOT}/shared/scripts/resolve_project_dir.py
Show the user what will be archived:
python3 ${CLAUDE_PLUGIN_ROOT}/shared/scripts/archive_sprint.py --list --force --project-dir "<PROJECT_DIR>"
WARNING: Display all sprints that will be archived and their statuses. Ask the user to explicitly confirm. Example:
The following sprints will be archived:
- Sprint 1: Authentication (s1) [in_progress] - 3/6 features completed
- Sprint 2: Dashboard (s2) [planning] - 0/4 features completed
This action will move all sprint data to .ghs/archived/ and reset .ghs/progress.md.
Are you sure you want to proceed?
Do NOT proceed without explicit user confirmation.
After confirmation:
python3 ${CLAUDE_PLUGIN_ROOT}/shared/scripts/archive_sprint.py --force --project-dir "<PROJECT_DIR>"
This will:
.ghs/archived/.ghs/features.json (project info is preserved).ghs/progress.md to the default templateNo git commit needed — .ghs/ tracking files are local metadata (gitignored by ghs:init).
The project still has .ghs/features.json and .ghs/progress.md — just with no active sprints. The user can run /ghs:sprint to plan a new sprint from scratch.
Archived data is preserved in .ghs/archived/ for reference.
npx claudepluginhub wangdahoo/golden-hoop-spell --plugin golden-hoop-spellProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.