AIAny
AI Coding2025
Icon for item

AI-DLC (AI-Driven Development Life Cycle) — aidlc-workflows

Provides adaptive workflow steering rules for AI coding agents to guide development across Inception, Construction, and Operations phases. Includes opt-in extensions (security, testing), IDE/agent integrations (Cursor, Kiro, Amazon Q, Copilot, Claude), and human-in-the-loop approval points.

Introduction

AI coding agents can generate large volumes of code quickly — the real challenge becomes how to steer, verify, and integrate those outputs into a reliable development lifecycle. AI-DLC addresses that gap by expressing the development process as a set of declarative steering rules and opt-in extensions that an agent can load and follow, while preserving human review and decision points.

What Sets It Apart
  • Three-phase, risk-aware workflow: the rules model the lifecycle as Inception → Construction → Operations and only run the stages that add value for the requested change. So what? Agents avoid unnecessary work on trivial edits while complex changes receive fuller analysis and verification.
  • Rule-based, platform-agnostic steering: rules and extension files are provided in formats that map to many agent/IDE conventions (Kiro steering, Cursor/AGENTS.md, Amazon Q rules, .github/copilot-instructions.md, CLAUDE.md). So what? Teams can adopt AI-DLC with their existing agent tooling without rewriting their agent logic.
  • Opt-in extensions and blocking verification: security and testing extensions are opt-in prompts; enabled extensions become blocking constraints that must verify before stages proceed. So what? Organizations can codify policy requirements as machine-checkable rules while letting users decide which extensions to apply.
  • Human-in-the-loop and auditability: execution plans are presented for approval and the workflow produces structured artifacts (aidlc-docs/) for tracing decisions. So what? This reduces silent, uncontrolled code changes by autonomous agents and creates a clear audit trail.
Who It's For and Tradeoffs

Great fit if you run or plan to run AI-assisted coding agents across teams and need consistent governance: DevOps teams, internal platform engineers, or orgs experimenting with agentic development will benefit from codified steering rules and IDE integrations. Look elsewhere if you need a turnkey automation platform that executes deployments for you—AI-DLC focuses on guidance, verification, and agent steering rather than end-to-end CI/CD automation. Also, adopting AI-DLC requires teams to author or review rule files and to accept the human review workflow; it is not a zero-touch autonomous system.

Additional Notes

The repo includes examples, platform-specific mapping, and an experimental AI-assisted setup that automates downloading and installing the rules into a project workspace. It is released by AWS Labs under an open-source license and intended as a methodology and reference implementation rather than a single-vendor runtime.

Information

  • Websitegithub.com
  • AuthorsAWS Labs (awslabs)
  • Published date2025/11/13

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.