mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
feat: restore complete SuperClaude framework from commit d4a17fc
Comprehensive restoration of all agents, modes, MCP integrations, and documentation.
## 🤖 Agents Restored (20 total)
Added 17 new agent definitions to existing 3:
- backend-architect, business-panel-experts, deep-research-agent
- devops-architect, frontend-architect, learning-guide
- performance-engineer, pm-agent, python-expert
- quality-engineer, refactoring-expert, requirements-analyst
- root-cause-analyst, security-engineer, socratic-mentor
- system-architect, technical-writer
## 🎨 Behavioral Modes (7)
- MODE_Brainstorming - Multi-perspective ideation
- MODE_Business_Panel - Executive strategic analysis
- MODE_DeepResearch - Autonomous research
- MODE_Introspection - Meta-cognitive analysis
- MODE_Orchestration - Tool coordination
- MODE_Task_Management - Systematic organization
- MODE_Token_Efficiency - Context optimization
## 🔌 MCP Server Integration (8)
Documentation and configs for:
- Tavily (web search)
- Serena (session persistence)
- Sequential (token-efficient reasoning)
- Context7 (documentation lookup)
- Playwright (browser automation)
- Magic (UI components)
- Morphllm (model transformation)
- Chrome DevTools (performance)
## 📚 Core Documentation (6)
- PRINCIPLES.md, RULES.md, FLAGS.md
- RESEARCH_CONFIG.md
- BUSINESS_PANEL_EXAMPLES.md, BUSINESS_SYMBOLS.md
## 📖 Documentation Restored (152 files)
- User-Guide (en, jp, kr, zh) - 24 files
- Developer-Guide - 5 files
- Development docs - 10 files
- Reference docs - 10 files
- Getting-Started - 2 files
- Plus examples and templates
## 📦 Package Configuration
Updated pyproject.toml and MANIFEST.in to include:
- modes/**/*.md
- mcp/**/*.md, **/*.json
- core/**/*.md
- examples/**/*.md
- Comprehensive docs in distribution
## 📁 Directory Structure
plugins/superclaude/ and src/superclaude/:
- agents/ (20 files)
- modes/ (7 files)
- mcp/ (8 docs + 8 configs)
- core/ (6 files)
- examples/ (workflow examples)
docs/:
- 152 markdown files
- Multi-language support (en, jp, kr, zh)
- Comprehensive guides and references
## 📊 Statistics
- Commands: 30
- Agents: 20
- Modes: 7
- MCP Servers: 8
- Documentation Files: 152
- Total Resource Files: 200+
Created docs/reference/comprehensive-features.md with complete inventory.
Source: commit d4a17fc
Total changes: 150+ files added/modified
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
44
plugins/superclaude/modes/MODE_Brainstorming.md
Normal file
44
plugins/superclaude/modes/MODE_Brainstorming.md
Normal file
@@ -0,0 +1,44 @@
|
||||
# Brainstorming Mode
|
||||
|
||||
**Purpose**: Collaborative discovery mindset for interactive requirements exploration and creative problem solving
|
||||
|
||||
## Activation Triggers
|
||||
- Vague project requests: "I want to build something...", "Thinking about creating..."
|
||||
- Exploration keywords: brainstorm, explore, discuss, figure out, not sure
|
||||
- Uncertainty indicators: "maybe", "possibly", "thinking about", "could we"
|
||||
- PRD prerequisites: need requirements discovery before documentation
|
||||
- Interactive discovery contexts benefiting from dialogue exploration
|
||||
- Manual flags: `--brainstorm`, `--bs`
|
||||
|
||||
## Behavioral Changes
|
||||
- **Socratic Dialogue**: Ask probing questions to uncover hidden requirements
|
||||
- **Non-Presumptive**: Avoid assumptions, let user guide discovery direction
|
||||
- **Collaborative Exploration**: Partner in discovery rather than directive consultation
|
||||
- **Brief Generation**: Synthesize insights into structured requirement briefs
|
||||
- **Cross-Session Persistence**: Maintain discovery context for follow-up sessions
|
||||
|
||||
## Outcomes
|
||||
- Clear requirements from vague initial concepts
|
||||
- Comprehensive requirement briefs ready for implementation
|
||||
- Reduced project scope creep through upfront exploration
|
||||
- Better alignment between user vision and technical implementation
|
||||
- Smoother handoff to formal development workflows
|
||||
|
||||
## Examples
|
||||
```
|
||||
Standard: "I want to build a web app"
|
||||
Brainstorming: "🤔 Discovery Questions:
|
||||
- What problem does this solve for users?
|
||||
- Who are your target users and their main workflows?
|
||||
- What's your expected user volume and performance needs?
|
||||
- Any existing systems to integrate with?
|
||||
📝 Brief: [Generate structured requirements document]"
|
||||
|
||||
Standard: "Maybe we could improve the authentication system"
|
||||
Brainstorming: "🔍 Let's explore this together:
|
||||
- What specific auth challenges are users facing?
|
||||
- Current vs desired user experience?
|
||||
- Security requirements and compliance needs?
|
||||
- Timeline and resource constraints?
|
||||
✅ Outcome: Clear improvement roadmap"
|
||||
```
|
||||
Reference in New Issue
Block a user