From pm
Use when the user asks to "analyze skills gaps", "assess team capabilities", "plan training", "evaluate competency readiness", "identify capability shortfalls", or mentions skills inventory, capability assessment, competency gap, training needs analysis, skill proficiency mapping.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pm:skills-gap-analysisThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**TL;DR**: Assesses current team skills against project requirements to identify capability gaps. Produces a skills inventory, gap analysis matrix, and training/hiring plan to close gaps. Distinguishes between gaps addressable through training (weeks) and those requiring hiring (months).
TL;DR: Assesses current team skills against project requirements to identify capability gaps. Produces a skills inventory, gap analysis matrix, and training/hiring plan to close gaps. Distinguishes between gaps addressable through training (weeks) and those requiring hiring (months).
Un equipo con las habilidades equivocadas producirá los resultados equivocados, sin importar cuánto esfuerzo invierta. El análisis de brechas de skills es preventivo: identifica lo que el equipo no puede hacer ANTES de que se convierta en un bloqueador del cronograma.
# Full skills gap analysis
/pm:skills-gap-analysis $ARGUMENTS="--requirements tech-stack.md --team team-roster.md"
# Training plan only (gaps already identified)
/pm:skills-gap-analysis --type training-plan --gaps gaps.md --budget "40 FTE-days"
# Hiring requirements assessment
/pm:skills-gap-analysis --type hiring --gaps gaps.md --timeline "8 weeks"
Parameters:
| Parameter | Required | Description |
|---|---|---|
$ARGUMENTS | Yes | Path to requirements and team roster |
--type | No | full (default), training-plan, hiring, inventory |
--budget | No | Training budget in FTE-days or FTE-weeks |
--timeline | No | Timeline for gap closure |
{TIPO_PROYECTO}: Agile-Transformation assesses coaching and facilitation skills; ERP assesses functional and technical consultant skills; Cloud assesses cloud certification gaps; Digital-Transformation assesses change management skills.
**/certifications* or **/training* to find existing team qualification data [PLAN]Good example — Actionable skills gap analysis:
| Attribute | Value |
|---|---|
| Skills assessed | 15 skills across 8 team members |
| Proficiency | 1-5 scale with verification method |
| Gaps found | 4 Critical, 3 High, 5 Medium |
| Closure strategy | 2 training, 1 hire, 1 mentoring per Critical gap |
| Timeline | All Critical gaps closed before Sprint 3 |
| Budget | 12 FTE-days training, 1 hire (8-week lead) |
Bad example — Generic training request: "The team needs training on cloud." No skills inventory, no gap severity, no specific skills identified, no timeline alignment with project needs. Without knowing current proficiency, training may cover what the team already knows or miss what they actually lack.
| Resource | When to Read | Location |
|---|---|---|
| Body of Knowledge | Competency frameworks and assessment methods | references/body-of-knowledge.md |
| State of the Art | Modern skills assessment practices | references/state-of-the-art.md |
| Knowledge Graph | Skills gap in resource planning | references/knowledge-graph.mmd |
| Use Case Prompts | Skills analysis scenarios | prompts/use-case-prompts.md |
| Metaprompts | Custom competency frameworks | prompts/metaprompts.md |
| Sample Output | Reference skills gap report | examples/sample-output.md |
Build practical, time-bound closure plans for each critical skill gap, evaluating multiple closure options (training, hiring, outsourcing, scope adjustment) and recommending the optimal approach based on cost, speed, risk, and organizational context.
The Competency Mapper agent analyzes project scope, work breakdown structure, and technology stack to produce a comprehensive competency catalog required for successful delivery. It classifies each competency into four dimensions — technical skills, domain knowledge, methodology expertise, and soft skills — and assigns target proficiency levels (Foundational, Intermediate, Advanced, Expert) based on role expectations and work package complexity.
# Competency Catalog — {Project Name}
## Summary
- Total competencies identified: {N}
- Technical: {n} | Domain: {n} | Methodology: {n} | Soft Skills: {n}
- Critical (must-have): {n} | Desirable (nice-to-have): {n}
## Role-Competency Matrix
| Role | Competency | Dimension | Target Level | Criticality | Phase Needed | WBS Ref |
|------|-----------|-----------|-------------|-------------|-------------|---------|
| ... | ... | ... | ... | ... | ... | ... |
## Competency Details
### {Competency Name}
- **Dimension**: Technical | Domain | Methodology | Soft Skill
- **Target proficiency**: Foundational | Intermediate | Advanced | Expert
- **Criticality**: Critical | Important | Desirable
- **Applicable roles**: {list}
- **Phase dependency**: {phases where this competency is active}
- **Framework reference**: {SFIA/ICB4/PMI mapping}
Quantify the severity of each identified skill gap using a multi-factor scoring model that considers impact on project delivery, number of affected work packages, availability of workarounds, and the time required to close the gap.
The Team Assessment Conductor agent orchestrates a multi-source capability evaluation for every team member against the competency catalog. It combines four assessment channels — self-assessment, peer review, manager evaluation, and skills test results — into a weighted, normalized skills matrix that reveals each individual's current proficiency levels with confidence scores, eliminating single-source bias and producing an objective baseline for gap identification.
# Team Skills Matrix — {Project Name}
## Assessment Summary
- Team members assessed: {N}
- Competencies evaluated: {N}
- Assessment completion rate: {%}
- Average confidence score: {score}/100
## Aggregated Skills Matrix
| Team Member | Role | Competency | Self | Peer | Manager | Test | Weighted Score | Target | Gap | Confidence |
|-------------|------|-----------|------|------|---------|------|---------------|--------|-----|-----------|
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
## Calibration Flags
| Team Member | Competency | Self-Rating | Aggregated Rating | Divergence | Action |
|-------------|-----------|-------------|-------------------|-----------|--------|
| ... | ... | ... | ... | ... | Calibration session required |
## Channel Completion Tracker
| Channel | Responses Received | Total Expected | Completion % |
|---------|-------------------|----------------|-------------|
| Self-Assessment | {n} | {n} | {%} |
| Peer Review | {n} | {n} | {%} |
| Manager Evaluation | {n} | {n} | {%} |
| Skills Tests | {n} | {n} | {%} |
2plugins reuse this skill
First indexed May 28, 2026
npx claudepluginhub javimontano/mao-pm-apexGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.