What problem does it solve?
When you are deep in a task, it is hard to get an unbiased outside perspective without handing off the work entirely. This Skill spins up a separate agent that reads your situation, gives a judgment, and leaves the decision-making to you.
Core Features & Use Cases
- Profile-based advisor selection: Reads configured Paseo profiles via
list_profiles and picks the one whose notes best match the question, optionally preferring a different provider family for a genuinely fresh take.
- Self-contained briefing: Builds a zero-context prompt with the question, ruled-out options, relevant file paths, and an explicit no-edits constraint so the advisor only analyzes.
- Forwarded skill execution: Passes through skill references like
/unslop or /diagnose so the advisor runs that skill against the current task.
- Persistent advisor mode: Keeps the advisor agent alive across multiple decisions when the user wants ongoing input.
- Use Case: You are unsure whether to refactor a module or patch it. Invoke the advisor with the tradeoffs; it reads the relevant files and returns a reasoned recommendation without touching your code.
Quick Start
Ask the advisor for a second opinion on whether the current approach to the authentication refactor is sound.