genkovichgenkovichCommunityยท19 Agent Skills Included

sdd

Spec-driven feature development from idea to shipped code

Guides a feature from a one-line idea through specification, architecture design, data modeling, API contracts, task breakdown, and test-driven implementation. Replaces ad-hoc coding with gated stages that refuse to proceed until each prerequisite document exists and passes review. Keeps specs, diagrams, migrations, and code in sync so teams ship verified, reviewed features faster.
npx skills add genkovich/sdd --all -g -y

All Skills in This Repository (19)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
genkovichgenkovich

design

Generate Software Architecture Documents from feature specifications using Arc42 and C4 diagrams.

Community
Advanced
๐Ÿ“ฆ In Repo
genkovichgenkovich

tasks

Generate atomic task breakdowns with dependency graphs from feature specifications.

Community
Advanced
๐Ÿ“ฆ In Repo
genkovichgenkovich

roadmap

Manage project roadmaps by capturing, prioritizing, and tracking outcomes across features.

Community
Advanced
๐Ÿ“ฆ In Repo
genkovichgenkovich

clarify

Scan feature specifications for ambiguities and write clarifications back.

Community
Advanced
๐Ÿ“ฆ In Repo
genkovichgenkovich

start

Open the SDD visual dashboard to monitor and control Claude Code pipelines.

Community
Basic
๐Ÿ“ฆ In Repo
genkovichgenkovich

interview

Provides phased multi-step interviews for evaluating feature ideas pre-implementation.

Community
Advanced
๐Ÿ“ฆ In Repo
genkovichgenkovich

review

Trace user stories and acceptance criteria through code to verify specification compliance.

Community
Advanced
๐Ÿ“ฆ In Repo
genkovichgenkovich

sequences

Generate Mermaid sequence diagrams from sad.md and spec.md files.

Community
Advanced
๐Ÿ“ฆ In Repo
genkovichgenkovich

fix

Guide bug fixing by reproducing issues, triaging, testing, and committing changes.

Community
Advanced
๐Ÿ“ฆ In Repo
genkovichgenkovich

classify-size

Classifies feature size and determines pipeline route in Claude Code.

Community
Intermediate
๐Ÿ“ฆ In Repo
genkovichgenkovich

implement

Automate TDD feature implementation from tasks.json with stack-agnostic commands.

Community
Advanced
๐Ÿ“ฆ In Repo
genkovichgenkovich

api

Generate OpenAPI 3.1 contracts and perform bidirectional drift checking.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install SDD?โ–ผ

Run `npx skills add genkovich/sdd --all -g -y` in your terminal to install all skills in this collection globally.

What is spec-driven development?โ–ผ

It is a workflow where every feature starts as a written specification with acceptance criteria, then moves through design, tasks, and tested code in fixed stages. SDD automates this entire pipeline so nothing ships without a reviewed spec behind it.

How does SDD turn an idea into code?โ–ผ

You run stages in order: specify captures the idea as a spec, design writes the architecture document, tasks breaks work into small units, and implement builds each task test-first. Review and ship close the loop with an independent check and a pull request.

Does SDD work with my programming language?โ–ผ

Yes. Every skill is stack-agnostic and detects your repo's test, lint, and migration commands automatically instead of hard-coding any language or framework.

Can non-developers use SDD?โ–ผ

Yes. The skills interview you in plain language with recommended options, so product managers and founders can produce professional specs and architecture documents without writing code.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’