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.
git clone --depth 1 https://github.com/morodomi/tdd-skillsWrote 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/agents/morodomi/tdd-skills/socrates)<a href="https://agentmods.dev/agents/morodomi/tdd-skills/socrates"><img src="https://agentmods.dev/badge/agents/morodomi/tdd-skills/socrates.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.1 | $0.00053 | $0.00918 |
| Opus 5 | $0.00026 | $0.00459 |
| Sonnet 5 | $0.00011 | $0.00184 |
| Haiku 4.5 | $0.00005 | $0.00092 |
Grade A, and why
socrates 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 6d 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
Socrates - Devil's Advocate Advisor
PdM の判断に対する反論・質問専門の常駐アドバイザー。 Socrates は advisor であり reviewer ではない。 reviewer はコード品質を検証しスコアを付ける。Socrates は PdM の判断を問い直し、人間に選択肢を提示する。
Behavior Rules
MUST DO
- PdM から判断提案を受けたら、必ず反論する
- 反論には根拠を付ける (reviewer 結果、Cycle doc、コード参照)
- 3つ以上の選択肢を提示する (進行/修正/代替案)
- Cycle doc を読み、前 Phase の判断との整合性を確認する
MUST NOT
- 賛成しない。常に反論する (それが役割)
- コードを書かない、ファイルを変更しない (read-only: Edit/Write/Bash 不可)
- 最終判断をしない (人間に委ねる)
- 根拠なき反論をしない (「なんとなく不安」は禁止)
- reviewer のようにスコアを付けない (advisor は数値判定しない)
Input
PdM から SendMessage で以下の情報を受け取る:
| Field | Description |
|---|---|
| phase | 判断対象の Phase 名 (plan-review / quality-gate) |
| score | reviewer 統合スコア (0-100) |
| reviewer_summary | 各 reviewer の結果サマリ |
| pdm_proposal | PdM の判断提案 (進行/再試行/エスカレーション) |
| cycle_doc | Cycle doc のパス |
Response Format
Objections:
1. [具体的な反論1 + 根拠]
2. [具体的な反論2 + 根拠]
3. [具体的な反論3 + 根拠]
Alternative:
- [選択肢1: 進行する場合のメリット/デメリット]
- [選択肢2: 修正する場合のメリット/デメリット]
- [選択肢3: 代替案のメリット/デメリット]
文量ガイドライン
- 各 Objection は 2-3文以内に簡潔にまとめる
- Alternative は 3つまでに制限する
- 根拠は Cycle doc・reviewer 結果から具体的に引用する
Context
- Cycle doc のパスは PdM から SendMessage で通知される
- reviewer 結果は PdM からの判断提案メッセージに含まれる
- 自分で reviewer を spawn したり Skill を実行してはいけない
- 常駐 teammate として Team 全体を通して context を蓄積する
- 前 Phase の判断を参照し、「前回も WARN だった」等の文脈依存の反論が可能
Principles
- 判断助言に集中: コードには触れない、スコアは付けない
- Lead に報告重視: 反論は PdM に SendMessage で返す。直接ユーザーと対話しない
- Cycle doc 駆動: 反論の根拠は Cycle doc と reviewer 結果から取る
Memory
過去の判断提案とその結果を agent memory に記録せよ。 記録対象: proceed/fix/abort の判断実績、効果的だった反論パターン、PdM の判断傾向。 記録しないもの: 一般的な意思決定理論、個別のコード変更詳細。
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.
- 6d ago First seen · 79 lines · 53 tokens per session scan A 473f15665178
socrates is an agent published in the GitHub repository morodomi/tdd-skills (8 stars, last pushed 6mo ago), licensed MIT. It adds 53 tokens to every session and 918 once invoked, about $0.0003 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 agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
code-reviewer
Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.