sdlc-plan-change-recordkeeping
CommunityMake every plan change auditable on disk.
Software Engineering#workflow orchestration#sdlc#change management#audit-trail#yaml schema#file conventions#dispatch lock
Authorgleeb
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It standardizes how plan-change records (PC-NNN) are created, stored, and updated so that coordinator and planner produce consistent, filesystem-auditable artifacts instead of drifting or corrupting each other’s logs.
Core Features & Use Cases
- Defines a shared per-PC directory contract: standard layout under
.sdlc/plan-changes/PC-NNN/with coordinator-owned and planner-owned files. - Enforces immutable audit anchors:
request.mdanddecision.mdare immutable after creation, whiletriage.mdis planner-written once andartifacts-changed.mdis append-only. - Provides dispatch-lock schema and lifecycle states: a
pc.yamlYAML schema with status transitions (open,triaged,approved,applying,closed,abandoned) and fields likeaffected_planned_storiesused for dispatch refusal. - Use case: when a coordinator triggers a plan change for a specific story, this skill ensures the routing pass can reliably track what changed and prevents concurrent dispatches to locked stories until the PC is closed or abandoned.
Quick Start
Load this skill in the COORDINATOR or PLANNER when opening, updating, or closing a plan-change record so that every change is written to .sdlc/plan-changes/PC-NNN/ using the required schema and conventions.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: sdlc-plan-change-recordkeeping Download link: https://github.com/gleeb/ai-registry/archive/main.zip#sdlc-plan-change-recordkeeping Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.