claudeers.
// Claude Plugins

kimchi

🌢️ A product-thinking layer for vibe coders β€” grills a raw idea into build-ready docs through 13 expert personas. Claude Code plugin.

Actively maintained
94/100
last commit 23 days ago
last release none
releases 0
open issues 0
// star history

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.
// or install directly (claude-plugin)
/plugin marketplace add chitransh-cj/kimchi
/plugin install kimchi@chitransh-cj/kimchi
// or clone
git clone https://github.com/chitransh-cj/kimchi

// compatibility

Platformscli, api
Operating systemsβ€”
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageShell

🌢️ kimchi

Turn a raw idea into build-ready docs your AI can just execute.

kimchi turning an idea into build-ready docs

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.md handoff 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.

/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 /skills menu 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.

6 views
β˜… 43 stars
unclaimed
updated about 1 month ago

// embed badge

kimchi on Claudeers
[![Claudeers](https://claudeers.com/api/badge/kimchi.svg)](https://claudeers.com/kimchi)

// retro hit counter

kimchi hit counter
[![Hits](https://claudeers.com/api/counter/kimchi.svg)](https://claudeers.com/kimchi)

// reviews

// guestbook

0/500

// related in Claude Plugins

πŸ”“

A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.

// pluginsmultica-ai/β˜… 203,096[ claude ]
πŸ”“

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…

// pluginsanthropics/⟨PythonβŸ©β˜… 141,574[ claude ]
πŸ”“

"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/

// pluginsHKUDS/⟨PythonβŸ©β˜… 47,363β—· Apache-2.0[ claude ]
πŸ”“

financial-services β€” a Claude ecosystem project on GitHub.

// pluginsanthropics/⟨PythonβŸ©β˜… 34,276β—· Apache-2.0[ claude ]
β†’ see how kimchi connects across the ecosystem