sdd-pipeline

sdd-pipeline is a skill for Claude Code from davepoon/buildwithclaude. It costs 0 tokens per session (187 once invoked), scanned A, original, MIT.

A collection of rules and schemas used by a software-development pipeline with separate agents for specifying, planning, scheduling, building, checking, and committing work.

In plain words
What is it for?
It is for defining agent flow, file formats, task plans, context limits, XML messages, and activity logs; it is not described as a user-invoked command.
Why use it?
It gives those agents shared formats and process rules so they can pass work between stages consistently.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the uc-taskmanager plugin — 4 skills, 6 agents shipped together

Good fit It is for defining agent flow, file formats, task plans, context limits, XML messages, and activity logs; it is not described as a user-invoked command.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/davepoon/buildwithclaude/sdd-pipeline
About the project

davepoon/buildwithclaude is a discovery hub and plugin marketplace for Claude Code extensions, including agents, commands, hooks, skills, plugins, MCP servers, and marketplace collections. Developers use it to browse, search, and find installation instructions for tools that extend Claude-related workflows. Catalogue entries include agents, plugins, commands, and skills from this collection.

davepoon/buildwithclaude · 3,434 stars · on GitHub · buildwithclaude.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add davepoon/buildwithclaude --skill sdd-pipeline
Clone the repo
git clone --depth 1 https://github.com/davepoon/buildwithclaude

Made for: Claude Code.

Or install uc-taskmanager, the plugin that ships this one along with the rest of its 4 skills, 6 agents.

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 sdd-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/davepoon/buildwithclaude/sdd-pipeline/github.svg)](https://agentmods.dev/skills/davepoon/buildwithclaude/sdd-pipeline)
Your own site
<a href="https://agentmods.dev/skills/davepoon/buildwithclaude/sdd-pipeline"><img src="https://agentmods.dev/badge/skills/davepoon/buildwithclaude/sdd-pipeline/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 sdd-pipeline

Your own site · 80×15
<a href="https://agentmods.dev/skills/davepoon/buildwithclaude/sdd-pipeline"><img src="https://agentmods.dev/badge/skills/davepoon/buildwithclaude/sdd-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 187 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00000 $0.00187
Opus 5 $0.00000 $0.00093
Sonnet 5 $0.00000 $0.00037
Haiku 4.5 $0.00000 $0.00019

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

Security

Grade A, and why

sdd-pipeline 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 5d 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.

plugins/agents-uc-taskmanager/skills/sdd-pipeline/SKILL.md · 17 lines

What it actually says

sdd-pipeline references

파이프라인 에이전트(specifier, planner, scheduler, builder, verifier, committer)가 참조하는 규칙/스키마 문서 모음.

직접 사용자 호출용이 아니라 에이전트 내부 참조용입니다.

포함 문서

File Description
references/agent-flow.md 파이프라인 흐름 정의
references/file-content-schema.md 파일 포맷 스키마
references/shared-prompt-sections.md 공통 규칙 (TASK ID, PLAN.md 7 fields, WORK-LIST)
references/context-policy.md 슬라이딩 윈도우 규칙
references/xml-schema.md XML 통신 포맷
references/work-activity-log.md Activity Log 규칙
Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 17 lines · 0 tokens per session scan A d6a62112aaec

Subscribe to this mod's changes

sdd-pipeline is a skill published in the GitHub repository davepoon/buildwithclaude (3,434 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 187 tokens. 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-09-05.

Related

Other skills, from other repositories

06-product-brief

Produces a concise Product Brief before requirements. Use when the user wants to frame or revisit a product opportunity and how it will be validated. Not for requirements, technical design, or planning.

ai-driven-dev/framework · 42 tokens

bun-test-mocking

Use for mock functions in Bun tests, spyOn, mock.module, implementations, and test doubles.

secondsky/claude-skills · 25 tokens

api-response-optimization

Optimizes API performance through payload reduction, caching strategies, and compression techniques. Use when improving API response times, reducing bandwidth usage, or implementing efficient caching.

secondsky/claude-skills · 36 tokens

07-command-generate

Generate a flat slash command across the host AI tools a project uses. Use when the user wants to create, scaffold, or refactor a one-shot slash command. Not for multi-step skills or other artifacts like rules, agents, hooks.

ai-driven-dev/framework · 53 tokens

stock-brief

Produce a situational brief on a single stock/ticker — its recent high-relevance news, insider activity, and what to watch next — using the AlphaAI MCP. Use when the user asks to "brief me on ", "what's going on with ", "catch me up on NVDA", or wants a quick read on one name.

ccplugins/awesome-claude-code-plugins · 77 tokens

shepherd-start

Open a focused investigation session for one bug: pull its full tracker detail, load past lessons and triage history, and produce an investigation plan. Use when starting work on a single ticket, after /shepherd-sync has built the backlog.

mshadmanrahman/pm-pilot · 52 tokens