tailoring-spec-format

tailoring-spec-format is a skill for Claude Code from careerchain-ys/stdd. It costs 187 tokens per session (2,145 once invoked), scanned A, original, Apache-2.0.

A project-specific format for writing software specifications, including requirements, technical design, tests, naming, and document layout. It adapts the STDD (Spec and Test Driven Development) templates to an existing or new project.

In plain words
What is it for?
It helps teams review existing specifications, choose required and optional sections, set priority and testing rules, and improve the format as more features are documented.
Why use it?
It removes uncertainty about which specification files and sections each project should use. Decisions are recorded in the project plan and applied to templates and settings.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; installed under .agents/ (shared by several agents).

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is 導入/立ち上げフロー全体は [`guide-for-existing-project.md`](../../../packages/core/docs/guide-for-existing-project.md) / [`guide-for-new-project.md`](../../../packages/core.

Good fit It helps teams review existing specifications, choose required and optional sections, set priority and testing rules, and improve the format as more features are documented.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/careerchain-ys/stdd
agentmods
npx agentmods add skills/careerchain-ys/stdd/tailoring-spec-format

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 tailoring-spec-format

README.md
[![agentmods](https://agentmods.dev/badge/skills/careerchain-ys/stdd/tailoring-spec-format.svg)](https://agentmods.dev/skills/careerchain-ys/stdd/tailoring-spec-format)
Your own site
<a href="https://agentmods.dev/skills/careerchain-ys/stdd/tailoring-spec-format"><img src="https://agentmods.dev/badge/skills/careerchain-ys/stdd/tailoring-spec-format.svg" alt="Measured on agentmods" height="20"></a>
Per session 187 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,145 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00187 $0.02145
Opus 5 $0.00093 $0.01073
Sonnet 5 $0.00037 $0.00429
Haiku 4.5 $0.00019 $0.00215

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

Security

Grade A, and why

tailoring-spec-format 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.

.agents/skills/tailoring-spec-format/SKILL.md · 104 lines

How it starts

The opening of the file, as written. The whole thing — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.

spec フォーマットのテーラリング

STDD のテンプレートをこのプロジェクト固有に仕立て直す(テーラリング)。 STDD 導入(既存プロジェクト, step 3-4)・立ち上げ(新規プロジェクト, step 4)の 初期フォーマット策定 と、運用中の ブラッシュアップ(step 7)を担う。

導入/立ち上げフロー全体は guide-for-existing-project.md / guide-for-new-project.md、 駆動役は introducing-stdd(既存)/ starting-new-with-stdd(新規)を参照。本スキルは単体でも呼べる。

設計方針(重要)

  • フォーマットの決定そのものは人間(ビジネス・チーム判断)。本スキルはそれを促し・記録し・反映する手続きに徹する。
  • agent オーケストレーションはしない。エージェントがメインセッションで決定ポイントを 1 つずつ提示し、人間に決めてもらう。
  • 決定は 導入PLAN / 立ち上げPLAN の「フォーマット決定ログ」 に集約(SSOT)。spec 本体に経緯・履歴を書かない。

前提(素材)

  • 初期: docs/common/(common spec)と最初の feature spec 1 つが既にある(既存導入なら reverse、新規立ち上げなら順行で作成)。
  • ブラッシュアップ: 既に複数の feature spec が運用されている。

手順

1. 素材レビュー

現状を把握する。

□ docs/common/REQUIREMENTS.md / ARCHITECTURE.md(common 階層の構成)
□ 代表 feature spec(REQUIREMENTS.md / TECH_DESIGN.md / TEST_PLAN.md)の実物
□ 現在の .stdd.config.yml(docs.layout / apps / commands)
□ 利用中のテンプレ(`.claude/skills/documenting-requirements/templates/`・`.claude/skills/documenting-tech-specs/templates/` または プロジェクト側コピー)
□ (step 7 のみ) 運用中の全 feature spec のばらつき・過不足

2. 決定ポイントを 1 つずつ提示(★人間が決める)

各項目について 現状 → 選択肢 → 推奨 を提示し、ユーザーに決めてもらう。一度に押し付けない。

決定ポイント 論点 反映先
spec ファイル構成 feature 必須(要件 spec: REQUIREMENTS/技術 spec: TECH_DESIGN / TEST_PLAN)・任意(wireframes)と common(技術 spec: TABLE_DEFINITION / API_SPEC / DESIGN)をどう組むか プロジェクトのテンプレ・運用ルール
common 固有セクション common ARCHITECTURE に足す横断トピック(認証・認可 / RLS・権限 / 通知 / 監査ログ 等) docs/common/ARCHITECTURE.md
docs.layout パス規約 単一/複数アプリ、feature_path の切り方、common の置き場 .stdd.config.ymldocs.layout
Priority 基準 このプロジェクトでの P0/P1/P2 の具体定義(何を Critical とするか) テンプレ注記 + 決定ログ
テスト層の責務分担 E2E/Integration/Unit の線引き(既存テスト資産に合わせる) TEST_PLAN テンプレのテスト戦略節
命名・用語 プロジェクト固有語彙(アクター名・ドメイン用語)、テンプレのプレースホルダ実値化 テンプレ・common spec

Read the full file on GitHub · 104 lines

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. 7d ago First seen · 104 lines · 187 tokens per session scan A dc7b5a54e2ab

Subscribe to this mod's changes

tailoring-spec-format is a skill published in the GitHub repository careerchain-ys/stdd (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 187 tokens to every session and 2,145 once invoked, about $0.0009 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.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

babysit-pr

Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…

openai/codex · 114 tokens