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.
curl -O https://raw.githubusercontent.com/zekiriabd/SDD-Pro/main/.claude/commands/sdd-status.mdgit clone --depth 1 https://github.com/zekiriabd/SDD-ProWrote 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.
[](https://agentmods.dev/commands/zekiriabd/sdd-pro/sdd-status)<a href="https://agentmods.dev/commands/zekiriabd/sdd-pro/sdd-status"><img src="https://agentmods.dev/badge/commands/zekiriabd/sdd-pro/sdd-status.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00013 | $0.01197 |
| Opus 5 | $0.00006 | $0.00598 |
| Sonnet 5 | $0.00003 | $0.00239 |
| Haiku 4.5 | $0.00001 | $0.00120 |
Grade A, and why
sdd-status 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.
How it starts
The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/sdd-status — Diagnostic du pipeline SDD
Affiche l'état du projet SDD : FEATs présentes, US générées, mockups HTML, code généré, métriques QA. Lecture seule, aucune écriture, aucune invocation d'agent.
v7.0.0-alpha (audit MAJ-3, 2026-06-04) — refactor « thin orchestrator » : 173 L → ~70 L. La logique de calcul d'état vit dans les scripts déterministes
sdd_state.py(FEATs/US/HTML) etquery_console_db.py(QA metrics). Cette commande se contente d'orchestrer leur invocation et d'imprimer le résultat.
Usage :
/sdd-status— toutes les FEATs/sdd-status {n}— une seule FEAT
STEP 1 — Détection de la portée
Si argument {n} fourni → mode mono-FEAT. Sinon → mode multi (toutes
les FEATs sous workspace/feats/). Si aucune FEAT trouvée :
Aucune FEAT dans workspace/feats/. Lancer /feat-generate pour démarrer.
STOP.
STEP 2 — Invoquer les scripts déterministes
Source de vérité unique : pas de Glob/Read manuel ici (réinventait ce que les scripts font déjà avec moins de bugs).
# État global (runs + phases + last_run agrégés depuis console.db)
python .sdd/python/sdd_scripts/sdd_state.py status [--feat-number {n}]
# Métriques QA persistées dans console.db (tables qa_coverage / qa_quality / qa_api_tests / …)
python .sdd/python/sdd_scripts/query_console_db.py feat-stats --feat {n}
Les scripts renvoient JSON (déterministe, 0 token LLM, ~50 ms cumulés). Détails :
sdd_state.py— FEATs/US/HTML, ARCH, DB, CLAUDE.md projets (calculs Glob)query_console_db.py—qa_coverage,qa_quality,qa_api_tests,qa_spec_compliance,qa_security(modefeat-statsagrège tout)
STEP 3 — Émettre le rapport (tree ASCII compact)
Parser le JSON et rendre en tree ASCII :
État global :
[ARCH ✗] aucun projet initialisé dans workspace/src/ — lancer /arch-init
[DB ✗] DatabaseType=SqlServer mais workspace/db/schema.json absent
[CONTEXT ✗] aucun CLAUDE.md projet sous workspace/src/*/
FEAT 1-Auth (workspace/feats/1-Auth.md)
├─ US (2) :
│ ├─ 1-1-Login [US ✓] [HTML ✓]
│ └─ 1-2-Reset-Password [US ✓] [HTML —]
├─ Mockups : 1 HTML (1 US sans mockup — backend-only OK)
├─ QA :
│ ├─ Tests : 47/47 passants ✓
│ ├─ Coverage : 82.3% (seuil 80%) ✓
│ ├─ Quality : 0 errors / 5 warnings / 12 info
│ └─ Décision : 🟢 GREEN
└─ À faire : pipeline complet (inspecter workspace/src/)
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.
- 4d ago First seen · 124 lines · 13 tokens per session scan A 5fdb32ae50cc
sdd-status is a command published in the GitHub repository zekiriabd/SDD-Pro (191 stars, last pushed 4d ago), licensed Apache-2.0. It adds 13 tokens to every session and 1,197 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.
Other commands, from other repositories
template
Manage issue templates for streamlined issue creation.
sync-linear
Sync current work with Linear ticket status.
add-note
Add an internal or external note to a ConnectWise PSA ticket.
fest-show
Show festival progression (in-progress tasks, roadmap, and dependency view).
dispatcher
Pick the next-best repo to work on across the portfolio — rank free repos, recommend one, claim its lease atomically, and route to the entry command.
workpm
A project-management workflow for coordinating multiple AI workers through five stages. It includes task assignment, shared activity logs, worker replacement, and final checks.