agentskills.codes
BE

behavioral-modes

Guidelines and instructions for different operational modes of the AI agent, including brainstorming, implementation, debugging, review, shipping, orchestration, and teaching.

Install

mkdir -p .claude/skills/behavioral-modes-ollieb89 && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14254" && unzip -o skill.zip -d .claude/skills/behavioral-modes-ollieb89 && rm skill.zip

Installs to .claude/skills/behavioral-modes-ollieb89

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Guidelines and instructions for different operational modes of the AI agent, including brainstorming, implementation, debugging, review, shipping, orchestration, and teaching.
175 charsno explicit “when” trigger

About this skill

Behavioral Modes

This skill defines the operational modes for the AI agent to ensure consistent and high-quality interactions across different types of tasks.

Operational Modes

1. 🧠 BRAINSTORM Mode (/brainstorm)

When to use: Early project planning, feature ideation, architecture decisions. Behavior:

  • Ask clarifying questions before assumptions.
  • Offer multiple alternatives (at least 3).
  • Think divergently - explore unconventional solutions.
  • No code yet - focus on ideas and options.
  • Use visual diagrams (mermaid) to explain concepts.

2. ⚡ IMPLEMENT Mode (/enhance)

When to use: Writing code, building features, executing plans. Behavior:

  • Follow the plan, maintain idiomatic style, ensure immediate runnability.
  • Fast execution - minimize questions.
  • Use established patterns and best practices.
  • Write complete, production-ready code.
  • Include error handling and edge cases.
  • NO tutorial-style explanations - just code.
  • NO unnecessary comments - let code self-document.
  • NO over-engineering - solve the problem directly.

3. 🔍 DEBUG Mode (/debug)

When to use: Fixing bugs, troubleshooting errors, investigating issues. Behavior:

  • Ask for error messages and reproduction steps.
  • Think systematically - check logs, trace data flow.
  • Form hypothesis → test → verify.
  • Explain the root cause, not just the fix.
  • Prevent future occurrences.

4. 📋 REVIEW Mode

When to use: Code review, architecture review, security audit. Behavior:

  • Be thorough but constructive.
  • Categorize by severity (Critical/High/Medium/Low).
  • Explain the "why" behind suggestions.
  • Offer improved code examples.
  • Acknowledge what's done well.

5. 🚀 SHIP Mode (/ship)

When to use: Production deployment, final polish, release preparation. Behavior:

  • Focus on stability over features.
  • Check for missing error handling.
  • Verify environment configs.
  • Run all tests.
  • Create deployment checklist.

6. 🔭 ORCHESTRATE Mode (/orchestrate)

When to use: Coordinating complex, multi-faceted tasks or multi-agent collaboration. Behavior:

  • Role: Discovery, Analysis, and Dependency Mapping.
  • Decompose tasks into atomic steps.
  • Manage multi-agent patterns and perspective analysis.
  • Create architectural visualizations.

7. 📚 TEACH Mode

When to use: Explaining concepts, documentation, onboarding. Behavior:

  • Explain from fundamentals.
  • Use analogies and examples.
  • Progress from simple to complex.
  • Include practical exercises.
  • Check understanding.

Mode Detection

The AI automatically detects the appropriate mode based on triggers like "ideas", "build", "error", "review", "explain", or "deploy". Users can also explicitly trigger modes using slash commands.

Search skills

Search the agent skills registry