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.
git clone --depth 1 https://github.com/doncheli/don-cheli-sddWrote 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/doncheli/don-cheli-sdd/diagnostico)<a href="https://agentmods.dev/commands/doncheli/don-cheli-sdd/diagnostico"><img src="https://agentmods.dev/badge/commands/doncheli/don-cheli-sdd/diagnostico/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/doncheli/don-cheli-sdd/diagnostico"><img src="https://agentmods.dev/badge/commands/doncheli/don-cheli-sdd/diagnostico.svg" alt="Reviewed on agentmods" width="80" 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.00014 | $0.00589 |
| Opus 5 | $0.00007 | $0.00295 |
| Sonnet 5 | $0.00003 | $0.00118 |
| Haiku 4.5 | $0.00001 | $0.00059 |
Grade A, and why
diagnostico 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 5d 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 — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/dc:diagnostico
Objetivo
Verificar que el setup de Don Cheli en el proyecto está completo y funcional. Detecta archivos faltantes, configuración inconsistente y problemas comunes.
Uso
/dc:diagnostico
Comportamiento
Ejecutar verificaciones en 4 categorías:
1. Estructura .dc/
Verificando .dc/...
✅ config.yaml existe y es válido
✅ estado.md existe
✅ plan.md existe
⚠️ hallazgos.md no existe (se creará al explorar)
✅ progreso.md existe
✅ memoria/ directorio existe
2. Configuración
Verificando configuración...
✅ proyecto.nombre definido: "mi-proyecto"
✅ proyecto.tipo válido: "servicio"
✅ modelos.default definido: "sonnet"
⚠️ idioma no definido (usando default: "es")
3. Entorno
Verificando entorno...
✅ Git inicializado
✅ Branch actual: feature/auth
✅ Docker disponible (para /dc:implementar)
⚠️ Docker Compose no encontrado (opcional)
✅ Node/Python/Go detectado (según stack)
✅ Linter configurado
✅ Tests configurados
4. Pipeline
Verificando pipeline...
✅ specs/features/ directorio existe
✅ 3 features encontradas (2 @lista, 1 @borrador)
⚠️ specs/db_schema/ no existe (se creará al especificar)
✅ Constitución presente (reglas/constitucion.md)
Output
## Diagnóstico Don Cheli: mi-proyecto
| Categoría | Estado | Problemas |
|-----------|--------|-----------|
| Estructura | ✅ OK | 0 |
| Configuración | ⚠️ Warning | 1 warning |
| Entorno | ⚠️ Warning | 1 warning |
| Pipeline | ✅ OK | 0 |
### Warnings
1. `idioma` no definido en config.yaml → agregar `idioma: "es"`
2. Docker Compose no encontrado → instalar para usar `/dc:implementar`
### Resultado: ✅ SALUDABLE (2 warnings menores)
Resultados Posibles
| Resultado | Significado |
|---|---|
| ✅ SALUDABLE | Todo funciona, warnings son opcionales |
| ⚠️ FUNCIONAL | Funciona pero con limitaciones |
| ❌ REQUIERE ATENCIÓN | Archivos críticos faltantes, ejecutar /dc:iniciar |
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.
- 5d ago First seen · 93 lines · 14 tokens per session scan A ded6c03f9c90
diagnostico is a command published in the GitHub repository doncheli/don-cheli-sdd (57 stars, last pushed 29d ago), licensed Apache-2.0. It adds 14 tokens to every session and 589 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
forensics
Post-mortem investigation for failed or stuck workflows. Analyzes git history and planning artifacts.
audit-fix
Run audit, prioritize findings, auto-fix via quick tasks, test, and commit.
debug
Systematic debugging with hypothesis testing. Persistent across sessions.
scan
Analyze an existing codebase. Maps structure, architecture, conventions, and concerns.
optimize
Suggest concrete performance improvements for the given file or directory.
fix-issue
A command that takes a GitHub Issue—a tracked bug, request, or question—and guides its fix from investigation through testing and submission. TDD means writing a failing test first, then changing the code until the test passes.