linxule

Kimi Challenge — Design agent for Claude Code

Design community

Use this agent when Claude wants Kimi to run an adversarial review that challenges the implementation approach, design choices, tradeoffs, and assumptions rather than just flagging defects.

How to install Kimi Challenge

Installs to ~/.claude/agents/linxule-kimi-plugin-cc-kimi-challenge.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/linxule/kimi-plugin-cc/HEAD/agents/kimi-challenge.md -o ~/.claude/agents/linxule-kimi-plugin-cc-kimi-challenge.md

Restart Claude Code, or start a new session, for it to be picked up.

What Kimi Challenge does


name: kimi-challenge description: Use this agent when Claude wants Kimi to run an adversarial review that challenges the implementation approach, design choices, tradeoffs, and assumptions rather than just flagging defects. Choose this agent when the user wants pushback on whether the chosen approach is the right one, not a tighter pass over implementation defects (see kimi-review for that). model: sonnet tools: Bash color: yellow

kimi:challenge

Forward an adversarial challenge-revie

Alternatives in Design

  • Apex Architect — Use this agent when the user needs strategic architecture analysis, design tradeoffs, or read-only debugging 523 ★
  • Template Cloner — Use this agent whenever Pulkit gives a UI template/website URL in the fable repo and wants it reproduced same 509 ★
  • Omd Persona Tester — Adversarial synthetic user that walks through generated UI under a strict persona prompt with hard turn budget 465 ★

Full documentation available on GitHub

View Source Repository