universal-mcp-sync: Skill for Claude Code

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

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

A technical plan created from an approved software design specification. It describes the architecture, affected code, interfaces, data changes, security concerns, and implementation steps without changing product code.

In plain words
What is it for?
Use it to plan a feature across source files, tests, APIs, databases, migrations, and deployment settings. It can also record relevant research when framework or public API behavior may have changed.
Why use it?
It turns a confirmed idea into a shared work plan before coding starts, including assumptions, dependencies, and risks that could otherwise be missed.

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-plan/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-plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/nawodyaishan/universal-mcp-sync/agentic-sdd-plan/github.svg)](https://agentmods.dev/skills/nawodyaishan/universal-mcp-sync/agentic-sdd-plan)
Your own site
<a href="https://agentmods.dev/skills/nawodyaishan/universal-mcp-sync/agentic-sdd-plan"><img src="https://agentmods.dev/badge/skills/nawodyaishan/universal-mcp-sync/agentic-sdd-plan/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-plan

Your own site · 80×15
<a href="https://agentmods.dev/skills/nawodyaishan/universal-mcp-sync/agentic-sdd-plan"><img src="https://agentmods.dev/badge/skills/nawodyaishan/universal-mcp-sync/agentic-sdd-plan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 545 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.00022 $0.00545
Opus 5 $0.00011 $0.00272
Sonnet 5 $0.00004 $0.00109
Haiku 4.5 $0.00002 $0.00055

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

Security

Grade A, and why

agentic-sdd-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 12d 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-plan/SKILL.md · 90 lines

How it starts

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

Agentic SDD Plan

Use this skill after the spec is clear enough to design the technical approach.

Goal

Create specs/<feature>/plan.md and related planning artifacts. Do not implement code in this phase.

Required Reading

  • .specify/memory/constitution.md
  • docs/vision.md
  • specs/<feature>/spec.md
  • specs/<feature>/clarify.md, if present
  • relevant ADRs in docs/adr/
  • relevant source files and tests
  • existing API contracts, schemas, migrations, and deployment config when affected

Research Rules

Use Exa advanced search when:

  • a framework, SDK, or platform behavior may have changed
  • security guidance is current-version sensitive
  • a public API contract is involved
  • the plan depends on official docs

Prefer official docs, maintained repositories, standards, and primary sources. Record only facts that affect the plan.

Plan Sections

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

  • summary
  • inputs reviewed
  • assumptions
  • architecture approach
  • affected modules
  • API and contract changes
  • data model changes
  • dependency changes with alternatives and approval status
  • security impact
  • authorization boundaries
  • observability impact
  • testing strategy
  • failure modes
  • rollback and recovery
  • risks and mitigations
  • human architecture approval status

Create additional files when relevant:

  • data-model.md
  • contracts/openapi.yaml
  • contracts/events.md
  • test-plan.md
  • ADR draft in docs/adr/

Architecture Rules

  • Prefer existing project patterns and framework features.
  • Avoid speculative abstractions.
  • Justify every new dependency.
  • Do not silently change auth, payments, data retention, or production operations.
  • Include rollback for migrations and operationally risky changes.
  • Include verification commands or observable results.

Stop Conditions

Stop and request human input when:

  • dependency addition is proposed
  • database migration is required
  • auth, authorization, payments, secrets, or production config are touched
  • rollback is not realistic
  • tests or verification cannot be defined
  • the plan conflicts with constitution or ADRs

Read the full file on GitHub · 90 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. 12d ago First seen · 90 lines · 22 tokens per session scan A 6160a72fe0ca

Subscribe to this mod's changes

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