How this skill is triggered — by the user, by Claude, or both
Slash command
/kenken:iterate-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **For Claude:** Show the current status of an ongoing kenken iteration.
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
npx claudepluginhub kenkenmain/ken-cc-plugins --plugin kenkenRenders markdown progress bars for StatsClaw workflows, showing pipeline stages (Credentials, Plan, Specs, Build/Test, etc.), active tasks, and elapsed time after status.md updates.
Interrupts ongoing tasks to summarize original request, actions taken so far, next steps, end goal, and confidence level. Triggers on phrases like 'wtf are you doing' or 'what's the plan'.
Displays project status, roadmap progress, blockers, and next-action suggestions based on workflow state. Use for progress checks and orientation.