Agent skill
consulting-design
Consult Gemini AI for architecture alternatives, design trade-offs, and brainstorming. Use when seeking different perspectives on design, evaluating architectural approaches, comparing solutions, or generating creative ideas.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/consulting-design-julianobarbosa-claude-code-skills-13b06125
SKILL.md
Design Consultation with Gemini
Tools
| Tool | Use For |
|---|---|
mcp__gemini__ask-gemini |
Architecture, design review, trade-offs |
mcp__gemini__brainstorm |
Generating alternatives, creative solutions |
ask-gemini
{
"prompt": "I'm designing [system]. Current approach: [desc]. Trade-offs and alternatives?",
"model": "gemini-2.5-pro"
}
Options: changeMode: true for structured edits, sandbox: true for code execution
brainstorm
{
"prompt": "How might we [challenge]?",
"domain": "software",
"methodology": "auto",
"ideaCount": 10
}
Methodologies: divergent, convergent, scamper, design-thinking, lateral, auto
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?