dot-ai-prd-update-progress

Analyze git commits and code changes to update PRD progress.

2|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/vfarcic/dot-ai-website --skill dot-ai-prd-update-progress
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dot-ai-prd-update-progress
Source: https://github.com/vfarcic/dot-ai-website/tree/main/.claude/skills/dot-ai-prd-update-progress
Command: npx skills add https://github.com/vfarcic/dot-ai-website --skill dot-ai-prd-update-progress

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of updating Product Requirements Documents (PRDs) by analyzing git commits and code changes, ensuring the PRD accurately reflects the current implementation status.

Core Features & Use Cases

  • Automated Progress Tracking: Analyzes git history to identify completed tasks and map them to PRD requirements.
  • Evidence-Based Updates: Proposes specific PRD checkbox completions based on concrete code changes and commit messages.
  • Divergence Detection: Flags discrepancies between planned work and actual implementation.
  • Use Case: After a developer completes a feature, this Skill can automatically update the corresponding PRD, marking relevant requirements as complete and noting any deviations from the original plan.

Quick Start

Use the dot-ai-prd-update-progress skill to update the PRD based on recent git commits.

Frequently Asked Questions about dot-ai-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?

Automating PRD progress tracking works by analyzing git commit history and code changes to map completed tasks to Product Requirements Document items. This Skill proposes evidence-based checkbox completions and flags discrepancies between planned requirements and actual implementation.

Can I track software development progress against requirements using git history?

Tracking software development progress against requirements using git history is achieved by mapping commit messages and code changes to PRD items. The Skill analyzes repository commit history to identify completed tasks and proposes specific PRD updates based on concrete implementation evidence.

Do I need git command-line interface installed to update requirements management documents?

Git command-line interface is required to update requirements management documents using this approach. The Skill requires direct access to the repository's commit history and relies on git command-line operations to analyze code changes and map them to PRD items.

What's the best way to detect divergence between PRD requirements and actual code changes?

Detecting divergence between PRD requirements and actual code changes is done by comparing planned PRD items against analyzed git commits. This Skill flags discrepancies between planned work and actual implementation, proposing evidence-based updates to keep the PRD aligned with repository state.

How does automated PRD progress tracking handle commit messages and code changes?

Automated PRD progress tracking handles commit messages and code changes by parsing git history to identify completed tasks and mapping them to PRD requirements. The Skill proposes specific checkbox completions based on concrete code changes and notes any deviations from the original plan.