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 their task type. - Automatic Mode Detection: Trigger keywords like "bug", "review", or "deploy" automatically activate the matching mode, and slash commands like /debug allow manual switching. - Multi-Agent Patterns: Includes 2025 collaboration patterns such as Explore mode, Plan-Execute-Critic cycles, and mental model synchronization for complex tasks. - Use Case: When you say "the login is not working", the AI enters Debug mode and responds with a structured symptom, root cause, fix, and prevention analysis 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.