Независимый советник для проверки решений

★ 7.7 · orchestration

paseo-advisor is a Claude Code skill that spins up a single advisor agent to give a second opinion on the current task without delegating the work itself. Before creating the advisor, the skill calls `list_profiles`, reads the configured profiles and their notes, and picks the best match for the question — or a specific profile if the user passes `--profile`. To keep the opinion genuinely fresh, it prefers a provider family different from the orchestrator's own when multiple profiles fit. The advisor receives a fully self-contained briefing: a sharp question, what has already been considered, relevant file paths, and an explicit no-edits instruction. The skill also supports forwarding other skills such as `/unslop` or `/diagnose` to the advisor, and a persistent-advisor mode for ongoing input across multiple decisions.