Food Chain Ideation — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Food Chain Ideation (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
Aggregate score unchanged between these scans.
The primary manifest — the file an agent reads to learn what this artifact does.
<p align="center"> <img src="banner.png" alt="Food Chain — Adversarial Stress Test" width="100%" /> </p>
Stress-test your startup idea before you build it. A Claude Code skill — 68 AI agents attack your product idea from every angle in live elimination rounds. What survives is worth building. What doesn't gets three pivots.
You describe your idea. The God Agent reads it, selects animals matched to your specific threat vectors, states its kill hypothesis, and asks how many agents you want.
Then this happens:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ROUND 1 · 5 animals remaining
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🪱 TAPEWORM — Instagram API dependency
Instagram Graph API rate-limits at 200 calls/hr. TikTok Content Posting API
requires individual app review with revocable access. Your entire product
sits on rented land with a landlord who's building the same house.
Kill Shot: The platform adds your feature and terminates the relationship.
🐦⬛ CROW — Timing assumption forensics
Platform algorithms are independent — TikTok peaks over 72hrs, YouTube Shorts
over 7 days. Cross-platform "catch the wave" is meaningless. Speed provides
zero algorithmic advantage on destination platforms.
Kill Shot: You're selling a stopwatch in a race that isn't timed.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🐦⬛ Crow consumes 🐢 Tortoise
Absorbed: authenticity/shadowban concern
Idea patch: Pivot from "publish automatically" to "draft instantly, creator approves"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━Four rounds later, the original "viral content repurposer" was dead. The surviving idea — a cross-creator structural intelligence platform — shared almost no DNA with what went in. The Crow's final kill: "Structural intelligence produces convergence. Thousands of creators using the same tool produce structurally identical posts. The better the product works, the faster it poisons its own signal."
That insight is not in any critique tool. It emerged because each attacker was isolated, role-locked, and forced to find a new angle after each patch.
Full transcript: battles/viral-content-repurposer.mdA tool that only kills ideas is a pessimist. Food Chain produces all three:
| Outcome | What happened |
|---|---|
| Survived | Developer tool. Early termination applied — attacks couldn't land structural kills. Core thesis held. |
| Restructured | B2B SaaS. ICP corrected from "Indian freelancers" to "newly-registered, enterprise-triggered, 0–2 years compliance history." Distribution rebuilt. Moat found. |
| Killed | Office meal coordinator. The stated ICP overwhelmingly uses contracted caterers. The problem the product solved didn't exist. Redirected to B2B caterer procurement intelligence — a completely different business. |
claude plugin marketplace add CodedRichy/food-chain-ideation
claude plugin install food-chain-ideation@food-chain-ideationThen type: food chain my idea: [describe your product]
68 animals across three libraries. Each has hardcoded behavioral DNA — the God Agent selects, never invents.
🐦⬛ Crow — Forensic. Finds the structural assumption three levels deep that everyone overlooked. Quiet, then devastating.
🪱 Tapeworm — Lives inside the platform you depend on. Invisible until you scale. Then the host adds your feature and terminates the relationship.
🐢 Tortoise — Has seen every wave of disruption since 2009. Has a spreadsheet that works fine.
🦈 Shark — The incumbent with 200k users who can ship your feature as a Tuesday sprint toggle.
🐘 Elephant — Microsoft/Google adds it to the bundle. Free. Tomorrow.
🦂 Scorpion — Compliance. GDPR. SOC 2. The thing you forgot until a customer's legal team sends the questionnaire.
35 product animals. 21 code-specific animals. 12 pitch animals. Full libraries in animal-library.md, code-animal-library.md, and pitch-animal-library.md.
| Skill | Purpose |
|---|---|
| food-chain-ideation | Stress-test product ideas — 35 animals, elimination rounds, blind scoring |
| food-chain-code | Stress-test architecture decisions before writing code — 21 code animals |
| food-chain-pitch | Stress-test investor pitches — 12 pitch animals, investor simulation panel |
| apex-to-action | Turn battle output into a 90-day execution plan with validation gates |
| food-chain-monitor | Re-test after pivots or market shifts — 3 animals, 2 rounds, fast verdict |
Stress-test → Pitch → Execute → Monitor → Re-test.
Standard adversarial critique gives you four attacks and a summary. You read them, nod, and build the same thing you were going to build.
Food Chain gives you four attacks where the weakest dies, its insight transfers to the winner, the idea patches itself, and the next round's agents attack the patched version. The attacks compound. The idea evolves. The final surviving argument has been pressure-tested by everything the ecosystem could generate.
Subagent mode — In Claude Code, each animal is a separate agent with zero shared context. Role-lock is architectural, not instructional. A Crow literally cannot see what the Tapeworm said.
Blind scoring — Attacks scored by an independent agent that receives them anonymized as "Attacker A", "Attacker B". No animal names. No God Agent self-assessment bias.
Pivot engine — When an idea is killed, three pivots auto-generate from the wreckage, each mini-battled and ranked. You don't leave with "don't build this." You leave with "build this instead."
Audience agent — After the battle, a simulation of your actual ICP reacts to the evolved idea. "Would you pay for this?"
food chain my idea: [your idea]
what kills this: [your product]
food chain code: [your architecture decision]
food chain pitch: [your pitch or deck summary]
apex to action: [paste your battle log]
food chain monitor: [paste battle log + what changed]Via Claude Code plugin system (recommended):
claude plugin marketplace add CodedRichy/food-chain-ideation
claude plugin install food-chain-ideation@food-chain-ideationManual install:
git clone https://github.com/CodedRichy/food-chain-ideation.git
# Project-level (this project only):
cp -r food-chain-ideation/skills .claude/skills
# Or global (all projects):
cp -r food-chain-ideation/skills ~/.claude/skillsOn Windows, ~/.claude/ is C:\Users\<you>\.claude\.
Self-contained markdown — no build step, no config, no dependencies.
Works in Claude.ai, Claude Code, Cursor, Windsurf, Copilot.
<details> <summary>Repo structure</summary>
skills/
├── food-chain-ideation/
│ ├── SKILL.md ← product idea battles
│ └── references/
│ └── animal-library.md ← 32 animals, behavioral DNA
├── food-chain-code/
│ ├── SKILL.md ← architecture decision battles
│ └── references/
│ └── code-animal-library.md ← 20 code-specific animals
├── food-chain-pitch/
│ ├── SKILL.md ← investor pitch battles
│ └── references/
│ └── pitch-animal-library.md ← 12 pitch-specific animals
├── apex-to-action/
│ └── SKILL.md ← battle output → 90-day plan
└── food-chain-monitor/
└── SKILL.md ← re-test after changes</details>
See CONTRIBUTING.md. Every new animal added by the community makes every existing installation better retroactively.
<details> <summary>Changelog</summary>
v2.1.0
v2.0.0
v1.3.0
v1.2.0
v1.1.0
v1.0.0
</details>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.