Skip to main content

Scaffold AI-DLC projects with enterprise guardrails, prompts, and compliance templates.

Project description

aidlc-kit

AI-DLC project scaffolding engine with plugin-based solution profiles.

aidlc-kit is the companion CLI tool for the AI-DLC methodology, originally introduced by Raja SP in the AWS DevOps Blog and further expanded with open-source adaptive workflows. The methodology is extended with additional rituals, enterprise guardrails, brownfield workflows, and tooling in Reimagine, Don't Retrofit by Ricardo González Vargas. The book provides the methodology, principles, and rituals; this tool provides the project scaffolding to put them into practice.

Install

pip install aidlc-kit
# or with uv
uv tool install aidlc-kit
# or run without installing
uvx aidlc-kit

Installing aidlc-kit also installs the default software profile, which provides the software development workflow (Mob Elaboration, Mob Construction, Code Elevation).

Quick Start

# Scaffold a new project (interactive wizard)
aidlc-kit init my-project

# Non-interactive
aidlc-kit init my-project --mode greenfield --platform aws --ide kiro

# Brownfield (existing codebase)
cd existing-repo
aidlc-kit init . --mode brownfield --platform azure --ide copilot

Solution Profiles

aidlc-kit is a workflow engine. The actual templates, prompts, and ritual definitions live in profile packages. Each profile targets a different workflow.

# List installed profiles
aidlc-kit profiles list

# Use a specific profile
aidlc-kit init my-project --profile software   # default

Profiles are discovered via Python entry points (aidlc_kit.profiles group). Install any profile package and it appears automatically in profiles list. Profiles can also declare CLI commands that are registered dynamically at startup.

Engine Commands

Command Purpose
init Scaffold a new AI-DLC project
check Validate project health and template drift
status Show current project progress dashboard
update Update kit-owned templates to latest version
archive Archive completed work and reset workspace
profiles List installed solution profiles
version Show versions of engine and installed profiles

Profiles can declare additional commands via the cli_commands contract field. The software profile adds consistency, validate-plan, extensions, intent, and bolt. See each profile's README for its commands.

What the Engine Does

The engine provides profile-agnostic scaffolding mechanics:

  • Copies templates from the active profile's templates_path into aidlc-docs/
  • Applies platform overlays (aws/, azure/, gcp/, etc.) on top of base templates
  • Renders conditional blocks ({{#tierName}}...{{/tierName}}) based on the active tier
  • Replaces placeholders ({{PROJECT_NAME}}, {{PLATFORM}}, {{KIT_VERSION}})
  • Generates IDE router configs and Agent Skills for 24 supported IDEs
  • Generates MCP server configs from profile declarations
  • Detects template drift, tier upgrades, and project health via check
  • Protects user-owned files (state, intents, decisions) during update

What gets scaffolded depends entirely on the installed profile.

IDE Support

Generate router configs for your IDE with --ide. Use --ide all for every supported IDE.

Tool Link
agents-md agents.md
aider aider.chat
amp ampcode.com
auggie augmentcode.com
claude-code docs.anthropic.com/claude-code
cline cline.bot
codebuddy codebuddy.ai
codex openai.com/codex
copilot github.com/features/copilot
copilot-cli docs.github.com/copilot-cli
costrict docs.costrict.ai
crush github.com/charmbracelet/crush
cursor cursor.com
factory-droid factory.ai
gemini gemini.google.com
gemini-cli github.com/google-gemini/gemini-cli
iflow iflow.cn
kilo-code kilocode.ai
kiro kiro.dev
opencode opencode.ai
q-developer aws.amazon.com/q/developer
qoder qodo.ai
roo-code roocode.com
windsurf windsurf.com

Profile Contract

Profiles declare their capabilities via a Python dict. The engine uses these fields to drive scaffolding, validation, and CLI behavior:

Field Purpose
name, display_name, version Identity
rituals Workflow phases (e.g., ["elaboration", "construction"])
modes Project modes (e.g., ["greenfield", "brownfield"]) or None
platforms Deployment targets (e.g., ["aws", "azure"]) or None
tiers Feature tiers (e.g., ["standard", "enterprise"]) or None
templates_path Path to the profile's template directory
skills Agent Skills for Tier 1 IDEs
cli_commands Click commands registered at startup
user_owned Files the engine must never overwrite on update
tier_files Files that exist only at specific tiers
mcp_server_configs MCP server declarations for IDE config scaffolding

Profile extensions use extends to add capabilities to a base profile (e.g., tiers_add, skills_add, cli_commands_add).

License

Business Source License 1.1 — see LICENSE for details.

Free to use for scaffolding and managing your AI-DLC projects. You may not offer this tool, or a derivative, as a competing product or hosted service. Converts to Apache 2.0 on 2030-02-27.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aidlc_kit-0.13.0.tar.gz (54.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aidlc_kit-0.13.0-py3-none-any.whl (40.3 kB view details)

Uploaded Python 3

File details

Details for the file aidlc_kit-0.13.0.tar.gz.

File metadata

  • Download URL: aidlc_kit-0.13.0.tar.gz
  • Upload date:
  • Size: 54.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for aidlc_kit-0.13.0.tar.gz
Algorithm Hash digest
SHA256 9a56e99347e16cdfdafae6707593819f7a16033114203c7bbdc1674514150d87
MD5 d4ba1b90dab5dfd439562674b45924a9
BLAKE2b-256 eb1c333b0ca18021a58aafea57978ceda2971cad83c1aa6127a57ea2139e4abf

See more details on using hashes here.

File details

Details for the file aidlc_kit-0.13.0-py3-none-any.whl.

File metadata

  • Download URL: aidlc_kit-0.13.0-py3-none-any.whl
  • Upload date:
  • Size: 40.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for aidlc_kit-0.13.0-py3-none-any.whl
Algorithm Hash digest
SHA256 97f35b9b35416dacad199fc9074e87e8ab378fefe8d8a02765005d83068be20f
MD5 bf73016db519e390ff92d20fae5303e3
BLAKE2b-256 683be66301364338c6d18d9b35e36c5e6d8fe3b987d0873c56ca52b00162f65f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page