awslabs/aidlc-workflows

AI-Driven Life Cycle (AI-DLC) adaptive workflow steering rules for AI coding agents

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 17 minutes ago
Added to GitGenius on September 15th, 2026
Created on November 13th, 2025
Open Issues & Pull Requests: 209 (-1)
GitHub issues: Enabled
Number of forks: 830
Total Stargazers: 4,615 (+0)
Total Subscribers: 59 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 40.6 hours
Mean response time: 8.3 days
90th percentile: 26.8 days
Tracked items: 385

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "question" is answered fastest, typically in under an hour, while "documentation" waits about 6 days. Almost all tracked open issues have seen activity in the last three months. Only 10% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 135
New in 7 days: 61
Closed in 7 days: 34
Avg open age: 39 days
Stale 30+ days: 40
Stale 90+ days: 10

Recent activity

Opened in 7 days: 55
Closed in 7 days: 33
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (99)
  • enhancement (55)
  • v2-launch (33)
  • rfc (31)
  • documentation (15)
  • question (11)
  • native-installation (5)
  • extension (2)

Detailed Description

AI-DLC is a framework that turns AI coding assistants into structured, verifiable software-delivery workflows.

The problem AI-DLC addresses is that ad-hoc AI coding loses context as projects grow, leaving requirements, decisions, implementation, tests, and operational work disconnected. The tool solves this by providing a harness-neutral core that runs natively across multiple AI coding agents—Claude Code, Kiro CLI, Kiro IDE, Codex CLI, Cursor, opencode, and GitHub Copilot—keeping requirements, decisions, implementation, tests, and operational work connected through one audited lifecycle. Users configure a project with their chosen harness, then invoke workflows through simple commands that guide the AI agent through structured steps with approval gates before moving forward.

Developers should choose this tool if they work with AI coding assistants and want to impose structure and auditability on their workflows rather than relying on ad-hoc prompting. It suits teams using any of the supported harnesses who need their AI agents to follow consistent processes and maintain decision history. The tool works with capable reasoning models and is provider-independent, though it defaults to Amazon Bedrock for Claude Code and Codex CLI, while other harnesses use their own configured providers.

The project maintains active development with regular updates to support new harness versions and capabilities. The codebase is written in TypeScript and distributed both as a native executable and as downloadable runtime files for manual project integration. Documentation covers harness-specific setup guides and a complete getting-started walkthrough, indicating sustained attention to user onboarding across its multi-harness ecosystem.