universal-mcp-sync: Skill for Claude Code

.gemini/skills/agentic-sdd-drift-retro/SKILL.md

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

A skill for checking whether implementation work still matches its specifications and project records, then preparing release notes and a retrospective. Spec drift means that code, tests, plans, contracts, or documentation no longer agree.

In plain words
What is it for?
Use it after implementation or review, and before release, to inspect changes against specs, plans, contracts, architecture decisions, tests, and release notes.
Why use it?
It catches behavior, API, database, security, dependency, deployment, or testing changes that were not reflected in the relevant project documents. It records evidence and affected files in a drift report.

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-drift-retro/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-drift-retro

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/nawodyaishan/universal-mcp-sync/agentic-sdd-drift-retro"><img src="https://agentmods.dev/badge/skills/nawodyaishan/universal-mcp-sync/agentic-sdd-drift-retro.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 488 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.00028 $0.00488
Opus 5 $0.00014 $0.00244
Sonnet 5 $0.00006 $0.00098
Haiku 4.5 $0.00003 $0.00049

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

Security

Grade A, and why

agentic-sdd-drift-retro 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-drift-retro/SKILL.md · 78 lines

What it actually says

Agentic SDD Drift Retro

Use this skill after implementation, before release, or when a diff may have changed behavior without matching artifacts.

Goal

Keep code, specs, plans, contracts, ADRs, tests, and release notes aligned.

Required Reading

  • git diff or changed files
  • specs/<feature>/spec.md
  • specs/<feature>/plan.md
  • specs/<feature>/tasks.md
  • specs/<feature>/test-plan.md, if present
  • specs/<feature>/contracts/, if present
  • relevant ADRs
  • docs/release-notes/
  • .specify/memory/constitution.md

Drift Checks

Flag drift when:

  • user-visible behavior changed without spec update
  • API request or response changed without contract update
  • database schema changed without data model and migration spec
  • auth or permissions changed without security notes or ADR
  • dependency changed without approval note
  • observability changed without plan or test note
  • deployment config changed without ops note and approval
  • tests no longer match acceptance criteria

Drift Report

Create or update specs/<feature>/drift-report.md with:

  • drift found or no drift found
  • evidence
  • affected files
  • missing or stale artifacts
  • risk level
  • required artifact updates
  • prevention rule, hook, or CI check

Retrospective

Create or update docs/retrospectives/<date>-<feature>.md with:

  • what changed
  • what the agent did well
  • what the agent got wrong
  • what the human caught
  • what rule, template, hook, or CI check should be added
  • follow-up actions

Release Notes

For user-facing changes, create or update docs/release-notes/<release-or-date>.md with:

  • summary
  • user-visible changes
  • migration or compatibility notes
  • known limitations
  • rollback note, if relevant

Output

Return drift status, files updated, release-note status, retrospective path, and recommended process improvements.

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 · 78 lines · 28 tokens per session scan A 40e276722b5c

Subscribe to this mod's changes

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

Related

Other skills, from other repositories

find-simplifications

Use for a periodic repo-wide sweep of qwen-code for accumulated excess surface — dead components and files, orphaned locale keys, exports nothing consumes, added-then-removed scaffolding — filing candidates on a tracking issue and landing only what a maintainer has said yes to. Repo-wide and evidence-first; every…

QwenLM/qwen-code · 103 tokens

swarm-pr-review

Run a graph-guided, tool-augmented PR review using context packing, parallel exploration, mandatory repository-agnostic risk-family coverage with dispatch scaled to diff size and risk, independent reviewer validation, critic challenge, and metrics writeback. Use for deep pull request review with low false-positive…

ZaxbyHub/opencode-swarm · 91 tokens

review

Validate plans, execution, or PRs against wish criteria — returns SHIP / FIX-FIRST / BLOCKED with severity-tagged gaps.

automagik-dev/genie · 29 tokens

include-test-files-that-assert-on-behavior-being-changed-in-decl

When delegating a task affected by this skill, include.

ZaxbyHub/opencode-swarm · 29 tokens

review

Adversarial fresh-context review of an increment before it ships. Every finding cites path:line and is re-verified. Use when saying "review", "grill this", or "critique the implementation".

anton-abyzov/specweave · 43 tokens

tech-debt-ci-review

Codex adapter for deep technical-debt and CI-stability audits. Use when asked to find test theater, flaky tests, missing or mis-scoped tests, brittle CI/toolchain behavior, structural debt blocking green PRs, or a remediation order for opencode-swarm.

ZaxbyHub/opencode-swarm · 61 tokens