sdlc-align-specs

Generates advisory reports on consistency between SDLC specs, plans, tests, and evidence.

7|5|Updated Jul 22, 2025
One-click install
npx skills add https://github.com/nebius/nebius-ps-services --skill sdlc-align-specs-nebius
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdlc-align-specs
Source: https://github.com/nebius/nebius-ps-services/tree/main/skills/sdlc-align-specs
Command: npx skills add https://github.com/nebius/nebius-ps-services --skill sdlc-align-specs-nebius

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? In an Agentic SDLC workflow, requirements, design documents, locked plans, tests, implementation, and documentation can drift apart over time. This Skill produces an advisory alignment report that detects and classifies that drift without ever gating phases, commits, or workflow completion. ## Core Features & Use Cases - Spec-to-Evidence Mapping: Maps REQ-* and FEAT-* identifiers across requirements, design, plans, tests, implementation, documentation, and evidence to verify they tell one consistent story. - Drift Classification and Routing: Classifies each inconsistency (SPEC_GAP, DESIGN_DEFECT, PLAN_DEFECT, DOCUMENTATION_DRIFT) and routes it to the responsible SDLC skill. - Advisory-Only Operation: Never blocks commits or phases, never edits requirements, design, or locked plans, and reruns idempotently with stable conclusions. - Use Case: After a feature implementation, ask for an SDLC spec alignment check to confirm the locked end-to-end slice, tests, validation evidence, and updated docs all describe the same behavior before release. ## Quick Start Ask the Agentic SDLC coordinator to run sdlc-align-specs for the current feature to produce an advisory spec-consistency report.

Frequently Asked Questions about sdlc-align-specs

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

FAQPage Schema
How do I check consistency between SDLC requirements, design, and tests?

Run sdlc-align-specs through the Agentic SDLC coordinator for the current feature or full run. It maps REQ-* and FEAT-* identifiers across specs, plans, tests, implementation, and evidence, then reports any drift with an owning skill.

What is the difference between sdlc-align-specs and the general align skill?

The general align skill is the required workflow for changed-surface alignment. sdlc-align-specs is an optional, advisory, SDLC-specific consistency view used only when explicitly requested, and it never replaces or gates the align workflow.

Can sdlc-align-specs block a commit or phase completion?

No. The skill is strictly advisory: it reports unresolved inconsistencies with owners but never gates phases, commits, or workflow completion. Lifecycle observations are labeled advisory and do not affect the alignment verdict.

Does sdlc-align-specs edit requirements or design documents?

No. It never free-edits requirements, design, project instruction files, or locked plans. Spec changes route through maintain-project-specs, documentation drift routes to sdlc-update-documents, and instruction changes route to project-agent-instructions.

Why does sdlc-align-specs return without doing anything?

It requires verified workflow context from the active Agentic SDLC coordinator, including the selected project, active run, and phase. Without that verified state, it returns without mutation because a skill mention alone is not workflow authorization.