Plugin Claude Code
Marketplace for the gauntlet plugin.
Plugin Claude Code
Marketplace for the gauntlet plugin.
Agent
Attack the idea from the perspective of whoever consumes it downstream — the API client, the library user, the next service in the chain, the on-call responder reading the output. They didn't design this and can't see inside it.
Agent
Attack the idea on structure, logic, and invariants. You don't care whether it's pleasant to use or whether someone tried it before — you care whether it's internally coherent.
Agent
Attack the idea with prior art. Someone has tried something like this before. Your job is to find who, and why it broke — so the author doesn't rediscover a known failure mode the expensive way.
Agent
Attack the idea as the person who has to maintain it for a year. You're not impressed by elegance. You've been paged at 3am by clever designs before.
Agent
Attack the idea as an adversary and as the person who owns the blast radius. You assume someone will misuse this, and you ask what happens when they do.
Skill Claude CodeCodex
A bias-check technique: spawn 2+ independent subagents, each attacking the idea from a different angle, to catch the flaw BEFORE it's set in concrete.