zekiriabdzekiriabdCommunityยท13 Agent Skills Included

SDD-Pro

Spec-driven development pipeline with enforced quality gates

Turns feature ideas into versioned specifications, user stories, and production code through a gated pipeline. Blocks unvalidated code with deterministic checks, test-first rules, security scans, and five independent reviewers. Reverse-engineers legacy code and databases into readable specifications for safe modernization.
npx skills add zekiriabd/SDD-Pro --all -g -y
Available:

Instructs your AI agent to follow the strict FEAT-to-code pipeline, naming conventions, ownership rules, and blocking quality gates before writing or shipping any code.

All Skills in This Repository (13)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
zekiriabdzekiriabd

using-sddpro

Route software development requests through the SDDPro framework workflow.

Community
Advanced
๐Ÿ“ฆ In Repo
zekiriabdzekiriabd

c4-model

Document software architecture as validated C4 model Markdown deliverables.

Community
Advanced
๐Ÿ“ฆ In Repo
zekiriabdzekiriabd

test-driven-development

Enforce test-first development with RED-GREEN-REFACTOR sequencing across .NET, Node, Python, and Kotlin projects.

Community
Advanced
๐Ÿ“ฆ In Repo
zekiriabdzekiriabd

semgrep

Run coordinated Semgrep static analysis scans to identify vulnerabilities, secrets, and bug patterns.

Community
Advanced
๐Ÿ“ฆ In Repo
zekiriabdzekiriabd

insecure-defaults

Detect production-reachable insecure defaults in application security configurations.

Community
Advanced
๐Ÿ“ฆ In Repo
zekiriabdzekiriabd

starting-a-new-feat

Convert new feature requests into scoped FEAT definitions through the SDDPro pipeline.

Community
Advanced
๐Ÿ“ฆ In Repo
zekiriabdzekiriabd

sarif-parsing

Parse SARIF 2.1.0 files to extract, normalize, filter, and compare static analysis findings.

Community
Advanced
๐Ÿ“ฆ In Repo
zekiriabdzekiriabd

starting-a-reverse-eng

Convert legacy source code into evidence-backed SDD_Pro FEATs.

Community
Advanced
๐Ÿ“ฆ In Repo
zekiriabdzekiriabd

debugging-failed-pipeline

Diagnose failed SDDPro pipelines by identifying blocking gates and verifying fixes.

Community
Advanced
๐Ÿ“ฆ In Repo
zekiriabdzekiriabd

codeql

Identify security vulnerabilities via CodeQL database construction and interprocedural data flow analysis.

Community
Advanced
๐Ÿ“ฆ In Repo
zekiriabdzekiriabd

webapp-testing

Automate browser-based testing of local web applications with Python Playwright.

Community
Intermediate
๐Ÿ“ฆ In Repo
zekiriabdzekiriabd

frontend-design

Create distinctive user interfaces with typography, layout, and interaction choices.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install SDD-Pro?โ–ผ

Run `npx skills add zekiriabd/SDD-Pro --all -g -y` in your terminal to install all skills in this suite globally.

What is spec-driven development?โ–ผ

It is a workflow where a versioned feature specification comes first, then user stories, then code. SDD-Pro enforces this order with blocking gates so no code ships without a validated spec behind it.

Can SDD-Pro document a legacy database?โ–ผ

Yes. It reads your database in read-only mode and converts stored procedures, views, functions, and triggers into traceable specifications and user stories.

Does SDD-Pro work with Claude Code and Codex?โ–ผ

Yes. It runs natively on Claude Code, OpenAI Codex, Gemini CLI, and Antigravity with the same commands and rules.

How does SDD-Pro stop bad code from shipping?โ–ผ

It uses deterministic validation gates, mandatory test-first rules, coverage thresholds, security scans, and five independent reviewers that block the pipeline when checks fail.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’