From sisyclaude
Challenge your design ideas before committing to a plan. Spawns the Socrates agent for adversarial-constructive dialogue that stress-tests assumptions, surfaces trade-offs, and sharpens your thinking.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sisyclaude:brainstorm <idea or feature to explore><idea or feature to explore>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Spawn the Socrates agent to challenge and refine this idea through interactive dialogue.
Spawn the Socrates agent to challenge and refine this idea through interactive dialogue.
If the user provided an argument, pass it as the starting topic:
Agent(subagent_type="socrates", prompt="The user wants to brainstorm and stress-test this idea: $ARGUMENTS — Start by researching the codebase for relevant context, then begin challenging their design thinking.")
If no argument was provided, start with an open prompt:
Agent(subagent_type="socrates", prompt="The user invoked /brainstorm without a specific topic. Ask them what idea or design they'd like to stress-test.")
npx claudepluginhub whiskey-tango-foxtrot-gmbh/sisyclaude --plugin sisyclaudeCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.