What problem does it solve? During development of a research wiki, a botched setup or failed ingestion can leave the wiki/, raw/, and checkpoint state in a broken condition. This Skill provides a controlled, confirmation-gated way to delete generated content and return to a clean scaffold without touching tools, skills, or git state. ## Core Features & Use Cases - Scoped Reset: Choose exactly what to clear with --scope wiki, raw, log, checkpoints, or all, including comma-separated combinations like wiki,log. - Dry-Run Plan with Confirmation: Builds a JSON deletion plan first, shows it to the user, and only executes after explicit approval, protecting irreversible raw/ PDF deletions. - State Preservation: Keeps .gitkeep placeholders, wiki/CLAUDE.md, .claude/ skills, tools/, and git history untouched. - Use Case: After a failed /init run leaves half-written entity pages, run /reset --scope wiki to wipe generated markdown while preserving your raw sources, then re-bootstrap cleanly. ## Quick Start Ask the assistant to reset the wiki to a clean state for the wiki scope, review the deletion plan it shows you, and confirm before anything is deleted.