Show current kenken iteration status
Displays the current status and progress of an ongoing kenken iteration with detailed stage tracking.
npx claudepluginhub kenkenmain/ken-cc-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
For Claude: Show the current status of an ongoing kenken iteration.
.agents/kenken-state.json/kenken:iterate to start."kenken Status
Task: {task description}
Stage: {current stage} ({stage number}/4)
Phase: {current phase number} {phase name}
Progress:
{status icon} PLAN
{status icon} 1.1 Brainstorm
{status icon} 1.2 Write Plan
{status icon} 1.3 Plan Review
{status icon} IMPLEMENT
{status icon} 2.1 Implementation {(task progress if available)}
{status icon} 2.2 Code Simplify
{status icon} 2.3 Implement Review
{status icon} TEST [{enabled/disabled}]
{status icon} 3.1 Test Plan
{status icon} 3.2 Write Tests
{status icon} 3.3 Coverage Check
{status icon} 3.4 Run Tests
{status icon} 3.5 Test Review
{status icon} FINAL
{status icon} 4.1 Codex Final
{status icon} 4.2 Suggest Extensions
Retries: {retryCount}/{maxRetries}
Started: {startedAt formatted}
Elapsed: {elapsed time}
✓ - completed◐ - in_progress○ - pending✗ - failed/blockedkenken Status
Task: Add user authentication
Stage: IMPLEMENT (2/4)
Phase: 2.1 Implementation
Progress:
✓ PLAN
✓ 1.1 Brainstorm
✓ 1.2 Write Plan
✓ 1.3 Plan Review
◐ IMPLEMENT
◐ 2.1 Implementation (3/5 tasks)
○ 2.2 Code Simplify
○ 2.3 Implement Review
○ TEST [disabled]
○ FINAL
Retries: 0/3
Started: 2026-01-24 10:30
Elapsed: 45 minutes
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.