.claude/skills/pbi-decomposition/SKILL.md
Descomponer PBIs en Tasks, estimar en horas y asignar inteligentemente
npx skillsauth add gonzalezpazmonica/pm-workspace pbi-decompositionInstall 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.
Descomponer Product Backlog Items (PBIs) en Tasks técnicas, estimarlas en horas y asignarlas inteligentemente a los miembros del equipo en base a su perfil técnico, capacity disponible y contexto del proyecto.
Prerequisitos: ../azure-devops-queries/SKILL.md, ../capacity-planning/SKILL.md
/pbi-decompose {id} | /pbi-assign {id} | /pbi-plan-sprint | NL: "descompon el PBI #1234"
CLAUDE.md (raíz) — Contexto global, Azure DevOpsprojects/{proyecto}/CLAUDE.md — Stack, arquitecturaprojects/{proyecto}/reglas-negocio.md — Reglas de dominioprojects/{proyecto}/equipo.md — Perfiles, skills, dedicacióndocs/politica-estimacion.md — Tabla de calibración SP→horasdocs/reglas-scrum.md — DoR, DoD, WIP limitsprojects/{proyecto}/source/ — Estructura, patrones en usocurl -s -u ":$PAT" "$AZURE_DEVOPS_ORG_URL/{proyecto}/_apis/wit/workitems/{id}?api-version=7.1" | jq .
Extraer: Title, Description, Acceptance Criteria, Story Points, Priority, Tags, Related Links, Discussion.
Identificar: Módulos afectados, tipo de cambio (nueva/modificación/refactor), capas involucradas, integraciones externas, impacto en datos, requisitos de seguridad/compliance.
find projects/{proyecto}/source/src -name "*{modulo}*" | head -10
grep -r "{concepto}" projects/{proyecto}/source/src/ --include="*.cs" | head -10
find projects/{proyecto}/source/tests -name "*{modulo}*" | head -5
Categorías A-E (Análisis, Backend, Frontend, Testing, Transversal).
Estimaciones: 1-8h según tipo. Detalle completo: references/phases-detail.md
Adaptar al stack del proyecto (leído de CLAUDE.md):
horas_ajustadas = horas_base × factor_complejidad × factor_conocimiento × factor_riesgo
Factor de complejidad:
Factor de conocimiento (del developer):
Factor de riesgo:
total_horas = SUM(horas_ajustadas)
rango_esperado = lookup(SP, politica-estimacion.md)
Si desviación > 30% → alertar al PM.
Fases 4-8 (asignacion, Azure DevOps, post-creacion): references/phases-detail.md | Scoring: references/assignment-scoring.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.