.claude/skills/diagram-import/SKILL.md
Importar diagramas, extraer entidades y generar Features/PBIs
npx skillsauth add gonzalezpazmonica/pm-workspace diagram-importInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Importa diagramas de arquitectura (Draw.io, Miro, Mermaid local), extrae entidades y relaciones, valida reglas de negocio y genera Features/PBIs/Tasks en Azure DevOps.
Principio fundamental: NO se crean PBIs sin información de reglas de negocio.
/diagram-import — Importación completaCLAUDE.md (raíz) — Contexto global, Azure DevOpsprojects/{proyecto}/CLAUDE.md — Stack, arquitecturaprojects/{proyecto}/reglas-negocio.md — CRÍTICOprojects/{proyecto}/equipo.md — Perfiles para asignacióndocs/rules/domain/diagram-config.md — Constantesdocs/politica-estimacion.md — Rangos de estimación| Fuente | Detección | Método |
|---|---|---|
| Draw.io | draw.io/ en URL | MCP draw-io → XML |
| Miro | miro.com/app/board/ | MCP miro → JSON |
| Local .drawio | Extensión | Leer XML directo |
| Local .mermaid | Extensión | Parsear Mermaid |
| Meta existente | diagrams/*.meta.json | Leer meta |
{
"entities": [{"id": "svc-users", "type": "microservice", "name": "User Service"}],
"relationships": [{"from": "api-gateway", "to": "svc-users", "type": "http-sync"}]
}
Rectángulos→servicios, Cilindros→DBs, Hexágonos→colas, Rombos→decisiones, Redondeados→frontends, Grises/dashed→externos.
Invocar diagram-architect para:
Si problemas ❌ → informar al PM.
Leer projects/{proyecto}/reglas-negocio.md. Si no existe:
❌ Falta reglas-negocio.md
Necesito: projects/{proyecto}/reglas-negocio.md
¿Genero plantilla para completar?
Checklist por tipo: references/templates-and-examples.md
| Tipo | Campos | |---|---| | Microservicio | Interfaz, schema DB, entorno, escalado | | API | Método, path, auth, rate limit, validaciones | | BD | Tecnología, schema, backup, escalado, retención | | Frontend | User stories, accesibilidad, responsive | | Cola | Formato, reintentos, DLQ, orden | | Integración | Proveedor, SLA, fallback, credenciales, formato |
Ver references/templates-and-examples.md — "Manejo de Información Faltante"
Detalles sobre agrupación en Features, generación de PBIs, presentación, y creación en Azure DevOps.
Ver: references/templates-and-examples.md
→ Templates & ejemplos: references/templates-and-examples.md
→ Domain mapping: references/diagram-to-domain-mapping.md
→ Business rules: references/business-rules-validation.md
→ Config: @docs/rules/domain/diagram-config.md
testing
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
tools
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
tools
Sistema proactivo de bienestar individual
development
Search the web to resolve context gaps — documentation, versions, CVEs, best practices. Auto-starts SearxNG Docker if available, falls back to WebSearch.