commands-router
Commands Router
Routes tasks to appropriate reasoning frameworks and command patterns.
Trigger Conditions
Activate when task involves:
- Structured development workflow (implement, build, test)
- Skill command invocation (sc:*)
- Brainstorming or ideation
- Architecture or design decisions
- Workflow templates
- Schema-based operations
Command Categories
SC Commands (Skill Commands)
Primary action verbs for development tasks.
| Command | Trigger Keywords | Purpose |
|---|---|---|
sc:analyze |
analyze, evaluate, assess, audit | Deep analysis |
sc:build |
build, compile, package | Build operations |
sc:cleanup |
clean, organize, declutter | Code cleanup |
sc:design |
design, architect, plan | Architecture |
sc:document |
document, readme, guide | Documentation |
sc:estimate |
estimate, cost, time | Estimation |
sc:explain |
explain, clarify, describe | Explanations |
sc:git |
commit, push, merge | Git operations |
sc:implement |
implement, code, feature | Implementation |
sc:improve |
improve, enhance, optimize | Improvement |
sc:load |
load, context, import | Context loading |
sc:spawn |
spawn, delegate, parallel | Delegation |
sc:task |
task, complex, persistent | Complex tasks |
sc:test |
test, verify, validate | Testing |
sc:troubleshoot |
debug, fix, diagnose | Debugging |
sc:workflow |
workflow, prd, process | Workflows |
BMAD Framework
| Module | Purpose |
|---|---|
bmad:brainstorm |
Structured brainstorming |
bmad:party-mode |
Multi-agent ideation |
bmad:prd |
Product requirements |
bmad:architecture |
System architecture |
Routing Logic
# Use reasoning-index for semantic routing
reasoning-index search "{user_intent}"
reasoning-index suggest "{task_description}"
# Example output:
# {
# "commands": ["sc:implement", "sc:design"],
# "skills": ["test-driven-development"],
# "reasoning_chain": ["sc:design", "sc:implement", "sc:test"]
# }
Decision Tree
Command Task Detected
│
├── Implementation?
│ ├── New feature? → sc:implement
│ ├── Build? → sc:build
│ └── Improvement? → sc:improve
│
├── Analysis?
│ ├── Code review? → sc:analyze
│ ├── Debugging? → sc:troubleshoot
│ └── Testing? → sc:test
│
├── Design?
│ ├── Architecture? → sc:design
│ ├── Brainstorm? → bmad:brainstorm
│ └── PRD? → bmad:prd
│
├── Documentation?
│ ├── README? → sc:document
│ ├── Explain? → sc:explain
│ └── Guide? → sc:document
│
└── Operations?
├── Git? → sc:git
├── Cleanup? → sc:cleanup
└── Complex? → sc:task
Usage
# Search commands
reasoning-index search "debug authentication"
# Get reasoning chain suggestion
reasoning-index suggest "implement user login"
# List all SC commands
reasoning-index list sc
# Build knowledge graph
reasoning-index graph "optimize performance" --depth 2
Integration
- reasoning-index: Primary routing CLI
- commands-db: Command framework database
- skill-db: Skill integration
- meta-router: Parent router
Command Chaining
Design → Implement → Test → Document
sc:design → sc:implement → sc:test → sc:document
More from zpankz/mcp-skillset
network-meta-analysis-appraisal
Systematically appraise network meta-analysis papers using integrated 200-point checklist (PRISMA-NMA, NICE DSU TSD 7, ISPOR-AMCP-NPC, CINeMA) with triple-validation methodology, automated PDF extraction, semantic evidence matching, and concordance analysis. Use when evaluating NMA quality for peer review, guideline development, HTA, or reimbursement decisions.
16software-architecture
Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.
13cursor-skills
Cursor is an AI-powered code editor and development environment that combines intelligent coding assistance with enterprise-grade features and workflow automation. It extends beyond basic AI code comp...
13textbook-grounding
Orthogonally-integrated Hegelian syntopical analysis for SAQ/VIVA/concept grounding with systematic textbook citations. Implements thesis extraction → antithesis identification → abductive synthesis across multiple authoritative sources. Tensor-integrated with /m command: activates S×T×L synergies (textbook-grounding × pdf-search × qmd = 0.95). Triggers on requests for model SAQ responses, VIVA preparation, concept explanations requiring textbook evidence, or any PEX exam content needing systematic cross-reference validation.
12obsidian-process
This skill should be used when batch processing Obsidian markdown vaults. Handles wikilink extraction, tag normalization, frontmatter CRUD operations, and vault analysis. Use for vault-wide transformations, link auditing, tag standardization, metadata management, and migration workflows. Integrates with obsidian-markdown for syntax validation and obsidian-data-importer for structured imports.
12terminal-ui-design
Create distinctive, production-grade terminal user interfaces with high design quality. Use this skill when the user asks to build CLI tools, TUI applications, or terminal-based interfaces. Generates creative, polished code that avoids generic terminal aesthetics.
10