
kimchi
πΆοΈ A product-thinking layer for vibe coders β grills a raw idea into build-ready docs through 13 expert personas. Claude Code plugin.
Install with your AI
Paste into Claude Code, Cursor, or any agent β it reads the repo and wires the tool into your project.
Install and set up kimchi (claude-plugin project) into my current project. Found on https://claudeers.com/kimchi Repo: https://github.com/chitransh-cj/kimchi Homepage/docs: β Detected install method: claude-plugin β /plugin install kimchi@chitransh-cj/kimchi Category: plugins. Platforms: cli, api. Read the repo's README for exact setup and env vars, then install it and wire it into my project. Claudeers Health Verdict: active; community-verified: false. Confirm the source before running anything.
/plugin marketplace add chitransh-cj/kimchi /plugin install kimchi@chitransh-cj/kimchi
git clone https://github.com/chitransh-cj/kimchi
// compatibility
| Platforms | cli, api |
|---|---|
| Operating systems | β |
| AI compatibility | claude |
| License | MIT |
| Pricing | open-source |
| Language | Shell |
πΆοΈ kimchi
Turn a raw idea into build-ready docs your AI can just execute.

Having ideas was never the problem. Getting your AI to build one correctly is. You open Claude or Codex, type a vague prompt, and burn hours re-explaining yourself while it fills gaps you never specified and builds the wrong thing β because the real spec only ever lived in your head. A few frustrating hours later the idea joins the graveyard.
kimchi gives you the spec. You hand it a raw idea; it hands back a clean, easy-to-read set of build-ready docs:
- One doc per EPIC β user stories with business severity/complexity and a strict priority order.
- Locked decisions β tech stack, architecture, exact API contracts, security and deployment calls, all fixed so a build session never re-litigates them.
execute.mdβ a self-driving handoff that lets Claude Code or Codex build the whole thing story-by-story, autonomously, across multiple sessions, resuming from trackers.- A net tracker + pre-build audit β whole-product status at a glance, and a gate that catches flawed decisions while they're still a doc edit, not a rewrite.
No more prompt-wrestling. You give the docs to your AI and it executes.
How it gets there: instead of one agreeable assistant, kimchi puts your idea through 13 world-class expert personas (product, architecture, design, security, finance, a deliberately lazy staff engineer, and more) that grill you, counter you, and refuse to flatter you until every decision is nailed down. The grilling is the engine β the docs are the gold.
Raw ingredients in. Pressure and time. A sharp, buildable spec comes out. That's the name.
Direct prompting creates AI slop. kimchi hands your AI a spec it can actually build.
What it does
- Grills the idea. Summon experts one at a time; each interrogates your idea in their domain until ~9 of 10 hard questions have clean answers. No "great idea!" β real friction.
- No appeasement. Every persona recommends with reasons and tells you when you're hand-waving past a real problem.
- Compiles build docs. One doc per EPIC β user stories, business severity/complexity, priority order, locked tech decisions, API contracts, and a tracker.
- Self-driving build. An
execute.mdhandoff so Claude Code builds story-by-story in priority order across separate sessions, resuming from trackers. - Audits before you build. A pre-build audit gate catches flawed or contradictory decisions while they're still a doc edit β not a rewrite.
The personas
PH product-head Β· CF co-founder Β· ARCH architect Β· DG design-girl Β· TB tech-bro
(lazy staff eng) Β· SM security-master Β· DO devops Β· FB finance-bro Β· DS
data-scientist Β· LB legal-bro Β· COO operations Β· EM engineering-manager Β· AUD
auditor.
Install
Works in Claude Code and Codex CLI
β both read the same SKILL.md format.
Claude Code β plugin (recommended: auto-updates)
/plugin marketplace add chitransh-cj/kimchi
/plugin install kimchi@chitransh-cj
Update later with /plugin marketplace update chitransh-cj. kimchi ships as a single skill, so
it invokes with the clean name /kimchi (e.g. /kimchi PH) β no namespace prefix.
Claude Code / Codex β clone + install script
git clone https://github.com/chitransh-cj/kimchi.git
cd kimchi
./install.sh # auto-detects installed agents
# or force one: ./install.sh claude | codex | all
- Claude Code β
~/.claude/skills/kimchi/β invoke/kimchi - Codex CLI β
~/.codex/skills/kimchi/β invoke via/skillsmenu or$kimchi
Restart the agent after installing so it picks up the skill.
Codex β manual
Copy the skill into your Codex skills directory (personal or project-local):
git clone https://github.com/chitransh-cj/kimchi.git
mkdir -p ~/.codex/skills/kimchi
cp -R kimchi/plugin/SKILL.md kimchi/plugin/references ~/.codex/skills/kimchi/
Usage
Invoke /kimchi (Claude Code) or $kimchi (Codex). Arguments are the same either way.
/kimchi # no argument β full product-development lifecycle, guided
/kimchi CF # summon one persona by name or acronym (co-founder here)
/kimchi PH # product-head β builds the EPIC β STORY β TASK breakdown
/kimchi generate # compile the build docs (README, EPIC-*.md, execute.md)
/kimchi audit # run the auditor over the docs (do this before you build)
Start with /kimchi and let it walk you through. Answer honestly β it's designed to catch
you when you don't.
License
MIT
// faq
What is kimchi?
πΆοΈ A product-thinking layer for vibe coders β grills a raw idea into build-ready docs through 13 expert personas. Claude Code plugin.. It is open-source on GitHub.
Is kimchi free to use?
kimchi is open-source under the MIT license, so it is free to use.
What category does kimchi belong to?
kimchi is listed under plugins in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/kimchi)
// retro hit counter
[](https://claudeers.com/kimchi)
// reviews
// guestbook
// related in Claude Plugins
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaininβ¦
"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/
financial-services β a Claude ecosystem project on GitHub.