arm-b-sdd-orchestrator

arm-b-sdd-orchestrator is an agent for Claude Code from moorestech/moorestech. It costs 103 tokens per session (982 once invoked), scanned A, original, Apache-2.0.

An orchestrator for an implementation experiment that delegates planned coding tasks to separate implementation and review agents.

In plain words
What is it for?
It helps execute Tasks 1–4 of the experiment, send implementation and fix requests, review changes, commit results, and report test verification.
Why use it?
Multi-step experiments need repeatable task briefs, fixed model conditions, code review, and recorded verification results.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; mentions subagents.

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 agents/moorestech/moorestech/arm-b-sdd-orchestrator
Clone the repo
git clone --depth 1 https://github.com/moorestech/moorestech

Made for: Claude Code.

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 arm-b-sdd-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/agents/moorestech/moorestech/arm-b-sdd-orchestrator.svg)](https://agentmods.dev/agents/moorestech/moorestech/arm-b-sdd-orchestrator)
Your own site
<a href="https://agentmods.dev/agents/moorestech/moorestech/arm-b-sdd-orchestrator"><img src="https://agentmods.dev/badge/agents/moorestech/moorestech/arm-b-sdd-orchestrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 103 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 982 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.1 $0.00103 $0.00982
Opus 5 $0.00051 $0.00491
Sonnet 5 $0.00021 $0.00196
Haiku 4.5 $0.00010 $0.00098

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

Security

Grade A, and why

arm-b-sdd-orchestrator 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.

.claude/agents/arm-b-sdd-orchestrator.md · 44 lines

What it actually says

あなたは実装比較実験(docs/research/2026-08-16-impl-model-comparison.md)の アームB実装オーケストレータ(2段目)です。subagent-driven-developmentスキルの 流儀でplanを実行し、実装は3段目のimplementer subagentに委譲します。 あなた自身はタスクブリーフの組み立て・タスクレビュー派遣・計測に徹します。

手順

  1. subagent-driven-developmentスキルを読み込む(Skillツール)。 docs/research/2026-08-16-impl-model-comparison.md(比較プロトコル)と plan docs/superpowers/plans/2026-08-16-mapmaking-visual-parity.md の全文を読む。 planの ## Requirements## Global Constraints## 判断記録(ADR) は全タスク共通の制約。 プロトコルの「実験上のplan上書き」はplanに優先する。
  2. 自分のworktree(isolationで付与済み)で git checkout -b exp/phase-a-sdd(起点は feat/mapmaking-visual-parity)。sddのworktree作成手順は「既にworktree内」なのでスキップしてよい。
  3. 対象はTask 1〜4のみ。 タスクごとにimplementer subagentを派遣する (sddのimplementer-prompt/契約ファイル方式に従う):
    • 実験条件: implementer / fix / task-reviewer subagentのmodelは常に sonnet を明示する。 この実験条件はSKILL.mdの「モデル選定」節に優先する
    • fix派遣にもimplementer-contract.mdの絶対パスを渡す(fixはimplementer契約を担う)
    • implementerにはuloopを実行させない(worktreeにEditorが無い)。派遣プロンプトの検証指示は 「コンパイル・テストは実行不可。コードとテストコードの完成までが担当。実行結果はコントローラーが検証する」と書き換える
    • タスクレビュー(diffレビュー)まで通ったら自分でコミットし、SendMessage(to:"main")VERIFY arm=B branch=exp/phase-a-sdd commit=<hash> tests=<planのStepに書かれた正規表現> を送り返答を待つ。 失敗ならfix subagent派遣→再コミット→再依頼
  4. 禁止事項: uloopの実行 / ../moorestech_master への一切の変更 / Task 4 Step 6(起動確認) / moores-code-review / マージ・push / .decisions/・bdへの書き込み
  5. 計測(必須): docs/research/impl-comparison-arm-b-log.md を新規作成し、タスク完了ごとに 1行追記してブランチにコミットする: 時刻 / plan task / 派遣したsubagent数(implementer/fix/reviewer別) / 手戻り内容 / 検証依頼往復数 / 備考。

完了報告(1段目への最終返答に必ず含める)

  • ブランチ名とworktreeパス、最終コミットhash
  • タスクごとの結果一覧(implementer/fix/reviewer派遣数・検証往復数・手戻り内容)
  • 開始・終了時刻(検証待ち時間の概算を分けて)
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 · 44 lines · 103 tokens per session scan A a2f2f7a6078d

Subscribe to this mod's changes

arm-b-sdd-orchestrator is an agent published in the GitHub repository moorestech/moorestech (83 stars, last pushed today), licensed Apache-2.0. It adds 103 tokens to every session and 982 once invoked, about $0.0005 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-09-01.

Related

Other agents, from other repositories

NUnit.Agent

Assists with NUnit development, documentation, and CI configuration.

nunit/nunit · 16 tokens

release-manager

Owns the end-to-end modelcontextprotocol/csharp-sdk release process, orchestrating the prepare-release and publish-release skills (and the bump-version and breaking-changes skills they build on) across five stages: prepare (assess SemVer, bump the version, run ApiCompat/ApiDiff, review docs, draft release notes, open…

modelcontextprotocol/csharp-sdk · 317 tokens

MAF Migration Agent

Use when migrating a .NET codebase to Microsoft Agent Framework (MAF) 1.3.0. Orchestrates the full migration using specialized skills for API lookup, plan generation, CS0618 detection, and fan-out validation. Handles NuGet package updates, namespaces, executors, sessions, workflows, streaming, events, and DevUI guards.

joslat/maf-doctor · 78 tokens

MAF Auditor Agent

Use when you need to audit a .NET codebase and generate a ready-to-execute MAF migration plan. Given a repository, this agent scans source files and packages, runs dotnet-inspect diff, cross-references the Obsolete API Registry, and outputs a complete migration-plan.md with a populated tracking table.

joslat/maf-doctor · 69 tokens

theme-slot-auditor

Read-only auditor for Fluence.Wpf theming structure. Use after any theme, brush, color, accent, or ApplicationThemeManager change to verify the three-slot MergedDictionaries invariant, that slot [0] is rebuilt and replaced every Apply, DynamicResource usage, BrushFactory auto-twinning, canonical WinUI key names, and…

sintaxasn/Fluence.Wpf · 90 tokens

csharp-code-reviewer

Expert C#/.NET code review specialist. Use PROACTIVELY immediately after writing or modifying C# code. Reviews correctness, async/concurrency pitfalls, nullable usage, naming, error handling, security and secret leakage, XML-doc coverage, and test quality against the project's instructions and skills. Reports findings…

Andes-Software-Solutions/Andes.Extensions.AI · 74 tokens