metodologia-devsecops-architecture

Document a production-ready DevSecOps architecture blueprint with integrated security gates across the CI/CD pipeline.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/JaviMontano/metodologia-propuesta-agent-public --skill metodologia-devsecops-architecture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: metodologia-devsecops-architecture
Source: https://github.com/JaviMontano/metodologia-propuesta-agent-public/tree/main/.claude/skills/architecture/devsecops-architecture
Command: npx skills add https://github.com/JaviMontano/metodologia-propuesta-agent-public --skill metodologia-devsecops-architecture

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

DevSecOps architecture provides a blueprint for building CI/CD pipelines with integrated security, supply chain integrity, release management, and regulatory compliance, enabling reliable, auditable software delivery across teams.

Core Features & Use Cases

  • CI/CD Pipeline Architecture: design a multi-stage pipeline with built-in security gates, artifact management, and environment promotion.
  • Shift-Left Security: embed SAST, SCA, DAST, secrets scanning, and IaC scanning at appropriate stages with risk-based gates.
  • Supply Chain Security: generate SBOMs, sign artifacts, verify provenance, and enforce dependency governance.
  • Release Management: semantic versioning, feature flags, and deployment strategies (blue-green, canary, rolling) with automated rollbacks.
  • Pipeline Observability (DORA): track deployment frequency, lead time, change failure rate, and MTTR; dashboards and incident correlation.
  • Compliance Automation: policy-as-code enforcement, immutable audit trails, and automated evidence collection.
  • Minimum Controls & Risk Matrix: risk-based gates across commit, build, acceptance, and production with escalation paths.

Quick Start

Design a ready-to-implement DevSecOps architecture blueprint for the target system and deliver the complete S1–S7 plan including gates, artefacts, and a maturation roadmap.

Frequently Asked Questions about metodologia-devsecops-architecture

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

FAQPage Schema
How do I design a DevSecOps pipeline with integrated security gates?

Design a DevSecOps pipeline by mapping a multi-stage CI/CD architecture with built-in security gates across commit, build, acceptance, and production stages. This delivers a structured blueprint with risk-based gate criteria, artifact management, and environment promotion.

What is shift-left security and how does it fit into CI/CD pipelines?

Shift-left security embeds SAST, SCA, DAST, secrets scanning, and IaC scanning early in the CI/CD pipeline. It applies risk-based gates at appropriate stages to catch vulnerabilities during development rather than after release.

How do I implement supply chain security using SBOMs and signed artifacts?

Implement supply chain security by generating SBOMs, signing artifacts, verifying provenance, and enforcing dependency governance. This approach ensures integrity and traceability across the software delivery lifecycle.

Can I automate compliance and policy enforcement in a DevSecOps pipeline?

Automate compliance in a DevSecOps pipeline using policy-as-code enforcement, immutable audit trails, and automated evidence collection. This ensures continuous regulatory adherence without manual overhead.

What are DORA metrics and how do they apply to pipeline observability?

DORA metrics track deployment frequency, lead time, change failure rate, and MTTR to measure pipeline observability. They provide dashboards and incident correlation to evaluate software delivery performance.

What is the best way to manage release deployments with automated rollbacks?

Manage release deployments using semantic versioning, feature flags, and deployment strategies like blue-green, canary, or rolling updates. This enables automated rollbacks and controlled feature delivery.