resetlisted
Install: claude install-skill blake-simpson/belmont
# Belmont: Reset
You are resetting the belmont state directory so the user can start a new planning session from scratch.
## CRITICAL RULES
1. **NEVER** clear files without explicit user confirmation.
2. **ONLY** modify files in the `.belmont/` directory.
3. Do NOT touch `.agents/`, source code, or any other files.
## Step 1: Read Current State
Read the following files (if they exist) and collect a summary:
- `.belmont/PR_FAQ.md` — Check if it exists and has real content
- `.belmont/PRD.md` — Extract the product/feature name, check if it's a master feature catalog
- `.belmont/TECH_PLAN.md` — Check if it exists and has content (master tech plan)
- `.belmont/NOTES.md` — Check if global notes exist
- `.belmont/features/` — Scan for feature subdirectories. For each, read its PRD.md for name and PROGRESS.md for task counts.
Optional helper:
- If the CLI is available, `belmont status --format json` can provide a quick task/milestone summary. Still check for MILESTONE files, TECH_PLAN, PR_FAQ, and features/ existence.
If `.belmont/` does not exist or contains only empty templates and no features, tell the user there is nothing to reset and stop.
## Step 2: Present Options
Present a clear summary and options:
```
WARNING — Reset Belmont State
========================
Product: [product name from master PRD]
PR/FAQ: [Has content / Empty]
Master PRD: [Has content / Empty]
Master Tech: [Exists / Does not exist]
Global Notes: [Exists / Does not exist]
Features:
[sl