sdd-start

sdd-start is a skill for Claude Code from YuDefine/nuxt-supabase-starter. It costs 36 tokens per session (1,442 once invoked), scanned A, original, MIT.

A starting-point skill for new product work in a repository that has already been onboarded. It classifies the request, finds the relevant work package, checks prerequisites, and passes the work to the next skill.

In plain words
What is it for?
Use it to route new features, changed behavior, bug fixes, hotfixes, clarification requests, and ongoing packages to the appropriate workflow step.
Why use it?
It prevents new work from being mistaken for a continuation, or from skipping required policy and requirements checks. It also keeps specification, planning, and coding responsibilities separate.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

Good fit Use it to route new features, changed behavior, bug fixes, hotfixes, clarification requests, and ongoing packages to the appropriate workflow step.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yudefine/nuxt-supabase-starter/sdd-start
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 YuDefine/nuxt-supabase-starter --skill sdd-start
Clone the repo
git clone --depth 1 https://github.com/YuDefine/nuxt-supabase-starter

Made for: Claude Code.

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-start

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/yudefine/nuxt-supabase-starter/sdd-start"><img src="https://agentmods.dev/badge/skills/yudefine/nuxt-supabase-starter/sdd-start.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,442 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.00036 $0.01442
Opus 5 $0.00018 $0.00721
Sonnet 5 $0.00007 $0.00288
Haiku 4.5 $0.00004 $0.00144

Measured today against content hash 685288aa04c1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

sdd-start 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 today.

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.

template/.claude/skills/sdd-start/SKILL.md · 86 lines

How it starts

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

sdd-start(統一新工作入口)

本 skill 只負責把已 onboard repo 的新需求或續跑需求分類、定位既有 package、檢查前提並交棒。完整的 package 內容由下游 skill 產出;本 skill 不寫 spec、truth、tasks、產品碼,也不提前執行 UI 或實作。

<decision_boundary>

輸入狀態 路由
純 onboard 狀態、readiness 或 registry drift 查詢 clade-onboard,不進本 skill
純措辭/設定,且不改行為、權限、資料契約或部署語意 依 repo 流程直接實作與驗證;不建 package
既有 scenario 可重現失敗,需求只是恢復既有 truth 既有修 bug 流程;只有有對應未完成且已解鎖 task 才交 implement
bug 缺 scenario、truth/DSL 缺口,或要求改變既有行為 specify 建新 package;truth 缺口回 truth owner
hotfix/一次性工作 依 hotfix 授權與規約執行;必要 regression 當次完成
缺少會改變方案的驗收條件或決策 clarify,保留未回答前提
新需求或既有行為新增/修改/刪除 進新 package/續跑判定

新需求 MUST 建新的 NNN-<slug> package;shared truth 檔存在、同名 slug 或舊 package 存在,都不是續跑證據。

</decision_boundary>

1. 先通過規則 artifact gate

先檢查本次需求是否要新增或調整 .agents/constitution/**。需要時下一支 skill 固定是 constitution;完成前不得進 specify、續跑判定或任何下游步驟。這個 gate 優先於 package 是否存在。

2. 收斂當前 package

讀取使用者需求與目前 package 的 spec.mdplan.mdresearch.mdtruth-delta.mdui/**tasks.md(存在時),以及 specs/truth/** 的必要 owner 產物。若尚無本次 package,交 specify;若 package 有待澄清問題,交 clarify-over-specs

續跑時只接受本次指定、仍未完成且前提已滿足的 package。不要用 shared truth 或檔案存在代替本次 delta、PM 確認或 task 解鎖判定。

3. 依 package 狀態交棒

依序判定:

  1. spec 尚無、或需求是新行為:specify;新需求 MUST 建新的 NNN-<slug> package。
  2. spec 有待澄清:clarify-over-specs
  3. acceptance 尚未完成:spec-by-example;需求改 UI 時再交 ui-plan。API-only 不建立 UI 工作。
  4. acceptance 已完成但 UI 需求缺 ui-plan/靜態雛形/review:ui-plan,補齊後再回 PM confirmation gate;API-only 不建立 UI 工作。
  5. research/BDD techstack 決策未完成:technical-research
  6. Gherkin 與適用的 UI 產物已完成但尚未由 PM 確認:停在 PM confirmation gate,不得進 system-analysis;API-only 只需 Gherkin/PM 確認。
  7. plan 尚未完成:system-analysis
  8. 本次 truth delta 尚未由 owner 對齊:dsl-refine 或適用 truth owner。
  9. tasks 尚未產出或不一致:tasks
  10. tasks 與本次 delta 一致且有已解鎖未完成 task:implement
  11. 全部 tasks 完成且沒有新需求:交付/收尾;有新需求則另開 package。

UI checkpoint 是路由與驗收前提。先完成 PRODUCT/design context、雛形與 review,再把結果交 PM;本 skill 不代替下游執行。

Read the full file on GitHub · 86 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. today Changed · -9 lines 685288aa04c1
  2. yesterday First seen · 95 lines · 36 tokens per session scan A 5098ac3bfe8a

Subscribe to this mod's changes

sdd-start is a skill published in the GitHub repository YuDefine/nuxt-supabase-starter (45 stars, last pushed today), licensed MIT. It adds 36 tokens to every session and 1,442 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-09-10.

Related

Other skills, from other repositories

gh-issue

Size-audit, write, and split BanyanDB issues that somebody else or an automated TDD workflow can implement. Use whenever the user asks to file or revise an issue, decide whether an issue is too large, make an issue TDD-ready, turn a design into tickets, or split an umbrella into executable leaves. Do not draft or file…

apache/skywalking-banyandb · 91 tokens

nw-finalize

Archives a completed feature to docs/evolution/, migrates lasting artifacts to permanent directories, and cleans up the temporary workspace. Use after all implementation steps pass and mutation testing completes.

nWave-ai/nWave · 39 tokens

linear-maintenance

Bi-weekly housekeeping pass over the evlog team's Linear backlog — labels, projects, priorities, stale triage, work that is done but still open, and anything misfiled next to its siblings. Applies the mechanically verifiable fixes and surfaces the rest as decisions. Load this when the linear-maintenance schedule…

HugoRCD/evlog · 89 tokens

nw-fast-forward

Fast-forwards through remaining waves end-to-end without stopping for review between waves.

nWave-ai/nWave · 20 tokens

nw-new

Guided wizard to start a new feature. Asks what you want to build, recommends the right starting wave, and launches it.

nWave-ai/nWave · 30 tokens

nw-deliver-orchestration

DELIVER wave orchestration workflow -- 9 phases from baseline to finalization. Load when user invokes deliver command. Covers state tracking, smart skip logic, retry, resume, and quality gate enforcement.

nWave-ai/nWave · 48 tokens