feat: Add Natural Language Orchestrator for SuperClaudeFeature/add orchestrator #58
+3,562
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a Natural Language Orchestrator to SuperClaude, enabling
users to interact with the framework using plain English instead of
memorizing 19 commands and their associated flags. The orchestrator
translates natural language requests into optimized SuperClaude commands
while maintaining full backwards compatibility.
Motivation
While SuperClaude provides powerful capabilities through its 19
specialized commands and 9 personas, new users face a steep learning
curve. The orchestrator solves this by:
features
What's Changed
New Files Added
Core Orchestrator Files (8 files in
.claude/orchestrator/
)README.md
- Professional documentation and overviewORCHESTRATOR.md
- Main translation engineCOMMAND_MAPPING.md
- Complete command dictionaryFLAG_COMBINATIONS.md
- Smart flag optimization rulesPERSONA_GUIDE.md
- Detailed persona documentationWORKFLOW_TEMPLATES.md
- Ready-made workflowsINTEGRATION_GUIDE.md
- Setup instructionsFILE_OVERVIEW.md
- System architectureInstallation Script
install-orchestrator.sh
- Dedicated installer with update/uninstallsupport
Modified Files
section
features
Key Features
🗣️ Natural Language Processing
Transform requests like:
/review --security --evidence --persona-security --think
/build --react --feature --tdd --magic --frontend
/improve --performance --profile --persona-performance
🎯 Smart Flag Optimization
📚 Comprehensive Documentation
🔧 Easy Installation