mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
feat: restore all 30 slash commands with comprehensive documentation
Restored 26 additional commands from commitd4a17fc, bringing total from 5 to 30 commands. ## New Commands Added (26): - /analyze - Code and architecture analysis - /brainstorm - Structured brainstorming sessions - /build - Build and compilation workflows - /business-panel - Multi-expert business analysis - /cleanup - Code cleanup and refactoring - /design - System design and architecture - /document - Documentation generation - /estimate - Effort and time estimation - /explain - Code explanation - /git - Git operations and workflows - /help - Command help and usage - /implement - Implementation workflows - /improve - Code improvement suggestions - /index - Project indexing (alias for index-repo) - /load - Load saved sessions - /pm - Project management workflows - /reflect - Reflection and retrospectives - /save - Save current session - /select-tool - Tool selection guidance - /spawn - Spawn parallel tasks - /spec-panel - Multi-expert specification analysis - /task - Task management - /test - Testing workflows - /troubleshoot - Debugging and troubleshooting - /workflow - Custom workflow automation ## Documentation Updates: - Created docs/reference/commands-list.md with categorized command reference - Updated README.md with expandable 30-command list - Updated README-zh.md with Chinese translations - Updated README-ja.md with Japanese translations - Updated README-kr.md with Korean translations - Changed statistics: "3 plugins" → "30 commands" - Added command categories: Planning & Design, Development, Testing & Quality, Documentation, Version Control, Project Management, Research & Analysis, Utilities ## Files Changed: - 60 files changed, 7930 insertions(+), 267 deletions(-) - Added 26 commands to plugins/superclaude/commands/ - Added 26 commands to src/superclaude/commands/ - Created comprehensive command documentation Commands restored from:d4a17fc(superclaude/commands/) Total: 30 commands now available 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
65
README-kr.md
65
README-kr.md
@@ -54,12 +54,12 @@
|
||||
|
||||
## 📊 **프레임워크 통계**
|
||||
|
||||
| **플러그인** | **에이전트** | **모드** | **MCP 서버** |
|
||||
| **명령어** | **에이전트** | **모드** | **MCP 서버** |
|
||||
|:------------:|:----------:|:---------:|:---------------:|
|
||||
| **3** | **16** | **7** | **8** |
|
||||
| 플러그인 명령어 | 전문 AI | 동작 모드 | 통합 서비스 |
|
||||
| **30** | **16** | **7** | **8** |
|
||||
| 슬래시 명령어 | 전문 AI | 동작 모드 | 통합 서비스 |
|
||||
|
||||
세 가지 핵심 플러그인: **PM Agent**(오케스트레이션), **Research**(웹 검색), **Index**(컨텍스트 최적화).
|
||||
브레인스토밍부터 배포까지 완전한 개발 라이프사이클을 다루는 30개의 슬래시 명령어.
|
||||
|
||||
</div>
|
||||
|
||||
@@ -551,3 +551,60 @@ SuperClaude v4.2는 자율적이고 적응적이며 지능적인 웹 연구를
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
---
|
||||
|
||||
## 📋 **전체 30개 명령어**
|
||||
|
||||
<details>
|
||||
<summary><b>전체 명령어 목록 펼치기</b></summary>
|
||||
|
||||
### 🧠 계획 및 설계 (4)
|
||||
- `/brainstorm` - 구조화된 브레인스토밍
|
||||
- `/design` - 시스템 아키텍처
|
||||
- `/estimate` - 시간/노력 추정
|
||||
- `/spec-panel` - 사양 분석
|
||||
|
||||
### 💻 개발 (5)
|
||||
- `/implement` - 코드 구현
|
||||
- `/build` - 빌드 워크플로우
|
||||
- `/improve` - 코드 개선
|
||||
- `/cleanup` - 리팩토링
|
||||
- `/explain` - 코드 설명
|
||||
|
||||
### 🧪 테스트 및 품질 (4)
|
||||
- `/test` - 테스트 생성
|
||||
- `/analyze` - 코드 분석
|
||||
- `/troubleshoot` - 디버깅
|
||||
- `/reflect` - 회고
|
||||
|
||||
### 📚 문서화 (2)
|
||||
- `/document` - 문서 생성
|
||||
- `/help` - 명령어 도움말
|
||||
|
||||
### 🔧 버전 관리 (1)
|
||||
- `/git` - Git 작업
|
||||
|
||||
### 📊 프로젝트 관리 (3)
|
||||
- `/pm` - 프로젝트 관리
|
||||
- `/task` - 작업 추적
|
||||
- `/workflow` - 워크플로우 자동화
|
||||
|
||||
### 🔍 연구 및 분석 (2)
|
||||
- `/research` - 심층 웹 연구
|
||||
- `/business-panel` - 비즈니스 분석
|
||||
|
||||
### 🎯 유틸리티 (9)
|
||||
- `/agent` - AI 에이전트
|
||||
- `/index-repo` - 리포지토리 인덱싱
|
||||
- `/index` - 인덱스 별칭
|
||||
- `/recommend` - 명령어 추천
|
||||
- `/select-tool` - 도구 선택
|
||||
- `/spawn` - 병렬 작업
|
||||
- `/load` - 세션 로드
|
||||
- `/save` - 세션 저장
|
||||
- `/sc` - 모든 명령어 표시
|
||||
|
||||
[**📖 상세 명령어 참조 보기 →**](docs/reference/commands-list.md)
|
||||
|
||||
</details>
|
||||
|
||||
Reference in New Issue
Block a user