agentsclimarketplace

Sdlc governance

Skill valdomirosouza/agent-skills/skills/sdlc-governance

Expert AI Agent Skills for SDD, SRE, DevSecOps and Enterprise Engineering

Install
npx -y skills add valdomirosouza/agent-skills --skill sdlc-governance

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Manages the full software lifecycle beyond development — formal change control (RFC/CAB), technical debt tracking and prioritization, and service/API/dependency deprecation and end-of-life processes. Use when proposing a production change, reviewing a change request, managing a Change Advisory Board session, registering or prioritizing technical debt, planning a service deprecation, managing API sunset, or handling EOL of a runtime or library.

SKILL.md

3.5 KB, as published. Nobody here has run it

SDLC Governance

Contents


Change Management — Types and Flow

TypeDefinitionApprovalExamples
StandardPre-approved, low risk, documented procedureAutomated (pipeline)Feature deploy via CI/CD, cert rotation, auto-scaling
NormalPlanned, risk assessedCAB weeklyNew integration, architecture change, major dependency upgrade
EmergencyUrgent fix for active incidentTL + SecOps async (< 2h)Critical hotfix, emergency rollback, CRITICAL CVE patch

Change Freeze triggers:

  • Black Friday / commercial critical dates: -7d to +2d
  • Fiscal year-end
  • Error budget < 10% (auto-blocked by pipeline)
  • Active SEV-1 incident

CAB metrics:

  • Change success rate (no incident generated): target > 95%
  • Emergency change rate: target < 5% (high % indicates weak process)

RFC template → rfc-template.md


Technical Debt — Classification

TypeExamples
ArchitecturalSPOF not mitigated, tight domain coupling
SecurityUnfixed CVE dependency, secret outside vault
ObservabilityService without Golden Signals, trace without propagation
ReliabilityNo circuit breaker, no timeout, no fallback
CodeHigh complexity, no tests, dead code
OperationalRecurring manual process without automation ticket
ComplianceDeviation from this SDD standard

Severity and SLA:

SeverityCriterionResolution SLAAccept risk?
CriticalSecurity CVE or data loss riskCurrent sprintForbidden
HighCaused or could have caused SEV-1/2Current quarterVP Engineering
MediumReliability/maintainability degradationNext two quartersEngineering Manager
LowQuality without operational impactBacklogTech Lead

Budget rule: Minimum 20% of engineering capacity dedicated to debt resolution each sprint.

Full registration process and metrics → tech-debt-process.md


Deprecation / EOL — Policy by Type

TypeNotice minimumSunset minimumException
External APIs6 months3 months after deprecationCritical CVE: 30 days
Internal APIs3 months1 month after deprecation
Libraries (EOL upstream)When EOL announcedBefore upstream EOL date
Service runtimes90 days before EOLBefore upstream EOL date

Rule: Never operate in production with a runtime or dependency past its upstream EOL date.

EOL tracking: eol-inventory.yaml versioned per service, reviewed quarterly.

Full deprecation process, checklist, and templates → deprecation-process.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.