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/ds1/boilerplate.mdWrote 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/ds1/boilerplate.md/probe-synthesis)<a href="https://agentmods.dev/commands/ds1/boilerplate.md/probe-synthesis"><img src="https://agentmods.dev/badge/commands/ds1/boilerplate.md/probe-synthesis.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.00000 | $0.00538 |
| Opus 5 | $0.00000 | $0.00269 |
| Sonnet 5 | $0.00000 | $0.00108 |
| Haiku 4.5 | $0.00000 | $0.00054 |
Grade A, and why
probe-synthesis 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Probe: Synthesis
Synthesize findings from existing Socratic evaluation files into a consolidated summary.
Usage
/probe-synthesis <directory-containing-evaluations>
Prompt
You are synthesizing findings from 6 Socratic evaluations into a comprehensive summary document.
Look in the directory: $ARGUMENTS
Find and read these evaluation files:
socratic-1-clarify-thinking.mdsocratic-2-challenge-assumptions.mdsocratic-3-evidence-basis.mdsocratic-4-alternative-viewpoints.mdsocratic-5-implications-consequences.mdsocratic-6-question-the-question.md
Create socratic-synthesis.md in the same directory that consolidates:
-
Executive Summary - Bottom-line assessment in 2-3 sentences. What's the verdict?
-
Critical Findings Table
# Evaluation Key Finding 1 Clarify Thinking ... 2 Challenge Assumptions ... 3 Evidence Basis ... 4 Alternative Viewpoints ... 5 Implications ... 6 Question the Question ... -
Evidence Quality Assessment - Summary of source reliability, bias, and gaps
-
Assumption Risk Matrix - Key assumptions ranked by impact if wrong
Assumption Confidence Impact if Wrong -
Unexplored Alternatives - Options the original document didn't consider
-
Hidden Costs & Consequences - Implications not addressed in the original
-
The Meta-Question - Is the original document asking the right question? What should it ask instead?
-
Decision Framework - Checklist of what must be validated before proceeding
- Item 1
- Item 2
- ...
-
Stakeholder Questions
- For the CEO: ...
- For the CTO: ...
- For the CFO: ...
- For Product: ...
-
Final Verdict - Is the recommendation ready for action, or does it need more work?
The synthesis should be actionable, providing a clear path forward for decision-makers.
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.
- 7d ago First seen · 68 lines · 0 tokens per session scan A fe9b9a5bf4a6
probe-synthesis is a command published in the GitHub repository ds1/boilerplate.md (5 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 538 tokens. 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
atomic-plan
Write a design doc (concepts, business rules, approaches) and a checkpoint-table spec (contract) for non-trivial work; inline spec only for trivial. Gauges triviality; loops spec authoring with subagents. Human-facing artifact, Mermaid diagrams allowed.
review-branch
Review the current branch's diff against base by dispatching atomic-reviewer. No orchestration loop, no spec required — pre-flight before /commit pr or /commit merge.
session-report
Capture what changed this session and why, scoped to the current branch. Read by ship verbs when synthesizing the commit message; deleted after a successful commit.
commit
Stage, commit, and optionally ship further. Pass an escalation token (push, pr, merge, squash, squash merge) to skip the prompt. With no token, commits then asks how far to ship. Delegates message format to the atomic-git-discipline skill.
create-task-list.template
This prompt was authored for Claude-style slash workflows. In Codex runtime, adapt tool calls as follows.
adopt-roadmap.template
This prompt was authored for Claude-style slash workflows. In Codex runtime, adapt tool calls as follows.