.claude/skills/dag-scheduling/SKILL.md
Orquestar agentes SDD en paralelo usando gráficos de dependencias
npx skillsauth add gonzalezpazmonica/pm-workspace dag-schedulingInstall 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.
Ejecuta el pipeline SDD con ejecución paralela inteligente mediante gráficos acíclicos dirigidos (DAG). Detecta fases independientes, calcula el camino crítico y ejecuta grupos de agentes en paralelo respetando dependencias.
El pipeline SDD actual ejecuta fases de forma secuencial. Muchas fases pueden ejecutarse en paralelo:
spec-generate
↓
├─→ spec-slice ──────────────┐
└─→ security-review ─────────┤
↓
dev-session
↓
┌──────────────────────┼──────────────────────┐
↓ ↓ ↓
unit-tests integration-tests docs-update
└──────────────────────┼──────────────────────┘
↓
code-review
↓
comprehension-report
↓
merge
Leer especificación de dependencias:
Output: grafo en memoria, topología validada
Calcular:
Output: tabla de holgura, estimación
Agrupar fases en cohortes paralelas:
Output: plan de agendamiento
Delegar ejecucion al motor generico scripts/wave-executor.sh:
Output: execution-report JSON (status, waves, timing, speedup)
Tras completar cohorte:
Informe de ejecución con timeline, mejora porcentual, cuellos de botella
SDD_MAX_PARALLEL_AGENTS: 5
SDD_DEFAULT_TIMEOUT_MIN: 30
SDD_WORKER_ISOLATION: worktree
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.