sdd — for Claude Code sifter, community, for Claude Code, ide skills, sdd bug open, sdd mark-bug-resolved, sdd cr pending, sdd mark-cr-applied, sdd sync, sdd mark-synced

v1.0

关于此技能

适用场景: Ideal for AI agents that need sdd — story driven development. 本地化技能摘要: Turn documents into structured data — upload PDFs and images, define what to extract in plain English, query results with SQL or natural language. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

功能特性

SDD — Story Driven Development
This project uses SDD if .sdd/config.yaml exists in the project root.
Follow this loop every time you work on an SDD project:
Run sdd bug open — check if there are open bugs to fix first
If there are open bugs, fix the code/docs, then run sdd mark-bug-resolved

# 核心主题

bfortunato bfortunato
[0]
[0]
更新于: 4/17/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
54
Canonical Locale
en
Detected Body Locale
en

适用场景: Ideal for AI agents that need sdd — story driven development. 本地化技能摘要: Turn documents into structured data — upload PDFs and images, define what to extract in plain English, query results with SQL or natural language. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

核心价值

推荐说明: sdd helps agents sdd — story driven development. Turn documents into structured data — upload PDFs and images, define what to extract in plain English, query results with SQL or natural language. This AI agent

适用 Agent 类型

适用场景: Ideal for AI agents that need sdd — story driven development.

赋予的主要能力 · sdd

适用任务: Applying SDD — Story Driven Development
适用任务: Applying This project uses SDD if .sdd/config.yaml exists in the project root
适用任务: Applying Follow this loop every time you work on an SDD project:

! 使用限制与门槛

  • 限制说明: Run sdd sync to see what needs to be implemented
  • 限制说明: Do NOT skip this step. Every mark-synced must be followed by a git commit.
  • 限制说明: Only implement what the sync prompt asks for

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

评审后的下一步

先决定动作,再继续看上游仓库材料

Killer-Skills 的主价值不应该停在“帮你打开仓库说明”,而是先帮你判断这项技能是否值得安装、是否应该回到可信集合复核,以及是否已经进入工作流落地阶段。

实验室 Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

常见问题与安装步骤

以下问题与步骤与页面结构化数据保持一致,便于搜索引擎理解页面内容。

? FAQ

sdd 是什么?

适用场景: Ideal for AI agents that need sdd — story driven development. 本地化技能摘要: Turn documents into structured data — upload PDFs and images, define what to extract in plain English, query results with SQL or natural language. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

如何安装 sdd?

运行命令:npx killer-skills add bfortunato/sifter/sdd。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

sdd 适用于哪些场景?

典型场景包括:适用任务: Applying SDD — Story Driven Development、适用任务: Applying This project uses SDD if .sdd/config.yaml exists in the project root、适用任务: Applying Follow this loop every time you work on an SDD project:。

sdd 支持哪些 IDE 或 Agent?

该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。

sdd 有哪些限制?

限制说明: Run sdd sync to see what needs to be implemented;限制说明: Do NOT skip this step. Every mark-synced must be followed by a git commit.;限制说明: Only implement what the sync prompt asks for。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add bfortunato/sifter/sdd。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    sdd 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

sdd

安装 sdd,这是一款面向AI agent workflows and automation的 AI Agent Skill。查看评审结论、使用场景与安装路径。

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

SDD — Story Driven Development

Detection

This project uses SDD if .sdd/config.yaml exists in the project root.

Workflow

Follow this loop every time you work on an SDD project:

  1. Run sdd bug open — check if there are open bugs to fix first
  2. If there are open bugs, fix the code/docs, then run sdd mark-bug-resolved
  3. Run sdd cr pending — check if there are change requests to process
  4. If there are pending CRs, apply them to the docs, then run sdd mark-cr-applied
  5. Run sdd sync to see what needs to be implemented
  6. Read the documentation files listed in the sync output
  7. Implement what each file describes, writing code inside code/
  8. After implementing, mark files as synced:
sdd mark-synced product/features/auth.md

Or mark all pending files at once:

sdd mark-synced
  1. Commit immediately after mark-synced — this is mandatory:
git add -A && git commit -m "sdd sync: <brief description of what was implemented>"

Do NOT skip this step. Every mark-synced must be followed by a git commit.

  1. If remote sync is configured (remote section in .sdd/config.yaml and API key available), remind the user they can publish updates with:
sdd push

Removing a feature

If a documentation file has status: deleted, it means that feature should be removed. Delete the related code in code/, then run sdd mark-synced <file> (the doc file will be removed automatically), then commit.

Available commands

  • sdd status — See all documentation files and their state (new/changed/deleted/synced)
  • sdd diff — See what changed since last sync
  • sdd sync — Get the sync prompt for pending files (includes git diff for changed files)
  • sdd validate — Check for broken references and issues
  • sdd mark-synced [files...] — Mark specific files (or all) as synced
  • sdd cr list — List all change requests with their status
  • sdd cr pending — Show pending change requests to process
  • sdd mark-cr-applied [files...] — Mark change requests as applied
  • sdd bug list — List all bugs with their status
  • sdd bug open — Show open bugs to fix
  • sdd mark-bug-resolved [files...] — Mark bugs as resolved

Rules

  1. Always commit after mark-synced — run git add -A && git commit -m "sdd sync: ..." immediately after sdd mark-synced. Never leave synced files uncommitted.
  2. Before running sdd sync, check for open bugs with sdd bug open and pending change requests with sdd cr pending
  3. If there are pending CRs, apply them to the docs first, then mark them with sdd mark-cr-applied
  4. Only implement what the sync prompt asks for
  5. All generated code goes inside code/
  6. Respect all constraints in ## Agent Notes sections (if present)
  7. Do not edit files inside .sdd/ manually
  8. If remote is configured, suggest sdd push after successful local sync + commit

Project structure

  • product/ — What to build (vision, users, features)
  • system/ — How to build it (entities, architecture, tech stack, interfaces)
  • code/ — All generated source code goes here
  • change-requests/ — Change requests to the documentation
  • bugs/ — Bug reports
  • .sdd/ — Project config and sync state (do not edit)

References

For detailed information on specific topics, see:

相关技能

寻找 sdd 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

为prompts.chat的信息反馈系统生成可定制的插件小部件

149.6k
0
AI

flags

Logo of vercel
vercel

React 框架

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

Python中具有强大GPU加速的张量和动态神经网络

98.6k
0
开发者工具