Claude-skill-registry faion-pm-traditional

Traditional PM specialist: PMBoK knowledge areas (scope, schedule, cost, risk, quality, stakeholder, resources), EVM, WBS, project lifecycle, PMBoK 7/8 framework. 22 methodologies.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/faion-pm-traditional" ~/.claude/skills/majiayu000-claude-skill-registry-faion-pm-traditional && rm -rf "$T"
manifest: skills/data/faion-pm-traditional/SKILL.md
source content

Traditional PM Sub-Skill

Communication: User's language. Docs/code: English.

Purpose

Traditional/predictive project management based on PMBoK 7th Edition and PMBoK 8 updates. Core knowledge areas, processes, and project lifecycle management.


Context Discovery

Auto-Investigation

Detect existing PM artifacts from project:

SignalHow to CheckWhat It Tells Us
WBS
Glob("**/wbs*.md")
or
Glob("**/work-breakdown/*")
Work breakdown documented
Risk register
Glob("**/risk*.md")
or
Grep("Risk ID")
Risk management in place
Stakeholder register
Glob("**/stakeholder*.md")
or
Grep("Power/Interest")
Stakeholder management active
Project charter
Glob("**/charter*.md")
or
Glob("**/project-charter/*")
Formal project initiation
EVM metrics`Grep("CPI\SPI\
Change log
Glob("**/change*.md")
or
Glob("**/changes/*")
Change control process
Schedule
Glob("**/schedule*.md")
or
Grep("critical path")
Schedule management
Lessons learned
Glob("**/lessons*.md")
or
Glob("**/retrospectives/*")
Knowledge capture

Read existing PM documentation:

  • Project charter
  • WBS or scope statement
  • Risk register
  • Stakeholder register
  • Schedule or Gantt charts
  • Change control board decisions

Discovery Questions

Q1: Project Phase

question: "What phase is your project in?"
header: "Lifecycle"
multiSelect: false
options:
  - label: "Initiation (charter, stakeholders)"
    description: "Starting new project, need structure"
  - label: "Planning (scope, schedule, budget)"
    description: "Defining what to build, when, and at what cost"
  - label: "Execution (delivering work)"
    description: "Active development, need monitoring and control"
  - label: "Closing (lessons learned, handoff)"
    description: "Project ending, documenting outcomes"

Q2: Knowledge Area Focus

question: "Which PMBoK knowledge area do you need help with?"
header: "Focus"
multiSelect: false
options:
  - label: "Scope (WBS, requirements)"
    description: "Define what's included and excluded"
  - label: "Schedule (timeline, dependencies)"
    description: "Critical path, milestones, Gantt charts"
  - label: "Cost (estimation, budget, EVM)"
    description: "Budget planning and performance tracking"
  - label: "Risk (identify, assess, mitigate)"
    description: "Risk register and response strategies"
  - label: "Stakeholder (identify, engage)"
    description: "Stakeholder analysis and communication"
  - label: "Integration (overall coordination)"
    description: "Change control, integration across areas"

Q3: Formality Level

question: "How formal does your process need to be?"
header: "Context"
multiSelect: false
options:
  - label: "Lightweight (small team, startup)"
    description: "Essential PMBoK practices only"
  - label: "Standard (mid-size project)"
    description: "Core knowledge areas, documented processes"
  - label: "Formal (enterprise, compliance)"
    description: "Full PMBoK rigor, auditable artifacts"
  - label: "Hybrid (agile + predictive)"
    description: "Blend waterfall planning with agile execution"

Methodology Categories

Stakeholder Management (3)

MethodologyFileFocus
Stakeholder Registerstakeholder-register.mdIdentify stakeholders, document info
Stakeholder Engagementstakeholder-engagement.mdPower/interest analysis, engagement
Stakeholder Advancedstakeholder-engagement-advanced.mdInfluence strategies, mapping

Planning (6)

MethodologyFileKnowledge Area
Scope Managementscope-management.mdScope definition, validation
WBS Creationwbs-creation.mdWork packages, decomposition
Work Breakdown Structurework-breakdown-structure.mdWBS dictionary, templates
Schedule Developmentschedule-development.mdCritical path, dependencies
Cost Estimationcost-estimation.mdBottom-up, parametric, analogous
Resource Managementresource-management.mdResource allocation, leveling

Risk Management (2)

MethodologyFileFocus
Risk Registerrisk-register.mdRisk identification, assessment
Risk Managementrisk-management.mdRisk responses, monitoring

Execution & Control (3)

MethodologyFileKnowledge Area
Quality Managementquality-management.mdQuality planning, assurance, control
Communicationscommunications-management.mdCommunication planning, distribution
Change Controlchange-control.mdChange requests, CCB, baselines

Monitoring (2)

MethodologyFileFocus
Earned Value Mgmtearned-value-management.mdEVM metrics (CPI, SPI, EAC)
Project Integrationproject-integration.mdIntegration across knowledge areas

Closure (3)

MethodologyFileFocus
Project Closureproject-closure.mdAdministrative, contract closure
Lessons Learnedlessons-learned.mdKnowledge capture, retrospectives
Benefits Realizationbenefits-realization.mdValue tracking, benefits mgmt

Specialized (1)

MethodologyFileFocus
Procurementprocurement-management.mdVendor selection, contracts

Certification (2)

ReferenceFileContent
Alignment 2026pm-certification-alignment-2026.mdPMP/CAPM exam mapping
Changes 2026pm-certification-changes-2026.mdExam updates

Quick Selector

NeedUse
Identify stakeholdersstakeholder-register.md
Plan scopescope-management.md
Break down workwbs-creation.md
Create timelineschedule-development.md
Estimate costscost-estimation.md
Manage risksrisk-register.md → risk-management.md
Track performanceearned-value-management.md
Close projectproject-closure.md → lessons-learned.md

PMBoK Mapping

Performance DomainMethodologies
Stakeholderstakeholder-* (3)
Planningscope, wbs, schedule, cost, resources (6)
Workintegration, communications, change (3)
Deliveryquality, benefits (2)
Measurementearned-value (1)
Uncertaintyrisk-* (2)

Integration

SkillIntegration
faion-agile-pmProvides planning inputs for agile execution
faion-business-analystRequirements feed into scope
faion-sddTask planning uses scheduling methods

Traditional PM Sub-Skill v1.0 - 22 methodologies