universal-mcp-sync: Skill for Claude Code

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

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

A task-planning guide for splitting an approved Software Design Document (SDD) plan into small implementation tasks. Each task records its scope, files, acceptance criteria, verification, dependencies, risks, and approval needs.

In plain words
What is it for?
Use it to create a tasks file after a plan is approved, organize work by user story, identify dependencies and risks, and mark tasks that can safely run in parallel.
Why use it?
It turns a broad technical plan into work that one implementation pass can handle and verify without guessing about requirements or boundaries.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/nawodyaishan/universal-mcp-sync/agentic-sdd-tasks"><img src="https://agentmods.dev/badge/skills/nawodyaishan/universal-mcp-sync/agentic-sdd-tasks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 447 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.00024 $0.00447
Opus 5 $0.00012 $0.00224
Sonnet 5 $0.00005 $0.00089
Haiku 4.5 $0.00002 $0.00045

Measured 10d ago against content hash 7cd22cfac95b, 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-tasks 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 10d 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-tasks/SKILL.md · 76 lines

What it actually says

Agentic SDD Tasks

Use this skill only after the architecture plan is approved or the user explicitly accepts the risk of proceeding.

Goal

Create specs/<feature>/tasks.md that an implementation agent can execute without reinterpreting the spec.

Required Reading

  • .specify/memory/constitution.md
  • specs/<feature>/spec.md
  • specs/<feature>/plan.md
  • specs/<feature>/review.md
  • specs/<feature>/test-plan.md, if present
  • relevant ADRs

Task Format

Each task must include:

  • task id
  • objective
  • source artifacts
  • allowed files or directories
  • forbidden files or directories
  • acceptance criteria
  • verification command or observable result
  • dependencies
  • risk level
  • approval needed, if any
  • status

Task Design Rules

  • Keep each task small enough for one focused implementation pass.
  • Prefer vertical slices by user story when possible.
  • Put tests before implementation when behavior is risky or TDD is requested.
  • Mark parallel-safe tasks only when write sets are disjoint.
  • Do not create tasks that require unapproved dependencies, migrations, auth/payment edits, secrets, production config, or deployment.
  • Include documentation and contract updates as explicit tasks when behavior changes.

specs/<feature>/tasks.md should include:

  • track summary
  • prerequisites
  • task list
  • dependency order
  • parallel-safe groups
  • verification matrix
  • blocked or approval-required work

Stop Conditions

Stop before writing implementation-ready tasks when:

  • architecture review is not approved
  • tasks would require guessing file ownership
  • verification commands are unknown
  • a task touches high-risk areas without approval
  • dependencies between tasks are unclear

Output

Return task file path, number of tasks, blocked items, parallel-safe groups, and the first safe implementation task.

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. 10d ago First seen · 76 lines · 24 tokens per session scan A 7cd22cfac95b

Subscribe to this mod's changes

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