pm-update

Rescan repositories and update .claude/pm-config.md sections after user confirmation.

3|1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/auerbachb/claude-code-config --skill pm-update-auerbachb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pm-update
Source: https://github.com/auerbachb/claude-code-config/tree/main/.claude/skills/pm-update
Command: npx skills add https://github.com/auerbachb/claude-code-config --skill pm-update-auerbachb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps the project's PM configuration current by re-scanning the repository to regenerate Infrastructure and Architecture sections while preserving all user-edited sections so manual project metadata does not drift from the codebase.

Core Features & Use Cases

  • Automated repo rescan: Detects deployment and service signal files and extracts key dependency and environment clues.
  • Safe regeneration: Regenerates Infrastructure and Architecture sections while preserving Role, OKRs, Workflow Rules, Dependency Rules, Team, and Notes verbatim.
  • Review-first workflow: Shows a clear diff of proposed changes and requires explicit user confirmation before writing updates.
  • Use Cases: Run after major milestones, new service integrations, or large directory restructures to keep PM guidance, onboarding notes, and operational rules in sync with the repository.

Quick Start

Ask the assistant to run pm update to rescan the repository and refresh .claude/pm-config.md while preserving user-edited sections.

Frequently Asked Questions about pm-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update project management config files after restructuring a repository?

To update project management config files after restructuring, rescan the repository to regenerate Infrastructure and Architecture sections while preserving user-edited sections like Role and OKRs. A depth-2 directory scan detects deployment signal files, produces a diff for review, and writes updates after explicit confirmation.

What is the best way to keep PM configuration in sync with codebase changes?

Keeping PM configuration in sync involves re-scanning the repository to detect deployment and service signal files, then regenerating the Infrastructure and Architecture sections. Manual project metadata like Workflow Rules and Team sections are preserved verbatim so they do not drift from the codebase.

How does architecture detection work when scanning a repository for service integrations?

Architecture detection works by performing a depth-2 directory scan to find deployment and service signal files, extracting key dependency and environment clues. This identifies new service integrations and updates the PM configuration with accurate infrastructure metadata.

Can I review config changes before they are written to the pm-config.md file?

Yes, you can review config changes before they are written. The review-first workflow generates a clear diff of proposed changes to the pm-config.md file and requires explicit user confirmation before writing any updates to the repository.

When do I need to rescan my repository to update infrastructure metadata?

You need to rescan your repository to update infrastructure metadata after major milestones, new service integrations, or large directory restructures. This ensures PM guidance, onboarding notes, and operational rules remain accurate and actionable.

What sections of the PM config are preserved during a repository diff review?

During a repository diff review, user-edited sections including Role, OKRs, Workflow Rules, Dependency Rules, Team, and Notes are preserved verbatim. Only the Infrastructure and Architecture sections are regenerated from the detected deployment and service signal files.