Skip to content

AI DLC and Kiro

ToddSpect edited this page May 23, 2026 · 5 revisions

Todd of AIDLC logo

AI-DLC and Kiro

Todd of AIDLC integrates AWS AI-DLC steering rules with the Kiro CLI.

What gets installed

  • kiro-cli binary (auto-download on toddspect setup if enabled)
  • AI-DLC rules in .kiro/steering/ and aidlc-docs/

Commands

toddspect setup              # workspace + AI-DLC (extension runs on activate)
toddspect aidlc install      # install/update steering rules
toddspect aidlc status       # check installation

From VS Code: extension bootstrap calls setup --skip-kiro for workspace only; full Kiro download is optional.

Configuration

{
  "toddspect.connectors.kiro.apiKey": "...",
  "toddspect.connectors.kiro.cliPath": "kiro-cli",
  "toddspect.aidlc.autoInstall": true
}

Kiro agent routing

Todd of AIDLC builds a prompt with AI-DLC context and runs kiro-cli headless, streaming output to the chat.

See repository docs/aidlc-kiro.md.

Clone this wiki locally