
Brainstorming
- 68 repo stars
- Updated May 1, 2026
- axivo/claude
Collaborate on technical design through natural dialogue to shape architecture and ideas early.
About
Supports technical design collaboration through natural dialogue. It helps explore architecture and design directions conversationally before committing to a plan. A developer uses it early to brainstorm approaches, surface tradeoffs, and shape an idea into a clearer technical direction. Description is brief, so finer scope is inferred from its framing.
- Technical design collaboration
- Natural-dialogue brainstorming
- Architecture ideation
Brainstorming by the numbers
- Data as of Aug 3, 2026 (Skillselion catalog sync)
/plugin marketplace add axivo/claude/plugin install brainstorming@axivoAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 68 |
|---|---|
| Last updated | May 1, 2026 |
| Repository | axivo/claude ↗ |
What it does
Collaborate on technical design through natural dialogue to shape architecture and ideas early.
README.md
Brainstorming Plugin
Technical design collaboration through natural dialogue. Adapts to expertise level and problem complexity through understanding, exploration, and validation stages.
Overview
The plugin provides a structured yet flexible approach to technical design conversations. It guides collaborative exploration of architectural decisions before implementation begins, adapting to both technical experts and those with limited technical background.
Features
Auto-invoked skill that guides technical design collaboration through natural dialogue.
What it does:
- Establishes context by reviewing existing patterns and constraints
- Asks focused clarifying questions one at a time
- Generates 2-3 distinct technical approaches with trade-offs
- Presents design incrementally in focused sections
- Validates alignment progressively throughout the conversation
When to use:
- Planning new features or systems
- Making architectural decisions
- Exploring technical trade-offs
- Designing integrations and contracts
Design Flow
The skill guides conversations through three stages:
- Understanding - Clarify what you're building through focused questions
- Exploration - Consider alternative approaches and trade-offs together
- Validation - Present design in sections, checking alignment as you go
Adaptive Collaboration
For technical experts:
- Deep architectural trade-off discussions
- Direct challenge of technical decisions
- Edge case and failure mode exploration
For limited technical background:
- Educational context provided
- Concrete examples and analogies
- Multiple choice options when appropriate
Workflow Example
Start a brainstorming session:
- Let's brainstorm the authentication system for the new API
Answer clarifying questions:
- What specific problem needs solving?
- What technical constraints exist?
- What defines successful implementation?
Explore alternatives together:
- Approach A: JWT with refresh tokens
- Approach B: Session-based with Redis
- Approach C: OAuth2 integration
Best Practices
- One question at a time: Maintains focus and prevents overwhelm
- Explore multiple alternatives: Never commit to the first idea
- Validate incrementally: Check alignment early and often
- Apply YAGNI ruthlessly: Challenge every layer of complexity
- Stay flexible: Circle back when something doesn't make sense