mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
659a6363c0
Adds an Advisor plugin: the main model consults a stronger model before major decisions, when stuck on an error, and before declaring a task done. The advisor gets a full briefing plus the conversation transcript path, returns a verdict with guidance, and the main model keeps doing the work. The default advisor is the latest Grok (Grok 4.6) at its highest reasoning effort; /advisor <model> accepts any model available to subagents. - skill `advisor`: /advisor [model|off|status|ask ...|nudge on|off], checkpoint protocol, briefing template, usable as a Custom Mode - agent `advisor-subagent`: read-only, pinned to grok-4.6[effort=xhigh] - hooks: track edits since the last consult, log consults to .cursor/advisor/log.md, nudge a pre-completion consult once per batch of edits; state is bound to the conversation that enabled it - registered in marketplace.json and the root README
471 B
471 B
Changelog
1.0.0
- Initial Advisor plugin release.
- Skill:
advisor(/advisor [model|off|status|ask ...|nudge on|off]), usable as a Custom Mode. - Agent:
advisor-subagent, a read-only subagent pinned to Grok 4.6 at xhigh effort by default (any model via/advisor <model>) that returns a verdict and guidance. - Hooks: track edits since the last consult, log each consult to
.cursor/advisor/log.md, and nudge a pre-completion consult at the end of a turn.