speckit.plan

speckit.plan is a command for Claude Code from akiojin/unity-mcp-server. It costs 28 tokens per session (652 once invoked), scanned A, original, MIT.

A command for the planning stage of a specification-driven development process. It turns a feature specification into an implementation plan and related design documents.

In plain words
What is it for?
Use it to create or complete a plan, record research and data models, define API contracts, and prepare a quickstart for testing the feature.
Why use it?
It provides a repeatable way to clarify technical choices, check project rules, and identify the files and artifacts needed before coding.

Command for Claude Code

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 commands/akiojin/unity-mcp-server/speckit.plan
Clone the repo
git clone --depth 1 https://github.com/akiojin/unity-mcp-server

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 speckit.plan

README.md
[![agentmods](https://agentmods.dev/badge/commands/akiojin/unity-mcp-server/speckit.plan.svg)](https://agentmods.dev/commands/akiojin/unity-mcp-server/speckit.plan)
Your own site
<a href="https://agentmods.dev/commands/akiojin/unity-mcp-server/speckit.plan"><img src="https://agentmods.dev/badge/commands/akiojin/unity-mcp-server/speckit.plan.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 652 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 $0.00028 $0.00652
Opus 5 $0.00014 $0.00326
Sonnet 5 $0.00006 $0.00130
Haiku 4.5 $0.00003 $0.00065

Measured 4d ago against content hash 0db70cf77796, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

speckit.plan 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/commands/speckit.plan.md · 51 lines

What it actually says

ユーザー入力

$ARGUMENTS

空でない場合、続行する前にユーザー入力を考慮する必要があります

概要

これはSpec駆動開発ライフサイクルの2番目のステップです(仕様 → 計画)。

実行手順

  1. リポジトリルートから .specify/scripts/bash/setup-plan.sh --json を実行し、JSON出力から以下を取得します(パスはすべて絶対パス):

    • FEATURE_ID
    • FEATURE_DIR
    • FEATURE_SPEC
    • IMPL_PLAN
  2. コンテキストを読み込みます:

    • FEATURE_SPEC(spec.md)
    • docs/constitution.md(憲章。存在しない場合は .specify/memory/constitution.md を参照)
    • .specify/templates/plan-template.md(構造と必須セクションの理解。すでに IMPL_PLAN にコピー済み)
  3. IMPL_PLAN(plan.md)をテンプレート構造に沿って埋めます:

    • 技術コンテキストを具体化(不明点は 要明確化 として明示)
    • 憲章チェックを、憲章のMUST/禁止事項に従って記述
    • プロジェクト構造(ドキュメント/ソース)を実パスで確定
    • ユーザー入力 $ARGUMENTS の技術選択・制約を反映(矛盾があれば指摘し、合理案を提示)
  4. 設計アーティファクトを作成します(必要に応じて):

    • FEATURE_DIR/research.md: 技術選定の根拠、代替案、決定事項(要明確化の解消)
    • FEATURE_DIR/data-model.md: 主要エンティティと関係(要件/ストーリーに対応)
    • FEATURE_DIR/contracts/: API/入出力契約(該当する場合)
    • FEATURE_DIR/quickstart.md: 主要ユーザーストーリーを検証する最短の実行/確認手順
  5. 最後に、ユーザーへ以下を返します:

    • FEATURE_ID
    • IMPL_PLAN のパス
    • 生成したアーティファクト(存在するもの)の一覧
    • 次ステップ(/speckit.tasks)への案内

重要

  • すべてのファイル操作は絶対パスで行い、パス解決の誤りを避けてください。
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 · 51 lines · 28 tokens per session scan A 0db70cf77796

Subscribe to this mod's changes

speckit.plan is a command published in the GitHub repository akiojin/unity-mcp-server (34 stars, last pushed 4d ago), licensed MIT. It adds 28 tokens to every session and 652 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-30.