Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,18 @@ xcopy %USERPROFILE%\Downloads\aidlc-rules\aws-aidlc-rules .kiro\steering\aws-aid
xcopy %USERPROFILE%\Downloads\aidlc-rules\aws-aidlc-rule-details .kiro\aws-aidlc-rule-details\ /E /I
```

After copying, add the following [YAML frontmatter](https://kiro.dev/docs/steering/#inclusion-modes) to the **top** of `.kiro/steering/aws-aidlc-rules/core-workflow.md`:

```yaml
---
inclusion: always
name: aidlc-core-workflow
description: AI-DLC adaptive workflow for software development
---
```

> **Note:** Without this frontmatter, Kiro treats the file as `auto` inclusion and may not load the AI-DLC workflow unless you explicitly mention it in your prompt. Setting `inclusion: always` ensures the rules are active on every interaction.

Your project should look like:

```text
Expand Down