(ARCHIVED) Original intelligent MetaSaver router with complexity-based routing
Routes prompts to optimal execution workflow based on complexity analysis.
/plugin marketplace add metasaver/claude-marketplace/plugin install core-claude-plugin@metasaver-marketplaceThis is the archived version of /ms. See ms.md for the current version.
Analyzes prompt complexity and routes to optimal execution method.
IMPORTANT: ALWAYS get user approval before git operations.
When /ms is invoked, ALWAYS proceed to Phase 1 regardless of prompt content. Run analysis first to determine complexity and routing. User questions and clarifications are addressed in the appropriate phase afterward: HITL for score ≥15, or by the routed agent for score ≤14.
Follow: /skill analysis-phase
Spawn scope-check agent to identify target and reference repositories.
Collect: scope (with targets and references)
Spawn agent: subagent_type="general-purpose"
Prompt: "Execute /skill agent-check on: {USER_PROMPT}. Return ONLY: agent: <name> or agent: none"
Architect → PM → Workers → Validation
Route directly to design phase (proceed to Architect → PM → Workers).
Requirements (HITL Q&A) → PRD → Vibe Check → Design (extract stories + annotate + plan) → Plan Approval → Execution → Report
Requirements (HITL Q&A) → PRD → [Innovate?] → Vibe Check → Design (extract stories + annotate + plan) → Plan Approval → Execution → Report
Follow: /skill requirements-phase
BA drafts PRD with clarification loop. No approval here—just Q&A to gather requirements.
Follow: /skill innovate-phase
Single vibe check on PRD. If issues found, route back to BA for revision.
Follow: /skill design-phase
Follow: /skill plan-approval
User sees complete picture (PRD + stories + plan), then approves. This is the single approval point.
Follow: /skill execution-phase
Workers read their assigned story file. PM tracks status in story files.
Follow: /skill validation-phase
Follow: /skill report-phase
| Complexity | Thinking |
|---|---|
| ≤4 | none |
| 5-14 | none |
| 15-29 | think |
| ≥30 | ultrathink |
Use /skill agent-selection for full agent reference.
# ≤4: Agent check
/ms "security scan"
→ agent-check → security-engineer agent
# ≤4: Direct response
/ms "what does this code do?"
→ agent-check → direct → Claude handles
# 5-14: Quick workflow
/ms "add logging to service"
→ Architect → PM → backend-dev
# 15-29: Full workflow with plan approval
/ms "build JWT auth API"
→ BA (Q&A) → PRD → Vibe Check → Design (stories + annotate + plan) → Plan Approval → workers → Report
# ≥30: Enterprise with Innovate
/ms "standardize error handling across microservices"
→ BA (Q&A) → PRD → [Innovate?] → Vibe Check → Design → Plan Approval → waves → Report
/skill agent-check, then route accordinglysubagent_type="general-purpose" with prompt "Execute /skill repomix-cache-refresh"