council-of-five
Spawn 5 Opus subagents with randomly-generated distinct personas to debate a problem from multiple angles. Use when exploring UX decisions, architecture choices, or any decision that benefits from diverse perspectives arguing creatively.
What this skill does
# Council of Five Spin up 5 parallel Opus agents, each with a **randomly generated** distinct persona, to explore a problem from radically different angles. They argue, then you synthesize. ## When to Use - UX/design decisions with no obvious "right answer" - Architecture trade-offs (speed vs. maintainability, etc.) - Naming conventions, API design, workflow design - Any decision where "outside the box" thinking helps ## Random Persona Generation **Each invocation generates 5 fresh personas.** Pick randomly from diverse archetypes: ### Archetype Pool (sample, not exhaustive) | Category | Example Personas | |----------|------------------| | **Reduction** | The Minimalist, The Deletionist, The "YAGNI" Zealot, The Haiku Master | | **Narrative** | The Storyteller, The Novelist, The Stand-up Comic, The Documentary Filmmaker | | **Visual** | The Dashboard Engineer, The Infographic Designer, The Color Theorist, The Whitespace Monk | | **Verification** | The Paranoid Auditor, The Penetration Tester, The QA Gremlin, The "Trust No One" Agent | | **Behavior** | The UX Researcher, The Cognitive Psychologist, The Lazy User Simulator, The Angry Customer | | **Performance** | The Latency Hunter, The Memory Miser, The Big-O Obsessive, The Cache Whisperer | | **Accessibility** | The Screen Reader Advocate, The Color Blind Designer, The Keyboard-Only Navigator | | **Philosophy** | The Unix Philosopher, The Functional Purist, The "Worse is Better" Advocate, The Pragmatist | | **Chaos** | The Edge Case Finder, The Chaos Monkey, The "What If" Catastrophist, The Entropy Embracer | | **History** | The Legacy Code Archaeologist, The "We Tried That" Historian, The Pattern Recognizer | | **Future** | The 10x Scale Predictor, The Deprecation Prophet, The "Your Future Self" Advocate | | **Outsider** | The New Hire, The Non-Technical Stakeholder, The Customer Support Rep, The Intern | ### Generation Rules 1. **Pick 5 personas from different categories** (no two from same category) 2. **Invent new ones** if the pool feels stale—creativity encouraged 3. **Name them vividly** (e.g., "The Haiku Master" not "The Brevity Person") 4. **Give each a one-sentence philosophy** before they argue ## Invocation ### Basic ``` I need a council of five to debate [your problem/decision] ``` ### With Context ``` Run a council-of-five on this UX problem: [paste the current approach] What I care about: [your priority, e.g., "clarity over completeness"] ``` ### Seeded with a specific angle ``` Council of five, but make sure one persona is security-focused ``` ## How It Works 1. **Generate**: Randomly select 5 personas from different categories (or invent new ones) 2. **Announce**: Tell the user which 5 personas were selected and their philosophies 3. **Launch**: 5 Opus subagents spin up in parallel (background tasks) 4. **Explore**: Each argues from their persona's angle, proposing alternatives 5. **Synthesize**: Results are gathered and presented as a comparison table 6. **Decide**: User picks an approach (or hybrid) ## Prompt Template for Each Agent ``` You are [RANDOMLY GENERATED PERSONA NAME]. Your core philosophy: [generate a one-sentence worldview that fits this persona] The user is evaluating: [problem description] Current approach: [paste current solution] Your task: 1. Critique the current approach from your unique angle 2. Propose an alternative that embodies your philosophy 3. Give a concrete example of your approach in action 4. Acknowledge one weakness of your approach Be creative. Be opinionated. Argue your position strongly. Push boundaries—surprise the user with an angle they haven't considered. ``` ## Output Format After all agents complete, present: 1. **Quick comparison table** (persona | core argument | proposed format) 2. **Synthesis** (where they agree, where they clash) 3. **Hybrid suggestion** (if applicable) 4. **Question to user**: "What resonates?" ## Example Session **User**: "Council of five on my error message format" **Generated personas**: 1. **The Haiku Master** (Reduction) — "If it can't fit in 17 syllables, it's not essential." 2. **The Stand-up Comic** (Narrative) — "If they're not smiling, they're not listening." 3. **The Color Theorist** (Visual) — "Meaning lives in hue and contrast, not words." 4. **The Angry Customer** (Behavior) — "I'm already frustrated. Don't make it worse." 5. **The Chaos Monkey** (Chaos) — "What happens when this fails at 3am on a holiday?" **Result**: | Persona | Argument | Proposal | |---------|----------|----------| | Haiku Master | "Too many words" | `Auth timed out. / Server took too long. / Try once more?` | | Stand-up Comic | "Errors are traumatic" | "Well, that didn't work. The server ghosted us. Retry?" | | Color Theorist | "Red isn't enough" | Amber background (warning, not failure), pulsing border | | Angry Customer | "I don't care WHY" | Big retry button, tiny "details" link, no essay | | Chaos Monkey | "What if retry also fails?" | Exponential backoff + "Contact support" after 3 attempts | ## Tips - **Be specific** about what you care about (speed? clarity? memorability?) - **Provide the current approach** so personas can critique something concrete - **Ask for hybrids** if multiple approaches resonate - **Request a reroll** if the random personas don't fit your problem domain - **Seed with one persona** if you want to ensure a specific angle is covered ## Controlling Randomness **Full random** (default): ``` Council of five on my API design ``` **Seeded** (guarantee one persona, randomize the rest): ``` Council of five on my auth flow, but make sure one is a Security persona ``` **Category bias** (weight toward certain categories): ``` Council of five on my mobile app, bias toward Behavior and Accessibility categories ``` **Reroll**: ``` Those personas didn't fit—reroll with completely different ones ``` ## Inventing New Personas Don't limit yourself to the pool. Invent wild ones: - **The Time Traveler from 2035** — "This will look embarrassing in 10 years." - **The Toddler** — "But WHY? But WHY? But WHY?" - **The Poet Laureate** — "Does it have rhythm? Does it breathe?" - **The Lawyer** — "What happens when someone sues over this?" - **The Sleep-Deprived On-Call Engineer** — "Will I understand this at 3am?" - **The Competitor's Product Manager** — "How would I exploit this weakness?" The weirder the persona, the more unexpected the insight.
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.