From kimchi
Clears the .kimchi/ working directory to reset Kimchi planning pipeline, preserving .beads/. Use for new planning sessions or bad state recovery.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kimchi:resetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Clear the planning pipeline working directory.
Clear the planning pipeline working directory.
Check if .kimchi/ directory exists
List what will be deleted:
Files to remove:
- .kimchi/CONTEXT.md
- .kimchi/REQUIREMENTS.md
- .kimchi/RESEARCH.md
- .kimchi/PLAN.md
- .kimchi/PLAN-REVIEWED.md
- .kimchi/PLAN-DRAFT.md
- .kimchi/PLAN-REVISED-*.md
- .kimchi/PLAN-SYNTHESIZED.md
- .kimchi/VALIDATION-REPORT.md
Ask for confirmation using AskUserQuestion:
If confirmed:
.kimchi/ directory: rm -rf .kimchi/If cancelled:
.beads/ — those are validated outputs that ACFS or GasTown may be consumingplans/, inspiration/, or any other kimchi plugin directories.kimchi/ working directorynpx claudepluginhub tromml/kimchi --plugin kimchiResets workflow artifacts (.otto/ directory) by clearing sessions, tasks, and specs. Useful for starting over with a clean state.
Checks .planning/ directory integrity for files like STATE.md, config.json, ROADMAP.md; reports PASS/FAIL issues and optionally auto-fixes corruption.