diagnostico

diagnostico is a command for Claude Code from doncheli/don-cheli-sdd. It costs 14 tokens per session (589 once invoked), scanned A, original, Apache-2.0.

A health check for the Don Cheli setup in a project. It checks required files, configuration, tools, Git, tests, and the project workflow.

In plain words
What is it for?
Verifying project configuration, checking whether Docker and language tools are available, and confirming that specs and tests are set up.
Why use it?
It finds missing files, inconsistent settings, and unavailable development tools before they interrupt implementation.

Command for Claude Code

Written for Claude Code: installed under .claude/.

Part of the don-cheli-sdd plugin — 28 skills, 115 commands, 1 agent shipped together

Good fit Verifying project configuration, checking whether Docker and language tools are available, and confirming that specs and tests are set up.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/doncheli/don-cheli-sdd/diagnostico
Install

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.

Clone the repo
git clone --depth 1 https://github.com/doncheli/don-cheli-sdd

Made for: Claude Code.

Or install don-cheli-sdd, the plugin that ships this one along with the rest of its 28 skills, 115 commands, 1 agent.

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 diagnostico

README.md
[![agentmods](https://agentmods.dev/badge/commands/doncheli/don-cheli-sdd/diagnostico/github.svg)](https://agentmods.dev/commands/doncheli/don-cheli-sdd/diagnostico)
Your own site
<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.

agentmods 80×15 button for diagnostico

Your own site · 80×15
<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>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 589 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.00014 $0.00589
Opus 5 $0.00007 $0.00295
Sonnet 5 $0.00003 $0.00118
Haiku 4.5 $0.00001 $0.00059

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

Security

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.

scripts/.claude/commands/dc/diagnostico.md · 93 lines

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

Read the full file on GitHub · 93 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. 5d ago First seen · 93 lines · 14 tokens per session scan A ded6c03f9c90

Subscribe to this mod's changes

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.