Configure models, tools, and options for kenken workflow
View on GitHubplugins/kenken/skills/iterate-configure/SKILL.md
February 5, 2026
Select agents to install to:
npx add-skill https://github.com/kenkenmain/ken-cc-plugins/blob/main/plugins/kenken/skills/iterate-configure/SKILL.md -a claude-code --skill iterate-configureInstallation paths:
.claude/skills/iterate-configure/# kenken Configure > **For Claude:** This skill manages kenken configuration. Parse arguments and execute accordingly. ## Arguments | Argument | Action | | --------- | -------------------------------- | | (none) | Interactive configuration wizard | | `--show` | Display current merged config | | `--reset` | Reset config to defaults | ## --show Display current configuration by: 1. Load global config from `~/.claude/kenken-config.json` (if exists) 2. Load project config from `.claude/kenken-config.json` (if exists) 3. Merge: project overrides global 4. Display formatted output: ``` kenken Configuration Block on severity: low PLAN Stage: brainstorm: model=inherit, parallel=true writePlan: model=inherit, parallel=true planReview: tool=mcp__codex-high__codex IMPLEMENT Stage: implementation: model=inherit, implementer=claude, bugFixer=codex-high, enforceLogging=true simplify: model=inherit, bugFixer=codex-high implementReview: tool=mcp__codex-high__codex, bugFixer=codex-high TEST Stage: [disabled] instructions: (not configured) commands: lint=make lint, test=make test, coverage=make coverage coverageThreshold: 80% testPlan: model=inherit testImplementation: model=inherit testReview: tool=mcp__codex-high__codex FINAL Stage: codexFinal: tool=mcp__codex-xhigh__codex (fixed) suggestExtensions: enabled=true, maxSuggestions=3 Config files: Global: ~/.claude/kenken-config.json [found/not found] Project: .claude/kenken-config.json [found/not found] ``` ## --reset Ask user which config to reset: 1. Use AskUserQuestion: - "Which configuration to reset?" - Options: Global, Project, Both 2. Delete selected file(s) 3. Confirm: "Reset complete. Using defaults." ## Interactive Wizard (no arguments) ### Step 1: Show current config Display current values (as in --show). ### Step 2: Select stages to configure Use AskUserQuestion with multiSelect: - "Which stages do you want to configure?"