iterate-resume

Resume an interrupted kenken iteration from a saved state file.

1|1|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/kenkenmain/ken-cc-plugins --skill iterate-resume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iterate-resume
Source: https://github.com/kenkenmain/ken-cc-plugins/tree/main/plugins/kenken/skills/iterate-resume
Command: npx skills add https://github.com/kenkenmain/ken-cc-plugins --skill iterate-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resume interrupted kenken iteration from saved state.

Core Features & Use Cases

  • Resume from a saved state to continue the current kenken iteration.
  • Display current status and offer three choices: resume, restart current stage, or start fresh.
  • Automatically update iteration progress and guide recovery after interruptions.

Quick Start

Ask Claude to resume the kenken iteration from the saved state by choosing one of the available options when prompted.

Frequently Asked Questions about iterate-resume

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

FAQPage Schema
How do I resume an interrupted Claude workflow iteration from a saved state?

Resuming a paused Claude workflow iteration relies on the saved state file at .agents/kenken-state.json. It reads the saved state to present options for continuing your work seamlessly.

What options are available when restarting a paused iteration state?

When restarting a paused iteration state, you can choose to resume from the current phase, restart the current stage entirely, or start a completely new iteration from scratch.

How does the state recovery mechanism work for paused Claude prompts?

The state recovery mechanism reads the .agents/kenken-state.json file to determine the current iteration phase. It uses Claude-style prompts to guide your recovery decision and updates the workflow status.

Do I need a specific file format to save and resume my iteration workflow?

Yes, you need a JSON file specifically located at .agents/kenken-state.json to save and resume your iteration workflow. This file stores the necessary state data to drive the recovery process.