sdd-starter: Skill for Claude Code

.agents/skills/checklist/SKILL.md

checklist is a skill for Claude Code, Codex from KazukiShinomiya/sdd-starter. It costs 44 tokens per session (89 once invoked), scanned A, original, Unlicense.

A checklist-based review process for checking the quality of a specification, plan, or task list. The description does not explain the checklist's specific criteria.

In plain words
What is it for?
Use it when someone explicitly asks for a checklist review of a spec, plan, or tasks.
Why use it?
It can help find internal problems in project documents before work begins, but the available details are limited.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is KazukiShinomiya/sdd-starter's own configuration. It tells Claude Code and Codex how to work on sdd-starter 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 sdd-starter configures →

Reuse

Borrowing it

Nothing to install: this file belongs to KazukiShinomiya/sdd-starter. 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/KazukiShinomiya/sdd-starter/main/.agents/skills/checklist/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/KazukiShinomiya/sdd-starter

Made for: Claude Code, Codex.

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 checklist

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/kazukishinomiya/sdd-starter/checklist"><img src="https://agentmods.dev/badge/skills/kazukishinomiya/sdd-starter/checklist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 89 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.00044 $0.00089
Opus 5 $0.00022 $0.00044
Sonnet 5 $0.00009 $0.00018
Haiku 4.5 $0.00004 $0.00009

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

Security

Grade A, and why

checklist 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.

.agents/skills/checklist/SKILL.md · 7 lines

What it actually says

prompts/checklist.md を読み、その手順に厳密に従って実行せよ。 ユーザーが指定した対象・内容を入力として扱う。

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 · 7 lines · 44 tokens per session scan A 878092933a97

Subscribe to this mod's changes

checklist is a skill published in the GitHub repository KazukiShinomiya/sdd-starter (1 stars, last pushed 1mo ago), licensed Unlicense. It adds 44 tokens to every session and 89 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-08-31.

Related

Other skills, from other repositories

wechat-article-scraper

A batch tool for downloading WeChat public-account articles from their URLs as Markdown files. It also downloads the articles' images and links them locally.

lililly123789/wechat-article-scraper · 56 tokens

adr-review

Review an ADR the user has written in docs/adr/. Use when the user says an ADR is ready for review or asks for feedback on a decision record. Never use this to write or rewrite an ADR for them.

ahamedzoha/atelier · 47 tokens

lesson

Produce or continue a deep-dive learning-track lesson (a focused mini-course on a hard subject the project needs), or review the user's track exercise work. Use when the user asks for the next lesson, help with a track exercise, or to start a new track.

ahamedzoha/atelier · 56 tokens

milestone

Produce the next guided build doc (six-part - Concept, ADR, Guided build, Challenges, Verify, Stretch). Use when the user asks to start a phase, begin a milestone, or wants the next build step.

ahamedzoha/atelier · 47 tokens

mode

Switch how much code the AI writes - between guided (you write all code), collab (split), and autopilot (AI writes it). Use when the user says "set mode to X", "switch to autopilot", "let me write it myself", "just build it for me", or asks what the modes are.

ahamedzoha/atelier · 69 tokens

progress

Compare the repo's real state against the roadmap, acknowledge progress, log the session, and plan what's next. Use when the user asks where things stand, what to do next, returns after a break, or seems stuck or demotivated.

ahamedzoha/atelier · 51 tokens