Skip to main content
Glama
Dianel555

Gemini SuperClaude MCP Server

by Dianel555

MSeeP.ai Security Assessment Badge

Gemini SuperClaude MCP Server

Version Node SuperClaude Commands Agents MCP Servers

English|δΈ­ζ–‡

Related MCP server: Boring Gemini

GEMINI_CLI_COMMANDS

A fully upgraded MCP server providing SuperClaude Framework v4.0.9 compatibility for Gemini CLI. Features enhanced command routing with 22 specialized /sc: commands (including new business-panel), 14 domain-expert agents, and 6 integrated MCP servers plus full Gemini CLI integration via TOML commands.

πŸš€ What's New in v2.0.2 (SuperClaude v4.0.9 Upgrade)

  • πŸ’Ό NEW: Business Panel: Multi-expert business analysis with 9 thought leaders (Christensen, Porter, Drucker, Godin, Kim & Mauborgne, Collins, Taleb, Meadows, Doumont)

  • 🎯 Gemini CLI Integration: All 22 commands available as /sc:command in Gemini CLI via TOML configuration

  • πŸ“¦ Auto Installation: npm run install-commands for seamless Gemini CLI integration

  • 🧠 Enhanced Routing: Intelligent context analysis, agent selection, and MCP server coordination.

  • πŸ€– 14 Specialized Agents: Replaces the old persona system with domain experts for architecture, security, performance, etc.

  • πŸ”— 6 MCP Servers: Full integration with Sequential, Context7, Magic, Playwright, Morphllm, and Serena.

  • πŸ“‹ 22 Specialized Commands: All commands now use the /sc: namespace with business panel added.

  • ⚑ 5 Behavioral Modes: Brainstorming, Introspection, Orchestration, Task Management, and Token Efficiency modes.

  • πŸ’Ύ Cross-Session Persistence: sc:load and sc:save commands powered by the Serena MCP for session memory.

πŸ”§ Quick Start

# Install globally
npm install -g gemini-superclaude-mcp-server

# TOML Command Configuration
npm run install-commands # Locate the gemini-superclaude-mcp-server/ directory in the global npm installation folder and run the command there (or, if configuring via npx only, you can directly copy the toml file to the corresponding directory)

# Configure Gemini CLI (~/.gemini/settings.json)
{
  "mcpServers": {
    "superclaude": {
      "command": "npx",
      "args": ["-y", "gemini-superclaude-mcp-server"],
      "env": {
        "CLAUDE_CONFIG_DIR": "${HOME}/.claude"
      }
    }
  }
}

Method 2: Local Development

# Clone and setup
git clone https://github.com/Dianel555/gemini-superclaude-mcp-server.git
cd gemini-superclaude-mcp-server
npm install

# Make script executable
chmod +x superclaude-server.js

# Configure Gemini CLI (~/.gemini/settings.json)
{
  "mcpServers": {
    "superclaude": {
      "command": "node",
      "args": ["/full/path/to/superclaude-server.js"],
      "env": {
        "CLAUDE_CONFIG_DIR": "${HOME}/.claude"
      }
    }
  }
}

# Validate and test
npm run validate
npm test

πŸ€– Enhanced Agent System (Formerly Personas)

14 Specialized Agents provide domain expertise for any task:

Agent

Focus

Thinking Mode

Auto-Triggers

Specialization

system-architect

System design

Systematic

architecture, design, scalability

sc:build, sc:analyze

frontend-architect

User experience

User-centric

ui, component, responsive

sc:build, sc:implement

backend-architect

Data integrity

Data-driven

api, database, service

sc:implement, sc:troubleshoot

devops-architect

Automation & CI/CD

Automation-focused

deploy, infrastructure, ci/cd

sc:workflow, sc:git

security-engineer

Threat modeling

Threat-focused

security, vulnerability, auth

sc:analyze, sc:improve

performance-engineer

Optimization

Measurement-driven

optimize, performance, bottleneck

sc:analyze, sc:improve

quality-engineer

Testing strategy

Systematic-validation

test, quality, validation

sc:test, sc:troubleshoot

refactoring-expert

Code quality

Simplification-focused

refactor, cleanup, debt

sc:improve, sc:cleanup

root-cause-analyst

Problem investigation

Investigative

debug, investigate, analyze

sc:analyze, sc:troubleshoot

requirements-analyst

Requirements discovery

Discovery-focused

requirements, scope, planning

sc:brainstorm, sc:estimate

python-expert

Python architecture

Pythonic-focused

python, django, flask

sc:implement, sc:improve

socratic-mentor

Knowledge transfer

Educational

learn, explain, understand

sc:explain, sc:document

learning-guide

Concept simplification

Pedagogical

tutorial, beginner, example

sc:explain, sc:document

technical-writer

Documentation

Communication-focused

document, readme, guide

sc:document, sc:save

πŸ”— Real MCP Integration

6 Supported Servers

  • Sequential: Complex multi-step reasoning

  • Context7: Documentation and pattern lookup

  • Magic: UI component generation

  • Playwright: E2E testing and browser automation

  • Morphllm: Pattern-based code editing and bulk transformations

  • Serena: Semantic code understanding and cross-session memory

πŸ“‹ Complete Command Set

22 Core Commands with /sc: namespace for SuperClaude Framework v4.0.9 compliance:

Development & Orchestration

  • sc:build, sc:implement, sc:workflow, sc:design

Analysis & Discovery

  • sc:analyze, sc:brainstorm, sc:troubleshoot, sc:business-panel, sc:estimate

Quality & Maintenance

  • sc:improve, sc:test, sc:cleanup, sc:git

Documentation & Learning

  • sc:explain, sc:document

Operations & Coordination

  • sc:task, sc:spawn, sc:load, sc:save, sc:reflect

Meta & Discovery

  • sc:index, sc:select-tool

🎯 Gemini CLI Integration

Install SuperClaude commands directly in Gemini CLI:

# Install all 22 commands as /sc: shortcuts
npm run install-commands

# Use in Gemini CLI
/sc:analyze --security --deep
/sc:business-panel strategy.md --experts porter,taleb --mode debate  
/sc:build ecommerce --framework nextjs --magic

# Uninstall if needed
npm run uninstall-commands

Business Panel (New in v4.0.9)

Multi-expert business analysis with 9 thought leaders:

  • Clayton Christensen: Disruption Theory, Jobs-to-be-Done

  • Michael Porter: Competitive Strategy, Five Forces

  • Peter Drucker: Management Philosophy, MBO

  • Seth Godin: Marketing Innovation, Tribe Building

  • Kim & Mauborgne: Blue Ocean Strategy

  • Jim Collins: Organizational Excellence

  • Nassim Taleb: Risk Management, Antifragility

  • Donella Meadows: Systems Thinking

  • Jean-luc Doumont: Communication Systems

πŸ“Š Architecture (v4.0.9)

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                        Gemini CLI                          β”‚
β”‚          β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”           β”‚
β”‚          β”‚    22 /sc: Commands via TOML        β”‚           β”‚
β”‚          β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜           β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚          Gemini SuperClaude MCP Server v2.0.2              β”‚
β”‚   β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”    β”‚
β”‚   β”‚ Enhanced    β”‚  β”‚   14-Agent      β”‚  β”‚ Business    β”‚    β”‚
β”‚   β”‚ Routing     β”‚  β”‚   System        β”‚  β”‚ Panel (9)   β”‚    β”‚
β”‚   β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜    β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚           MCP Orchestration Layer (6 Servers)              β”‚
β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”β”Œβ”€β”€β”€β”€β”€β”β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”β”Œβ”€β”€β”€β”€β”€β”€β” β”‚
β”‚ β”‚Sequentiaβ”‚β”‚Context7β”‚β”‚Magicβ”‚β”‚Playwrightβ”‚β”‚Morphllmβ”‚β”‚Serenaβ”‚ β”‚
β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜β””β”€β”€β”€β”€β”€β”€β”€β”€β”˜β””β”€β”€β”€β”€β”€β”˜β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜β””β”€β”€β”€β”€β”€β”€β”€β”€β”˜β””β”€β”€β”€β”€β”€β”€β”˜ β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚              SuperClaude Framework v4.0.9                  β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

🀝 Contributing

PRs are welcome! Please fork the repository, create a feature branch, and open a pull request.

πŸ™ Acknowledgments

πŸ“„ License

MIT License - see the LICENSE file for details.

Star History

Star History Chart

Available Tools

22 tools
sc:analyzeC

Multi-dimensional codebase analysis with comprehensive insights (Category: analysis, Priority: IMPORTANT)

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesSuperClaude v4.0.9 command input with optional flags: --deep, --security, --performance, --architecture, --ultrathink
flagsNoAvailable flags: --deep, --security, --performance, --architecture, --ultrathink
agentNoPreferred agent: root-cause-analyst, system-architect, security-engineer

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It does not disclose whether the tool is read-only, what side effects exist, or what the output contains. Only the name and category suggest behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, concise and front-loaded with the purpose. It could benefit from structured detail, but remains efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and no annotations, the description should provide more context about return values, usage context, and flag behavior. It is insufficient for a multi-dimensional tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions for each parameter (input, flags, agent). The description adds no additional meaning beyond the schema, warranting the baseline score.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses 'Multi-dimensional codebase analysis with comprehensive insights', which clearly indicates the tool performs analysis on codebases. It distinguishes from sibling tools like 'sc:brainstorm' or 'sc:explain' by specifying analysis, though it could be more specific about the dimensions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives. The 'Category: analysis, Priority: IMPORTANT' provides minimal context but no when-to-use or when-not-to-use instructions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

sc:brainstormC

Interactive requirements discovery through Socratic dialogue (Category: orchestration, Priority: IMPORTANT)

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesSuperClaude v4.0.9 command input with optional flags: --strategy, --depth, --parallel, --cross-session
flagsNoAvailable flags: --strategy, --depth, --parallel, --cross-session
agentNoPreferred agent: system-architect, root-cause-analyst, requirements-analyst

TDQS

C2.8/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so the description must carry the full burden. It mentions 'interactive' and 'Socratic dialogue' but doesn't disclose side effects, auth needs, or limitations. The behavior remains vague.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short (one line) with no superfluous words. However, it may be too terse, lacking important context that could be included without adding much length.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given three parameters and no output schema, the description should provide more about the tool's interactive nature, expected outcomes, and when to use it. It leaves significant gaps for an apparently complex tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All three parameters have descriptions in the schema (100% coverage), so the baseline is 3. The description lists flags and agents but doesn't elaborate on their meanings beyond what's in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('discover') and resource ('requirements') with a clear method ('Socratic dialogue'). It also includes category and priority, but doesn't fully differentiate from siblings like sc:analyze or sc:design.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use or avoid this tool. The term 'requirements discovery' implies a use case, but no alternatives or exclusions are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

sc:buildC

Universal project builder with intelligent scaffolding (Category: development, Priority: IMPORTANT)

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesSuperClaude v4.0.9 command input with optional flags: --init, --feature, --framework, --tdd, --magic, --wave
flagsNoAvailable flags: --init, --feature, --framework, --tdd, --magic, --wave
agentNoPreferred agent: system-architect, frontend-architect, backend-architect

TDQS

C2.6/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must disclose behavioral traits. It fails to describe side effects, authentication needs, rate limits, or whether the tool is destructive or read-only. 'Intelligent scaffolding' is not transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with a parenthetical, making it concise. It front-loads the key phrase 'Universal project builder'. However, it could be improved by removing the category/priority noise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the absence of output schema and annotations, the description is insufficiently complete. It does not explain the build process, return values, or expected outcomes. For a complex build tool, this leaves significant gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the input schema already documents all parameters. The description adds no additional meaning about parameters like 'input', 'flags', or 'agent'. Baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Universal project builder with intelligent scaffolding', which indicates a build/creation purpose but is vague. 'Intelligent scaffolding' is jargon and doesn't clearly specify what the tool does. It does not effectively distinguish from sibling tools like sc:implement or sc:design, which might also involve building.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No usage guidelines are provided. The description does not indicate when to use this tool over alternatives like sc:implement or sc:test. There is no context on prerequisites or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

sc:business-panelC

Multi-expert business analysis with adaptive interaction modes (Category: analysis, Priority: IMPORTANT)

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesSuperClaude v4.0.9 command input with optional flags: --experts, --mode, --focus, --synthesis-only, --structured, --verbose
flagsNoAvailable flags: --experts, --mode, --focus, --synthesis-only, --structured, --verbose
agentNoPreferred agent: system-architect, requirements-analyst, socratic-mentor

TDQS

C2.8/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations exist, so the description must fully disclose behavioral traits. It mentions 'adaptive interaction modes' but does not explain what these modes are, how behavior changes, side effects, auth requirements, or response format. This leaves critical gaps for informed invocation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is one sentence with a parenthetical tag, making it concise but at the expense of completeness. It is front-loaded with core purpose but lacks detail. It could be restructured to include more information efficiently.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 3 parameters, no output schema, and no annotations, the description is insufficient. It fails to explain 'multi-expert' details, mode differences, return values, or prerequisites. With many sibling tools, more contextual differentiation is needed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so parameters are documented. The description adds some context by listing available flags and valid agent values, but it largely restates schema info. It does not provide deeper meaning beyond what the schema already conveys.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description specifies 'multi-expert business analysis with adaptive interaction modes,' which indicates the purpose is business analysis with a collaborative approach. It somewhat distinguishes from siblings like 'sc:analyze' by implying a multi-expert method, but the term 'business analysis' remains broadly defined.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. The tag 'Priority: IMPORTANT' only indicates urgency, not usage context. No explicit when-not-to-use or alternative tool suggestions are given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

sc:cleanupB

Project cleanup and technical debt reduction (Category: maintenance, Priority: RECOMMENDED)

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesSuperClaude v4.0.9 command input with optional flags: --unused, --duplicates, --formatting, --optimize, --aggressive
flagsNoAvailable flags: --unused, --duplicates, --formatting, --optimize, --aggressive
agentNoPreferred agent: refactoring-expert

TDQS

B3.2/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided; description only mentions cleanup and debt reduction without disclosing behavioral traits like destructiveness, side effects, or permissions. Flags like --unused suggest deletion but not confirmed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence plus parenthetical is extremely concise, front-loading key info with zero waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema, yet description fails to explain return values or what happens after cleanup. Lacks context on effects or outcomes.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. Description adds no additional parameter context beyond schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the tool is for project cleanup and technical debt reduction, with category and priority. However, it does not explicitly distinguish from siblings like sc:improve.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implies usage through 'maintenance' category and 'RECOMMENDED' priority, but lacks explicit when-to-use, when-not-to-use, or alternatives guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

sc:designC

System design and architecture orchestration (Category: planning, Priority: IMPORTANT)

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesSuperClaude v4.0.9 command input with optional flags: --patterns, --architecture, --api, --database, --scalability
flagsNoAvailable flags: --patterns, --architecture, --api, --database, --scalability
agentNoPreferred agent: system-architect, frontend-architect

TDQS

C2.4/5.0
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so the description carries the full burden. It fails to disclose any behavioral traits such as whether the tool modifies state, requires specific permissions, or has side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short (one line). While concise, it is under-specified for the apparent complexity of system design orchestration, sacrificing completeness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema and the description does not explain return values or behavioral details. With 3 parameters and a non-trivial task, the description is insufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description adds no additional meaning beyond the schema's parameter descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'System design and architecture orchestration', which clearly identifies the tool's domain. However, it doesn't differentiate from similar planning tools like sc:brainstorm or sc:estimate.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives like sc:brainstorm or sc:implement. Lacks any conditional context or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

sc:documentC

Comprehensive documentation generation with best practices (Category: knowledge, Priority: RECOMMENDED)

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesSuperClaude v4.0.9 command input with optional flags: --api, --user, --technical, --readme, --interactive
flagsNoAvailable flags: --api, --user, --technical, --readme, --interactive
agentNoPreferred agent: technical-writer, socratic-mentor

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It only mentions 'documentation generation' but does not disclose behavioral traits like side effects, permissions, rate limits, or output format. The user cannot infer whether this tool is read-only or what it returns, leaving significant gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, very concise and front-loaded with the core purpose. The addition of 'Category: knowledge, Priority: RECOMMENDED' is meta-information that could be structured elsewhere, but it does not detract significantly. It earns a 4 for being efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 3 parameters and no output schema, the description is insufficiently complete. It does not explain what the tool returns or how to use the parameters effectively. The schema descriptions help, but the tool-level description lacks essential context for an agent to use it properly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the input schema already describes all parameters adequately. The tool-level description adds no additional meaning beyond 'comprehensive documentation', so baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Comprehensive documentation generation with best practices' clearly states the tool's purpose as generating documentation. However, it does not distinguish this tool from siblings like sc:explain or sc:analyze, which could also produce documentation-like output, thus missing the differentiation for a top score.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternative sibling tools (e.g., sc:explain, sc:troubleshoot). The description lacks explicit context, exclusions, or alternatives, making it difficult for an AI agent to decide when to invoke this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

sc:estimateC

Evidence-based project estimation with risk assessment (Category: planning, Priority: IMPORTANT)

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesSuperClaude v4.0.9 command input with optional flags: --detailed, --summary, --breakdown, --risks, --timeline
flagsNoAvailable flags: --detailed, --summary, --breakdown, --risks, --timeline
agentNoPreferred agent: requirements-analyst, system-architect

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description should disclose behavioral traits. It only mentions the tool's function but does not state whether it is read-only, requires permissions, or has side effects. This lack of transparency limits the agent's understanding.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, using a single sentence to convey purpose. It also includes metadata (category and priority) which is useful but not excessive. It is well-structured but lacks additional context that could be added without verbosity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has three parameters and no output schema, the description is somewhat minimal. It does not explain the nature of the output or any prerequisites. However, the schema covers the parameters well, so it is minimally adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 100% coverage with detailed descriptions for all parameters, including optional flags and agent options. The description adds no additional parameter semantics, so the baseline score of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool performs evidence-based project estimation with risk assessment, using a specific verb (estimate) and resource (project). While it does not explicitly differentiate from siblings like sc:analyze or sc:brainstorm, the unique purpose is implied through the focus on estimation and risk.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No usage guidelines are provided. The description does not indicate when to use this tool versus alternatives, nor does it offer any contextual hints for invocation, such as prerequisites or scenarios.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

sc:explainC

Educational explanations with progressive learning approach (Category: knowledge, Priority: RECOMMENDED)

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesSuperClaude v4.0.9 command input with optional flags: --simple, --detailed, --visual, --examples, --interactive
flagsNoAvailable flags: --simple, --detailed, --visual, --examples, --interactive
agentNoPreferred agent: socratic-mentor, learning-guide

TDQS

C2.6/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It only mentions 'progressive learning approach' but does not specify what behavior that entails (e.g., adaptive explanations, follow-up questions). No side effects or constraints are disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no wasted words. It is concise, but it could be more structured (e.g., front-loading the verb). Still, it earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 3 parameters and no output schema, the description is insufficient. It does not explain what the tool returns (e.g., text, step-by-step), error conditions, or how the progressive approach works. Missing key contextual information.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds 'progressive learning approach' hinting at behavior but does not enhance parameter understanding beyond the schema descriptions. It provides no additional context for the flags or agent.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Educational explanations with progressive learning approach', which indicates a verb (explain) and resource (educational topics), but it is vague and does not distinguish from sibling tools like sc:analyze or sc:brainstorm. The specific scope is unclear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. The description lacks usage context, prerequisites, or exclusions, making it difficult for an agent to choose correctly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

sc:gitD

Git workflow assistant with intelligent operations (Category: maintenance, Priority: RECOMMENDED)

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesSuperClaude v4.0.9 command input with optional flags: --checkpoint, --restore, --analyze, --optimize, --workflow
flagsNoAvailable flags: --checkpoint, --restore, --analyze, --optimize, --workflow
agentNoPreferred agent: devops-architect, technical-writer

TDQS

D1.7/5.0
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations, and the description does not disclose any behavioral traits such as side effects, authentication needs, or what 'intelligent operations' entails.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Extremely brief but lacks substance. The single sentence is not informative, and the category/priority metadata does not compensate for missing functional explanation.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema, no annotations, and the description does not cover essential aspects like return values, operation types, or error conditions. Inadequate for a tool with 3 parameters.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. Description adds no additional meaning beyond the schema's parameter descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description says 'Git workflow assistant with intelligent operations', which is vague and does not specify a concrete action or resource. It fails to differentiate from sibling tools like sc:workflow or sc:implement.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. No prerequisites, exclusions, or context provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

sc:implementC

Feature implementation with intelligent persona activation (Category: development, Priority: IMPORTANT)

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesSuperClaude v4.0.9 command input with optional flags: --type, --framework, --test, --docs, --agent
flagsNoAvailable flags: --type, --framework, --test, --docs, --agent
agentNoPreferred agent: frontend-architect, backend-architect, system-architect

TDQS

C2.8/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations are absent, so the description must disclose behavioral traits. It mentions 'intelligent persona activation' but does not explain what that entails, nor does it discuss safety, permissions, or side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short (one phrase), but it lacks structure and is not front-loaded. It is concise but at the expense of clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (3 params, many siblings) and no output schema, the description is incomplete. It does not explain return values, flag behaviors, or persona activation details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% (all parameters have descriptions). The description adds no extra meaning beyond what the schema already provides, so baseline score is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it's for feature implementation with persona activation, indicating a development task. However, it does not distinguish from siblings like sc:build or sc:task, and the title is null.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. With 21 sibling tools, explicit usage context is missing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

sc:improveC

Evidence-based code improvement with systematic refactoring (Category: quality, Priority: IMPORTANT)

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesSuperClaude v4.0.9 command input with optional flags: --refactor, --optimize, --modernize, --validate
flagsNoAvailable flags: --refactor, --optimize, --modernize, --validate
agentNoPreferred agent: refactoring-expert, performance-engineer, system-architect

TDQS

C2.5/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Without annotations, the description carries full burden for behavioral transparency. It implies code modification ('systematic refactoring') but does not disclose potential side effects, permission requirements, or whether changes are reversible. No details on what happens after execution.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with a parenthetical note, which is concise but not well-structured. It is front-loaded with the purpose but lacks headings or prioritized info. No wasted words, but it could be more informative.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has three parameters, no output schema, and no annotations, the description is incomplete. It does not explain return values, success criteria, or how the flags and agent parameter affect behavior. The agent lacks sufficient information to confidently invoke the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema provides complete descriptions for all three parameters, so the baseline is 3. The tool description does not add further semantic value beyond the schema, but it does provide a high-level context of evidence-based improvement.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Evidence-based code improvement with systematic refactoring' which gives a general purpose of improving code, but it lacks a specific verb-resource combination like 'refactor code' or 'improve code quality'. It mentions a category and priority, but does not clearly distinguish from sibling tools such as sc:analyze or sc:build.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives like sc:analyze or sc:design. There is no mention of prerequisites, when not to use it, or comparison with other sc: tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

sc:indexC

Command catalog browsing and intelligent discovery (Category: meta, Priority: RECOMMENDED)

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesSuperClaude v4.0.9 command input with optional flags: --search, --category, --help, --examples, --interactive
flagsNoAvailable flags: --search, --category, --help, --examples, --interactive
agentNoPreferred agent: socratic-mentor, root-cause-analyst

TDQS

C2.6/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so the description bears full burden. It does not disclose whether the tool is read-only, requires authentication, or has side effects. 'Browsing and discovery' suggests read-only, but not explicit. Missing behavioral traits beyond the short phrase.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence is concise and front-loaded with key terms. However, it omits necessary detail for a tool with three parameters and no output schema. Conciseness is good but not at the expense of clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and moderate complexity (three params, one required), the description is insufficient. It doesn't explain what the tool returns, how to use the flags together, or what 'intelligent discovery' entails. Leaves the agent guessing about expected behavior.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters (input, flags, agent). The description adds minimal value: only mentions the command version (SuperClaude v4.0.9) and flag options already in schema. No new semantic context beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description states 'Command catalog browsing and intelligent discovery' which gives a general purpose but lacks specificity. It doesn't clearly differentiate from sibling tools like sc:analyze or sc:explain, which also involve discovery. The mention of 'Category: meta' helps, but the core action is vague.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit when-to-use or when-not-to-use guidance. The 'Priority: RECOMMENDED' hint is present but doesn't compare with alternatives. The agent must infer context from the category and siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

sc:loadC

Project context loading and cross-session restoration (Category: session, Priority: CRITICAL)

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesSuperClaude v4.0.9 command input with optional flags: --agent, --config, --template, --workflow, --memory
flagsNoAvailable flags: --agent, --config, --template, --workflow, --memory
agentNoPreferred agent: root-cause-analyst, system-architect, technical-writer

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral transparency. It mentions 'loading' and 'restoration', but does not disclose potential side effects (e.g., overwriting context), requirements, or error conditions. This is insufficient for a tool that likely modifies session state.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with additional category and priority information. It is concise and front-loads the core purpose. There is no wasted text, though it could be expanded with critical behavioral details without losing conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of many sibling tools, no output schema, and no annotations, the description lacks sufficient depth. It does not explain the full behavior of loading and restoration, such as what happens to existing context, how cross-session works, or what the return value is. This leaves significant gaps for an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the individual parameter descriptions are already present. The tool description adds high-level context but does not enhance understanding of parameters beyond what the schema provides. Thus, baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Project context loading and cross-session restoration'. It includes a category and priority, which adds context. However, it could be more specific about what 'project context' entails, but it is sufficiently distinct from sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. Among many sibling tools (e.g., sc:analyze, sc:build), there is no mention of when to prefer sc:load, nor any conditions or prerequisites.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

sc:reflectC

Meta-cognitive reflection and performance analysis (Category: session, Priority: RECOMMENDED)

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesSuperClaude v4.0.9 command input with optional flags: --decision, --pattern, --improvement, --learning
flagsNoAvailable flags: --decision, --pattern, --improvement, --learning
agentNoPreferred agent: socratic-mentor, root-cause-analyst

TDQS

C2.8/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description fully bears the burden of behavioral disclosure, but it only gives a high-level purpose. It does not explain whether the tool modifies state, is read-only, or requires prior context. The flags and agent parameters hint at functionality, but behavior remains opaque.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short (one sentence), which is concise but lacks necessary detail. It is front-loaded with the purpose, but the brevity sacrifices completeness. It could include more context without being wordy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has three parameters and no output schema, the description should explain what the return value or outcome is. It does not mention what the tool produces after reflection, leaving a significant gap. The description is not complete enough for effective use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already documents each parameter. The description reinforces that it involves reflection but adds no new semantic details beyond the schema's own descriptions. The baseline is 3, and the description does not improve it.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it is for 'meta-cognitive reflection and performance analysis', which gives a specific purpose. However, it does not differentiate from sibling tools like sc:analyze or sc:improve, which could have overlapping functionality.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. The description does not indicate context, prerequisites, or when not to use it, leaving the agent without direction for tool selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

sc:saveC

Session state persistence with intelligent context capture (Category: session, Priority: CRITICAL)

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesSuperClaude v4.0.9 command input with optional flags: --context, --memory, --checkpoint, --agent-state
flagsNoAvailable flags: --context, --memory, --checkpoint, --agent-state
agentNoPreferred agent: technical-writer, system-architect

TDQS

C2.4/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description should disclose behavioral traits. It mentions 'intelligent context capture' without explaining what that entails, side effects, or required permissions. The behavior is under-specified.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short, which is concise, but it lacks substance. It sacrifices necessary detail for brevity. The single sentence does not fully describe the tool's functionality.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 3 parameters and no output schema, the description should explain return values and behavior. It does not. The term 'intelligent context capture' is vague and not elaborated. Incomplete for effective use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description does not add additional parameter meaning beyond the schema, but the schema itself is descriptive enough. No extra value provided.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description mentions 'session state persistence' which gives a general idea, but lacks a specific verb-resource combination. It does not clearly state 'save' as the action, relying on the tool name. It is not a tautology but could be clearer.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidelines provided on when to use this tool versus alternatives like sc:load or other sibling tools. The description does not indicate prerequisites or scenarios where this tool is appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

sc:select-toolC

Intelligent tool selection and optimization guidance (Category: meta, Priority: RECOMMENDED)

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesSuperClaude v4.0.9 command input with optional flags: --task, --optimize, --compare, --recommend
flagsNoAvailable flags: --task, --optimize, --compare, --recommend
agentNoPreferred agent: system-architect, performance-engineer

TDQS

C2.1/5.0
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations exist, and the description does not disclose any behavioral traits (e.g., side effects, auth needs, rate limits). The tool's behavior is completely opaque beyond being 'guidance'.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence plus parenthetical – very concise. However, it lacks structure and detail, leading to ambiguity. Conciseness without completeness does not fully serve the agent.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, no annotations, and 3 parameters with one required, the description is insufficient. It does not explain the tool's return value or how it integrates with siblings. Many siblings require more context to distinguish.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds no extra meaning to the parameters beyond the schema's own minimal descriptions (e.g., flags listed). It does not explain how parameters combine or affect tool behavior.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'tool selection and optimization guidance' but the verb is implicit. It does not clearly specify the action performed (e.g., 'selects' or 'recommends'). The category 'meta' hints at a meta-tool, but purpose remains vague compared to siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus its siblings. The priority 'RECOMMENDED' and category 'meta' are mentioned but not contextualized. No when-not-to-use or alternatives provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

sc:spawnC

Specialized agent spawning and intelligent coordination (Category: operations, Priority: IMPORTANT)

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesSuperClaude v4.0.9 command input with optional flags: --role, --context, --parallel, --merge, --expertise
flagsNoAvailable flags: --role, --context, --parallel, --merge, --expertise
agentNoPreferred agent: system-architect

TDQS

C2.4/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description bears the full burden. It mentions 'spawning and intelligent coordination' but does not disclose side effects, authentication needs, rate limits, or whether the operation is destructive. The input schema hints at flags like --parallel and --merge, but the description does not explain their behavioral implications.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, highly concise. However, the parenthetical '(Category: operations, Priority: IMPORTANT)' could be omitted or placed in annotations, slightly reducing its efficiency. Overall, it is well-structured and front-loaded with the main concept.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and a complex tool that spawns agents, the description is too sparse. It does not explain what the tool returns, how coordination works, or how to interpret the flags. For a tool with 20 siblings, more context is needed to ensure correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description does not add much beyond the schema; it includes 'Category: operations, Priority: IMPORTANT' which is not parameter-specific. The schema itself describes 'input' as 'SuperClaude v4.0.9 command input with optional flags,' which is reasonably informative. Hence, a score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Specialized agent spawning and intelligent coordination' lacks a specific verb and resource, making it vague. It does not clarify what 'spawning' entails or how it differs from sibling tools like sc:analyze or sc:brainstorm. The inclusion of 'Category: operations, Priority: IMPORTANT' does not compensate for the lack of clear purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites, appropriate contexts, or when not to use it. The description only labels it as 'operations,' which is insufficient for an agent to decide between this and many other sc:* tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

sc:taskC

Enhanced task management with cross-session persistence (Category: operations, Priority: IMPORTANT)

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesSuperClaude v4.0.9 command input with optional flags: --create, --status, --milestone, --assign, --persist
flagsNoAvailable flags: --create, --status, --milestone, --assign, --persist
agentNoPreferred agent: system-architect, devops-architect

TDQS

C2.8/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must convey behavioral traits. It mentions 'cross-session persistence' but does not explain side effects, required permissions, or potential impacts. It includes 'Category: operations' and 'Priority: IMPORTANT', but these are more metadata than behavioral disclosure. No information about authentication, rate limits, or destructive actions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, which is concise, but it includes extraneous information like 'Category: operations, Priority: IMPORTANT' that seems like metadata rather than explanatory text. It could be restructured to be more informative without adding length.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has three parameters and no output schema. The description does not explain what the tool returns, nor does it provide context on how to use the flags or interpret results. The lack of output schema makes it incomplete; the agent has no information about the response format.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All three parameters have descriptions in the input schema (100% coverage). The description adds no additional meaning beyond the schema; it merely reiterates the flags and preferred agents. The baseline is 3 since schema coverage is high and the description adds minimal extra value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Enhanced task management with cross-session persistence', clearly indicating task management with persistence. The input schema hints at multiple operations (create, status, etc.), but these are not explicitly listed in the description. The tool name 'task' distinguishes it from siblings like analyze or build, but the description does not differentiate from sc:workflow or others.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives. The description does not mention use cases, prerequisites, or exclusions. The sibling tools list includes 21 other tools, but no comparative advice is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

sc:testC

Comprehensive testing strategy with automation (Category: quality, Priority: IMPORTANT)

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesSuperClaude v4.0.9 command input with optional flags: --unit, --integration, --e2e, --coverage, --automated
flagsNoAvailable flags: --unit, --integration, --e2e, --coverage, --automated
agentNoPreferred agent: quality-engineer

TDQS

C2.1/5.0
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of disclosing behavioral traits. It does not mention destructive potential, required permissions, side effects, or any constraints. The tool could be safe or hazardous, and the description offers no insight.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, making it concise, but it includes parenthetical metadata (Category, Priority) that adds noise rather than operational clarity. It could be more effectively structured to front-load the action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 3 parameters (one required), no output schema, and moderate complexity, the description should provide more context about what the tool does with those parameters. It fails to explain how input, flags, and agent are used, leaving the agent with insufficient information for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so each parameter already has a description. The tool description adds no additional meaning beyond the schema; it only reiterates the 'automation' concept. Baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'testing strategy with automation,' which broadly indicates testing-related functionality. However, it does not specify whether the tool runs tests, generates test plans, or executes automated test suites. The verb is unclear, making the purpose only moderately clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus its siblings like sc:analyze, sc:implement, or sc:troubleshoot. The description offers no context for appropriate usage scenarios or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

sc:troubleshootC

Intelligent problem diagnosis and systematic resolution (Category: analysis, Priority: CRITICAL)

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesSuperClaude v4.0.9 command input with optional flags: --trace, --logs, --reproduce, --fix, --root-cause
flagsNoAvailable flags: --trace, --logs, --reproduce, --fix, --root-cause
agentNoPreferred agent: root-cause-analyst, performance-engineer

TDQS

C2.4/5.0
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It fails to disclose any behavioral traits such as whether the tool modifies state, requires permissions, or has side effects. The 'Priority: CRITICAL' is not behavioral information. The description is silent on key behavioral aspects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that includes category and priority tags. It is concise but not overly terse. The information is front-loaded, though the tags add minor noise. No unnecessary repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has three parameters and no output schema, the description should provide more context on return values, error handling, or typical use cases. It omits behavioral and outcome details, making it insufficient for an agent to fully understand invocation consequences.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with each parameter having a clear description. The tool description does not add value beyond the schema, matching the baseline. The parameter descriptions themselves are adequate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a generic phrase 'Intelligent problem diagnosis and systematic resolution' which conveys the general purpose but lacks specificity. It does not differentiate from sibling tools like sc:analyze or sc:explain. The tool name 'troubleshoot' partially compensates, but the description adds little clarity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. The 'Category: analysis' hints at a domain but does not specify context or exclusions. No mention of prerequisites or when not to use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

sc:workflowB

Multi-stage workflow orchestration with parallel execution (Category: orchestration, Priority: IMPORTANT)

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesSuperClaude v4.0.9 command input with optional flags: --stages, --parallel, --sequential, --checkpoint
flagsNoAvailable flags: --stages, --parallel, --sequential, --checkpoint
agentNoPreferred agent: system-architect, devops-architect

TDQS

B3.3/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It mentions parallel execution but does not disclose side effects, authentication requirements, rate limits, or what gets affected (e.g., does it modify state?). The behavioral insight is minimal.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with category and priority tags, front-loading key information. Every word earns its place, though it is brief.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (orchestration with 3 parameters, no output schema), the description is too sparse. It does not explain return values, prerequisites, or how parallel execution works. The schema covers parameters, but operational context is lacking.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description adds no new meaning beyond the schema; it does not explain how the parameters relate to 'multi-stage workflow orchestration' or 'parallel execution'. The schema already describes the flags and agent, so no penalty.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Multi-stage workflow orchestration with parallel execution', specifying the verb (orchestrates) and resource (multi-stage workflows) and distinguishing it from sibling tools like sc:task or sc:implement by emphasizing orchestration and parallelism.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides context via 'Category: orchestration, Priority: IMPORTANT', implying use for orchestration tasks, but lacks explicit guidance on when not to use this tool or references to alternatives like sc:task or sc:spawn.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

TDQS

C2.6/5.0
Disambiguation4/5

The tools cover a wide range of distinct functionalities (analysis, development, planning, operations, etc.), and their descriptions clearly differentiate between them. However, there is minor overlap between some tools like 'improve' and 'cleanup', and 'reflect' and 'analyze' could be confused, but overall an agent can distinguish them.

Naming Consistency3/5

All tools use the 'sc:' prefix and lowercase with hyphens for multi-word names, which is consistent. However, the pattern mixes verbs (analyze, build, test) and nouns (cleanup, git, task), lacking a uniform verb_noun structure. This inconsistency can be slightly confusing but still readable.

Tool Count3/5

With 22 tools, the server is quite extensive for a single MCP server. While each tool serves a distinct purpose, the sheer number may be overwhelming and borderline excessive for typical use cases. A more focused set might be better.

Completeness4/5

The tool set covers a broad range of project lifecycle needs: analysis, planning, implementation, testing, documentation, maintenance, and session management. Minor gaps exist (e.g., no deployment or configuration management), but overall it provides a comprehensive suite for software development assistance.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    An autonomous AI development agent that enables full-stack coding, automated verification, RAG-powered code search, and quality assurance through MCP tools. Supports Gemini CLI, Claude Code CLI, with features like parallel verification, security scanning, and spec-driven development.
    5
    Apache 2.0
  • F
    license
    Not graded
    quality
    D
    maintenance
    Bridges Google's Gemini CLI with MCP-compatible clients and integrates OpenRouter API for access to 400+ AI models. Provides 33 specialized tools enabling multi-AI workflows, collaborations, and debates between Claude, Gemini, and other LLMs.
    142
  • A
    license
    B
    quality
    F
    maintenance
    Enables orchestrating multiple AI CLI agents (Claude Code, Codex, Gemini CLI, Copilot CLI) through a unified MCP interface for task delegation, cross-agent comparison, and specialized tools like code review and debugging.
    14
    13
    14
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dianel555/gemini-superclaude-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server