modify-cdk-workflows

Modify AWS CDK Step Functions workflows for ReviewProcessor and ChecklistProcessor configurations.

84|32|Updated Jun 9, 2025
One-click install
npx skills add https://github.com/aws-samples/review-and-assessment-powered-by-intelligent-documentation --skill modify-cdk-workflows
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: modify-cdk-workflows
Source: https://github.com/aws-samples/review-and-assessment-powered-by-intelligent-documentation/tree/main/.claude/skills/modify-cdk-workflows
Command: npx skills add https://github.com/aws-samples/review-and-assessment-powered-by-intelligent-documentation --skill modify-cdk-workflows

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Modifying complex AWS CDK-driven Step Functions workflows to support evolving review and checklist processing requirements can be error-prone and time-consuming.

Core Features & Use Cases

  • Workflow reconfiguration: Adjusting the sequence and branching of ReviewProcessor and ChecklistProcessor to meet new business needs.
  • Config-driven tuning: Changing Map State concurrency, timeouts, and retry logic via parameterized CDK constructs.
  • Safeguards and documentation: Clearly describing modification patterns, pitfalls, and deployment steps to minimize risk during rollout.

Quick Start

Provide an updated CDK deployment snippet that changes maxConcurrency and retry settings for the ReviewProcessor and ChecklistProcessor.

Frequently Asked Questions about modify-cdk-workflows

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I change Step Functions Map State concurrency in an AWS CDK workflow?

To change Step Functions Map State concurrency in an AWS CDK workflow, you apply parameterized constructs to modify maxConcurrency settings for processors. This config-driven tuning approach adjusts workflow execution flow without altering core logic.

How do I configure retry policies and timeouts for CDK Step Functions workflows?

Configuring retry policies and timeouts for CDK Step Functions workflows involves applying parameter-driven deployment to adjust error handling constructs. You modify these settings to enforce best-practice patterns across ReviewProcessor and ChecklistProcessor workflows.

What is the best way to reconfigure ReviewProcessor and ChecklistProcessor branching in Step Functions?

Reconfiguring ReviewProcessor and ChecklistProcessor branching requires modifying CDK Step Functions workflows to adapt sequence logic. This end-to-end workflow modification meets new business processing needs while maintaining explicit file structure.

Does modifying AWS CDK Step Functions workflows require manual state machine JSON editing?

Modifying AWS CDK Step Functions workflows does not require manual state machine JSON editing because it uses parameterized CDK constructs. This approach enforces parameter-driven deployment and explicit file structure for safer workflow changes.

What are the limitations when tuning Step Functions error handling through CDK constructs?

Tuning Step Functions error handling through CDK constructs requires adherence to explicit file structure and best-practice patterns to minimize rollout risk. You must follow parameter-driven deployment precisely to avoid configuration pitfalls during workflow modification.