npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

don-cheli-sdd

v1.32.0

Published

Don Cheli SDD Framework — 93+ commands, 51 skills, 15 reasoning models, Autonomous Mode, TDD Iron Law, OWASP audit, PRD Generator, Crash Recovery. Works with Claude Code, Gemini, Cursor, Codex, Warp, Amp, OpenCode. ES/EN/PT.

Downloads

3,527

Readme

🌐 Leia em: English | Español | Português


Um comando. Código verificado.

/dc:auto "Implementar autenticação JWT com refresh tokens"

Don Cheli pega sua ideia e entrega código testado, revisado e verificado — automaticamente.

  ✅ /dc:especificar         8 cenários Gherkin gerados
  ✅ /dc:clarificar          2 ambiguidades resolvidas
  ✅ /dc:planificar-tecnico  Blueprint: arquitetura 3 camadas
  ✅ /dc:desglosar           7 tarefas TDD criadas
  ✅ /dc:implementar         14 testes passam, 91% cobertura
  ✅ /dc:revisar             7/7 dimensões de review aprovadas

  Resultado: TUDO PASSOU — Projeto atualizado com código verificado

Seu projeto fica intacto até que tudo passe. Se algo falhar, nada muda.

Impulsionado por um orquestrador TypeScript real

Não são apenas prompts — é um runtime real que força cada regra:

Orquestrador (TypeScript)
  ├── Cria git worktree (seu projeto fica seguro)
  ├── Levanta container Docker (execução isolada)
  ├── Executa /dc:especificar → /dc:revisar (comandos reais)
  ├── Quality gates verificam DEPOIS de cada fase:
  │   ├── Spec gate: existem arquivos .feature?
  │   ├── TDD gate: testes existem? passam? sem stubs?
  │   ├── Coverage gate: >= 85%?
  │   └── Custom gates: .dc/gates/*.yml
  ├── TUDO PASSA → merge no projeto ✅
  └── ALGO FALHA → descarta worktree, projeto INTACTO ❌

3 providers: Claude Code (assinatura) · OpenAI Codex · Ollama (grátis, modelos locais)


Instalação

npm install -g don-cheli-sdd
don-cheli install --global
# Git clone
git clone https://github.com/doncheli/don-cheli-sdd.git
cd don-cheli-sdd && bash scripts/instalar.sh

# Uma linha
curl -fsSL https://raw.githubusercontent.com/doncheli/don-cheli-sdd/main/scripts/instalar.sh | bash -s -- --global --lang pt

# Extensão VS Code
code --install-extension doncheli.don-cheli-sdd

Como funciona

flowchart LR
    P["📋 PRD"] -.->|opcional| B
    A["💡 Ideia"] --> B["/dc:especificar"]
    B --> C["/dc:clarificar"]
    C --> D["/dc:planificar-tecnico"]
    D --> E["/dc:desglosar"]
    E --> F["/dc:implementar"]
    F --> G["/dc:revisar"]
    G --> H["✅ Verificado"]

    style P fill:#2d3436,color:#dfe6e9,stroke:#6c5ce7,stroke-dasharray: 5 5
    style F fill:#e17055,color:#fff
    style H fill:#00b894,color:#fff

| Fase | Comando | O que faz | |------|---------|-----------| | Especificar | /dc:especificar | Sua ideia → specs Gherkin com cenários de teste | | Clarificar | /dc:clarificar | QA detecta ambiguidades antes de codificar | | Planejar | /dc:planificar-tecnico | Arquitetura + contratos API + schema | | Desdobrar | /dc:desglosar | Tarefas TDD com marcadores de paralelismo | | Implementar | /dc:implementar | Teste PRIMEIRO → código → refatorar (Lei de Ferro) | | Revisar | /dc:revisar | Peer review em 7 dimensões |

Cada fase tem uma porta de qualidade. Não avança sem passar. Sem atalhos.


3 formas de usar

# Interativo — você dirige cada fase
/dc:começar "JWT auth"

# Autônomo — runtime dirige tudo, Docker isola
/dc:auto "JWT auth"

# Terminal — sem agente IA aberto
don-cheli auto "JWT auth"

As Leis de Ferro

Não são sugestões. O runtime as força.

| Lei | Regra | Como é forçada | |-----|-------|----------------| | TDD | Sem testes não há código | Bloqueia merge se testes não existem | | Sem Stubs | No // TODO em produção | Varre e rejeita | | Evidência | Provas, não promessas | Cobertura >= 85% verificada |


Por que Don Cheli

93 comandos · 51 habilidades · 15 modelos de raciocínio · 9 IDEs · 3 idiomas

O único framework SDD com tudo isto:

  • ✅ TDD como lei inquebrantável (não opcional)
  • ✅ Modo autônomo com isolamento Docker
  • ✅ Auditoria OWASP no pipeline
  • ✅ 15 modelos de raciocínio (Pre-mortem, 5 Porquês, Pareto, RLM...)
  • ✅ Gerador de PRD (lê designs do Figma)
  • ✅ Simulação pre-flight de custos
  • ✅ Crash recovery (retoma de onde parou)
  • ✅ Quality gates custom (plugins YAML)
  • ✅ Detecção de drift (spec vs código)
  • ✅ Badges de Certificação SDD
  • ✅ Compatível com Claude, Cursor, Gemini, Codex, OpenCode, Qwen, Amp, Windsurf
  • ✅ ES / EN / PT

Comparação completa →


Plataformas

| Plataforma | Instalar | Detalhe | |-----------|----------|---------| | Claude Code | --tools claude | 93 comandos /dc:* (nativo completo) | | OpenCode | --tools opencode | 28 /doncheli-* slash commands + 28 skills | | Antigravity | --tools antigravity | GEMINI.md + .agent/skills/ | | Cursor | --tools cursor | .cursorrules | | Codex / Qwen | --tools codex | AGENTS.md |

Detalhe por IDE →


Comunidade


Licença

Apache 2.0 — Copyright 2026 Jose Luis Oronoz Troconis (@DonCheli)