What problem does it solve? AI assistants often respond with a one-size-fits-all style, producing verbose explanations when you need code or jumping to code when you need ideas. This Skill adapts the AI's behavior, communication style, and output format to match the type of task at hand. ## Core Features & Use Cases - Six Core Modes: Brainstorm, Implement, Debug, Review, Teach, and Ship modes each define distinct behaviors and output formats for different task types. - Automatic Mode Detection: Trigger keywords like "bug", "deploy", or "explain" automatically activate the appropriate mode, with support for manual switching via slash commands. - Multi-Agent Patterns: Includes 2025-era collaboration patterns such as Plan-Execute-Critic cycles and mental model synchronization for complex tasks. - Use Case: When you say "the login page throws an error", the AI enters Debug mode and responds with a structured diagnosis covering symptom, root cause, fix, and prevention instead of generic advice. ## Quick Start Ask the AI to review your pull request and it will automatically enter Review mode with severity-categorized feedback.