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

# Core Topics

bfortunato bfortunato
[0]
[0]
Updated: 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

최적의 용도

적합한 상황: Ideal for AI agents that need sdd — story driven development.

실행 가능한 사용 사례 for 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.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs 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 & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is 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.

How do I install sdd?

Run the command: npx killer-skills add bfortunato/sifter/sdd. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for sdd?

Key use cases include: 사용 사례: 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:.

Which IDEs are compatible with sdd?

This skill is compatible with 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. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for 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.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add bfortunato/sifter/sdd. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use sdd immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

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

Install sdd, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

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:

관련 스킬

Looking for an alternative to sdd or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

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

333.8k
0
인공지능

widget-generator

Logo of f
f

prompts.chat 피드 시스템을 위한 사용자 지정 가능한 위젯 플러그인을 생성합니다

149.6k
0
인공지능

flags

Logo of vercel
vercel

리액트 프레임워크

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

파이썬에서 텐서와 동적 신경망 구현 및 강력한 GPU 가속 지원

98.6k
0
개발자