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/akiojin/unity-mcp-server/speckit.implementgit clone --depth 1 https://github.com/akiojin/unity-mcp-serverWhat 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.00034 | $0.00663 |
| Opus 5 | $0.00017 | $0.00331 |
| Sonnet 5 | $0.00007 | $0.00133 |
| Haiku 4.5 | $0.00003 | $0.00066 |
Grade A, and why
speckit.implement 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 2d 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
ユーザー入力
$ARGUMENTS
空でない場合、続行する前にユーザー入力を考慮する必要があります。
実行手順
-
リポジトリルートから
.specify/scripts/bash/check-prerequisites.sh --json --require-tasks --include-tasksを実行し、JSON出力からFEATURE_DIRとAVAILABLE_DOCSを取得します(パスは絶対パス)。 -
チェックリスト状態を確認します(
FEATURE_DIR/checklists/が存在する場合):-
- [ ]/- [x]/- [X]の行数で Total/Completed/Incomplete を数える -
例のテーブルを作る:
| Checklist | Total | Completed | Incomplete | Status | |-----------|-------|-----------|------------|--------| | requirements.md | 12 | 10 | 2 | ✗ FAIL | -
Incomplete が1つでもある場合は停止し、次を確認する:
- 「チェックリストが未完了です。実装を続行しますか? (yes/no)」
-
ユーザーが
no/stop/waitなら中断、yes/proceed/continueなら続行
-
-
実装コンテキストを読み込みます(必須/任意):
- 必須:
tasks.md(タスク一覧と順序) - 必須:
plan.md(技術スタック、構造、制約) - 存在すれば:
data-model.md,contracts/,research.md,quickstart.md
- 必須:
-
tasks.md を上から順に実行します:
- 各タスクは「対象ファイル」「期待結果」「完了条件」を明確化してから着手
[P]タスクは、依存がなければ並列で進められる(ただし競合ファイルは避ける)- テストを含む場合は TDD を守る(テスト→失敗確認→最小実装→成功→整理)
-
実装中の注意:
- 憲章(
docs/constitution.md)に反する場合は、実装を止めて計画/タスク側を修正する - 不明点が顕在化したら、仕様(spec.md)へ
[要明確化]を追加して戻す(必要なら/speckit.clarifyを使う)
- 憲章(
-
最後にユーザーへ、完了したタスクID/残タスク/次の推奨アクションを報告します。
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.
- 2d ago First seen · 46 lines · 34 tokens per session scan A 5008e58bad77
speckit.implement is a command published in the GitHub repository akiojin/unity-mcp-server (34 stars, last pushed 9d ago), licensed MIT. It adds 34 tokens to every session and 663 once invoked, about $0.0002 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-30.
Other commands, from other repositories
cert-check
Review the current state against certification and platform compliance expectations.
combat-design
Design or revise combat rules, variables, readability, and tuning direction.
ui-flow-review
Review menus, HUD, navigation, and player flow from a UX perspective.
tech-debt
You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create actionable remediation plans.
unity-optimize
Profile and optimize performance — uses MCP profiler for frame timing, memory, rendering stats. Identifies bottlenecks and applies fixes.
drift
Run the drift check and report the result. If it fails, identify which file has the stale reference and fix it.