universal-mcp-sync: Skill for Claude Code

.gemini/skills/agentic-sdd-spec/SKILL.md

agentic-sdd-spec is a skill for Claude Code, Gemini CLI from nawodyaishan/universal-mcp-sync. It costs 30 tokens per session (535 once invoked), scanned A, original, MIT.

A specification-writing guide for describing a software feature, bug fix, refactor, migration, or documentation change before technical planning. It focuses on the problem, users, requirements, acceptance criteria, risks, and unanswered questions.

In plain words
What is it for?
Use it to create or refine project specifications, document user journeys and edge cases, define goals and non-goals, record compliance considerations, and track approval status.
Why use it?
It separates what should be built and why from how it will be implemented, reducing ambiguity before design and coding begin.

Skill for Claude CodeGemini CLI

Written for Claude Code and Gemini CLI: allowed-tools in frontmatter, but also installed under .gemini/.

This is nawodyaishan/universal-mcp-sync's own configuration. It tells Claude Code and Gemini CLI how to work on universal-mcp-sync itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything universal-mcp-sync configures →

Reuse

Borrowing it

Nothing to install: this file belongs to nawodyaishan/universal-mcp-sync. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/nawodyaishan/universal-mcp-sync/main/.gemini/skills/agentic-sdd-spec/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/nawodyaishan/universal-mcp-sync

Made for: Claude Code, Gemini CLI.

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 agentic-sdd-spec

README.md
[![agentmods](https://agentmods.dev/badge/skills/nawodyaishan/universal-mcp-sync/agentic-sdd-spec/github.svg)](https://agentmods.dev/skills/nawodyaishan/universal-mcp-sync/agentic-sdd-spec)
Your own site
<a href="https://agentmods.dev/skills/nawodyaishan/universal-mcp-sync/agentic-sdd-spec"><img src="https://agentmods.dev/badge/skills/nawodyaishan/universal-mcp-sync/agentic-sdd-spec/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for agentic-sdd-spec

Your own site · 80×15
<a href="https://agentmods.dev/skills/nawodyaishan/universal-mcp-sync/agentic-sdd-spec"><img src="https://agentmods.dev/badge/skills/nawodyaishan/universal-mcp-sync/agentic-sdd-spec.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 535 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.00030 $0.00535
Opus 5 $0.00015 $0.00267
Sonnet 5 $0.00006 $0.00107
Haiku 4.5 $0.00003 $0.00053

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

Security

Grade A, and why

agentic-sdd-spec 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 11d 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.

.gemini/skills/agentic-sdd-spec/SKILL.md · 92 lines

How it starts

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

Agentic SDD Spec

Use this skill when creating or improving the product-facing specification for a change.

Goal

Capture what and why before deciding how. Do not design implementation in this phase.

Inputs

Read:

  • docs/vision.md, if present
  • .specify/memory/constitution.md, if present
  • existing specs/*/spec.md
  • relevant README/product docs
  • user request

Use Exa only when the spec depends on current external facts, official product behavior, regulations, API behavior, or tool versions.

Spec Types

Choose one:

  • feature spec
  • bug fix spec
  • refactor spec
  • migration spec
  • release/documentation spec

Feature Spec Sections

Create or update specs/<nnn-short-name>/spec.md with:

  • problem statement
  • goals
  • non-goals
  • users or actors
  • user journeys
  • functional requirements
  • acceptance criteria
  • success criteria
  • edge cases
  • data sensitivity and compliance notes
  • API or integration expectations, without implementation design
  • assumptions
  • open questions
  • human approval status

Clarification Rules

  • Ask at most 3 clarification questions at a time.
  • Ask only when the answer changes scope, security/privacy, user experience, data model, compatibility, or acceptance criteria.
  • Use reasonable defaults for low-risk missing details and document them as assumptions.
  • Do not proceed to planning while unresolved open questions affect implementation.

Quality Checklist

Create or update specs/<feature>/checklists/requirements.md with:

  • no implementation details in spec
  • goals and non-goals clear
  • requirements testable and unambiguous
  • acceptance criteria complete
  • success criteria measurable and technology-agnostic
  • edge cases identified
  • data sensitivity noted
  • open questions resolved or explicitly deferred
  • spec ready for planning

Stop Conditions

Stop before planning if:

  • user-visible behavior is ambiguous
  • actors or permissions are unclear
  • data sensitivity is unresolved
  • success criteria are not verifiable
  • the user has not approved or accepted critical clarifications

Read the full file on GitHub · 92 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. 11d ago First seen · 92 lines · 30 tokens per session scan A d3c5eadf600a

Subscribe to this mod's changes

agentic-sdd-spec is a skill published in the GitHub repository nawodyaishan/universal-mcp-sync (6 stars, last pushed 1mo ago), licensed MIT. It adds 30 tokens to every session and 535 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-31.