📚 Complete documentation restructure and content cleanup

- Standardize documentation structure across all sections
- Fix CLI confusion and streamline user guidance
- Remove fictional content and align with actual functionality
- Improve technical architecture documentation
- Update installation and quick-start guides
- Enhance reference materials and examples

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
NomenAK
2025-08-22 19:18:44 +02:00
parent f7cf87c5ad
commit 850e5a69a6
16 changed files with 99 additions and 136 deletions

View File

@@ -23,19 +23,19 @@ pip install SuperClaude && SuperClaude install
## 📚 Documentation Structure
### 🌱 Start Here (New Users)
| Guide | Purpose | Time |
| Guide | Purpose |
|-------|---------|------|
| **[Quick Start](Getting-Started/quick-start.md)** | 5-minute setup and first commands | 5 min |
| **[Installation](Getting-Started/installation.md)** | Detailed setup instructions | 10 min |
| **[Commands Guide](User-Guide/commands.md)** | All 21 `/sc:` commands | 20 min |
| **[Quick Start](Getting-Started/quick-start.md)** | Setup and first commands | |
| **[Installation](Getting-Started/installation.md)** | Detailed setup instructions | |
| **[Commands Guide](User-Guide/commands.md)** | All 21 `/sc:` commands | |
### 🌿 Daily Usage (Regular Users)
| Guide | Purpose | Use For |
|-------|---------|---------|
| **[Commands Guide](User-Guide/commands.md)** | Master all `/sc:` commands | Daily development |
| **[Agents Guide](User-Guide/agents.md)** | 15 domain specialists (`@agent-*`) | Expert assistance |
| **[Agents Guide](User-Guide/agents.md)** | 14 domain specialists (`@agent-*`) | Expert assistance |
| **[Flags Guide](User-Guide/flags.md)** | Command behavior modification | Optimization |
| **[Modes Guide](User-Guide/modes.md)** | 6 behavioral modes | Workflow optimization |
| **[Modes Guide](User-Guide/modes.md)** | 5 behavioral modes | Workflow optimization |
### 🌲 Reference & Advanced (Power Users)
| Guide | Purpose | Use For |