update

Synchronize SDLC artifacts with code changes and git history.

1|1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/45ck/claude-sdlc-plugin --skill update-45ck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update
Source: https://github.com/45ck/claude-sdlc-plugin/tree/main/skills/update
Command: npx skills add https://github.com/45ck/claude-sdlc-plugin --skill update-45ck

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? This Skill ensures SDLC artifacts stay in sync with real implementation progress by automatically scanning code, analyzing commits, and updating the Planning Tracking Matrix (RTM) and progress reports.

## Core Features & Use Cases

  • Discover and organize artifacts in docs/ by module (Project Management, Business Analysis, Requirements, Architecture, Security, Quality, UX, Database, DevOps)
  • Analyze implementation state via code search, commit history, and RTM status
  • Update artifacts (statuses, checkboxes, and implementation notes) and reflect completions
  • Generate up-to-date progress reports and sync artifacts to Storybook

### Quick Start Run the update command after implementing work to synchronize artifacts with progress:

  • Inspect available docs/ artifacts in your project
  • Run the /sdlc:update workflow to refresh statuses
  • Generate and review the progress report, then sync with Storybook artifacts

Frequently Asked Questions about update

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

FAQPage Schema
How do I keep SDLC artifacts in sync with actual code changes?

To keep SDLC artifacts in sync with code changes, this Skill automates artifact synchronization by analyzing git history and parsed commit references to update statuses, completion criteria, and implementation notes across your modules.

How do I update the Requirements Traceability Matrix based on git history?

Updating the Requirements Traceability Matrix (RTM) is automated by scanning code changes and parsing commit references to reflect accurate implementation states and progress across your planning dashboards.

Can I sync progress reports and docs artifacts directly to Storybook?

Yes, you can sync progress reports and docs artifacts to Storybook. The workflow generates a consolidated progress report and synchronize those artifacts to ensure your documentation reflects realized implementation.

What is the best way to automate progress tracking across software development modules?

Automating progress tracking across modules is achieved by discovering and organizing docs artifacts by domain, analyzing commit history, and enforcing status updates to generate an up-to-date progress report.

Do I need specific dependencies to run the artifact synchronization workflow?

No specific dependencies are required to run the artifact synchronization workflow. You simply need a project containing docs artifacts and a git history to inspect and update.

When should I run the SDLC artifact update workflow during the development lifecycle?

You should run the SDLC artifact update workflow immediately after implementing work to synchronize artifacts with progress, ensuring statuses, checkboxes, and planning dashboards accurately reflect the realized code changes.