Structured development workflow rules adapted from the AWS AI-DLC methodology and enhanced with PRISM metrics integration.
These files guide AI coding agents through a disciplined inception → construction → quality gate workflow while automatically emitting PRISM metrics at every stage.
# The development-workflow.md is referenced from your project's CLAUDE.md
# Add this line to your CLAUDE.md:
# See .prism/aidlc-steering/development-workflow.md for the AI-DLC workflow.
mkdir -p .kiro/steering
cp .prism/aidlc-steering/development-workflow.md .kiro/steering/prism-aidlc.md
mkdir -p .amazonq/rules
cp .prism/aidlc-steering/development-workflow.md .amazonq/rules/prism-aidlc.md
| File | Purpose |
|---|---|
development-workflow.md |
Core 3-phase workflow (inception, construction, quality gate) with PRISM metric emission points |
security-baseline.md |
Security rules enforced during code generation (encryption, input validation, least privilege, logging) |
This is a lightweight adaptation of the full AWS AI-DLC methodology, focused on:
.prism/session-state.jsonFor the full AI-DLC methodology with comprehensive inception/construction phases, see awslabs/aidlc-workflows.