prd-update-progress

Analyzes git commits and conversation context to update PRD progress and flag divergences.

Updated Sep 25, 2025
One-click install
npx skills add https://github.com/wiggitywhitney/content-manager --skill prd-update-progress
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prd-update-progress
Source: https://github.com/wiggitywhitney/content-manager/tree/main/.claude/skills/prd-update-progress
Command: npx skills add https://github.com/wiggitywhitney/content-manager --skill prd-update-progress

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates PRD progress tracking by deriving completion status from recent git commits, code changes, and contextual conversations to reduce manual PRD maintenance.

Core Features & Use Cases

  • Commit-to-PRD mapping: Link code changes and commits to PRD checklist items to reflect progress automatically.
  • Contextual update reasoning: Use conversation context to refine progress estimates and flag divergences.
  • Progress reporting: Generate structured progress updates and evidence summaries for PRD reviews.
  • Use Case Example: When a feature branch is merged, the Skill updates the PRD item statuses and notes related commits.

Quick Start

Run the prd-update-progress command to scan the latest commits and update the PRD progress in your project workspace.

Frequently Asked Questions about prd-update-progress

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

FAQPage Schema
How do I automatically update PRD progress from git commits?

You can automatically update PRD progress from git commits by analyzing commit messages and code diffs to map development work directly to PRD checklist items. This Skill scans recent repository activity to propose evidence-based status updates, reducing manual tracking efforts for product teams.

What is commit-to-PRD mapping for automated progress tracking?

Commit-to-PRD mapping is the process of linking code changes and commit messages to specific PRD checklist items. By analyzing git diffs and conversation context, this approach automatically reflects feature completion status and flags divergences between planned requirements and actual development.

Can I use conversation context to refine PRD progress estimates?

Yes, you can use conversation context to refine PRD progress estimates alongside git analysis. The Skill reads contextual discussions to interpret commit activity, flag potential divergences from the PRD, and generate more accurate, evidence-based progress reports for product reviews.

How do I detect divergence between code changes and PRD requirements?

To detect divergence between code changes and PRD requirements, the Skill maps git commit diffs against existing PRD items and flags discrepancies. It applies contextual reasoning to identify when development work drifts from planned product requirements, proposing structured progress updates accordingly.

Does PRD progress automation work with existing git repositories and PRD files?

Yes, PRD progress automation works with existing git repositories and PRD files. The solution requires integration with your git repository to read commit messages and diffs, alongside access to PRD documents, enabling automated evidence-based progress tracking without disrupting current workflows.

What are the limitations of automated PRD progress tracking from git history?

Automated PRD progress tracking from git history relies heavily on commit message quality and clear PRD checklists. If commits are poorly documented or PRD items lack specificity, the Skill may struggle to accurately map changes, requiring manual review of proposed progress updates and divergence flags.