mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
- Update all command documentation with improved clarity and examples - Enhance user guides with simplified activation patterns - Improve installation and setup documentation - Refine command system implementation in setup components - Update changelog with recent improvements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1.1 KiB
1.1 KiB
allowed-tools, description
| allowed-tools | description | ||||||
|---|---|---|---|---|---|---|---|
|
Design system architecture, APIs, and component interfaces |
/sc:design - System and Component Design
Purpose
Design system architecture, APIs, component interfaces, and technical specifications.
Usage
/sc:design [target] [--type architecture|api|component|database] [--format diagram|spec|code]
Arguments
target- System, component, or feature to design--type- Design type (architecture, api, component, database)--format- Output format (diagram, spec, code)--iterative- Enable iterative design refinement
Execution
- Analyze requirements and design constraints
- Create initial design concepts and alternatives
- Develop detailed design specifications
- Validate design against requirements and best practices
- Generate design documentation and implementation guides
Claude Code Integration
- Uses Read for requirement analysis
- Leverages Write for design documentation
- Applies TodoWrite for design task tracking
- Maintains consistency with architectural patterns