mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
Restructure documentation: Create focused guide ecosystem from oversized user guide
- Transform 28K+ token superclaude-user-guide.md into 4.5K token overview (84% reduction) - Extract specialized guides: examples-cookbook.md, troubleshooting-guide.md, best-practices.md, session-management.md, technical-architecture.md - Add comprehensive cross-references between all guides for improved navigation - Maintain professional documentation quality with technical-writer agent approach - Remove template files and consolidate agent naming (backend-engineer → backend-architect, etc.) - Update all existing guides with cross-references and related guides sections - Create logical learning paths from beginner to advanced users - Eliminate content duplication while preserving all valuable information 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
/sc:brainstorm "my app idea" # Auto-activates requirements-analyst agent for discovery
|
||||
```
|
||||
|
||||
**See? No flags needed.** Everything below is for when you get curious about what's happening behind the scenes.
|
||||
**See? No flags needed.** Everything below is for when you get curious about what's happening behind the scenes. For many more working examples, see [Examples Cookbook](examples-cookbook.md).
|
||||
|
||||
---
|
||||
|
||||
@@ -590,4 +590,30 @@ SuperClaude usually adds flags based on context. Here's when it tries:
|
||||
|
||||
---
|
||||
|
||||
## Related Guides
|
||||
|
||||
**🚀 Getting Started (Essential)**
|
||||
- [SuperClaude User Guide](superclaude-user-guide.md) - Framework overview and philosophy
|
||||
- [Examples Cookbook](examples-cookbook.md) - See flags in action with working examples
|
||||
- [Commands Guide](commands-guide.md) - Commands that work with flags
|
||||
|
||||
**🤝 Understanding the System (Recommended)**
|
||||
- [Agents Guide](agents-guide.md) - How flags activate different agents
|
||||
- [Behavioral Modes Guide](behavioral-modes-guide.md) - Flags that control modes
|
||||
- [Session Management Guide](session-management.md) - Session-related flags
|
||||
|
||||
**⚙️ Optimization and Control (Advanced)**
|
||||
- [Best Practices Guide](best-practices.md) - Proven flag combinations and patterns
|
||||
- [Technical Architecture Guide](technical-architecture.md) - How flag processing works
|
||||
|
||||
**🔧 When Flags Don't Work**
|
||||
- [Troubleshooting Guide](troubleshooting-guide.md) - Flag conflicts and issues
|
||||
|
||||
**📖 Recommended Learning Path:**
|
||||
1. [Examples Cookbook](examples-cookbook.md) - See auto-activation without flags
|
||||
2. [Commands Guide](commands-guide.md) - Learn which commands benefit from manual flags
|
||||
3. [Best Practices Guide](best-practices.md) - Master advanced flag patterns
|
||||
|
||||
---
|
||||
|
||||
*Remember: Behind all this apparent complexity, SuperClaude is actually simple to use. Just start typing commands! 🚀*
|
||||
Reference in New Issue
Block a user