cypilot-sdlc

Automate SDLC artifact creation, validation, and PR review workflows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cyberfabric/cyber-pilot --skill cypilot-sdlc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cypilot-sdlc
Source: https://github.com/cyberfabric/cyber-pilot/tree/main/.bootstrap/config/kits/sdlc
Command: npx skills add https://github.com/cyberfabric/cyber-pilot --skill cypilot-sdlc

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates and standardizes the Software Development Lifecycle (SDLC) by enforcing artifact-driven workflows, ensuring design-to-code traceability, and validating project artifacts deterministically.

Core Features & Use Cases

  • Artifact Validation: Validate the structure and semantics of various SDLC artifacts like PRDs, ADRs, Designs, Features, and Code.
  • Workflow Automation: Automate common SDLC tasks such as generating new artifacts from templates, reviewing Pull Requests, and reporting on PR status.
  • Use Case: Ensure your project's Architecture Decision Records (ADRs) are complete and correctly formatted, or automatically review GitHub Pull Requests against your project's coding standards and design principles.

Quick Start

Use the cypilot-sdlc skill to validate the structure of the file 'docs/adr/0001-use-postgresql.md'.

Frequently Asked Questions about cypilot-sdlc

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

FAQPage Schema
How do I automate SDLC artifact validation for PRDs and ADRs?

Automate SDLC artifact validation by enforcing deterministic checks on the structure and semantics of PRDs, ADRs, Designs, and Features. This ensures your project artifacts adhere to established standards and maintain design-to-code traceability throughout the lifecycle.

What is the best way to standardize Architecture Decision Records format?

Standardize Architecture Decision Records by generating new artifacts from predefined templates and validating their structure deterministically. This workflow automation enforces formatting consistency and ensures ADRs are complete and correctly structured before integration.

Can I automatically review GitHub Pull Requests against project coding standards?

You can automatically review GitHub Pull Requests against your project's coding standards and design principles. This workflow automation validates code changes, reports on PR status, and ensures new commits adhere to established design-to-code traceability.

How do I maintain design-to-code traceability across software development workflows?

Maintain design-to-code traceability by managing the creation and validation of linked SDLC artifacts including PRDs, ADRs, Designs, and Features. This structured workflow connects initial design principles directly to the generated code artifacts.

Does workflow automation for SDLC artifacts require specific dependencies?

Workflow automation for SDLC artifacts requires no external dependencies. The skill operates independently using internal scripts, references, and codebase components to generate, validate, and trace PRDs, ADRs, and code artifacts deterministically.

Why does artifact validation fail on my project's PRDs and Design documents?

Artifact validation fails when PRDs and Design documents do not conform to the expected structure and semantics defined by project standards. The deterministic validation process checks formatting and completeness to ensure strict adherence to design principles.