modify-cdk-workflows
Installation
SKILL.md
Modify CDK Step Functions Workflows
Workflow Architecture
cdk/lib/constructs/
├── review-processor.ts # Review workflow (3-step)
├── checklist-processor.ts # Checklist workflow (5-step)
├── agent.ts # AgentCore infrastructure
└── lambda/invoke-agent/ # Agent invocation Lambda
ReviewProcessor Flow
- Prepare Review - Fetch checklist items
- Process All Items (Map State) - Parallel: pre-process -> AgentCore -> post-process
- Finalize Review - Aggregate results
Config: maxConcurrency default 1, timeout 2 hours