kimchi:reset

Delete intermediate planning files while preserving validated bead outputs.

8|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/Tromml/kimchi --skill kimchi-reset
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kimchi:reset
Source: https://github.com/Tromml/kimchi/tree/main/plugins/kimchi/skills/reset
Command: npx skills add https://github.com/Tromml/kimchi --skill kimchi-reset

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This command allows users to safely clear the temporary working directory used by the Kimchi planning pipeline, enabling a fresh start for new planning sessions or recovery from problematic states.

Core Features & Use Cases

  • Resets Planning State: Deletes all intermediate files generated during a planning session (e.g., CONTEXT.md, PLAN.md).
  • Preserves Outputs: Safely keeps the validated, standalone task specifications in the .beads/ directory.
  • Use Case: If a planning session gets stuck or produces undesirable intermediate results, running this command ensures a clean slate for a new planning attempt without losing previously generated beads.

Quick Start

Use the kimchi reset skill to clear the planning directory.

Frequently Asked Questions about kimchi:reset

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clear planning pipeline state without losing validated task outputs?▼

To clear planning pipeline state without losing outputs, reset the Kimchi working directory. This deletes all intermediate planning artifacts like CONTEXT.md and PLAN.md while preserving executable task specifications in the .beads/ directory.

What is the best way to recover from a corrupted Kimchi planning session?▼

The best way to recover from a corrupted Kimchi planning session is to reset the pipeline. This clears problematic intermediate files from the .kimchi/ directory and provides a clean slate for a new planning attempt without losing previously generated beads.

Does resetting the Kimchi pipeline delete the generated beads?▼

Resetting the Kimchi pipeline does not delete generated beads. The reset process specifically targets temporary planning files in the .kimchi/ directory, safeguarding the separate .beads/ directory containing validated, standalone task specifications.

How do I start a new planning session after a previous attempt gets stuck?▼

To start a new planning session after a previous attempt gets stuck, clear the planning state. This removes all undesirable intermediate results from the working directory, enabling a fresh start for new planning while keeping validated outputs intact.

What files are removed when I clear the Kimchi planning directory?▼

When you clear the Kimchi planning directory, all intermediate files generated during a planning session are removed. This includes temporary planning artifacts like CONTEXT.md and PLAN.md from the .kimchi/ directory, ensuring a clean slate.