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

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).