From mori
Calls an advisor model for strategic guidance on a question or plan review, with configurable focus (architecture, security, etc.) and depth (quick/balanced/deep).
How this skill is triggered — by the user, by Claude, or both
Slash command
/mori:consultThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Parse the user's input:
question--focus: one of general, architecture, security, performance, style--depth: one of quick, balanced, deep--file / -f: file path(s) to include as contextmori-consult_advisor with the parsed arguments.--depth quick.npx claudepluginhub fjwood69/mori --plugin moriProvides token-efficient second opinions via /advice. Extracts the decision point and artifact, then fans out to parallel reviewers: Opus subagent, research, and multi-model opinion. Replaces advisor().
Queries AI models via OpenRouter, Gemini, or OpenAI APIs for second opinions on code, architecture, strategy, or prompting. Supports consensus, single opinion, and devil's advocate modes.
Runs extended sequential reasoning for deep analysis, complex decisions, and fresh perspectives on difficult problems.