consult_on

consult_on is a command for coding agents from wallneradam/cc-plugin-counterpoint. It costs 13 tokens per session (409 once invoked), scanned A, original, MIT.

A command that turns on automatic consultation with Codex before significant decisions, implementation plans, architecture choices, and other non-trivial changes.

In plain words
What is it for?
Use it when you want ongoing review during the rest of a coding session; it stays active until turned off.
Why use it?
It adds a second discussion step before important work, helping uncover trade-offs and weaknesses in a proposed approach.

Command

Part of the counterpoint plugin — 1 skill, 7 commands, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/wallneradam/cc-plugin-counterpoint/consult_on
Clone the repo
git clone --depth 1 https://github.com/wallneradam/cc-plugin-counterpoint

Or install counterpoint, the plugin that ships this one along with the rest of its 1 skill, 7 commands, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for consult_on

README.md
[![agentmods](https://agentmods.dev/badge/commands/wallneradam/cc-plugin-counterpoint/consult_on.svg)](https://agentmods.dev/commands/wallneradam/cc-plugin-counterpoint/consult_on)
Your own site
<a href="https://agentmods.dev/commands/wallneradam/cc-plugin-counterpoint/consult_on"><img src="https://agentmods.dev/badge/commands/wallneradam/cc-plugin-counterpoint/consult_on.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 409 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00013 $0.00409
Opus 5 $0.00006 $0.00204
Sonnet 5 $0.00003 $0.00082
Haiku 4.5 $0.00001 $0.00041

Measured 4d ago against content hash e5fe77107d49, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

consult_on scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugin/commands/consult_on.md · 22 lines

What it actually says

Enable auto-consult by calling the mcp__counterpoint__consult_on MCP tool.

Auto-consult mode is now ACTIVE. From this point forward, until the user runs /consult_off, the following rules apply for the rest of this conversation:

  1. Before every implementation plan, design decision, or significant code change, call mcp__counterpoint__consult with your proposed approach.
  2. Before every architectural choice or non-trivial trade-off, call mcp__counterpoint__critique with the concrete proposal.
  3. Exceptions (no consultation needed):
    • Trivial single-line edits (typos, formatting, mechanical renames)
    • Direct execution of an already-consulted plan
    • When the user explicitly says "skip" or "just do it" for a specific action
  4. When in doubt, consult. It is better to over-consult than to miss something.
  5. Keep each consultation focused — send the key decision and minimal context, not every detail. Multi-round is the point; build up over rounds, don't front-load.
  6. All other counterpoint rules still apply: summarize Codex's response in chat after every round (the user does not see raw MCP output), defend your position against generic/theoretical points, strip out unrequested workstream/phase framing, and pursue multi-round dialogue when there is real disagreement. See the counterpoint skill for the full protocol.
  7. Do NOT delegate to codex-rescue or any other Codex agent — those bypass the persistent thread.

This is a PERSISTENT instruction for this session. Check the current state at any time with mcp__counterpoint__status.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 22 lines · 13 tokens per session scan A e5fe77107d49

Subscribe to this mod's changes

consult_on is a command published in the GitHub repository wallneradam/cc-plugin-counterpoint (2 stars, last pushed 1mo ago), licensed MIT. It adds 13 tokens to every session and 409 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.