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.
npx agentmods add commands/cirwel/unitares/dialectic-respondgit clone --depth 1 https://github.com/cirwel/unitaresWrote 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.
[](https://agentmods.dev/commands/cirwel/unitares/dialectic-respond)<a href="https://agentmods.dev/commands/cirwel/unitares/dialectic-respond"><img src="https://agentmods.dev/badge/commands/cirwel/unitares/dialectic-respond.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00011 | $0.00401 |
| Opus 5 | $0.00005 | $0.00200 |
| Sonnet 5 | $0.00002 | $0.00080 |
| Haiku 4.5 | $0.00001 | $0.00040 |
Grade A, and why
dialectic-respond 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 3d 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.
What it actually says
Start by checking the local workspace cache inventory.
Use the shared helper:
scripts/client/session_cache.py list
If the newest entry contains parent_agent_id, use it as expected-actor lineage context, not as proof by itself.
If you need to bind to that exact cached UUID before responding, use an advanced
proof-owned rebind only with a matching current in-process token. Without proof,
call /governance-start to mint fresh. Declare parent_agent_id only when this
process is genuinely inheriting work from a finished predecessor.
Do not rely on weaker fingerprint/session fallback when dialectic authorization depends on the exact actor.
Then inspect the target session with:
dialectic(action='get', session_id='<session_id>')
Use the returned required_role, required_agent_id, current_agent_can_submit, and recommended_action fields to decide the next step.
Workflow:
- If phase is
thesis: the paused agent should respond viadialectic(action='thesis', ...). - If phase is
antithesisand the current bound agent is the assigned reviewer: respond viadialectic(action='antithesis', ...). - If phase is
antithesisand the current bound agent should answer instead of the assigned reviewer: usedialectic(action='antithesis', ..., take_over_if_requested=true, takeover_reason='...'). - If phase is
synthesis: respond viadialectic(action='synthesis', ...). - If the session is already resolved/failed/escalated, report that instead of trying to write.
When reporting back:
- state the current phase
- state who is allowed to act next
- if you submitted a response, summarize the position you took
- if you had to take over reviewer ownership, say so explicitly
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.
- 3d ago First seen · 40 lines · 11 tokens per session scan A b85479f75899
dialectic-respond is a command published in the GitHub repository cirwel/unitares (4 stars, last pushed 3d ago), licensed Apache-2.0. It adds 11 tokens to every session and 401 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.
Other commands, from other repositories
psm
/oh-my-claudecode:psm is a compatibility alias for /oh-my-claudecode:project-session-manager.
speckit.tasks
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
coder-eval-implement-plan
Implement an approved codereval plan phase by phase with risk-scaled per-phase review, then a final code review.
release
This compatibility command keeps /oh-my-claudecode:release available without loading the full release skill description in every Claude Code session.
self-improve
This compatibility command keeps /oh-my-claudecode:self-improve available without loading the full self-improve skill description in every Claude Code session.
wiki
This compatibility command keeps /oh-my-claudecode:wiki available without loading the full wiki skill description in every Claude Code session.