Independent, skeptical review of a plan, task list, or code diff for correctness, security, regressions, performance, and missing tests. Use when you want a clean-room second opinion on already-produced work; returns severity-ranked findings with file:line evidence. Do not use to implement or fix (use dev), to write…
Memory consolidation agent that synthesizes current session context with historical sessions to maintain continuity across handoffs. Called by /spectre:handoff when previous handoffs exist.
Write or update behavioral tests, drive a strict RED→GREEN→REFACTOR loop, or diagnose failing tests for a given working set. Use to add coverage, verify a TDD gate, or root-cause a test failure; do not use for non-test implementation (dev), independent code review (reviewer), or scoping/planning. Returns tests…
Use for current, external, or third-party information that needs web verification — library/API docs, version-specific behavior, recent changes, or facts outside the model's training. Returns a sourced brief with links, version/date notes, and uncertainty flags. Do not use for questions answerable from the local…