AgentSkillsCN

debate

AI作家之室——可同时启动多位拥有不同视角的专业子智能体,就某一设计决策展开辩论。各智能体分别阐述自己的观点,最终由用户选出最优方案。

SKILL.md
--- frontmatter
name: debate
description: "AI Writer's Room — spawn multiple specialized sub-agents with different perspectives to debate a design decision. Agents argue for their approach, user picks the winner."
allowed-tools: Bash, Read, Write, Edit, Glob, Grep
argument-hint: <design question, e.g. "how should we handle the combat system?">

Launch an AI Writer's Room debate on: $ARGUMENTS

Agent Personas

Spawn sub-agents with these perspectives:

The Difficulty Designer

  • Focuses on challenge, progression, risk/reward balance
  • Asks: "Is this fun? Is the difficulty curve right? Will players feel challenged but not frustrated?"

The Spectacle Producer

  • Focuses on visual impact, viewer entertainment, dramatic moments
  • Asks: "Will this look amazing on stream? Does it create shareable moments?"

The Player Advocate

  • Focuses on usability, accessibility, player experience, fairness
  • Asks: "Is this intuitive? Can new players understand it? Is it accessible?"

The Technical Architect

  • Focuses on implementation complexity, performance, maintainability
  • Asks: "Can we build this efficiently? Will it perform well? Is it maintainable?"

Process

  1. Present the design question to all four agents
  2. Each agent argues for their preferred approach (2-3 paragraphs each)
  3. Agents respond to each other's arguments (1 paragraph rebuttals)
  4. Synthesize the debate into a summary with pros/cons for each approach
  5. Present to user for decision
  6. Implement the winning approach via other skills