Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/zekiriabd/sdd-pro/sdd-bootstrapgit 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-bootstrap)<a href="https://agentmods.dev/commands/zekiriabd/sdd-pro/sdd-bootstrap"><img src="https://agentmods.dev/badge/commands/zekiriabd/sdd-pro/sdd-bootstrap.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 | $0.00021 | $0.01247 |
| Opus 5 | $0.00010 | $0.00624 |
| Sonnet 5 | $0.00004 | $0.00249 |
| Haiku 4.5 | $0.00002 | $0.00125 |
Grade A, and why
sdd-bootstrap 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 — 128 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/sdd-bootstrap — Initialisation d'un projet SDD_Pro (greenfield)
Bootstrap interactif d'un nouveau projet SDD_Pro : génère
workspace/stack/stack.md à partir du template, crée le squelette
workspace/ (feats/, ui/, .sys/, etc.), installe les
dépendances Python du framework, et lance un smoke check final.
Usage : /sdd-bootstrap [--combo c1|c2|custom] [--dry-run] [--skip-install] [--force]
Quand l'utiliser :
- Greenfield : repo cloné depuis GitHub Template SDD_Pro, aucun
workspace/stack/stack.mdencore généré. - Re-init : repo déjà initialisé mais on souhaite repartir de zéro
(passe
--forceaprès confirmation).
Quand NE PAS l'utiliser :
- Repo brownfield existant avec code historique → préférer
/sdd-discover-stackqui scanne les manifests existants et produit unstack.md.candidateà arbitrer.
STEP 1 — Détection préalable
L'opération bootstrap.py est interactive (Python input()) et ne
peut pas tourner depuis un sub-agent Claude. Cette commande informe
l'utilisateur de la marche à suivre + valide les prérequis lisibles.
Pré-checks (déterministes, 0 token) :
bootstrap.pyexiste à la racine du repo (Glob bootstrap.py).sdd/templates/stack.md.templateexiste- Python 3.10+ disponible (
python --version)
Si l'un échoue → STOP + ERROR :
ERROR: /sdd-bootstrap — prerequis manquant
CAUSE: [INFRA_BLOCKED] {detail}
FIX: cloner le repo depuis GitHub Template SDD_Pro (intact), verifier Python 3.10+
STEP 2 — Détection état projet
Glob workspace/feats/*.md et test workspace/stack/stack.md :
| État | Conditions | Action |
|---|---|---|
| greenfield | aucun stack.md, aucune FEAT | informer l'utilisateur, propose python bootstrap.py |
| partial | stack.md absent, mais FEATs présentes | WARN incoherence — informer puis propose --force |
| initialisé | stack.md ≥ 100 octets ET pas de {{ |
informer "deja initialise", propose /feat-generate ou --force |
| template brut | stack.md contient des {{Placeholder}} |
informer "template non rendu", propose python bootstrap.py --force |
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 · 128 lines · 21 tokens per session scan A c8118c153615
sdd-bootstrap is a command published in the GitHub repository zekiriabd/SDD-Pro (190 stars, last pushed yesterday), licensed Apache-2.0. It adds 21 tokens to every session and 1,247 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-08-30.
Other commands, from other repositories
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.