resume-loop
25Command
Start adversarial resume development loop with four agents.
Command
Start adversarial resume development loop with four agents.
Command
Check the status of the current resume development loop.
MadeByTokens/claude-code-plugins-madebytokens
Plugin Claude Code
Plugin marketplace listing 5 plugins: resume-helper, bon-cop-bad-cop, chess, brainstorm, prd.
MadeByTokens/claude-code-plugins-madebytokens
Plugin Claude Code
Three-agent adversarial TDD loop: Test Writer (bad cop), Code Writer (suspect), and Reviewer (good cop) work together while keeping each other honest.
MadeByTokens/claude-code-plugins-madebytokens
Agent
Implement code that passes all tests using genuine logic, seeing only tests (not requirements).
MadeByTokens/claude-code-plugins-madebytokens
Agent
Validate tests and implementation objectively by running tests, detecting cheating, and performing mutation testing.
MadeByTokens/claude-code-plugins-madebytokens
Agent
Write comprehensive, hard-to-cheat tests that thoroughly validate requirements without seeing the implementation.
MadeByTokens/claude-code-plugins-madebytokens
Command
Cancel the active TDD loop.
MadeByTokens/claude-code-plugins-madebytokens
Command
Display help information for Bon Cop Bad Cop plugin.
MadeByTokens/claude-code-plugins-madebytokens
Command
Start adversarial TDD loop with three agents.
MadeByTokens/claude-code-plugins-madebytokens
Command
Display current TDD loop status.
MadeByTokens/claude-code-plugins-madebytokens
Plugin Claude Code
Creative brainstorming partner for generating ideas, exploring possibilities, and divergent thinking. Transforms Claude from solution-finder into thought partner.
MadeByTokens/claude-code-plugins-madebytokens
Command
Return to the parent thread after exploring a fork. Use when done with a tangent and ready to continue the main brainstorm.
MadeByTokens/claude-code-plugins-madebytokens
Command
End the brainstorming session with a summary. Use when the user wants to wrap up and see what was generated.
MadeByTokens/claude-code-plugins-madebytokens
Command
Branch into a tangent topic during brainstorming. Creates a new thread to explore a side idea without losing the main thread.
MadeByTokens/claude-code-plugins-madebytokens
Command
Creative brainstorming partner for generating ideas, exploring possibilities, and divergent thinking. Use when the user wants to brainstorm, generate ideas, explore creative options, or think through a problem without jumping to solutions.
MadeByTokens/claude-code-plugins-madebytokens
Command
Show current brainstorming session status including current thread, open forks, and top ideas.
MadeByTokens/claude-code-plugins-madebytokens
Hook
Runs before the agent uses a tool for Write, Bash and WebSearch tool calls, executing approve-brainstorm-write.sh, approve-brainstorm-bash.sh and approve-brainstorm-websearch.sh (3 commands). From MadeByTokens/claude-code-plugins-madebytokens.
MadeByTokens/claude-code-plugins-madebytokens
Hook
Runs when you submit a prompt, before the agent sees it, executing brainstorm-enforcer.sh. From MadeByTokens/claude-code-plugins-madebytokens.
MadeByTokens/claude-code-plugins-madebytokens
Plugin Claude Code
AI chess opponent using three-agent deliberation system with genuine information isolation. Strategist proposes moves, Devil's Advocate critiques, Arbiter decides.
MadeByTokens/claude-code-plugins-madebytokens
MCP server Claude CodeCodexCursor
MCP server "chess" as configured in MadeByTokens/claude-code-plugins-madebytokens. Runs ${CLAUDE_PLUGIN_ROOT}/scripts/chess_server.py with python3. Needs 1 environment variable to run.
MadeByTokens/claude-code-plugins-madebytokens
Agent
Makes final move selection, executes the move, and logs the turn.
MadeByTokens/claude-code-plugins-madebytokens
Agent
Attempts to refute candidate chess moves by finding tactical problems.
MadeByTokens/claude-code-plugins-madebytokens
Agent
Proposes candidate chess moves based on position and strategic parameters.