SDD-Pro: Command for Claude Code

.claude/commands/sdd-serve.md

sdd-serve is a command for Claude Code from zekiriabd/SDD-Pro. It costs 18 tokens per session (2,494 once invoked), scanned A, original, Apache-2.0.

A runtime command that starts the generated backend, frontend, and project console as separate background processes. It can start all three or only the parts you select.

In plain words
What is it for?
Use it to run the backend, frontend, console, or a selected combination during local development. It does not build or modify the generated code.
Why use it?
It removes the need to launch each development process separately when checking a generated project. It reads the active project configuration to find the relevant applications.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is zekiriabd/SDD-Pro's own configuration. It tells Claude Code how to work on SDD-Pro itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything SDD-Pro configures →

Reuse

Borrowing it

Nothing to install: this file belongs to zekiriabd/SDD-Pro. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/zekiriabd/SDD-Pro/main/.claude/commands/sdd-serve.md
Clone the repo
git clone --depth 1 https://github.com/zekiriabd/SDD-Pro

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sdd-serve

README.md
[![agentmods](https://agentmods.dev/badge/commands/zekiriabd/sdd-pro/sdd-serve.svg)](https://agentmods.dev/commands/zekiriabd/sdd-pro/sdd-serve)
Your own site
<a href="https://agentmods.dev/commands/zekiriabd/sdd-pro/sdd-serve"><img src="https://agentmods.dev/badge/commands/zekiriabd/sdd-pro/sdd-serve.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,494 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00018 $0.02494
Opus 5 $0.00009 $0.01247
Sonnet 5 $0.00004 $0.00499
Haiku 4.5 $0.00002 $0.00249

Measured 4d ago against content hash 0e13342af75c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

sdd-serve scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/sdd-serve.md · 249 lines

How it starts

The opening of the file, as written. The whole thing — 249 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/sdd-serve — Lance backend + frontend + console en parallèle

Renommée v7.0.0 : ex-/sdd-run (renommée pour lever l'ambiguïté UX avec /sdd-full — orchestrateur pipeline — et /dev-run — orchestrateur dev). /sdd-serve est un utilitaire runtime read-only, jamais un orchestrateur.

Démarre les 3 process runtime du projet généré en arrière-plan :

  1. Backend ({BackendName}) — selon stack actif
  2. Frontend ({FrontendName} aka {AppName}) — selon stack actif
  3. Console SDD (workspace/console/) — cockpit de validation

Lecture seule sur le code généré, aucune invocation d'agent, aucun build. Chaque process tourne en run_in_background ; les logs sont accessibles via BashOutput / Monitor sur le shell parent.

Usage :

  • /sdd-serve — lance les 3
  • /sdd-serve back — backend seul
  • /sdd-serve front — frontend seul
  • /sdd-serve console — console seule
  • /sdd-serve back front — combinaison (sous-ensemble)

STEP 1 — Charger Project Config

Read workspace/stack/stack.md § ## Project Config :

  • FrontendName (ou alias AppName) → répertoire frontend
  • BackendName → répertoire backend

Read ## Active Tech Specs pour identifier :

  • Backend stack : backend/kotlin-spring-boot | backend/dotnet-minimalapi | backend/python-fastapi | backend/node-express
  • Frontend stack : frontend/react | frontend/vue | frontend/angular | frontend/blazor-webassembly

Si ## Project Config absent OU FrontendName/BackendName non lisibles :

ERROR: /sdd-serve — Project Config incomplet
CAUSE: [STACK_MALFORMED] FrontendName ou BackendName absent de workspace/stack/stack.md
FIX: renseigner FrontendName et BackendName dans ## Project Config

STEP 2 — Résoudre la commande de run par stack

Backend

Stack actif Répertoire Commande de run
backend/kotlin-spring-boot workspace/src/{BackendName}/ ./gradlew bootRun (Python : .\gradlew.bat bootRun)
backend/dotnet-minimalapi workspace/src/{BackendName}/ dotnet run --project {BackendName}.csproj
backend/python-fastapi workspace/src/{BackendName}/ uvicorn app.main:app --reload --port 8000
backend/node-express workspace/src/{BackendName}/ npm run dev (fallback npm start)
fullstack/* workspace/src/{BackendName}/ suivre §1 du stack fullstack

Read the full file on GitHub · 249 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 249 lines · 18 tokens per session scan A 0e13342af75c

Subscribe to this mod's changes

sdd-serve is a command published in the GitHub repository zekiriabd/SDD-Pro (191 stars, last pushed 4d ago), licensed Apache-2.0. It adds 18 tokens to every session and 2,494 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.