SDD-Pro
Spec-driven development pipeline with enforced quality gates
All Skills in This Repository (13)
Pure Emerald Level Indicatorsusing-sddpro
Route software development requests through the SDDPro framework workflow.
c4-model
Document software architecture as validated C4 model Markdown deliverables.
test-driven-development
Enforce test-first development with RED-GREEN-REFACTOR sequencing across .NET, Node, Python, and Kotlin projects.
semgrep
Run coordinated Semgrep static analysis scans to identify vulnerabilities, secrets, and bug patterns.
insecure-defaults
Detect production-reachable insecure defaults in application security configurations.
starting-a-new-feat
Convert new feature requests into scoped FEAT definitions through the SDDPro pipeline.
sarif-parsing
Parse SARIF 2.1.0 files to extract, normalize, filter, and compare static analysis findings.
starting-a-reverse-eng
Convert legacy source code into evidence-backed SDD_Pro FEATs.
debugging-failed-pipeline
Diagnose failed SDDPro pipelines by identifying blocking gates and verifying fixes.
codeql
Identify security vulnerabilities via CodeQL database construction and interprocedural data flow analysis.
webapp-testing
Automate browser-based testing of local web applications with Python Playwright.
frontend-design
Create distinctive user interfaces with typography, layout, and interaction choices.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core