iterate-status

Read and format kenken iteration state from .agents/kenken-state.json.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill displays the real-time status of an ongoing kenken iteration by reading the stored state and presenting a clear, human-readable summary.

Core Features & Use Cases

  • Read the kenken state from .agents/kenken-state.json and format it into a readable status report.
  • Show current stage, phase, progress, retries, and timing information for quick situational awareness.
  • Enable quick checks for project health and ongoing work without modifying any files.

Quick Start

Ask Claude to display the current kenken iteration status.

Frequently Asked Questions about iterate-status

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

FAQPage Schema
How do I check the current iteration status of my kenken project?

You can check the kenken iteration status by retrieving and formatting the state stored in the .agents/kenken-state.json file into a human-readable summary.

What information is included in a kenken iteration status report?

A kenken status report displays the current stage, phase, progress, retries, and timing information across all project stages, including PLAN, IMPLEMENT, TEST, and FINAL.

How does reading the kenken state file affect my ongoing project files?

Reading the kenken state file is a read-only operation that retrieves and formats the iteration status without modifying any project files, ensuring safe reporting.

Can I monitor progress for all stages of my kenken project?

Yes, you can monitor ongoing kenken projects across all stages (PLAN, IMPLEMENT, TEST, FINAL) to get quick situational awareness of stage, phase, and timing.

What's the best way to track real-time progress without altering the project state?

The best way to track real-time progress safely is to read the kenken iteration state from the state file, which provides project health checks without modifying files.

Why does my kenken status report show timing and retry information?

The status report shows timing and retry information because it extracts all available metrics from the kenken state file to provide complete situational awareness for ongoing iterations.