awslabs/aidlc-workflows — Summary
AI-DLC (AI-Driven Development Life Cycle) is AWS's official multi-platform workflow steering rule set for AI coding agents — a cross-IDE methodology that installs into Kiro, Amazon Q Developer, Cursor, Cline, Claude Code, and GitHub Copilot and enforces a structured three-phase software development lifecycle: INCEPTION → CONSTRUCTION → OPERATIONS.
Problem it solves: AI coding agents lack consistent process discipline across different IDEs and projects; developers get variable quality outputs and no audit trail. AI-DLC imposes Inception (planning), Construction (design/build/test), and Operations phases with mandatory phase-gate documentation, adaptive depth based on task complexity, and optional security/testing extensions.
Distinctive trait: The only framework in the corpus with a three-phase lifecycle enforcement that explicitly runs on 6 different IDEs (not just one). It uses a hierarchical rule-loading strategy: a single core-workflow.md steering rule bootstraps context, then loads detailed rule files on demand from aws-aidlc-rule-details/ — preventing context bloat while ensuring completeness. Extensions (security baseline, testing strategies) use an opt-in/opt-out prompt mechanism at Requirements Analysis.
Target audience: Enterprise development teams using AI coding agents who need consistent, auditable, compliance-aware development workflows across diverse IDE choices.
Scope: 2,443 GitHub stars, MIT-0 license (AWS's no-attribution MIT variant), v0.1.8 release (April 2026), 24 contributors, active since 2025.
Differs from seeds: Most similar to kiro (Archetype 5 — structured lifecycle with steering files and phases) but cross-IDE rather than IDE-locked. Unlike superpowers (Archetype 1 — behavioral enforcement via skills), AI-DLC is a rule/steering-file system that imposes multi-phase process with mandatory artifacts, approval gates, and an audit log (audit.md).