AI-DLC (AI-Driven Development Life Cycle) adaptive workflow, packaged as an Agent Skill for Claude Code and other compatible tools.
# Copy to personal skills (available across all projects)
cp -r aidlc ~/.claude/skills/
# Or add to a specific project
cp -r aidlc .claude/skills/After installing, invoke with /aidlc or describe a development task — Claude will activate the skill automatically when relevant.
This skill follows the Agent Skills open standard and works with compatible agents (Cursor, Gemini CLI, OpenCode, etc.). Copy the aidlc/ directory to your agent's skills location.
All workflow content is from awslabs/aidlc-workflows. See the original repo for full documentation, methodology details, and platform-specific setup instructions.
Apache-2.0 — see LICENSE